Skip to content

Commit 12b81fb

Browse files
committed
v1.0.6
1 parent 7ecc6ac commit 12b81fb

File tree

5 files changed

+7
-11
lines changed

5 files changed

+7
-11
lines changed

TODO.md

+3-7
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,6 @@
2929
- stop
3030
- radialGradient
3131

32-
## Animation
33-
+ animate
34-
+ animateMotion
35-
+ animateTransform
36-
- mpath
37-
- set
38-
3932
## HTML
4033
- a
4134
- foreignObject
@@ -83,6 +76,9 @@
8376
- tspan
8477
- switch
8578

79+
## Animation
80+
- set
81+
8682
## Performance
8783
- discard SVG element - https://developer.mozilla.org/en-US/docs/Web/SVG/Element/discard
8884

dist/mz-svg.esm.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/mz-svg.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/mz-svg.node.cjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
mzSVG - the TypeScript-based library for manipulating and animating SVG.
3-
Version: 1.0.5
3+
Version: 1.0.6
44
Author: Miriam Zusin
55
66
Documentation: https://github.com/mzusin/mz-svg

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mz-svg",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "The TypeScript-based library for manipulating SVG in browser and Node.js.",
55
"type": "module",
66
"main": "./dist/mz-svg.min.js",

0 commit comments

Comments
 (0)