Skip to content

Releases: wethegit/react-marquee

React Marquee v3.0.0

04 Nov 17:44
0705a51

Choose a tag to compare

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 52c1da9 Thanks @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 neededAmount defaults to 1 when calculations yield Infinity, preventing edge-case crashes.

v2.2.0

06 Jan 20:22
597d00d

Choose a tag to compare

Minor Changes

React Marquee v2.1.3

11 Dec 18:55
bc617ad

Choose a tag to compare

v2.1.1

11 Sep 23:57

Choose a tag to compare

Patch Changes

v2.1.0

01 Aug 21:02

Choose a tag to compare

Minor Changes

v2.0.4

23 Feb 17:59
6d92dce

Choose a tag to compare

Update React dependency to 17-18

v2.0.2

20 Sep 00:20
ec5bd83

Choose a tag to compare

Release notes

  • Fixes an issue where content was being squished. Setting the marquee's CSS width property to max-content.

v2.0.1

18 Sep 23:42
1dc999f

Choose a tag to compare

Changes in v2.0.1:

  • Fixes a Firefox issue where the animation would not start, despite correctly calculating the offsets.

v2.0.0

11 Sep 22:28
b2a0216

Choose a tag to compare

  • 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

13 Jun 15:44

Choose a tag to compare

  • Replace Webpack with Vite