Changelog
This page mirrors the canonical package changelog at
libs/editor/CHANGELOG.md. It is regenerated from that file on every release —
do not edit it by hand.
0.5.0 (2026-07-09)
This was a version bump only for editor to align it with other projects, there were no code changes.
0.4.0 (2026-07-08)
This was a version bump only for editor to align it with other projects, there were no code changes.
0.3.0 (2026-07-07)
🚀 Features
- kit: publishing necessary stuff for kit (ddc10f1)
0.2.0 (2026-07-07)
🚀 Features
- add Qalma UI Kit documentation and release setup (#24)
- release: publish qalma skills package (#23)
- editor: add monospace text formatting (#21)
- editor: add Angular forms adapter (a1b498f)
- repo: ci templates, contributing how to, script for beta release (47cb9d6)
- editor: add JSON and Markdown serializers (e6e173c)
- editor: add drag handle plugin (182a43c)
- editor: add selection state plugin (b9c2672)
- editor: add inline code plugin (594ea74)
- editor: add markdown input rule to code block (9861d81)
- editor: add markdown input rules to lists and blockquote (804a6c5)
- editor: add table plugin (f08ff42)
- editor: add horizontal rule plugin (4d2101e)
- editor: add markdown input rules to headings plugin (f8d5b0e)
- editor: link plugin no longer invoke window but instead expose onClick handler (a55bef9)
- repo: add task list plugin (8361f4b)
- docs: add qalma brand mark (dcba972)
- editor: add slash command plugin (1bdbbac)
- docs: cookieless PostHog analytics (SSR-safe) (a028094)
- seo: GSC verification, robots.txt, IndexNow on deploy (f0b2686)
- docs: add S3+CloudFront infra (Terraform) and CI deploy workflow (6728e57)
- docs: enable zoneless change detection + register Angular CLI MCP (3290508)
- docs: add Analog docs app in SSG mode + sync-doc skill (1a3e579)
- ⚠️ editor: rename public api to qalma (17e7ff3)
- editor: add image plugin (2963fa3)
- editor: add headless mention plugin (7ab9ea2)
- plugins: add paste rules plugin (71a0c51)
- editor: add subscript superscript plugin (23316d4)
- editor: add trailing paragraph plugin (0fb7a66)
- editor: add placeholder plugin (71897d7)
- editor: add highlight plugin (27f6720)
- editor: add color plugin (ba5e568)
- editor: add text alignment plugin (d2ad48b)
- editor: add hard break plugin (d18edbe)
- editor: add clear formatting plugin (fa6cf1a)
- editor: add code block plugin (3c7efb4)
- editor: add blockquote plugin (32d1d9e)
- editor: add headings and lists plugins (1e25877)
- editor: add headless link plugin (7cad9b3)
- editor: add headless plugin-based ProseMirror foundation (b4aa486)
🩹 Fixes
- editor: prevent Safari slash command crash (#20)
- editor: preserve pre-mount empty checks (b22100b)
- release: align beta release guidance (834a908)
- editor: give task list checkboxes an accessible name (ddf5e5b)
- editor: expose commandStates for unset color commands (4a3225b)
- ⚠️ editor: move placeholder rendering into PlaceholderPlugin (dbf254b)
- ⚠️ editor: make image node inline and validate insertion via schema (767dd90)
- editor: defer content mount until browser render (f168213)
🔥 Performance
- repo: reduce default editor bundle size (#19)
⚠️ Breaking Changes
- editor: move placeholder rendering into PlaceholderPlugin (dbf254b) remove QalmaEditorOptions.placeholder, QalmaEditorController.placeholder, and setPlaceholder().
- editor: make image node inline and validate insertion via schema (767dd90)
the image node is now inline; documents serialized
with a top-level
will be re-wrapped in a paragraph on parse.
- editor: rename public api to qalma (17e7ff3) public editor APIs, selectors, CSS hooks, mention attributes, and command directives now use Qalma names.
0.1.0-beta.4 (2026-06-26)
🚀 Features
- editor: add monospace text formatting plugin (8663e71)
0.1.0-beta.3 (2026-06-25)
🩹 Fixes
- editor: prevent Safari slash command crash (#20)
0.1.0-beta.2 (2026-06-24)
🔥 Performance
- repo: reduce default editor bundle size (#19)
0.1.0-beta.1 (2026-06-23)
🚀 Features
- editor: add Angular forms adapter (a1b498f)
🩹 Fixes
- editor: preserve pre-mount empty checks (b22100b)
0.1.0-beta.0 (2026-06-21)
🚀 Features
- repo: ci templates, contributing how to, script for beta release (47cb9d6)
- editor: add JSON and Markdown serializers (e6e173c)
- editor: add drag handle plugin (182a43c)
- editor: add selection state plugin (b9c2672)
- editor: add inline code plugin (594ea74)
- editor: add markdown input rule to code block (9861d81)
- editor: add markdown input rules to lists and blockquote (804a6c5)
- editor: add table plugin (f08ff42)
- editor: add horizontal rule plugin (4d2101e)
- editor: add markdown input rules to headings plugin (f8d5b0e)
- editor: link plugin no longer invoke window but instead expose onClick handler (a55bef9)
- repo: add task list plugin (8361f4b)
- docs: add qalma brand mark (dcba972)
- editor: add slash command plugin (1bdbbac)
- docs: cookieless PostHog analytics (SSR-safe) (a028094)
- seo: GSC verification, robots.txt, IndexNow on deploy (f0b2686)
- docs: add S3+CloudFront infra (Terraform) and CI deploy workflow (6728e57)
- docs: enable zoneless change detection + register Angular CLI MCP (3290508)
- docs: add Analog docs app in SSG mode + sync-doc skill (1a3e579)
- ⚠️ editor: rename public api to qalma (17e7ff3)
- editor: add image plugin (2963fa3)
- editor: add headless mention plugin (7ab9ea2)
- plugins: add paste rules plugin (71a0c51)
- editor: add subscript superscript plugin (23316d4)
- editor: add trailing paragraph plugin (0fb7a66)
- editor: add placeholder plugin (71897d7)
- editor: add highlight plugin (27f6720)
- editor: add color plugin (ba5e568)
- editor: add text alignment plugin (d2ad48b)
- editor: add hard break plugin (d18edbe)
- editor: add clear formatting plugin (fa6cf1a)
- editor: add code block plugin (3c7efb4)
- editor: add blockquote plugin (32d1d9e)
- editor: add headings and lists plugins (1e25877)
- editor: add headless link plugin (7cad9b3)
- editor: add headless plugin-based ProseMirror foundation (b4aa486)
🩹 Fixes
- release: align beta release guidance (834a908)
- editor: give task list checkboxes an accessible name (ddf5e5b)
- editor: expose commandStates for unset color commands (4a3225b)
- ⚠️ editor: move placeholder rendering into PlaceholderPlugin (dbf254b)
- ⚠️ editor: make image node inline and validate insertion via schema (767dd90)
- editor: defer content mount until browser render (f168213)
⚠️ Breaking Changes
- editor: move placeholder rendering into PlaceholderPlugin (dbf254b) remove QalmaEditorOptions.placeholder, QalmaEditorController.placeholder, and setPlaceholder().
- editor: make image node inline and validate insertion via schema (767dd90)
the image node is now inline; documents serialized
with a top-level
will be re-wrapped in a paragraph on parse.
- editor: rename public api to qalma (17e7ff3) public editor APIs, selectors, CSS hooks, mention attributes, and command directives now use Qalma names.
0.0.1-alpha.15 (2026-06-19)
🚀 Features
- editor: add JSON and Markdown serializers (e6e173c)
0.0.1-alpha.14 (2026-06-19)
This was a version bump only for editor to align it with other projects, there were no code changes.
0.0.1-alpha.13 (2026-06-18)
🚀 Features
- editor: add drag handle plugin (182a43c)
0.0.1-alpha.12 (2026-06-17)
🚀 Features
- editor: add selection state plugin (b9c2672)
0.0.1-alpha.11 (2026-06-17)
🚀 Features
- editor: add inline code plugin (594ea74)
0.0.1-alpha.10 (2026-06-17)
🚀 Features
- editor: add markdown input rule to code block (9861d81)
🩹 Fixes
- editor: give task list checkboxes an accessible name (ddf5e5b)
0.0.1-alpha.9 (2026-06-17)
🚀 Features
- editor: add markdown input rules to lists and blockquote (804a6c5)
0.0.1-alpha.8 (2026-06-16)
🚀 Features
- editor: add table plugin (f08ff42)
- editor: add horizontal rule plugin (4d2101e)
- editor: add markdown input rules to headings plugin (f8d5b0e)
0.0.1-alpha.7 (2026-06-16)
🚀 Features
- editor: link plugin no longer invoke window but instead expose onClick handler (a55bef9)
0.0.1-alpha.6 (2026-06-16)
🚀 Features
- repo: add task list plugin (8361f4b)
0.0.1-alpha.5 (2026-06-14)
🚀 Features
- docs: add qalma brand mark (dcba972)
0.0.1-alpha.4 (2026-06-14)
This was a version bump only for editor to align it with other projects, there were no code changes.
0.0.1-alpha.3 (2026-06-14)
🚀 Features
- editor: add slash command plugin (1bdbbac)
- docs: cookieless PostHog analytics (SSR-safe) (a028094)
- seo: GSC verification, robots.txt, IndexNow on deploy (f0b2686)
0.0.1-alpha.2 (2026-06-13)
🚀 Features
- docs: add S3+CloudFront infra (Terraform) and CI deploy workflow (6728e57)
- docs: enable zoneless change detection + register Angular CLI MCP (3290508)
- docs: add Analog docs app in SSG mode + sync-doc skill (1a3e579)
0.0.1-alpha.1 (2026-06-12)
🚀 Features
- ⚠️ editor: rename public api to qalma (17e7ff3)
- editor: add image plugin (2963fa3)
- editor: add headless mention plugin (7ab9ea2)
- plugins: add paste rules plugin (71a0c51)
- editor: add subscript superscript plugin (23316d4)
- editor: add trailing paragraph plugin (0fb7a66)
- editor: add placeholder plugin (71897d7)
- editor: add highlight plugin (27f6720)
- editor: add color plugin (ba5e568)
- editor: add text alignment plugin (d2ad48b)
- editor: add hard break plugin (d18edbe)
- editor: add clear formatting plugin (fa6cf1a)
- editor: add code block plugin (3c7efb4)
- editor: add blockquote plugin (32d1d9e)
- editor: add headings and lists plugins (1e25877)
- editor: add headless link plugin (7cad9b3)
- editor: add headless plugin-based ProseMirror foundation (b4aa486)
🩹 Fixes
- editor: expose commandStates for unset color commands (4a3225b)
- ⚠️ editor: move placeholder rendering into PlaceholderPlugin (dbf254b)
- ⚠️ editor: make image node inline and validate insertion via schema (767dd90)
- editor: defer content mount until browser render (f168213)
⚠️ Breaking Changes
- editor: move placeholder rendering into PlaceholderPlugin (dbf254b) remove QalmaEditorOptions.placeholder, QalmaEditorController.placeholder, and setPlaceholder().
- editor: make image node inline and validate insertion via schema (767dd90)
the image node is now inline; documents serialized
with a top-level
will be re-wrapped in a paragraph on parse.
- editor: rename public api to qalma (17e7ff3) public editor APIs, selectors, CSS hooks, mention attributes, and command directives now use Qalma names.