Releases: zurb/tribute
Releases · zurb/tribute
Fix typings and typos
This release updates the TypeScript typings to be compatible with newer versions of TypeScript and also fixes some comment typos.
Fix detach bug
This release introduces the following bug fix:
Fixed bug on detaching Tribute (#138)
Fix noMatchTemplate default state
noMatchTemplate
now behaves as stated in README #124
Detach Tribute
- You can now detach tribute instances to avoid memory leaks #72
- Updated development dependencies
Update TypeScript Typings
- Updates TypeScript support #127
Flip menu
- Flip menu if it goes offscreen #131, thanks @keligijus
- Some dependency updates
- Remove gulp from dependency list
Update build dependencies
Replace babel-preset-2015
with babel-preset-env
.
Remove log statement.
Remove rogue log statement.
Fix IE11 Mousedown, rollback left position changes
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.
Fixes an issue with elements that have been positioned with floats: #83