Releases: makenotion/notion-sdk-js
Releases Β· makenotion/notion-sdk-js
v2.2.15
- Added
in_trash
field to request and response body
- Added
description
field to database properties
- Added
PartialSelectResponse
to be used for select properties
v2.2.14
- Added read/write support for names on file blocks
- Fixed a bug where tables couldn't be added as children of toggle blocks
- Updated the list of emoji and timezones
v2.2.13
Support querying databases by unique ID.
v2.2.12
Now createDatabase and updateDatabase allow creating unique ID properties and getDatabase will now return unique ID properties.
v2.2.11
- Fixes rollup property response types (#427)
- Adds support for
/oauth/token
endpoint (#73)
- Fixes toggleable headings response type (#420)
v2.2.10
Export new helper isFullPageOrDatabase
.
v2.2.9
Changes to support wikis in the public API:
- Query database returns pages and databases.
- Databases can be created as children of databases.
- Pages that are parented by a page can have non title properties.
v2.2.8
What's Changed
- Remove
/// <reference lib="dom" />
from fetch-types.ts
by @huw in #401
Full Changelog: v2.2.6...v2.2.8
v2.2.6
Add support for:
- Unique ID for pages
- Public URL (if available)
- Appending after a block
2.2.5
- Fix bug for in
filter_properties
query parameter to correctly URI encode property IDs when passed via the JS SDK
- Add
peruvian_sol
to acceptable NumberFormat options