Notion Sdk Js Versions Save

Official Notion JavaScript Client

v2.2.14

4 months ago
  • 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.12

7 months ago

Now createDatabase and updateDatabase allow creating unique ID properties and getDatabase will now return unique ID properties.

v2.2.13

7 months ago

Support querying databases by unique ID.

v2.2.11

8 months ago
  • Fixes rollup property response types (#427)
  • Adds support for /oauth/token endpoint (#73)
  • Fixes toggleable headings response type (#420)

v2.2.10

8 months ago

Export new helper isFullPageOrDatabase.

v2.2.8

8 months ago

What's Changed

Full Changelog: https://github.com/makenotion/notion-sdk-js/compare/v2.2.6...v2.2.8

v2.2.9

8 months ago

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.6

9 months ago

Add support for:

  • Unique ID for pages
  • Public URL (if available)
  • Appending after a block

v2.2.5

11 months ago
  • 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

v2.2.4

1 year ago

Add support for creating template mentions. Also some minor changes to support filtering by status property in queryDatabase, and some emoji changes.