2.1.19 (2024-05-30)
- add server static back ([55] #55))
2.1.18 (2024-05-29)
- remove more packages and code ([53] #53))
2.1.17 (2024-05-07)
- remove test mode ([51] #51))
2.1.16 (2024-05-03)
- removed unused packages (49)
2.1.15 (2024-05-02)
- fix issue (48)
2.1.14 (2024-05-02)
- Slim it down even more (46)
2.1.13 (2024-05-02)
- Slim it down (44)
2.1.12 (2024-04-30)
- Fix issue NEG VT updates that broke SRA in (42)
2.1.11 (2024-04-23)
- Remove NEG VT updates in (40)
2.1.10 (2024-01-08)
- Merge NFL Master in (38)
2.1.9 (2023-05-10)
- disable viwability threshold check if lazyloading (36)
2.1.8 (2023-03-03)
- remove console log (34)
2.1.7 (2023-03-03)
- update to React 17 (32)
2.1.6 (2022-05-27)
- negative viewable threshold update (30)
2.1.5 (2022-05-16)
- negative viewable threshold (28)
2.1.4 (2022-05-03)
2.1.3 (2022-02-24)
- Remove deprecated ContentService (23)
2.1.2 (2022-02-22)
- Prefix deprecated React lifecyle methods with
UNSAFE
(#20) - Use
securepubads.g.doubleclick.net
instead ofwww.googletagservices.com
(#20) - Minor documentation updates (#21)
- Fix tests (#22)
2.1.1 (2019-02-05)
2.1.0 (2019-01-28)
2.0.3 (2019-01-24)
2.0.2 (2019-01-22)
- Do not refresh all ads when new component loads (#8) (9f143a8)
- Don't setState on unmounted ad (#5) (d7d6173)
- Fix undefined function if apiNotReady (#6) (d292947)
- Replace hasOwnProperty with more reliable check (#7) (d6521a7)
2.0.1 (2018-03-13)
- Adds
onSlotOnload
event - Allows
["fluid"]
slotSize as an array
2.0.0 (2018-01-04)
- Removed test util dependencies from distribution (27187e0)
< 2.0.0 you may have imported createManagerTest
like this:
import {createManagerTest} from "react-gpt";
>= 2.0.0 you now need to import createManagerTest
like this:
import {createManagerTest} from "react-gpt/es/utils/createManagerTest";
1.1.1 (2017-11-08)
- Fixed bug in example Router project (7687ee9)
- Updated to support React 16 and unit tests refactored for React 16 (84264e7)
1.0.1 (2017-09-19)
- package.json: Add es folder to published package (2aa1a03)
1.0.0 (2017-09-18)
- createManager: Export AdManager (#53) (9ed1807), closes #42
- package.json: Add Yarn (#38) (8b7a570)
- package.json: Export es modules (#54) (2d7a3ec), closes #29
0.3.0 (2017-09-18)
- Throttles scroll-check to render ad faster (7130060a)
- Use smaller invariant / canUseDom dependencies (b187381)
0.2.5 (2017-07-31)
- Add yarn.lock (b7c7c50)
- Import PropTypes from prop-types package (34b61be)
- Move MockGPT out of distribution files (775fe26)
- Import ReactTestUtils from test-utils (75e74f6)
0.2.4 (2017-03-23)
- more gracefully handle adSlot becoming empty object due to AdBlocker (7f9a989)
0.2.3 (2017-02-21)
- fix calling the same pubads API on Bling not overriding the previous one (fc374b6)
0.2.2 (2016-10-13)
- API: update GPT API list (993c0e0)
Features:
- Initial release