Releases: hcodes/snowflakes
Releases · hcodes/snowflakes
v7.0.2
13 Oct 13:18
Compare
Sorry, something went wrong.
No results found
Fixed Next.js 15 error #76 , #77 .
v7.0.1
31 Oct 08:04
Compare
Sorry, something went wrong.
No results found
v7.0.0
31 Oct 07:57
Compare
Sorry, something went wrong.
No results found
Removed -webkit- prefix for animation and transform CSS properties.
Added hasSupport() static method.
Simplified installation in HTML page, only one line is needed.
v6.3.0
16 Dec 15:41
Compare
Sorry, something went wrong.
No results found
Improved positioning of snowflakes when resizing the window.
v6.2.1
03 Dec 08:04
Compare
Sorry, something went wrong.
No results found
v6.2.0
24 Nov 21:48
Compare
Sorry, something went wrong.
No results found
Improved randomization of snowflake positions.
v6.1.0
11 Dec 09:33
Compare
Sorry, something went wrong.
No results found
v6.0.0
22 Oct 07:30
Compare
Sorry, something went wrong.
No results found
Added show/hide methods.
Fixes for TypeScript typings.
BREAKING CHANGES:
Before:
Snowflakes ( ) ;
// or
new Snowflakes ( ) ;
After:
v5.0.0
20 Oct 20:11
Compare
Sorry, something went wrong.
No results found
Code rewritten on TypeScript.
Added TypeScript typings.
Support for es6 modules.
v4.2.0
11 Jan 22:25
Compare
Sorry, something went wrong.
No results found
Slowed down rotation of snowflakes, changed default some properties #20 .
Separate styles for multiple instances #29 .
Removed z-index for every snowflake, only common z-index for container of snowflakes #27 .
Updated dev deps.