typograph-editor-documentation
    Preparing search index...

    Release Notes - Version 1.0.0-20260625

    Hyphenation and spell-check now use the typograph-canvas runtime language-asset loader (en-US only).

    New in this release

    • typograph-canvas no longer bundles per-language data; it fetches hyphenation patterns and spell-check dictionaries at runtime from Editor.languageAssetBaseUrl, now set to languages during editor init
    • npm run build:languages generates the en-US assets from the hyphenation.en-us and dictionary-en packages:
      • languages/hyphenation/en-us.json
      • languages/dictionaries/en-us/index.aff
      • languages/dictionaries/en-us/index.dic
    • this makes the hyphenation toolbar controls functional again under the new library
    • the text toolbar (rich text in edit focus) has a new Spell check on/off switch that toggles the editor's live spell-check (red wavy underline; editor-only, not saved to the document)
    • right-clicking a misspelled word shows a suggestion popup with replace / add-to-dictionary / ignore actions
    • the new controls are host-configurable via the EditorUI API under keys toolbar.spellcheck and toolbar.spellcheck_toggle