Skip to content

Releases: cdskill/qalma

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 09 Jul 18:41

This was a version bump only for editor to align it with other projects, there were no code changes.

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 09 Jul 18:08

This was a version bump only for editor to align it with other projects, there were no code changes.

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 07 Jul 19:53

🚀 Features

  • kit: publishing necessary stuff for kit (ddc10f1)

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 07 Jul 19:30

🚀 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.

v0.1.0-beta.4

v0.1.0-beta.4 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 26 Jun 21:26

🚀 Features

  • editor: add monospace text formatting plugin (8663e71)

v0.1.0-beta.3

v0.1.0-beta.3 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 25 Jun 21:42

🩹 Fixes

  • editor: prevent Safari slash command crash (#20)

v0.1.0-beta.2

v0.1.0-beta.2 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 24 Jun 23:08

🔥 Performance

  • repo: reduce default editor bundle size (#19)

v0.1.0-beta.1

v0.1.0-beta.1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 23 Jun 12:02

🚀 Features

  • editor: add Angular forms adapter (a1b498f)

🩹 Fixes

  • editor: preserve pre-mount empty checks (b22100b)

v0.1.0-beta.0

v0.1.0-beta.0 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 21 Jun 12:33

🚀 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.

v0.0.1-alpha.15

v0.0.1-alpha.15 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 19 Jun 23:10

🚀 Features

  • editor: add JSON and Markdown serializers (e6e173c)