Gatsby Source Notion Api Versions Save

Gatsby plugin for Notion API

0.12.0

1 year ago

✨ New features

  • Add support for columns

0.11.0

2 years ago

0.11.0

:sparkles: Features

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

0.10.0

2 years ago

0.10.0

:boom: Breaking Changes

  • Remove image transformation (31528e3)

It should be done separately per project

:sparkles: Features

  • Remove gatsby-source-filesystem peer dependency (4cee1ce)

:bug: ∘ :ambulance: ∘ :lock: Fixes

  • Docs updated for propsToFrontmatter, Files property, and lowerTitleLevel (ed3de50)

0.9.1

2 years ago

0.9.1

:bug: ∘ :ambulance: ∘ :lock: 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 :sweat_smile:, References #4

0.9.0

2 years ago

0.9.0

:sparkles: Features

  • Add support for recursive DB fetching (98fd09e)

Should work for cases when a database has over 100 rows

0.8.1

3 years ago

0.8.1

:bug: ∘ :ambulance: ∘ :lock: Fixes

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

0.8.0

3 years ago

0.8.0

:sparkles: Features

  • Add transforming rich-text properties to a string (2f3f4fa)
  • Only apply block transformations to frontmatter (17f4d62)

:sparkles: Add simplified date access

  • Add support for image transformation in props (32e7728)

:sparkles: Add support for lowering title level, :sparkles: Add option for transforming Notion page props to frontmatter, :heavy_plus_sign: Add gatsby-source-filesystem as a peer dependency, :bug: Fix indentation of code snippets written in Markdown syntax, :bug: Fix displaying Markdown tables

0.7.1

3 years ago

0.7.1

:bug: ∘ :ambulance: ∘ :lock: Fixes

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

0.7.0

3 years ago

0.7.0

:sparkles: Features

  • Add support for inline math equations (92271f3)

:bug: ∘ :ambulance: ∘ :lock: Fixes

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

0.6.0

3 years ago

0.6.0

:boom: Breaking Changes

  • Add support for Remark and MDX integration (8358a4e)

:boom: Rename markdown property to markdownString

:sparkles: Features

  • Make frontmatter a bit more convenient to use (5520a1b)
  • Add json field for raw Notion data in one string (2e9355a)

:bug: ∘ :ambulance: ∘ :lock: Fixes

  • Hide block ids in unsupported block comments (58e916e)