Skip to content

Latest commit

 

History

History
890 lines (402 loc) · 32 KB

CHANGELOG.md

File metadata and controls

890 lines (402 loc) · 32 KB

Changelog

3.2.1 (2024-04-09)

Features

  • add fetch priority to image (6d49217)

Miscellaneous Chores

3.2.0 (2023-05-10)

Features

  • add "orientation" option to youtube modal (ea0e82b)
  • release 3.2.0 (eeaafc7)

Miscellaneous Chores

3.1.3 (2023-02-01)

Bug Fixes

  • fix playback error in lazy-video (3262d87)

3.1.2 (2023-01-30)

Bug Fixes

  • fix github pages base url (d00c8b0)
  • set optional libs as external (0351be3)

3.1.1 (2023-01-27)

Bug Fixes

  • fix imports in examples/ folder (8f72cd7)

3.1.0 (2023-01-27)

Features

3.0.0 (2023-01-20)

⚠ BREAKING CHANGES

  • add dat.gui and angular to peerDependencies
  • move three and pixi.js to peerDependencies
  • move deps to peerDependencies
  • remove utility map exports
  • switch to tsup for bundling

Bug Fixes

  • remove ie workarounds to fix tsc build (14efc22)

Build System

  • switch to tsup for bundling (3085b6c)

Code Refactoring

  • add dat.gui and angular to peerDependencies (16b5e29)
  • move deps to peerDependencies (278be32)
  • move three and pixi.js to peerDependencies (29593da)
  • remove utility map exports (faad650)

2.28.1 (2022-11-17)

Bug Fixes

  • add controls attribute to video component (2fecff0)
  • make youtube api publicly accessible (88a8f24)

2.28.0 (2022-10-10)

Features

2.27.1 (2022-08-17)

Bug Fixes

  • video play error handling (8ad7081)

2.27.0 (2022-08-11)

Features

  • Add raf waitRead and waitWrite (cd6dce7)

2.26.0 (2022-08-10)

Features

  • Add stateChange event to youtube-inline (1cbd01e)

2.25.1 (2022-08-05)

Bug Fixes

  • Add origin to youtube api (41004fc)

2.25.0 (2022-08-02)

Features

  • Add option to use width and hegith for google image size calculations (12dc8e1)

Bug Fixes

  • Default google-image to use max of width and height (3ff2ab7)

Miscellaneous Chores

2.24.1 (2022-07-27)

Bug Fixes

  • Render nothing when image width is 0 (927d603)

2.24.0 (2022-07-26)

Features

  • Add retry options to playVideosInElement (3017629)

2.23.0 (2022-07-24)

Features

  • Add disable-eager option to image (b018b69)

2.22.1 (2022-07-03)

Bug Fixes

  • Adjust dom.closestElementComposed (ca37a92)

2.22.0 (2022-07-03)

Features

  • Add dom.closestElementComposed (2415e59)

2.21.0 (2022-07-03)

Features

2.20.1 (2022-06-30)

Bug Fixes

  • guard against empty settings (580ff71)

2.20.0 (2022-06-29)

Features

  • Support multiple video source for video component (ae4ad32)

2.19.1 (2022-06-24)

Bug Fixes

2.19.0 (2022-06-24)

Features

  • Add enable js api to youtube-inline (195eaab)

2.18.1 (2022-06-22)

Bug Fixes

  • guard against empty slides (d3363ac)

2.18.0 (2022-06-14)

Features

  • Set lazy image loading to eager if the image is already on screen (d7d5a3b)

2.17.0 (2022-06-06)

Features

  • Add video.canvasReady flag (eb540b1)

2.16.0 (2022-06-06)

Features

  • Add video.hasLoaded flag (ea87165)

2.15.0 (2022-06-03)

Features

  • Add video.getHexColorAt (ce2228b)

2.14.0 (2022-05-17)

Features

2.13.1 (2022-05-12)

Bug Fixes

2.13.0 (2022-05-12)

Features

  • Add run update event to video (5b1749a)

Miscellaneous Chores

2.12.0 (2022-04-29)

Features

  • Support matchMedia in DomWatcher (ec9637c)

Bug Fixes

  • resolver server.js import issues (7b4e001)

2.11.2 (2022-04-12)

Bug Fixes

  • Use degu-video wrapper only in canvas mode (207c87c)

2.11.1 (2022-04-11)

Bug Fixes

  • Update canvas render width setting (3449b24)

2.11.0 (2022-04-11)

Features

  • Add canvas rendering option (32c9bcf)

2.10.0 (2022-04-06)

Features

  • Add keyboard events to youtube-modal (db1ad88)

2.9.0 (2022-03-28)

Features

  • Add control methods to degu video (ee8de86)

2.8.0 (2022-03-28)

Features

  • Remove src-set feature and fix scalar calculations (7e20807)

2.7.0 (2022-03-28)

Features

  • Add type module to project (618a786)

2.6.0 (2022-03-16)

Features

  • Add atTabIndex child updating (4dd62d5)

2.5.0 (2022-03-15)

Features

2.4.4 (2022-03-09)

Bug Fixes

  • Fix errors with sourceless images (138e83c)

2.4.3 (2022-03-06)

Bug Fixes

  • errors when src isn’t defined (d970e90)

2.4.2 (2022-02-22)

Bug Fixes

  • goog params to override instead of replace (a117259)

2.4.1 (2022-02-21)

Bug Fixes

  • swipe event errors in Safari (02aacdf)

2.4.0 (2022-02-20)

Features

  • Add google-image-scalar option (646ddea)
  • Add google-params optons to image #215 (aeeee6c)

Bug Fixes

2.3.3 (2022-02-14)

Miscellaneous Chores

2.3.2 (2022-01-20)

Bug Fixes

  • update swipe to always listen to touch events (3cceffd)

2.3.1 (2022-01-20)

Bug Fixes

  • swipe event calculations on mobile (5ce93c7)

2.3.0 (2022-01-12)

Features

  • Add redirect capabilities to youtube-modal (8359b7f)

Bug Fixes

  • degu-image should calculate the max of the container and image (2f5d076)

2.2.0 (2022-01-04)

Features

  • Add loading property to degu image (880593d)

2.1.0 (2021-12-12)

Features

2.0.0 (2021-11-30)

⚠ BREAKING CHANGES

  • Move lit -> components

Features

Miscellaneous Chores

1.27.0 (2021-11-29)

Features

1.26.0 (2021-11-29)

Features

1.25.2 (2021-11-28)

Bug Fixes

  • degu-image svg rendering with parameters #182 (416763e)

1.25.1 (2021-11-25)

Bug Fixes

1.25.0 (2021-11-24)

Features

1.24.0 (2021-11-15)

Features

1.23.2 (2021-11-14)

Bug Fixes

  • attribute-highlighter dispose method (87cb6c6)

1.23.1 (2021-11-14)

Bug Fixes

  • margin-outliner dispose method (b96d53f)

1.23.0 (2021-11-14)

Features

  • Add dom.removeAllChildren (9a2622d)

1.22.1 (2021-11-09)

Bug Fixes

1.22.0 (2021-11-09)

Features

  • Carousel pauses if condition not met (dc449d8)

Bug Fixes

  • Carousel autoplay progressing on pause() (762afbe)

1.21.0 (2021-11-08)

Features

  • Add mutation observers to dom-watcher (b42881e)

1.20.0 (2021-11-07)

Features

  • Add resizeObserver watching (2c047c1)

1.19.0 (2021-11-02)

Features

  • Add dom.addDelegatedListener (202775a)

1.18.0 (2021-10-17)

Features

  • Add keyboardModeOnly to scroll-to-on-focus (a1e8faa)

1.17.4 (2021-10-13)

Bug Fixes

  • unsetFocusableElementsToTabIndex coverage (f3342f5)

1.17.3 (2021-09-26)

Miscellaneous Chores

1.17.2 (2021-09-26)

Bug Fixes

1.17.1 (2021-09-15)

Bug Fixes

  • css parallax scroll jump behavior (8e6fcdc)

1.17.0 (2021-09-09)

Features

  • Add removeNativeLazyImage (e3dd52d)

1.16.2 (2021-09-01)

Bug Fixes

  • lottie player should start on first frame (90359d7)

1.16.1 (2021-08-31)

Bug Fixes

1.16.0 (2021-08-24)

Features

  • Add currentProgress to lottie-progress-player. (36303d5)

1.15.0 (2021-08-23)

Features

  • Add makeEasingFunctionFromString (be6922d)

1.14.0 (2021-08-20)

Features

  • Default css-parallax to subPixelRender true (045e464)

1.13.0 (2021-08-17)

Features

  • Add dom.addStylesToPage (00fe0c6)

1.12.0 (2021-08-16)

Features

  • Add getElementProgressPoint (42dcb9b)
  • add setInterpolations to css-parallaxer (1ffe135)

1.11.0 (2021-08-13)

Features

  • add progressElement option to css-parallaxer (897192d)

1.10.0 (2021-08-12)

Features

  • add cssParallax.getSettings method (79f156c)

1.9.8 (2021-08-11)

Bug Fixes

  • fix setFocusableElementsToTabIndex (afe30c6)

1.9.7 (2021-08-10)

Features

  • add dom.setFocusableElementsToTabIndex (441e081)

Miscellaneous Chores

1.9.6 (2021-08-10)

Bug Fixes

  • update vararg type for component registry (#136) (299140a)

1.9.5 (2021-08-05)

Bug Fixes

  • improve carousel click-drag prevention (693c55f)
  • prevent clicks starting a carousel drag (014841b)
  • Rollback release-please-action to 2.29.0 (3167e30)

1.9.4 (2021-08-03)

Bug Fixes

  • lottie progress player dispose method (9881ec4)

1.9.3 (2021-08-03)

Bug Fixes

  • lerpOnlyInRange bug with progress >=1 (e470b5c)

1.9.2 (2021-08-02)

Bug Fixes

  • add outview offset options to inview (202660b)
  • broken examples/ (cd23d73)

1.9.1 (2021-07-25)

Bug Fixes

  • progressWatcher handling of 0 and 1 bounds (#127) (26d2d5b)

1.9.0 (2021-07-22)

Features

  • Start subsequent raf run if necessary (a949e94)

1.8.2 (2021-07-21)

Bug Fixes

  • add imagePath support to lottie-progress-player (dc917ef)

1.8.1 (2021-07-20)

Bug Fixes

  • update text-split2 row logic. (c617bf5)

1.8.0 (2021-07-20)

Features

  • add splitByCharacter option to text-split2. (d097f23)

1.7.0 (2021-07-20)

Features

  • add getLottieInstance to lottie-progress-player (296857e)
  • add getRaf to css-parallaxer (e2068b3)
  • add lottie-progress-player (4ca259f)

1.6.0 (2021-07-14)

Features

  • add active/inactive callbacks to inview-progress. (78e2736)
  • add manualProgressUpdates to css-parallaxer (19ec1d8)
  • add mathf (eff57d9)
  • add progressWatcher option to css-parallaxer (b20153f)
  • add scroll-progress (1f296ac)

1.5.0 (2021-07-11)

Features

  • add IN_ONCE event to inview (89bb3f3)

Bug Fixes

  • handle loading errors in ScriptLoader (#117) (6e13cfe)

1.4.1 (2021-07-08)

Bug Fixes

  • Remove lazy-video inview playback option (8bafe71)

1.4.0 (2021-07-08)

Features

  • support custom attrs in ScriptLoader (#114) (bba69ee)

1.3.1 (2021-07-02)

Bug Fixes

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

1.3.0 (2021-07-02)

Features

  • Add events to CachedMouseTracker (bd997c2)

Bug Fixes

  • Correct DraggableSlide translation jumps (bd778e8)

1.2.0 (2021-07-01)

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

1.1.0 (2021-06-06)

Features

1.0.2 (2021-05-24)

Miscellaneous Chores

1.0.1 (2021-05-19)

Miscellaneous Chores

1.0.0 (2021-05-18)

⚠ 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)