Skip to content

Latest commit

 

History

History
173 lines (89 loc) · 5.91 KB

CHANGELOG.md

File metadata and controls

173 lines (89 loc) · 5.91 KB

2.1.3 (2019-09-13)

2.1.2 (2019-09-13)

Features

  • Add new static method to override initialRender in disableInitialLoad mode (385ec1d)

2.1.1 (2019-02-05)

Performance Improvements

  • Use googletag.cmd.push instead of timeout to process queue (#16) (5af9ce7)

2.1.0 (2019-01-28)

Features

  • Add support for custom refresh function (#14) (a425e5e)

2.0.3 (2019-01-24)

Bug Fixes

  • Stop multiple refresh on mq change (#11) (3cff653)

2.0.2 (2019-01-22)

Bug Fixes

  • 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)

Code Refactoring

  • Adds onSlotOnload event
  • Allows ["fluid"] slotSize as an array

2.0.0 (2018-01-04)

Bug Fixes

  • Removed test util dependencies from distribution (27187e0)

Migration notes

< 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)

Bug Fixes

  • Fixed bug in example Router project (7687ee9)

Code Refactoring

  • Updated to support React 16 and unit tests refactored for React 16 (84264e7)

1.0.1 (2017-09-19)

Bug Fixes

  • package.json: Add es folder to published package (2aa1a03)

1.0.0 (2017-09-18)

Features

0.3.0 (2017-09-18)

Code Refactoring

  • Throttles scroll-check to render ad faster (7130060a)
  • Use smaller invariant / canUseDom dependencies (b187381)

Features

  • Check bundle-size on PR (8e51e26)
  • Upgrade eslint and introduce prettier (17c8b89)

0.2.5 (2017-07-31)

Bug Fixes

  • 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)

Bug Fixes

  • more gracefully handle adSlot becoming empty object due to AdBlocker (7f9a989)

0.2.3 (2017-02-21)

Bug Fixes

  • fix calling the same pubads API on Bling not overriding the previous one (fc374b6)

0.2.2 (2016-10-13)

Code Refactoring

  • API: update GPT API list (993c0e0)

0.2.1

Features:

  • Initial release