Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
hcodes committed Oct 31, 2024
1 parent fe68799 commit 81c161b
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 251 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v7.0.0
+ 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
+ Improved positioning of snowflakes when resizing the window.

Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,15 +128,15 @@ Destroy the instance of snowflakes.
## Different Builds
In the `dist/` directory of [the NPM package](https://unpkg.com/magic-snowflakes/dist/) you will find many different builds of snowflakes.js.

|Type |Filename |Description |
|-----------------------|-------------------------|------------------|
|Full (UMD) |`snowflakes.js` | |
|Full (UMD, production) |`snowflakes.min.js` | |
|Full auto |`snowflakes.autojs` | Without API |
|Full auto (production) |`snowflakes.auto.min.js` | Without API |
|ES6 or Typescript |`snowflakes.esm.js` | |
|Light (UMD) |`snowflakes.light.js` |Without SVG images|
|Light (UMD, production)|`snowflakes.light.min.js`|Without SVG images|
|Type |Filename |Description |
|-----------------------|-------------------------|--------------------|
|Full (UMD) |`snowflakes.js` | |
|Full (UMD, production) |`snowflakes.min.js` | |
|Full auto |`snowflakes.auto.js` | Without API |
|Full auto (production) |`snowflakes.auto.min.js` | Without API |
|ES6 or Typescript |`snowflakes.esm.js` | |
|Light (UMD) |`snowflakes.light.js` | Without SVG images |
|Light (UMD, production)|`snowflakes.light.min.js`| Without SVG images |


## Development
Expand Down
242 changes: 2 additions & 240 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 10 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "magic-snowflakes",
"description": "Falling snowflakes",
"version": "6.3.0",
"version": "7.0.0",
"author": {
"name": "Denis Seleznev",
"email": "[email protected]",
Expand All @@ -23,7 +23,15 @@
"flake",
"newyear",
"christmas",
"falling"
"falling",
"снежинки",
"снежинка",
"flocons de neige",
"schneeflocken",
"fiocchi di neve",
"copos de nieve",
"雪花",
"雪の結晶"
],
"engines": {
"node": ">=10"
Expand Down

0 comments on commit 81c161b

Please sign in to comment.