2.6.1 (2023-02-25)
- dot format was not rendered in Live Preview mode (cf6d00b)
- repair regex matching wrong patterns of CC blocks + merge those ones to prevent code repetition (9761c90), closes #5 #7
2.6.0 (2023-02-23)
- add an event shorter way to add custom classes by simply starting a code block with a dot (3ff6bea)
2.5.0 (2023-02-06)
- remove remaining console logs (3bb386f)
- support short-hand "cls:" prefix in Read mode (ac4fa09)
2.4.3 (2023-02-06)
- wrong versions (32fb8ae)
2.4.0 (2023-02-05)
- improve detection custom classes block context in Read mode (4f2bafe)
- partially rewrite LP support to use the Read mode renderer to render nested classes blocks (39ef717)
- rewrite post processor to support inline classes & non-rendered elements more efficiently (d819707)
2.3.0 (2023-02-02)
- add support for multiple classes and inline custom classes in Live Preview mode (f9361c7)
- start rewriting live preview support to support multiple classes and inline custom classes (c6a4463)
- remove the dynamic anchor configuration to keep things simple and improve code performances (ab6e4e2)
2.2.0 (2023-02-02)
- read mode: support multiple classes, inline custom classes, and improve general behavior (e84e6b8)
2.1.0 (2023-02-01)
- version of package.json (85ab8e1)
- add support for custom class on tables in Read mode (56758f5)
- allow table / paragraph render in Read mode + replace standard-version by semantic-version (dca7742)
- make the table support generic to also paragraphs or any other element not properly rendered (2484135)
Until its 2.0.0
release the Custom Classes plugin was using standard-version + conventional-changelog-reader-action to manage releases and CHANGELOG generation.
From its 2.0.1
release the plugin is using [semantic-release] to do so, which generate logs using a different format.
Logs have so been split in two files, and the CHANGELOG until the 2.0.0
release can be found here : CHANGELOG-until-v2.0.0.md