Skip to content

Releases: UFHealth/butr.js

1.0.2

05 Feb 20:21
1e69a8d
Compare
Choose a tag to compare

Fixed

  • Fix missing defaults on To method

1.0.1

23 Jan 15:04
3e501d5
Compare
Choose a tag to compare

Fixed

  • Remove any leading and tailing whitespace from heading text

1.0.0

21 Jan 20:35
Compare
Choose a tag to compare

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

13 Dec 14:45
149441f
Compare
Choose a tag to compare
0.9.3 Pre-release
Pre-release
  • 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

02 Nov 20:31
Compare
Choose a tag to compare
0.9.2 Pre-release
Pre-release

0.9.1

02 Nov 18:08
Compare
Choose a tag to compare
0.9.1 Pre-release
Pre-release

0.9.0

18 Oct 20:14
Compare
Choose a tag to compare
0.9.0 Pre-release
Pre-release

Many nice things; see PR #19 for details.

0.8.6

18 Oct 16:31
Compare
Choose a tag to compare
0.8.6 Pre-release
Pre-release
  • Better animation tracking
  • Remove events from marker (use data-butr for sidebar)

0.8.5

18 Oct 15:25
Compare
Choose a tag to compare
0.8.5 Pre-release
Pre-release
Merge pull request #17 from UFHealth/add-class-options-fix-content-el

Add class options fix content el

0.8.4

18 Oct 15:00
Compare
Choose a tag to compare
0.8.4 Pre-release
Pre-release
Merge pull request #15 from UFHealth/hotfix/sticky-top

Moar fixes