Corduroy Panda Release
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
.