Skip to content

Releases: amirhhashemi/tiptap-text-direction

v0.3.1

31 Jan 06:24
16ca086
Compare
Choose a tag to compare

Patch Changes

  • 1e0e025: Restore marks in new line

v0.3.0

24 Apr 17:24
57d45d8
Compare
Choose a tag to compare

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

13 Apr 14:10
eb33cea
Compare
Choose a tag to compare

Patch Changes

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

v0.2.2

13 Apr 08:27
121f090
Compare
Choose a tag to compare

Patch Changes

  • ca219ed: Always calculate direction on paste

v0.2.1

11 Apr 05:26
dc3e94b
Compare
Choose a tag to compare

Patch Changes

v0.2.0

07 Apr 13:41
90f8556
Compare
Choose a tag to compare

Minor Changes

v0.1.2

05 Apr 13:37
6ff8d26
Compare
Choose a tag to compare

Patch Changes

  • 9889787: Add license to package.json

v0.1.1

05 Apr 07:31
1268bd6
Compare
Choose a tag to compare

Patch Changes

  • e160d5a: Remove the auto direction

v0.1.0

05 Apr 06:16
4586dfe
Compare
Choose a tag to compare

Minor Changes

  • 797d3a9: Add basic functionalities