Skip to content

v3.4.1

Choose a tag to compare

@58bits 58bits released this 08 Jun 03:44
· 13 commits to main since this release

Bug Fixes

  • @byline/richtext-lexical — fixed the admonition markdown transformer so :::note[Title] (and :::tip / :::warning / :::danger) directives convert in the as-you-type markdown-shortcut path, not only through the source-toggle import. The live shortcut engine (runMultilineElementTransformers) skips any multiline transformer whose regExpEnd is non-optional — the closing ::: hasn't been typed yet when the start line fires — so the admonition transformer was silently passed over while typing. Marked regExpEnd as optional (matching the stock code-block transformer); the source-toggle/import path still honours the explicit ::: end when present. Tables, headings, lists, and inline-format shortcuts were unaffected.

All other @byline/* packages bumped to 3.4.1 in lockstep with no behavioural changes this cycle.