npm tributejs 2.0.0
Corduroy Panda Release

latest releases: 5.1.3, 5.1.2, 5.1.1...
7 years ago

There have been several major changes thanks to our contributors @jmlavoier @dmail @mattschwarz.

New in this release:

New methods for updating collections

We have introduced the append and the appendCurrent methods that allow you to push new content to your collection.
https://github.com/zurb/tribute#updating-a-collection-with-new-data

Cleaner file structure

The individual Tribute classes have been broken out into their own files and are now using ES6 import syntax. We now generate a compressed and uncompressed version of tribute.js.

No Match Template and Event

We have introduced a template that you can render when no match is found in your collection. You can also bind to the tribute-no-match event on your target element to know when this happens.
https://github.com/zurb/tribute#no-match-event

Backspace now updates search query

When you hit backspace on your @mention the query now updates like you would expect.

Fix scroll offset issue #10

The Tribute menu is now repositioned relative to the window or the menuContainer object.

The dist directory has been removed from the repo

The dist directory is only available when you run gulp build.

Don't miss a new tributejs release

NewReleases is sending notifications on new releases.