Skip to content

Releases: orlowdev/gatsby-source-notion-api

0.12.0

30 Jul 13:49
9beb748
Compare
Choose a tag to compare

✨ New features

  • Add support for columns

0.11.0

14 Oct 11:08
Compare
Choose a tag to compare

0.11.0

✨ Features

  • Add support for new Notion API blocks (10d8c9f)
  • audio, - dividers, - external video, - embeds, - quotes

0.10.0

10 Jun 15:29
Compare
Choose a tag to compare

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

08 Jun 11:17
Compare
Choose a tag to compare

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

07 Jun 15:15
Compare
Choose a tag to compare

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

30 May 11:34
Compare
Choose a tag to compare

0.8.1

πŸ› ∘ πŸš‘ ∘ πŸ”’ Fixes

  • Use older syntax to work with older Node versions (e852355)

0.8.0

30 May 11:23
Compare
Choose a tag to compare

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

18 May 11:17
Compare
Choose a tag to compare

0.7.1

πŸ› ∘ πŸš‘ ∘ πŸ”’ Fixes

  • Add displaying nested blocks for all supported types (2c8f4be)

0.7.0

18 May 10:41
Compare
Choose a tag to compare

0.7.0

✨ Features

  • Add support for inline math equations (92271f3)

πŸ› ∘ πŸš‘ ∘ πŸ”’ Fixes

  • Remove redundant argument (b2edac0)
  • Remove redundant argument (f9ff004)

0.6.0

18 May 09:50
Compare
Choose a tag to compare

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)