Releases: wethegit/react-marquee
Releases · wethegit/react-marquee
React Marquee v3.0.0
What's Changed
- build(deps-dev): bump vite from 5.4.11 to 5.4.14 in the npm_and_yarn group by @dependabot[bot] in #149
- build(deps-dev): bump eslint-plugin-react-refresh from 0.4.16 to 0.4.19 by @dependabot[bot] in #152
- build(deps-dev): bump typescript from 5.7.2 to 5.8.2 by @dependabot[bot] in #159
- build(deps-dev): bump @eslint/js from 9.17.0 to 9.22.0 by @dependabot[bot] in #160
- build(deps-dev): bump @types/node from 20.16.15 to 20.17.24 by @dependabot[bot] in #161
- build(deps-dev): bump vite-plugin-dts from 4.4.0 to 4.5.3 by @dependabot[bot] in #158
- Fix: Fixes incorrect marquee width calculations by @pravton in #164
New Contributors
Full Changelog
3.0.0
Major Changes
-
#164
52c1da9Thanks @pravton! - Fixed width calculation issues for dynamic and flex-based content.Implemented ResizeObserver for responsive dimension recalculations.
Removed legacy event listeners.
Added fallback to ensure
neededAmountdefaults to1when calculations yield Infinity, preventing edge-case crashes.
v2.2.0
Minor Changes
- #141
a61ab67Thanks @marlonmarcello! - Updates React version support
React Marquee v2.1.3
- Add reverse option by @andrewrubin in #129
v2.1.1
Patch Changes
- #95
b8ba89fThanks @marlonmarcello! - fix: ensures timer variable is properly scoped
v2.1.0
Minor Changes
- #72
8056d5eThanks @wonderfulfrog! - feat: convert project to typescript and add types
v2.0.4
Update React dependency to 17-18
v2.0.2
Release notes
- Fixes an issue where content was being squished. Setting the marquee's CSS width property to
max-content.
v2.0.1
Changes in v2.0.1:
- Fixes a Firefox issue where the animation would not start, despite correctly calculating the offsets.
v2.0.0
- Adds a small performance boost via memoization
- Adds the ability to play/pause through props or CSS custom property
- Remove gaps between slides
- Adds JSdoc source comments
v1.0.0
- Replace Webpack with Vite