Releases: amirhhashemi/tiptap-text-direction
Releases · amirhhashemi/tiptap-text-direction
v0.3.0
Breaking changes
This release includes multiple breaking changes:
- The directions option is removed
- defaultDirection is null by default
- The auto direction is allowed by default
- RTL_REGEX and LTR_REGEX are not exported anymore
Minor Changes
- 0b270ef: BREAKING CHANGE: Remove "directions" option
- 0a49759: BREAKING CHANGE: Update default value of
defaultDirection
to null
- 856e312: BREAKING CHANGE: Allow "auto" direction by default
- 21ed65c: BREAKING CHANGE: Don't export "RTL_REGEX" and "LTR_REGEX"
v0.2.3
Patch Changes
- 047a622: Calculate direction for pasted multi-line text
v0.2.2
Patch Changes
- ca219ed: Always calculate direction on paste
v0.1.2
Patch Changes
- 9889787: Add license to package.json