Skip to content

Releases: blinkk/degu

@blinkk/degu v1.3.1

02 Jul 23:45
Compare
Choose a tag to compare

Bug Fixes

  • Remove rounding from webgl-image-sequence to closely match browser sizing algo. (83f2bfc)

@blinkk/degu v1.3.0

02 Jul 19:16
Compare
Choose a tag to compare

Features

  • Add events to CachedMouseTracker (bd997c2)

Bug Fixes

  • Correct DraggableSlide translation jumps (bd778e8)

@blinkk/degu v1.2.0

01 Jul 18:45
Compare
Choose a tag to compare

Features

  • add a simple element component registry (#109) (3da5d17)
  • add events to css-parallaxer (3ad474a)
  • add FPS controls to video-progress (979b4cb)
  • add getFocusableElements() function (#107) (15a8963)
  • add inviewProgress support to viewport-css-parallax. (80014e9)

Bug Fixes

@blinkk/degu v1.1.0

06 Jun 22:34
Compare
Choose a tag to compare

Features

@blinkk/degu v1.0.2

24 May 23:02
Compare
Choose a tag to compare

Miscellaneous Chores

@blinkk/degu v1.0.1

19 May 23:20
Compare
Choose a tag to compare

Miscellaneous Chores

@blinkk/degu v1.0.0

18 May 23:02
43292c5
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • refactor utility classes to be treeshakable
  • break out dom static methods
  • rename Callback and add keyboard navigation watcher

Features

  • add keyboard navigation watcher (33eb2f7)
  • add load attribute on video (c02cafb)
  • add youtube modal (#79) (99bcb12)
  • Cull unneeded updates on Inview (3ea11bd)
  • rename Callback and add keyboard navigation watcher (33eb2f7)

Bug Fixes

Code Refactoring

  • break out dom static methods (b42ceb1)
  • refactor utility classes to be treeshakable (cedf721)