v4.0.0
·
529 commits
to main
since this release
4.0.0 (2024-07-08)
⚠ BREAKING CHANGES
- Group properties by component (a021d5b)
- If you want to punt dealing with these changes feel free to use the
v3.3.1tag - In order to fix:
start_enabled->enabled- Latex
latex_enabled->latex.enabledlatex_converter->latex.converterhighlights.latex->latex.highlight
- Headings
headings->heading.iconshighlights.heading.backgrounds->heading.backgroundshighlights.heading.foregrounds->heading.foregrounds
- Code
code_style->code.stylehighlights.code->code.highlight
- Dash
dash->dash.iconhighlights.dash->dash.highlight
- Bullets
bullets->bullet.iconshighlights.bullet->bullet.highlight
- Checkbox
checkbox.unchecked->checkbox.unchecked.iconhighlights.checkbox.unchecked->checkbox.unchecked.highlightcheckbox.checked->checkbox.checked.iconhighlights.checkbox.checked->checkbox.checked.highlight
- Quote
quote->quote.iconhighlights.quote->quote.highlight
- Table
table_style->pipe_table.stylecell_style->pipe_table.cellhighlight.table.head->pipe_table.headhighlight.table.row->pipe_table.row
- Callouts
callout.note->callout.note.renderedcallout.tip->callout.tip.renderedcallout.important->callout.important.renderedcallout.warning->callout.warning.renderedcallout.caution->callout.caution.renderedhighlights.callout.note->callout.note.highlighthighlights.callout.tip->callout.tip.highlighthighlights.callout.important->callout.important.highlighthighlights.callout.warning->callout.warning.highlighthighlights.callout.caution->callout.caution.highlightcallout.custom.*->callout.*(i.e. unnest from custom block)
- Others
- Any remaining changes are covered within that component.
- I.e.
code_styleis covered in Code,highlights.tableis covered in
Table,highlights.callout.noteis covered in Callouts, etc.