Releases: cahilfoley/react-snowfall
Releases · cahilfoley/react-snowfall
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.2
tag 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
Version 1.1.2 (2022-01-20)
Bug Fixes
Full Changelog: v1.1.1...v1.1.2
Version 1.1.1 (2021-11-29)
What's Changed
- Add support for React 17 by @selbekk in #21
- Remove unused config variable reference to requestAnimationFrame by @cahilfoley
New Contributors
Full Changelog: v1.1.0...v1.1.1
Version 1.1.0 (2021-02-23)
Features
- SnowflakeConfig: allow additional snowflake properties to be overridden via the Snowfall props (5d7b3f5)