Skip to content

v3.1.1

Choose a tag to compare

@58bits 58bits released this 03 Jun 20:16
· 51 commits to main since this release

Highlights

  • @byline/richtext-lexicalNew @byline/richtext-lexical/config subpath for eager-light editor registration. Adds a dedicated config entry point so the Lexical editor can be registered eagerly without pulling the full editor graph into the registering bundle, plus name-based extension toggling for enabling/disabling individual editor extensions by name. This gives hosts a lighter-weight registration path and finer control over which richtext features are active.

  • @byline/i18navailableLocales now emits in configured content-locale order. Fixed a read-side ordering bug so the availableLocales advertised on document reads follows the order declared in the content-locale configuration rather than an incidental order. Consumers rendering language switchers / locale menus now get a stable, configuration-driven ordering.

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