Skip to content

Releases: hcodes/snowflakes

v7.0.1

31 Oct 08:04
Compare
Choose a tag to compare

Updated README.

v7.0.0

31 Oct 07:57
Compare
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
Compare
Choose a tag to compare

Improved positioning of snowflakes when resizing the window.

v6.2.1

03 Dec 08:04
6cbb6d5
Compare
Choose a tag to compare

Fix for server rendering

v6.2.0

24 Nov 21:48
4c1ad93
Compare
Choose a tag to compare

Improved randomization of snowflake positions.

v6.1.0

11 Dec 09:33
d764036
Compare
Choose a tag to compare

Add autoResize param.

v6.0.0

22 Oct 07:30
eb8f156
Compare
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
Compare
Choose a tag to compare
  • Code rewritten on TypeScript.
  • Added TypeScript typings.
  • Support for es6 modules.

v4.2.0

11 Jan 22:25
Compare
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.

v4.1.6

07 Dec 21:52
Compare
Choose a tag to compare

Technical release.