Releases: zurb/tribute
Releases · zurb/tribute
Support leading space
Adds support for leading spaces in matches: 41c4c65
Fix contentEditable issues with defaultSelectTemplate on Enter
Auto scroll menu container
The menu container will now automatically scroll if its contents extend beyond its height as suggested in #32.
Remote data, allowSpaces, scrollable inputs
In this release:
- Added
allowSpaces
option - Improved support for scrollable inputs
- Support for remote data
Require leading space, defaultSelectTemplate updates
Fix raw match for contenteditable and hover state.
This release fixes a bug with keyup
events falsely firing trigger detection as well as improves the styling around menu hover states and item selection.
tribute instance incorrectly referenced in delete callback
2.0.5 tribute instance misreferenced.
Revert package main change
Some users are not able to use the import
syntax. Reverting in favor of precompiled package.
Fix package.json main ref and append
Package.json was referencing dist/tribute.js
for main
when it should be using src/index.js
. This release also remove active state requirement for append
and the need for a current element reference.