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)