You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Shockwave Flash Player component for React. GCC `ADVANCED` optimizations compati
4
4
5
5
Supports all browsers supported by React.
6
6
7
-
Depends on [`Object.is()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is)
7
+
Depends on [`Object.is()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is#Polyfill_for_non-ES6_browsers) and [`Object.assign()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign#Polyfill)
8
8
9
9
```
10
10
<ReactSWF
@@ -29,10 +29,14 @@ var returnValue = ref.getFPDOMNode().myEICallback(...);
29
29
30
30
## Breaking changes
31
31
32
+
#### 0.12.3
33
+
34
+
* Depends on `Object.assign()`, [polyfills are available.](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign#Polyfill)
35
+
32
36
#### 0.11.0
33
37
34
38
* React 0.13 components no longer support `ref.getDOMNode()`, use `ref.getFPDOMNode()` instead.
35
-
* Depends on `Object.is()`, [polyfills are available](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is).
39
+
* Depends on `Object.is()`, [polyfills are available](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is#Polyfill_for_non-ES6_browsers).
Copy file name to clipboardExpand all lines: npm-react-swf/README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Shockwave Flash Player component for React. GCC `ADVANCED` optimizations compati
4
4
5
5
Supports all browsers supported by React.
6
6
7
-
Depends on [`Object.is()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is)
7
+
Depends on [`Object.is()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is#Polyfill_for_non-ES6_browsers) and [`Object.assign()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign#Polyfill)
8
8
9
9
```
10
10
<ReactSWF
@@ -29,10 +29,14 @@ var returnValue = ref.getFPDOMNode().myEICallback(...);
29
29
30
30
## Breaking changes
31
31
32
+
#### 0.12.3
33
+
34
+
* Depends on `Object.assign()`, [polyfills are available.](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign#Polyfill)
35
+
32
36
#### 0.11.0
33
37
34
38
* React 0.13 components no longer support `ref.getDOMNode()`, use `ref.getFPDOMNode()` instead.
35
-
* Depends on `Object.is()`, [polyfills are available](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is).
39
+
* Depends on `Object.is()`, [polyfills are available](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is#Polyfill_for_non-ES6_browsers).
0 commit comments