Releases: zurb/tribute
Releases · zurb/tribute
Fixes minified build.
The minified build wasn't exporting correctly. This has been fixed in this release. Thanks to @mariuszkrzaczkowski for reporting!
Remove livereload from build.
- Fixes build by removing livereload.
Add default noMatchTemplate of fix backspace bug
Add events for detecting open and close of Menu
- Add
tribute-active-true
andtribute-active-false
events to detect when menu is open and closed. #426
Thanks @Postlagerkarte for your help with this!
Add missing Typescript definition
- Adds Typescript definition for
showMenuForCollection
#299
Thanks to @fightknights for this contribution!
Switch from Gulp to Rollup and add `menuShowMinLength` option
In this release:
- Switch from Gulp to Rollup
- Add
menuShowMinLength
so you can require the user to enter X number of characters before showing the menu. - Adds ES Module support.
Add missing build
This release fixes the build from the previous release.
Add item class config, and better support for contenteditable
This release contains the following updates:
- Add searchOpts to configuration type definition #381
- Add configuration to set list item class #380
- Better support for composition on contenteditable #395
Thanks to @mattwiller and @hyojin for their contributions!
Multiple Trigger Characters, Custom Container Class and Patches
Here are the highlights of this release:
- Support for multiple trigger characters: #334
- Support for custom container class: #295
- Emit
input
event on replace: #363
Thank you to @BrennaEpp, @peschuster, @claudiobmgrtnr for their contributions to this release!
Dropdown positioning fix, build improvements and z-index fix
This release improves the dropdown positioning, npm package publication and z-index
customization issues.
Changes:
- BREAKING CHANGE: We have removed
z-index
from the JavaScript, it is now only set in the CSS so it can be overridden in your own styles. #307 - Menu Positioning: Improve menu positioning when the input isn't the lowest element on the page. #331
- NPM package missing files: Fixed an issue where the src directory was not included in the NPM release and some other smaller build improvements. #317, #316, #315
Thanks to @iskandiar, @aldhsu, @DanielRuf for their contributions to this release!