UNPKG

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