Releases: zurb/tribute
General fixes, compat issues, and typing updates
Explicit shoutout out to these contributors for their support!
@vishnutsivan
@cgross
@stof
@bobwhitelock
@fglueck
@f0rmat1k
@jwbth
@agrafix
@simonlary
@jseminck
@sassy
@valentinsteinwandter
@valentinstn
What's Changed
- Add autocompleteSeparator parameter by @valentinstn in #406
- fix type error used NodeList of attach/detach on TypeScript by @sassy in #488
- Add menuItemLimit to README and types by @jseminck in #447
- Loading item template by @cgross in #490
- Fix and update the TypeScript typings by @simonlary in #553
- Change event handling order to be compatible with QuillJs by @agrafix in #554
- Remove redundant code related to whitespace characters by @jwbth in #563
- Fixed wrong
if (window)
check by @f0rmat1k in #508 - Compatibility with IE11 by @fglueck in #592
- Fix
spaceSelectsMatch
causing error (fixes #495) by @bobwhitelock in #529 - Fix type definitions for the selectTemplate option by @stof in #702
- Multiple positioning fixes by @cgross in #491
- Fix trigger char not getting removed when replaceTextSuffix is empty … by @vishnutsivan in #686
- General bumps in dependencies and security issues
Full Changelog: 5.1.3...5.1.4
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!