nfl / react-gpt

A React display ad component using Google Publisher Tag
MIT License
145 stars 84 forks source link

(release) 2.0.0 #69

Closed potench closed 6 years ago

potench commented 6 years ago

Contains

Bug Fixes

2.0.0 (2018-01-04)

Bug Fixes

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";
codecov[bot] commented 6 years ago

Codecov Report

Merging #69 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #69   +/-   ##
=======================================
  Coverage   92.93%   92.93%           
=======================================
  Files           8        8           
  Lines         580      580           
=======================================
  Hits          539      539           
  Misses         41       41

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 27187e0...d077443. Read the comment docs.