Releases: UFHealth/butr.js
Releases · UFHealth/butr.js
1.0.2
1.0.1
Fixed
- Remove any leading and tailing whitespace from heading text
1.0.0
1.0.0
New
- Large refactor, smaller payload, better performace, new build system, updated dependencies
- New API for using Butr and new module style for usage with ES modules or ES5
- New classes for elements for the stickyNav to more smartly avoid collisions
- Sub Modules all in own files now
Fixed
- Fix cross browser bugs
- Fix rounding issues
- Fix collision with footers and other content that comes after stickyNav
- Fix marker height and position during transition to active links
- Optimizations from @myleshyson on Sticky nav
- Fixes on marker size and animations calculations from @friartuck6000
0.9.3
- If a callback is supplied in
butr.to()
, it will be fired immediately if no scrolling is needed (i.e. if you're already at the position you're trying to scroll to).
0.9.2
0.9.1
0.9.0
0.8.6
- Better animation tracking
- Remove events from marker (use data-butr for sidebar)
0.8.5
Merge pull request #17 from UFHealth/add-class-options-fix-content-el Add class options fix content el
0.8.4
Merge pull request #15 from UFHealth/hotfix/sticky-top Moar fixes