Skip to content

Releases: Ndevu12/RichTextEditor

v0.1.1

27 Mar 11:47
47ff1f8

Choose a tag to compare

What's Changed

  • fix: add toolbar SVG icons and improve toolbar/editor styling by @Ndevu12 in #29

Full Changelog: v0.1.0...v0.1.1

v0.1.0

15 Mar 18:00
21f5c81

Choose a tag to compare

What's Changed

  • docs: replace placeholder README with full open-source package documentation by @Copilot in #1
  • chore(phase-1): initialize Yarn 4, populate package.json, and configu… by @Ndevu12 in #2
  • chore(phase-2): configure TypeScript, tsup, ESLint v9, Prettier, and Vitest by @Ndevu12 in #3
  • feat(types): define type system foundation — editor, toolbar, plugin types by @Ndevu12 in #4
  • feat(phase-4): build core engine, commands, Zustand store, and docume… by @Ndevu12 in #6
  • feat(phase-5): build React hooks layer — useEditor, useToolbar, useHi story by @Ndevu12 in #7
  • feat(phase-6): build editor shell components and full public API by @Ndevu12 in #8
  • feat: Phase 7 — Toolbar system with roving tabindex by @Ndevu12 in #9
  • feat: Phase 8 — Styles & theming with light/dark CSS tokens by @Ndevu12 in #10
  • feat: Phase 9 — Text formatting & headings (Underline extension) by @Ndevu12 in #11
  • feat: Phase 10 — Lists & blockquotes with sink/lift nesting by @Ndevu12 in #12
  • feat: Phase 11 — Links & accessible link dialog by @Ndevu12 in #13
  • feat: Phase 12 — Images & accessible image dialog by @Ndevu12 in #14
  • feat: Phase 13 — Code blocks with syntax highlighting by @Ndevu12 in #15
  • feat: Phase 14 — History (Undo / Redo) by @Ndevu12 in #16
  • feat(phase-15): clipboard, paste handling & utilities by @Ndevu12 in #17
  • feat(phase-16): accessibility & keyboard navigation by @Ndevu12 in #18
  • feat(phase-17): playground app by @Ndevu12 in #19
  • feat(storybook): set up Storybook 8.6.18 with 17 stories across 3 files by @Ndevu12 in #20
  • feat(examples): React + Next.js demo apps with code-split components by @Ndevu12 in #21
  • Feat/phase 20 unit tests by @Ndevu12 in #22
  • Feat/phase 22 documentation by @Ndevu12 in #23
  • chore(phase-23): add CI/CD pipelines, issue templates, and PR template by @Ndevu12 in #24
  • chore(phase-24): implement build scripts and release pipeline by @Ndevu12 in #25
  • feat(phase-25): final polish, API audit, and v0.1.0 release prep by @Ndevu12 in #26

New Contributors

  • @Copilot made their first contribution in #1
  • @Ndevu12 made their first contribution in #2

Full Changelog: https://github.com/Ndevu12/RichTextEditor/commits/v0.1.0