1
+ <a name =" 2.0.1 " ></a >
2
+
3
+ ## [ 2.0.1] ( https://github.com/nfl/react-gpt/compare/v2.0.0...v2.0.1 ) (2018-03-13)
4
+
5
+ ### Code Refactoring
6
+
7
+ * Adds ` onSlotOnload ` event
8
+ * Allows ` ["fluid"] ` slotSize as an array
9
+
1
10
<a name =" 2.0.0 " ></a >
2
11
3
12
## [ 2.0.0] ( https://github.com/nfl/react-gpt/compare/v1.1.1...v2.0.0 ) (2018-01-04)
9
18
### Migration notes
10
19
11
20
** < 2.0.0** you may have imported ` createManagerTest ` like this:
21
+
12
22
```
13
23
import {createManagerTest} from "react-gpt";
14
24
```
25
+
15
26
** >= 2.0.0** you now need to import ` createManagerTest ` like this:
27
+
16
28
```
17
29
import {createManagerTest} from "react-gpt/es/utils/createManagerTest";
18
30
```
@@ -33,12 +45,12 @@ import {createManagerTest} from "react-gpt/es/utils/createManagerTest";
33
45
34
46
## [ 1.0.1] ( https://github.com/nfl/react-gpt/compare/v1.0.0...v1.0.1 ) (2017-09-19)
35
47
36
-
37
48
### Bug Fixes
38
49
39
50
* ** package.json:** Add es folder to published package ([ 2aa1a03] ( https://github.com/nfl/react-gpt/commit/2aa1a03 ) )
40
51
41
52
<a name =" 1.0.0 " ></a >
53
+
42
54
## [ 1.0.0] ( https://github.com/nfl/react-gpt/compare/v0.3.0...v1.0.0 ) (2017-09-18)
43
55
44
56
### Features
@@ -47,8 +59,8 @@ import {createManagerTest} from "react-gpt/es/utils/createManagerTest";
47
59
* ** package.json:** Add Yarn ([ #38 ] ( https://github.com/nfl/react-gpt/issues/38 ) ) ([ 8b7a570] ( https://github.com/nfl/react-gpt/commit/8b7a570 ) )
48
60
* ** package.json:** Export es modules ([ #54 ] ( https://github.com/nfl/react-gpt/issues/54 ) ) ([ 2d7a3ec] ( https://github.com/nfl/react-gpt/commit/2d7a3ec ) ), closes [ #29 ] ( https://github.com/nfl/react-gpt/issues/29 )
49
61
50
-
51
62
<a name =" 0.3.0 " ></a >
63
+
52
64
## [ 0.3.0] ( https://github.com/nfl/react-gpt/compare/v0.2.5...v0.3.0 ) (2017-09-18)
53
65
54
66
### Code Refactoring
@@ -62,35 +74,34 @@ import {createManagerTest} from "react-gpt/es/utils/createManagerTest";
62
74
* Upgrade eslint and introduce prettier ([ 17c8b89] ( https://github.com/nfl/react-gpt/commit/17c8b89 ) )
63
75
64
76
<a name =" 0.2.5 " ></a >
77
+
65
78
## [ 0.2.5] ( https://github.com/nfl/react-gpt/compare/v0.2.4...v0.2.5 ) (2017-07-31)
66
79
67
80
### Bug Fixes
68
81
69
82
* Add yarn.lock ([ b7c7c50] ( https://github.com/nfl/react-gpt/commit/b7c7c50 ) )
70
- * Import PropTypes from prop-types package ([ 34b61be] ( https://github.com/nfl/react-gpt/commit/34b61be ) )
83
+ * Import PropTypes from prop-types package ([ 34b61be] ( https://github.com/nfl/react-gpt/commit/34b61be ) )
71
84
* Move MockGPT out of distribution files ([ 775fe26] ( https://github.com/nfl/react-gpt/commit/775fe26 ) )
72
85
* Import ReactTestUtils from test-utils ([ 75e74f6] ( https://github.com/nfl/react-gpt/commit/75e74f6 ) )
73
86
74
87
<a name =" 0.2.4 " ></a >
75
- ## [ 0.2.4] ( https://github.com/nfl/react-gpt/compare/v0.2.3...v0.2.4 ) (2017-03-23)
76
88
89
+ ## [ 0.2.4] ( https://github.com/nfl/react-gpt/compare/v0.2.3...v0.2.4 ) (2017-03-23)
77
90
78
91
### Bug Fixes
79
92
80
- * more gracefully handle adSlot becoming empty object due to AdBlocker ([ 7f9a989] ( https://github.com/nfl/react-gpt/commit/7f9a989 ) )
81
-
93
+ * more gracefully handle adSlot becoming empty object due to AdBlocker ([ 7f9a989] ( https://github.com/nfl/react-gpt/commit/7f9a989 ) )
82
94
83
95
<a name =" 0.2.3 " ></a >
84
- ## [ 0.2.3] ( https://github.com/nfl/react-gpt/compare/v0.2.2...v0.2.3 ) (2017-02-21)
85
96
97
+ ## [ 0.2.3] ( https://github.com/nfl/react-gpt/compare/v0.2.2...v0.2.3 ) (2017-02-21)
86
98
87
99
### Bug Fixes
88
100
89
101
* fix calling the same pubads API on Bling not overriding the previous one ([ fc374b6] ( https://github.com/nfl/react-gpt/commit/fc374b6 ) )
90
102
91
-
92
-
93
103
<a name =" 0.2.2 " ></a >
104
+
94
105
## [ 0.2.2] ( https://github.com/nfl/react-gpt/compare/v0.2.1...v0.2.2 ) (2016-10-13)
95
106
96
107
### Code Refactoring
@@ -101,4 +112,4 @@ import {createManagerTest} from "react-gpt/es/utils/createManagerTest";
101
112
102
113
Features:
103
114
104
- - Initial release
115
+ * Initial release
0 commit comments