Releases: makenotion/notion-sdk-js
Releases · makenotion/notion-sdk-js
v2.3.0
What's changed
- Introduce client methods and data types for the new
oauth/revoke
andoauth/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
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
- Added
link_mention
andcustom_emoji
types, which are surfaced in various places (page, database, mention rich text item responses; block object requests) - Added a new
ApiColor
ofdefault_background
- Added
"ascii art"
,"hcl"
, and"smalltalk"
toLanguageRequest
Full Changelog: 7950edc...v2.2.16
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
v2.2.12
v2.2.11
v2.2.10
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.