We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8b0d1a commit bdd8726Copy full SHA for bdd8726
README.md
@@ -13,6 +13,10 @@ React DOM Components are a technology agnostic way to get DOM properties (attrib
13
* Custom Element Polyfill
14
15
## Version History
16
+### 1.0.3
17
+* ForEach polyfill is no longer required for IE11 support.
18
+* Improvements around loading babel-polyfill.
19
+
20
### 1.0.2
21
* Small fixes to Registry
22
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-dom-components",
3
- "version": "1.0.2",
+ "version": "1.0.3",
4
"description": "Build data models for React Components using server-side DOM.",
5
"main": "lib/index.js",
6
"scripts": {
0 commit comments