Skip to content

Commit ec38ab1

Browse files
author
Peter Morawiec
committed
rebuild Demo, update Readme
1 parent 2bc1d6e commit ec38ab1

File tree

5 files changed

+5
-27
lines changed

5 files changed

+5
-27
lines changed

README.md

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -102,26 +102,4 @@ What if you don't want the animation applied to *ALL* paths inside your SVG? Add
102102

103103

104104
### Changelog
105-
**Ver 0.8.3**
106-
* Fix Issue #12 (leftover React.PropTypes, breaks React 16)
107-
108-
**Ver 0.8.1**
109-
* Fix Issue #11 (guard getTotalLength for undefined, occurs with Jest/Enzyme)
110-
111-
### Changelog
112-
**Ver 0.8.0**
113-
* Update dependencies
114-
* Migrate to Webpack 3
115-
* Use prop-types package
116-
117-
**Ver 0.7.3**
118-
* No-op server-side
119-
* Do not budle/minify distribution package
120-
* Update dependencies
121-
* ESLint Standard
122-
123-
**Ver 0.6.0**
124-
* Experimental support for IE/Edge via Tween.js
125-
126-
**Ver 0.5.0**
127-
* Callback prop
105+
See [Releases](https://github.com/moarwick/react-mt-svg-lines/releases)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"stroke"
1212
],
1313
"author": "Peter Morawiec",
14-
"version": "0.8.3",
14+
"version": "0.8.4",
1515
"main": "lib/index.js",
1616
"repository": {
1717
"type": "git",

public/198c3f51bb9eef0d4a89.min.js renamed to public/eded0c7f949612d76f71.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<title>Mt React Component</title>
88
<meta name="description" content="Mt React Component" />
99
<meta name="author" content="moarwick" />
10-
<link href="css/198c3f51bb9eef0d4a89.min.css" rel="stylesheet"></head>
10+
<link href="css/eded0c7f949612d76f71.min.css" rel="stylesheet"></head>
1111
<body>
1212
<div id="component"></div>
13-
<script type="text/javascript" src="198c3f51bb9eef0d4a89.min.js"></script></body>
13+
<script type="text/javascript" src="eded0c7f949612d76f71.min.js"></script></body>
1414
</html>

0 commit comments

Comments
 (0)