Skip to content

Commit bdd8726

Browse files
committed
1.0.3
1 parent f8b0d1a commit bdd8726

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ React DOM Components are a technology agnostic way to get DOM properties (attrib
1313
* Custom Element Polyfill
1414

1515
## Version History
16+
### 1.0.3
17+
* ForEach polyfill is no longer required for IE11 support.
18+
* Improvements around loading babel-polyfill.
19+
1620
### 1.0.2
1721
* Small fixes to Registry
1822

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-dom-components",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Build data models for React Components using server-side DOM.",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)