Skip to content

Releases: github/text-expander-element

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

v1.2.0

13 Nov 13:06
52ca164
Compare
Choose a tag to compare
  • Multiword implementation (#14)

v1.1.1...v1.2.0

v1.1.0

30 Apr 19:59
e9a841b
Compare
Choose a tag to compare
  • Changed combobox implementation, now following ARIA 1.2
  • Removed the UMD build
  • Added dist/bundle.js which includes @github/combobox-nav

v1.0.2

20 Jan 12:30
5dc9659
Compare
Choose a tag to compare
  • Add type to HTMLElementTagNameMap in typescrip declaration file (#11)

v1.0.1...v1.0.2