Skip to content

Releases: makenotion/notion-sdk-js

v2.2.15

10 Apr 18:40
Compare
Choose a tag to compare
  • 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

04 Dec 17:42
Compare
Choose a tag to compare
  • 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

01 Sep 21:48
Compare
Choose a tag to compare

Support querying databases by unique ID.

v2.2.12

01 Sep 21:48
Compare
Choose a tag to compare

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

v2.2.11

14 Aug 20:36
Compare
Choose a tag to compare
  • Fixes rollup property response types (#427)
  • Adds support for /oauth/token endpoint (#73)
  • Fixes toggleable headings response type (#420)

v2.2.10

02 Aug 16:13
Compare
Choose a tag to compare

Export new helper isFullPageOrDatabase.

v2.2.9

24 Jul 22:15
Compare
Choose a tag to compare

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

02 Aug 03:06
Compare
Choose a tag to compare

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

27 Jun 21:36
Compare
Choose a tag to compare

Add support for:

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

2.2.5

02 May 22:33
Compare
Choose a tag to compare
  • 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