UNPKG

1.56 kBMarkdownView Raw
1## v4.1.4
2+ Code refactoring.
3+ Update dev deps in package.json.
4
5## v4.1.3
6+ Fix color #25.
7+ Update dev deps in package.json.
8
9## v4.1.2
10+ Update dev deps in package.json.
11
12## v4.1.1
13+ Fixed Safari scroll problem #21.
14
15## v4.1.0
16+ Added CSS `user-select: none` and `pointer-events: none` for snowflakes.
17
18## v4.0.2
19+ Updated dev deps in package.json.
20
21## v4.0.1
22+ Updated dev deps in package.json.
23
24## v4.0.0
25+ Added `minSize` and `maxSize` properties. You can set the size of snowflakes. [Example](https://hcodes.github.io/snowflakes/examples/big.html).
26+ Added `minOpacity` and `maxOpacity` properties.
27+ Removed `useScale` property.
28+ `useRotate` property renamed to `rotation`.
29+ Added light version without SVG images: `dist/snowflakes.light.js` and `dist/snowflakes.light.min.js`. You can set your own kind of snowflakes. [Example](https://hcodes.github.io/snowflakes/examples/balls.html).
30
31## v3.1.0
32+ `demo.html` moved to `https://github.com/hcodes/demo-snowflakes`
33+ `example/``examples/`
34+ Added new examples
35+ Small refactoring
36
37## v3.0.0
38+ Now snowflakes in SVG format.
39+ You can change the color of snowflakes. The property `color: "red"`. Default: `"#5ECDEF"`.
40+ Snowflakes can fly without wind. The property `wind: false`. Default: `true`.
41
42## v2.2.1
43Fixed Babel dependencies #10.
44
45## v2.2.0
46Removed `dist/`.
47
48## v2.1.1
49- Small fix for server side #7.
50
51## v2.1.0
52- Added examples.
53- Fixes for constructor.
54
55## v2.0.1
56Removed console.log.
57
58## v2.0.0
59- CSS optimization.
60- Added Gulp and Rollup with Babel.
61
62## v1.0.0
63First public release.