Releases: orlowdev/gatsby-source-notion-api
Releases Β· orlowdev/gatsby-source-notion-api
0.5.0
0.5.0
π₯ Breaking Changes
- Fix collecting nested blocks (cb42f88)
π₯ Nested blocks are now in block.children, rather than block[type].children
β¨ Features
- Add support for annotations in the page title (color, code, underline, etc.) (50ac3fb)
- Add support for retrieving page content in Markdown (8e62588)
π β π β π Fixes
0.4.1
0.4.0
0.3.1
0.3.0
0.3.0
π₯ Breaking Changes
- Make 'properties' an object (c2d620d)
Since you are probably going to know the names of the columns in your tables, fetching data via the column names seems to make more sense. All properties except for the 'title' type are now available in Notion.properties, each having a key (column name), a value, and a type
β¨ Features
- Add id to properties (12ecc25)
0.2.1
0.2.1
π β π β π Fixes
- Compose page title from all chunks it includes (1a019ca)
Date, user, and page mentions are added as plain text, The title is trimmed, CAVEAT: Mentioning a page that has a title mentioning a date will produce a title different from the same title of the mentioned page. E.g.: 'Page1 @yesterday' will be transformed into 'Page1 2021-05-15' as of today, but 'Post2 @post1' will produce 'Post2 Post1 @yesterday'. That's what Notion API returns right now