Releases: github/text-expander-element
Releases · github/text-expander-element
v2.2.1
This release includes a fix for text-expander instances that have multicharacter activations. Thanks @phillmv 🎉
v2.2.0
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
Add dismiss()
function on <text-expander>
to programmatically dismiss a popover.
v2.0.1
Fixes an issue where .combobox
is not set to null
after deactivate
#18
v2.0.0
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
- (bugfix): Do not stop immediate propagation of Escape key if menu is not open (#17)
v1.2.1...v1.2.2
v1.1.0
- Changed combobox implementation, now following ARIA 1.2
- Removed the UMD build
- Added
dist/bundle.js
which includes @github/combobox-nav