Skip to content

Releases: zurb/tribute

General fixes, compat issues, and typing updates

30 Jan 20:01
252ec34
Compare
Choose a tag to compare

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.

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!