notion-sdk-js

Official Notion JavaScript Client

MIT License

Downloads
1.2M
Stars
4.9K
Committers
46

Bot releases are hidden (Show)

notion-sdk-js - v2.2.15 Latest Release

Published by alexanderhzheng 6 months ago

  • Added in_trash field to request and response body
  • Added description field to database properties
  • Added PartialSelectResponse to be used for select properties
notion-sdk-js - v2.2.14

Published by cwang314 11 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
notion-sdk-js - v2.2.12

Published by rhart92 about 1 year ago

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

notion-sdk-js - v2.2.13

Published by rhart92 about 1 year ago

Support querying databases by unique ID.

notion-sdk-js - v2.2.11

Published by rhart92 about 1 year ago

  • Fixes rollup property response types (#427)
  • Adds support for /oauth/token endpoint (#73)
  • Fixes toggleable headings response type (#420)
notion-sdk-js - v2.2.10

Published by rhart92 about 1 year ago

Export new helper isFullPageOrDatabase.

notion-sdk-js - v2.2.8

Published by garrettheel about 1 year ago

What's Changed

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

notion-sdk-js - v2.2.9

Published by kiranpandit about 1 year 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.
notion-sdk-js - v2.2.6

Published by rhart92 over 1 year ago

Add support for:

  • Unique ID for pages
  • Public URL (if available)
  • Appending after a block
notion-sdk-js - 2.2.5

Published by parulbaweja over 1 year 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
notion-sdk-js - 2.2.4

Published by rhart92 over 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.

notion-sdk-js - v2.2.3

Published by parulbaweja almost 2 years ago

  • Add support for array query parameters
notion-sdk-js - v2.2.2

Published by hazelguo almost 2 years ago

  • Add 'Singapore Dollar' to database number format
notion-sdk-js - v2.2.1

Published by hazelguo about 2 years ago

  • Add "workspace_name" to bot objects.
notion-sdk-js - v2.2.0

Published by s-h-a-r-c about 2 years ago

notion-sdk-js - v2.1.1

Published by lao9 about 2 years ago

  • Fixes issue using search with pagination helpers (#330)
notion-sdk-js - v2.1.0

Published by wcauchois about 2 years ago

  • Add support for comments API (#326)
  • Export many more response types from the library (#319)
  • Add helpers for pagination (#320)
  • Add type guards (#320)
notion-sdk-js - v2.0.0

Published by wcauchois over 2 years ago

Includes several breaking changes and updates the client to use Notion-Version 2022-06-28. See the changelog for more details.

notion-sdk-js - v1.0.4

Published by wcauchois over 2 years ago

  • Support for timestamp filters in database/query endpoint
notion-sdk-js - v1.0.3

Published by kiranpandit over 2 years ago

  • Support for block colors
  • Support for template mentions