Skip to content

Releases: hcodes/snowflakes

v7.0.2

13 Oct 13:18
bc6f492

Choose a tag to compare

Fixed Next.js 15 error #76, #77.

v7.0.1

31 Oct 08:04

Choose a tag to compare

Updated README.

v7.0.0

31 Oct 07:57

Choose a tag to compare

  • 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
cfd331e

Choose a tag to compare

Improved positioning of snowflakes when resizing the window.

v6.2.1

03 Dec 08:04
6cbb6d5

Choose a tag to compare

Fix for server rendering

v6.2.0

24 Nov 21:48
4c1ad93

Choose a tag to compare

Improved randomization of snowflake positions.

v6.1.0

11 Dec 09:33
d764036

Choose a tag to compare

Add autoResize param.

v6.0.0

22 Oct 07:30
eb8f156

Choose a tag to compare

  • Added show/hide methods.
  • Fixes for TypeScript typings.

BREAKING CHANGES:

Before:

Snowflakes();
// or
new Snowflakes();

After:

new Snowflakes();

v5.0.0

20 Oct 20:11
2d275af

Choose a tag to compare

  • Code rewritten on TypeScript.
  • Added TypeScript typings.
  • Support for es6 modules.

v4.2.0

11 Jan 22:25

Choose a tag to compare

  • 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.