Skip to content

Releases: github/text-expander-element

v2.7.1

28 May 14:22
fc7f9b6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.7.0...v2.7.1

v2.7.0

15 May 14:10
8245b85
Compare
Choose a tag to compare

What's Changed

  • Use dom-input-range instead of internal implementation by @iansan5653 in #55 - adds support for RTL writing modes and improves performance
  • Dependency updates for performance improvements and bug fixes

New Contributors

Full Changelog: v2.6.1...v2.7.0

v2.6.1

14 Nov 16:25
829faf2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.6.0...v2.6.1

v2.6.0

14 Nov 13:04
ad227be
Compare
Choose a tag to compare

What's Changed

  • add toplayer support, plus active/deactivate events by @keithamus in #38

Full Changelog: v2.5.0...v2.6.0

v2.5.0

14 Jun 09:03
f970a70
Compare
Choose a tag to compare

What's Changed

  • feat: allow continuation of expander menu by @DKhalil in #34

New Contributors

Full Changelog: v2.4.0...v2.5.0

v2.4.0

17 Apr 11:09
6c915ae
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.0...v2.4.0

v2.3.0

31 Oct 19:21
5b5f7ad
Compare
Choose a tag to compare

This release adds a new event, text-expander-committed, that is fired after updating the underlying DOM input value (#33)

v2.2.2

16 Dec 14:30
Compare
Choose a tag to compare
  • Fix active element detection in shadow root (#25) 56a3fe9
  • fix: prevent scroll upon clicking selection from suggestion list (#26) 3189e98

v2.2.1...v2.2.2

v2.2.1

12 Apr 13:34
v2.2.1
3a48da5
Compare
Choose a tag to compare

This release includes a fix for text-expander instances that have multicharacter activations. Thanks @phillmv 🎉

v2.2.0

30 Nov 15:09
Compare
Choose a tag to compare

Expands the multiword feature to allow for matches which themselves contain an auto-complete sigil. In other words if a text-expander suggestion is already underway, then typing the same character will be be treated as a re-activation.