Skip to content

Releases: makenotion/notion-sdk-js

v2.3.0

13 Mar 21:42
Compare
Choose a tag to compare

What's changed

  • Introduce client methods and data types for the new oauth/revoke and oauth/introspect token endpoints
    by @ksinder in #552

Full Changelog: b7f3de8...v2.3.0

View this version on NPM: https://www.npmjs.com/package/@notionhq/client/v/2.3.0

v2.2.17

12 Mar 20:42
Compare
Choose a tag to compare

What's changed

  • Added previously-missing optional fields to LinkMentionResponse by @ksinder in #550: title, description, link_author, link_provider, thumbnail_url, icon_url, iframe_url, height, padding, padding_top

Full Changelog: eed5803...v2.2.17

View this version on NPM: https://www.npmjs.com/package/@notionhq/client/v/2.2.17

v2.2.16

18 Feb 19:51
Compare
Choose a tag to compare
  • Added link_mention and custom_emoji types, which are surfaced in various places (page, database, mention rich text item responses; block object requests)
  • Added a new ApiColor of default_background
  • Added "ascii art", "hcl", and "smalltalk" to LanguageRequest

Full Changelog: 7950edc...v2.2.16

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.