Releases: orlowdev/gatsby-source-notion-api
Releases Β· orlowdev/gatsby-source-notion-api
0.11.0
0.11.0
β¨ Features
- Add support for new Notion API blocks (10d8c9f)
- audio, - dividers, - external video, - embeds, - quotes
0.10.0
0.10.0
π₯ Breaking Changes
- Remove image transformation (31528e3)
It should be done separately per project
β¨ Features
- Remove gatsby-source-filesystem peer dependency (4cee1ce)
π β π β π Fixes
- Docs updated for propsToFrontmatter, Files property, and lowerTitleLevel (ed3de50)
0.9.1
0.9.1
π β π β π Fixes
- Fix fetching database recursively (804d4c9)
It left the loop after the first after the first iteration because I put return in the wrong place π
, References #4
0.9.0
0.9.0
β¨ Features
- Add support for recursive DB fetching (98fd09e)
Should work for cases when a database has over 100 rows
0.8.1
0.8.1
π β π β π Fixes
- Use older syntax to work with older Node versions (e852355)
0.8.0
0.8.0
β¨ Features
- Add transforming rich-text properties to a string (2f3f4fa)
- Only apply block transformations to frontmatter (17f4d62)
β¨ Add simplified date access
- Add support for image transformation in props (32e7728)
β¨ Add support for lowering title level, β¨ Add option for transforming Notion page props to frontmatter, β Add gatsby-source-filesystem as a peer dependency, π Fix indentation of code snippets written in Markdown syntax, π Fix displaying Markdown tables
0.7.1
0.7.1
π β π β π Fixes
- Add displaying nested blocks for all supported types (2c8f4be)
0.7.0
0.7.0
β¨ Features
- Add support for inline math equations (92271f3)
π β π β π Fixes
- Remove redundant argument (b2edac0)
- Remove redundant argument (f9ff004)
0.6.0
0.6.0
π₯ Breaking Changes
- Add support for Remark and MDX integration (8358a4e)
π₯ Rename markdown property to markdownString
β¨ Features
- Make frontmatter a bit more convenient to use (5520a1b)
- Add json field for raw Notion data in one string (2e9355a)
π β π β π Fixes
- Hide block ids in unsupported block comments (58e916e)