Skip to content

v0.1.0-beta.0

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 21 Jun 12:33
· 42 commits to main since this release

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