Skip to content

Releases: github/text-expander-element

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.

v2.1.0

25 Nov 16:13
Compare
Choose a tag to compare

Add dismiss() function on <text-expander> to programmatically dismiss a popover.

v2.0.1

19 Nov 11:14
Compare
Choose a tag to compare

Fixes an issue where .combobox is not set to null after deactivate #18

v2.0.0

18 Nov 15:07
Compare
Choose a tag to compare

Improvements to the multiword feature

BREAKING CHANGE:

The .keys property has changed from an Array of string to an Array of {key:string, multiword: boolean}. Code accessing the .keys property should change code to reflect this.

v1.2.2

17 Nov 14:59
Compare
Choose a tag to compare
  • (bugfix): Do not stop immediate propagation of Escape key if menu is not open (#17)

v1.2.1...v1.2.2

v1.2.1

13 Nov 18:00
ef9bd65
Compare
Choose a tag to compare
  • (bugfix): Prevent space after activation key in multiword (#15)

v1.2.0...v1.2.1