tribute

ES6 Native @mentions

MIT License

Downloads
422.5K
Stars
2K
Committers
65

Bot releases are hidden (Show)

tribute - Fixes minified build. Latest Release

Published by mrsweaters over 4 years ago

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

tribute - Remove livereload from build.

Published by mrsweaters over 4 years ago

  • Fixes build by removing livereload.
tribute - Add default noMatchTemplate of fix backspace bug

Published by mrsweaters over 4 years ago

Closes: https://github.com/zurb/tribute/issues/385

Thanks @mxgl for your help with this!

tribute - Add events for detecting open and close of Menu

Published by mrsweaters over 4 years ago

Thanks @Postlagerkarte for your help with this!

tribute - Add missing Typescript definition

Published by mrsweaters over 4 years ago

Thanks to @fightknights for this contribution!

tribute - Switch from Gulp to Rollup and add `menuShowMinLength` option

Published by mrsweaters over 4 years ago

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.
tribute - Add missing build

Published by mrsweaters over 4 years ago

This release fixes the build from the previous release.

tribute - Add item class config, and better support for contenteditable

Published by mrsweaters over 4 years ago

This release contains the following updates:

Thanks to @mattwiller and @hyojin for their contributions!

tribute - Multiple Trigger Characters, Custom Container Class and Patches

Published by mrsweaters almost 5 years ago

Here are the highlights of this release:

Thank you to @BrennaEpp, @peschuster, @claudiobmgrtnr for their contributions to this release!

tribute - Dropdown positioning fix, build improvements and z-index fix

Published by mrsweaters about 5 years ago

This release improves the dropdown positioning, npm package publication and z-index customization issues.

Changes:

Thanks to @iskandiar, @aldhsu, @DanielRuf for their contributions to this release!

tribute - Upgrade to Babel 7 & Cleanup Build System

Published by mrsweaters about 5 years ago

This is a release to cleanup the build folder that was causing conflicts with TypeScript as well as upgrade to Babel 7.

Thanks @sibiraj-sr and @DanielRuf for the help with this!

tribute - Security updates and bug fixes

Published by mrsweaters about 5 years ago

new Tribute({ searchOpts: { skip: true } });

Thanks to @andreynering, @onhate, @Postlagerkarte, and @mlturner88 for your help with this release!

tribute - Introduce menuItemLimit

Published by mrsweaters over 5 years ago

Thanks!

tribute - Testing and Highlights

Published by mrsweaters over 5 years ago

Thank you all for contributing and reporting for this release!

tribute - Tribute Autocomplete

Published by mrsweaters over 5 years ago

Special thanks to @MalayaliRobz and @rcavezza for your help on this release!

tribute - Remove resetSelection

Published by mrsweaters over 5 years ago

resetSelection is no longer needed.

tribute - Set default noMatchTemplate

Published by mrsweaters over 5 years ago

Without a default noMatchTemplate then hitting backspace will not trigger the dropdown again. https://github.com/zurb/tribute/issues/53#issuecomment-458854736

tribute - Fix bug in last release related to mouseup

Published by mrsweaters over 5 years ago

3.5.0 introduced an update that bound to mouseup instead of mousedown. This release reverts that change and cleans out some old unused bindings.

tribute - Positioning, Event Binding and Space event selection, oh my!

Published by mrsweaters almost 6 years ago

This update fixes some position issues on mobile-size device screens of the menu as well as introduces some new configuration options.

lookup: function (item, mentionText) {
 ...
}

Thank you to everyone who contributed to this release!

tribute - Shadow DOM & Spaces

Published by mrsweaters almost 6 years ago

This release have several bug fixes and security updates:

Thank you to everyone who helped make this release possible including @fishgrind and @BorntraegerMarc!