Skip to content

v0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Apr 17:24
· 7 commits to master since this release
57d45d8

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"