v1.7.0
What's Changed
- Proposal: Defined Basic Block for embedding by @kertox662 in #47
- Added some unsupported block types by @kertox662 in #49
- Added function to delete blocks by @yyewolf in #50
Full Changelog: v1.6.0...v1.7.0
- All common
Block
fields were extracted toBasicBlock
struct - New block types were added:
EquationBlock
,BreadcrumbBlock
,ColumnBlock
,ColumnListBlock
,LinkPreviewBlock
,LinkToPageBlock
,TemplateBlock
,SyncedBlock
- Fix struct name typo:
TableOfContentsBlock.TableOfContent
->TableOfContentsBlock.TableOfContents
- Delete block function is now supported