Skip to content
Changelog

What shipped, and when

Templatical ships often. Every release is listed here with the packages it changed — all packages share one version number.

0.29.0

  • Feature@templatical/core@templatical/editor@templatical/types

    Provider objects now carry their own configuration and events

Read the full notes for 0.29.0

0.28.0

  • Feature@templatical/editor@templatical/import-beefree@templatical/import-html@templatical/import-unlayer@templatical/renderer@templatical/types

    Image and video blocks take an explicit height

Read the full notes for 0.28.0

0.27.6

  • Fix@templatical/editor@templatical/media-library

    Dialogs no longer get clipped when the host page traps fixed positioning

Read the full notes for 0.27.6

0.27.5

  • Fix@templatical/editor

    The header's Viewport, Dark mode and Preview controls now hold their position for the whole session

Read the full notes for 0.27.5

0.27.3

  • Fix@templatical/editor

    Clicking a block in the sidebar palette now inserts it directly below the selected block, and scrolls it into view

Read the full notes for 0.27.3

0.27.2

  • Fix@templatical/editor

    Fix: bare merge-tag tokens in loaded and imported content now behave as merge tags.

  • Fix@templatical/renderer

    Fix: the unrenderable-block marker could emit a stray -- inside its HTML comment.

Read the full notes for 0.27.2

0.27.1

  • Fix@templatical/editor@templatical/import-html@templatical/media-library@templatical/types

    Fix: the media library could not mount at all on 0.27.0 — in either mount mode.

Read the full notes for 0.27.1

0.27.0

  • Feature@templatical/core@templatical/editor@templatical/media-library@templatical/renderer@templatical/types

    Comments become a bring-your-own provider, and the editor learns who is using it.

Read the full notes for 0.27.0

0.26.3

  • Fix@templatical/editor

    Work around a Chromium bug (verified in Chromium 140–151, including stable Chrome) where pressing End or Home shortly after triple-clicking inside a text block armed a native scroll: the next typed character smooth-scrolled the canvas to its very bottom (End) or top (Home), dragging the caret out of view. Rich-text blocks now handle plain End/Home through Selection.modify — identical visual-line caret movement, without arming the bug. Shift+End/Home selection extension keeps its native behavior.

Read the full notes for 0.26.3

0.26.2

  • Fix@templatical/renderer@templatical/types

    Decode entity-encoded merge-tag attribute values

  • Fix@templatical/editor

    Stop writing redundant attributes into serialized merge tags

Read the full notes for 0.26.2

0.26.1

  • Fix@templatical/renderer@templatical/types

    Fix merge tags whose values contain < or > (custom mergeTags.syntax)

Read the full notes for 0.26.1

0.26.0

  • Feature@templatical/editor@templatical/import-beefree@templatical/import-html@templatical/import-unlayer@templatical/renderer@templatical/types

    Add an alignment option to the button block (#536).

Read the full notes for 0.26.0

0.25.2

  • Fix@templatical/core

    Fix onChange never firing for the first content change after the dirty flag resets (#522).

Read the full notes for 0.25.2

0.25.1

  • Fix@templatical/editor

    Add justify to the paragraph toolbar's alignment group

  • Fix@templatical/quality

    Add a11y.text-justified — flags justified body copy in paragraph blocks

Read the full notes for 0.25.1

0.25.0

  • Feature@templatical/editor@templatical/types

    Add resolvePreview — a hook that resolves the template for preview surfaces using your own backend, so previews can show real data instead of tokens.

Read the full notes for 0.25.0

0.24.1

  • Fix@templatical/editor

    Fix dialogs ignoring the theme config option (#487). The saved-blocks browser, the save-block dialog and the test-email dialog rendered in the SDK's default colours inside an otherwise themed editor.

Read the full notes for 0.24.1

0.24.0

  • Feature@templatical/editor@templatical/types

    Add MergeTag.sample — an example value that previews render in place of the tag, so a preview reads like a delivered email instead of a list of field names.

Read the full notes for 0.24.0

0.23.0

  • Feature@templatical/core@templatical/editor@templatical/types

    Add bring-your-own test emails — let users mail themselves the template they're editing, sent through your own infrastructure.

Read the full notes for 0.23.0

Showing the 20 most recent releases.

Every release

Looking for an older version?

The docs changelog carries the full history back to the first release, with the complete notes for every entry.