UNPKG

1.34 kBMarkdownView Raw
1## v4.1.0
2+ Added CSS `user-select: none` and `pointer-events: none` for snowflakes.
3
4## v4.0.2
5+ Updated dev deps in package.json.
6
7## v4.0.1
8+ Updated dev deps in package.json.
9
10## v4.0.0
11+ Added `minSize` and `maxSize` properties. You can set the size of snowflakes. [Example](https://hcodes.github.io/snowflakes/examples/big.html).
12+ Added `minOpacity` and `maxOpacity` properties.
13+ Removed `useScale` property.
14+ `useRotate` property renamed to `rotation`.
15+ 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).
16
17## v3.1.0
18+ `demo.html` moved to `https://github.com/hcodes/demo-snowflakes`
19+ `example/``examples/`
20+ Added new examples
21+ Small refactoring
22
23## v3.0.0
24+ Now snowflakes in SVG format.
25+ You can change the color of snowflakes. The property `color: "red"`. Default: `"#5ECDEF"`.
26+ Snowflakes can fly without wind. The property `wind: false`. Default: `true`.
27
28## v2.2.1
29Fixed Babel dependencies #10.
30
31## v2.2.0
32Removed `dist/`.
33
34## v2.1.1
35- Small fix for server side #7.
36
37## v2.1.0
38- Added examples.
39- Fixes for constructor.
40
41## v2.0.1
42Removed console.log.
43
44## v2.0.0
45- CSS optimization.
46- Added Gulp and Rollup with Babel.
47
48## v1.0.0
49First public release.