Releases: cahilfoley/react-snowfall
Releases · cahilfoley/react-snowfall
v2.4.0
What's Changed
- Code Review and Performance Improvements by @cahilfoley in #88
- feat: Add 3D rotation effect option for snowflakes by @ashtonisher in #90
New Contributors
- @ashtonisher made their first contribution in #90
Full Changelog: v2.3.0...v2.4.0
v2.3.0
What's Changed
Features
- Snowflake: Update opacity when snowflake is reset to top of canvas (9cc6669)
Bug Fixes
- deprecated: Zustand changed create to named export (87f082e)
- Snowflake: Fix decimal random number generation (e107861)
- Snowflake: Update opacities to reflect new range when changed (d488dd2)
New Contributors
- @KirillTregubov made their first contribution in #84
Full Changelog: v2.2.1...v2.3.0
v2.2.1
What's Changed
- chore: Update to support CR react by @Dunkstormen in #82
New Contributors
- @Dunkstormen made their first contribution in #82
Full Changelog: v2.2.0...v2.2.1
v2.2.0
What's Changed
- Snowflakes: Add support for using opacity values for image snowflakes (dbb6d51)
New Contributors
@Zeroverss made their first contribution in #79
Full Changelog: v2.1.2...v2.2.0
v2.1.2
v2.1.1
What's Changed
- ESM: Update the published library to include file extensions for proper ESM compatibility (a5d6a8f), closes #76 #73
- [Perf] Use single path for all non-image snowflakes; use for..of loops over forEach; store Math.PI * 2 as a constant by @Tetramputechture in #71
- Change demo playground to point to
v1.1.2tag by @igitur in #69
New Contributors
- @Tetramputechture made their first contribution in #71
- @igitur made their first contribution in #69
Full Changelog: v2.1.0...v2.1.1
Version 2.1.0 (07-02-2024)
Version 2.0.0 (24-01-2024)
⚠ BREAKING CHANGES
- Snowfall: Lots of internals have moved around - if you are only using the
<Snowfall />component then you shouldn't have to make any changes. If you were importing any of the library internals such as the custom hooks or some utilities then these have been reorganized and are now not exported from the root of the package - you will need to import them from the specific files.
Features
- Snowfall: Abstract the snowflake rendering logic into the SnowfallCanvas class that is independent of React. (7cccc63)
Version 1.2.1 (2022-08-25)
What's Changed
- Version bump to include the README in the npm package
Full Changelog: v1.2.0...v1.2.1
Version 1.2.0 (2022-08-25)
1.2.0 (2022-08-25)
Features
- Add support for rendering images instead of circles for snowflake contents (d0d99e4)
Full Changelog: v1.1.2...v1.2.0