Skip to content

Releases: zurb/tribute

Fixes minified build.

25 Mar 17:17
Compare
Choose a tag to compare

The minified build wasn't exporting correctly. This has been fixed in this release. Thanks to @mariuszkrzaczkowski for reporting!

Remove livereload from build.

06 Mar 22:49
Compare
Choose a tag to compare
  • Fixes build by removing livereload.

Add default noMatchTemplate of fix backspace bug

06 Mar 22:43
Compare
Choose a tag to compare
  • Fix backspace bug by adding a default noMatchTemplate instead of an empty string 189bf57

Closes: #385

Thanks @mxgl for your help with this!

Add events for detecting open and close of Menu

06 Mar 22:00
Compare
Choose a tag to compare
  • Add tribute-active-true and tribute-active-false events to detect when menu is open and closed. #426

Thanks @Postlagerkarte for your help with this!

Add missing Typescript definition

03 Mar 21:37
Compare
Choose a tag to compare
  • Adds Typescript definition for showMenuForCollection #299

Thanks to @fightknights for this contribution!

Switch from Gulp to Rollup and add `menuShowMinLength` option

03 Mar 21:08
Compare
Choose a tag to compare

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

21 Feb 18:10
Compare
Choose a tag to compare

This release fixes the build from the previous release.

Add item class config, and better support for contenteditable

21 Feb 18:08
Compare
Choose a tag to compare

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

26 Nov 23:09
Compare
Choose a tag to compare

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

03 Oct 15:50
Compare
Choose a tag to compare

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!