Skip to content

Releases: zurb/tribute

Fix typings and typos

19 Sep 00:04
Compare
Choose a tag to compare

This release updates the TypeScript typings to be compatible with newer versions of TypeScript and also fixes some comment typos.

Fix detach bug

22 Aug 21:54
Compare
Choose a tag to compare

This release introduces the following bug fix:
Fixed bug on detaching Tribute (#138)

Fix noMatchTemplate default state

06 Aug 18:14
Compare
Choose a tag to compare
  • noMatchTemplate now behaves as stated in README #124

Detach Tribute

03 Aug 22:55
Compare
Choose a tag to compare
  • You can now detach tribute instances to avoid memory leaks #72
  • Updated development dependencies

Update TypeScript Typings

01 Aug 18:54
Compare
Choose a tag to compare
  • Updates TypeScript support #127

Flip menu

01 Aug 18:47
Compare
Choose a tag to compare
  • Flip menu if it goes offscreen #131, thanks @keligijus
  • Some dependency updates
  • Remove gulp from dependency list

Update build dependencies

15 Feb 17:31
Compare
Choose a tag to compare

Replace babel-preset-2015 with babel-preset-env.

Remove log statement.

10 Oct 16:11
Compare
Choose a tag to compare

Remove rogue log statement.

Fix IE11 Mousedown, rollback left position changes

09 Oct 17:45
Compare
Choose a tag to compare

This release fixes an issue with IE11 mousedown compatibility and rolls back a recent change to left position of menu dropdown.

Check offsetLeft of tribute target element when positioning menu.

03 Oct 18:01
Compare
Choose a tag to compare

Fixes an issue with elements that have been positioned with floats: #83