Skip to content

Releases: asnunes/notion-page-to-html

v1.2.0

30 Jul 16:25
0bd3d1d
Compare
Choose a tag to compare
  • Add support to notions's subdomains like mysubdomain.notion.site
  • Dependencies update
  • parse method is no longer available. convert method maybe used instead.

v1.1.3

13 Jan 17:38
4cd679b
Compare
Choose a tag to compare
  • Handle redirect pages errors

v1.1.2

25 Sep 18:50
e48aaa2
Compare
Choose a tag to compare
  • fix 403 status on uploaded cover images
  • update dependencies

v1.1.1

03 Jul 14:32
7da898d
Compare
Choose a tag to compare

This release adds utf-8 support to fix a bug that would make some characters render as question marks

v1.1.0

01 Mar 02:38
cb658c1
Compare
Choose a tag to compare
  • [BC] Remove article tag. All content is now body direct child

v1.0.3

06 Feb 18:47
6b4add0
Compare
Choose a tag to compare
  • Fix grey background HEX color.

v1.0.2

01 Nov 22:55
Compare
Choose a tag to compare
  • fix require import

v1.0.1

01 Nov 21:22
1b9e2ba
Compare
Choose a tag to compare
  • Remove node-fetch dependency
  • Update other dependencies

v0.6.1

16 Sep 16:23
Compare
Choose a tag to compare
  • Fix some image to base64 conversion errors when trying to get source from notion.so.

First Release

27 Jul 14:39
1181a7c
Compare
Choose a tag to compare

Most of native notion blocks are currently supported:

  • Headings
  • Text With Decorations
  • Quote
  • Image
  • YouTube Videos
  • Code
  • Math Equations
  • To-do
  • Checkbox
  • Bulleted Lists
  • Numbered Lists
  • Divider

Toggle lists, embeds and nested blocks are not supported.