Skip to content

Latest commit

 

History

History
62 lines (33 loc) · 915 Bytes

CHANGELOG.md

File metadata and controls

62 lines (33 loc) · 915 Bytes

tiptap-text-direction

0.3.1

Patch Changes

  • 1e0e025: Restore marks in new line

0.3.0

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"

0.2.3

Patch Changes

  • 047a622: Calculate direction for pasted multi-line text

0.2.2

Patch Changes

  • ca219ed: Always calculate direction on paste

0.2.1

Patch Changes

  • c6ec200: Update docs

0.2.0

Minor Changes

  • 867637b: Add keyboard shortcuts

0.1.2

Patch Changes

  • 9889787: Add license to package.json

0.1.1

Patch Changes

  • e160d5a: Remove the auto direction

0.1.0

Minor Changes

  • 797d3a9: Add basic functionalities

Patch Changes

  • b70af67: Add docs