Skip to content

Latest commit

 

History

History
301 lines (139 loc) · 12.1 KB

CHANGELOG.md

File metadata and controls

301 lines (139 loc) · 12.1 KB

6.0.0 (2022-04-01)

⚠ BREAKING CHANGES

  • repo: @notionhq/client has been updated to 1.0.0

Features

  • repo: update notion client to 1.0.0 (497a88f)

Bug Fixes

  • html: only set mdToHtmlOptions.highlight if not already passed in (0349311), closes #11
  • markdown: adjust markdown parser type for 1.0.0 (3163924)
  • scully: adjust scully plugin type for 1.0.0 (cb462da)
  • v4-types: add PostResult (f15c938)

Documentations

  • add @Panthaaaa as a contributor (4edea81)## 5.1.0 (2021-12-26)

Features

  • html: render nested markdown in html blocks (3e0f241)

5.0.0 (2021-12-25)

⚠ BREAKING CHANGES

  • v4-types: - 0.4.11 adds aliases that do not conform with other existing aliases in QueryResult type leading to breaking changes

Features

  • v4-types: update 0.4.11 (caf4b59)

4.0.0 (2021-11-11)

⚠ BREAKING CHANGES

  • html: - Marked 4 no longer provides default import
  • v4-types: - Update notionhq/client to 0.4.6

Features

  • html: adapt to Marked 4 (ad8f1fe)
  • markdown: update notionhq/client 0.4.6 (66c8f64)
  • scully: update notionhq/client 0.4.6 (cb7fc51)
  • v4-types: add Column and ColumnList (009ebaa), closes #8

3.2.0 (2021-10-28)

Features

  • markdown: add support for empty paragraph with non-breaking space (4531ae0)

Cleanup

Documentations

  • add @MarcARoberge as a contributor (0a62355)

3.1.3 (2021-10-21)

Bug Fixes

  • html: handle undefined language param (#2) (a77409a)

Documentations

3.1.2 (2021-10-21)

Bug Fixes

  • scully: null check cover and icon before processing (c034ef6)

3.1.1 (2021-10-21)

Bug Fixes

  • scully: ensure to get the plugin options after plugin has been registered (4e9571e)

3.1.0 (2021-10-20)

Features

3.0.0 (2021-10-20)

⚠ BREAKING CHANGES

  • scully: - NotionPluginOptions -> NotionDomPluginOptions

Features

  • html: expose MarkdownParser (600ed9c)
  • markdown: support Divider now (37116e7)
  • scully: support icon, cover, and more customization for Page Properties (2b9e1ac)

Bug Fixes

  • v4-types: widen file type for cover (26868bc)

Documentations

  • scully: add info about database column naming conversion/convention (#1) (c52b178)

2.4.0 (2021-10-18)

Features

  • markdown: add youtube video processor to process youtube url (6e4f99c)

Bug Fixes

  • markdown: change paragraph parser to have EOL before and after (2ab15c8)

2.3.2 (2021-10-16)

Bug Fixes

  • html: coerce plain text language to none (ca9057a)

2.3.1 (2021-10-16)

Bug Fixes

  • markdown: parse callout with div (50d0537)

2.3.0 (2021-10-14)

Features

  • scully: instantiate a global notion instead (686dec7)

2.2.2 (2021-10-14)

Bug Fixes

  • markdown: add EOL_MD to before blockquote (fcc90cf)

2.2.1 (2021-10-13)

Documentations

  • update README for v4-types (69d7898)

2.2.0 (2021-10-13)

Features

  • html: use v4-types and update to notion 0.4 (82bf4d7)
  • markdown: use v4-types and update to notion 0.4 (1431612)
  • scully: use v4-types and update to notion 0.4 (40c3e16)
  • v4-types: add v4-types (9806b41)

2.1.1 (2021-10-03)

Bug Fixes

  • markdown: annotate text first before annotate link (0159038)

2.1.0 (2021-10-02)

Features

  • markdown: add imageAsFigure to parser options to parse image as figure element (ffce05a)

Bug Fixes

  • html: use Partial for MarkdownParserOptions instead (0224a5e)

2.0.5 (2021-10-02)

Bug Fixes

  • html: add codeTransformer to return correct template for correct highlighter (ef4a8fd)

2.0.4 (2021-10-02)

Bug Fixes

  • markdown: adjust format of codeBlockParser (7c881a5)

2.0.3 (2021-10-02)

Bug Fixes

  • markdown: double EOL for paragraph and adjust CodeBlock Parser (2a4f122)

2.0.2 (2021-10-01)

Bug Fixes

  • markdown: null check children before recusive call (6d96a01)

2.0.1 (2021-10-01)

Bug Fixes

  • scully: move scully to peerDep instead (7171397)

Documentations

  • html: fix highlight.js dep (45fa3db)

2.0.0 (2021-09-30)

⚠ BREAKING CHANGES

  • scully: Scully version has been bumped to v2
  • html: HTML Parser now uses Markdown parser. Please check README for details

Features

  • html: use Markdown parser (9882e90)
  • markdown: add markdown parser (6ed8398)
  • scully: bump scully version (025c3a1)

1.0.4 (2021-09-24)

Bug Fixes

  • scully: adjust Formula and RollUp block type to match NotionAPi (53e895c)

1.0.3 (2021-09-08)

Bug Fixes

  • html: fix list items being undefined (1b95be1)

1.0.2 (2021-09-08)

Bug Fixes

  • html: grab plain text as plain image caption instead of captionTransformer (2e36175)

1.0.1 (2021-09-08)

Bug Fixes

  • html: use image caption as alt if available. fix "this" issue (5831dac)

1.0.0 (2021-09-08)

Features

Documentations