Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Latest commit

 

History

History
135 lines (68 loc) · 5.69 KB

CHANGELOG.md

File metadata and controls

135 lines (68 loc) · 5.69 KB

@cultureamp/rich-text-toolkit

2.0.4

Patch Changes

2.0.3

Patch Changes

  • #60 ae54c90 - Update to use module in scss file extension

2.0.2

Patch Changes

2.0.1

Patch Changes

  • #56 8986dd2 - Update kaizen component library deps

2.0.0

Major Changes

  • #53 78fe70f - Update prosemirror dependencies and type declarations. Adds prosemirror packages as named exports from the toolkit

1.11.0

Minor Changes

  • #50 cd61019 - Fix listIsActive helper for nested lists

1.10.0

Minor Changes

1.9.0

Minor Changes

  • #41 7927133 - feat: add additional validation for link manager and prevent empty a tag render

1.8.3

Patch Changes

  • #39 1476692 - Make aria-labelledby optional on useRichTextEditor

1.8.2

Patch Changes

1.8.1

Patch Changes

1.8.0

Minor Changes

1.7.0

Minor Changes

1.6.1

Patch Changes

  • #27 59326a5 - Changes node names from snake case to camel case

1.6.0

Minor Changes

1.5.0

Minor Changes

  • #22 6f59f14 - Adds inputrules for lists, removes buildKeymap function

1.4.0

Minor Changes

  • #20 6bb75c7 - Expand supported node versions to v14 and above

1.3.0

Minor Changes

  • #16 a6d925a - Add attributes prop to use and create RTE function to allow HTML attributes such as "aria-labelledby" to be passed into the editor

1.2.1

Patch Changes

  • #14 b86a20f - Exports the commands functions that were just added

1.2.0

Minor Changes

  • #12 7e1e840 - Creates commands folder with helper functions

1.1.0

Minor Changes

  • #10 a214233 - Creates schema folder with nodes and marks
  • #9 fa5b5e8 - Adds buildKeymap function to core folder

1.0.0

Major Changes

  • #2 d4ef75d - Add React wrapper for ProseMirror (useRichTextEditor), copied from @cultureamp/rich-text-editor