Skip to content

Version 2.0.0 (24-01-2024)

Compare
Choose a tag to compare
@cahilfoley cahilfoley released this 07 Feb 06:25
· 17 commits to main since this release

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