Skip to content

Releases: zurb/tribute

Support leading space

14 Feb 17:34
Compare
Choose a tag to compare

Adds support for leading spaces in matches: 41c4c65

Fix contentEditable issues with defaultSelectTemplate on Enter

20 Jan 01:28
Compare
Choose a tag to compare

Auto scroll menu container

28 Dec 03:59
Compare
Choose a tag to compare

The menu container will now automatically scroll if its contents extend beyond its height as suggested in #32.

Remote data, allowSpaces, scrollable inputs

09 Dec 18:21
Compare
Choose a tag to compare

In this release:

  • Added allowSpaces option
  • Improved support for scrollable inputs
  • Support for remote data

Require leading space, defaultSelectTemplate updates

15 Nov 19:58
Compare
Choose a tag to compare

In this release:

  • New option for requiring leading space added. 320962b
  • Improve default select template. d77d1b0

Fix raw match for contenteditable and hover state.

16 Oct 17:45
Compare
Choose a tag to compare

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

27 Jul 23:41
Compare
Choose a tag to compare
2.0.5

tribute instance misreferenced.

Revert package main change

26 Jul 22:12
Compare
Choose a tag to compare

Some users are not able to use the import syntax. Reverting in favor of precompiled package.

Fix package.json main ref and append

26 Jul 18:05
Compare
Choose a tag to compare

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.

Improve ES6 code import

25 Jul 15:58
Compare
Choose a tag to compare