v0.7.0
Minor Changes
-
1575bff: New: Support Notion Link-to-page blocks including with custom renderers.
New: Support multiple instances of NotionCMS in a project. Before this was limited because they would share a cache which would break things. Fixed by using unique identifiers (last 4 digits of the Notion database id) in the cache name.
New: Add
_createCMSWalkerstatic utility class for quickly creating tree walker (walkjs) functions with the appropriate settings for when developing plugins that utilize thepost-treehook.Upd: Add more API and page stats in CMS metadata and update
durationtodurationSecondsfor clarity.Fix: Make sure that the page content filter accounts for the
post-treecase where the parent exists.
Patch Changes
- e4423de: Upd: convert all tests to typescript.