|
1 | 1 | # Change Log
|
2 | 2 |
|
| 3 | +## 4.0.0 (2024-07-08) |
| 4 | + |
| 5 | +### ⚠ BREAKING CHANGES |
| 6 | + |
| 7 | +- Group properties by component [a021d5b](https://github.com/MeanderingProgrammer/markdown.nvim/commit/a021d5b502dcccd28412102f01d0ecd8ef791bd4) |
| 8 | +- If you want to punt dealing with these changes feel free to use the `v3.3.1` tag |
| 9 | +- In order to fix: |
| 10 | + - `start_enabled` -> `enabled` |
| 11 | + - Latex |
| 12 | + - `latex_enabled` -> `latex.enabled` |
| 13 | + - `latex_converter` -> `latex.converter` |
| 14 | + - `highlights.latex` -> `latex.highlight` |
| 15 | + - Headings |
| 16 | + - `headings` -> `heading.icons` |
| 17 | + - `highlights.heading.backgrounds` -> `heading.backgrounds` |
| 18 | + - `highlights.heading.foregrounds` -> `heading.foregrounds` |
| 19 | + - Code |
| 20 | + - `code_style` -> `code.style` |
| 21 | + - `highlights.code` -> `code.highlight` |
| 22 | + - Dash |
| 23 | + - `dash` -> `dash.icon` |
| 24 | + - `highlights.dash` -> `dash.highlight` |
| 25 | + - Bullets |
| 26 | + - `bullets` -> `bullet.icons` |
| 27 | + - `highlights.bullet` -> `bullet.highlight` |
| 28 | + - Checkbox |
| 29 | + - `checkbox.unchecked` -> `checkbox.unchecked.icon` |
| 30 | + - `highlights.checkbox.unchecked` -> `checkbox.unchecked.highlight` |
| 31 | + - `checkbox.checked` -> `checkbox.checked.icon` |
| 32 | + - `highlights.checkbox.checked` -> `checkbox.checked.highlight` |
| 33 | + - Quote |
| 34 | + - `quote` -> `quote.icon` |
| 35 | + - `highlights.quote` -> `quote.highlight` |
| 36 | + - Table |
| 37 | + - `table_style` -> `pipe_table.style` |
| 38 | + - `cell_style` -> `pipe_table.cell` |
| 39 | + - `highlight.table.head` -> `pipe_table.head` |
| 40 | + - `highlight.table.row` -> `pipe_table.row` |
| 41 | + - Callouts |
| 42 | + - `callout.note` -> `callout.note.rendered` |
| 43 | + - `callout.tip` -> `callout.tip.rendered` |
| 44 | + - `callout.important` -> `callout.important.rendered` |
| 45 | + - `callout.warning` -> `callout.warning.rendered` |
| 46 | + - `callout.caution` -> `callout.caution.rendered` |
| 47 | + - `highlights.callout.note` -> `callout.note.highlight` |
| 48 | + - `highlights.callout.tip` -> `callout.tip.highlight` |
| 49 | + - `highlights.callout.important` -> `callout.important.highlight` |
| 50 | + - `highlights.callout.warning` -> `callout.warning.highlight` |
| 51 | + - `highlights.callout.caution` -> `callout.caution.highlight` |
| 52 | + - `callout.custom.*` -> `callout.*` (i.e. unnest from custom block) |
| 53 | + - Others |
| 54 | + - Any remaing changes are covered within that component. |
| 55 | + - I.e. `code_style` is covered in Code, `highlights.table` is covered in |
| 56 | + Table, `highlights.callout.note` is covered in Callouts, etc. |
| 57 | + |
3 | 58 | ## 3.3.1 (2024-07-08)
|
4 | 59 |
|
5 | 60 | ### Features
|
|
0 commit comments