nytimes / react-tracking

🎯 Declarative tracking for React apps.
https://open.nytimes.com/introducing-react-tracking-declarative-tracking-for-react-apps-2c76706bb79a
Other
1.88k stars 123 forks source link

new context api #118

Closed tizmagik closed 5 years ago

tizmagik commented 5 years ago

Updates to use new Context API, React.createContext()

After this is published, minimum React will be 16.3

Closes #67

tizmagik commented 5 years ago

Released under next tag,

npm install react-tracking@next
jacekradko commented 5 years ago

@tizmagik We ran our regression suite against this change and haven't found any issues. Is there a process/timeline for getting this released?

tizmagik commented 5 years ago

Great, thanks for reporting back @jacekradko . I've also ran this on one of our repos and didn't see any issues. I think I'll tag and release a SEMVER Major (since the min React will now be 16.3+). 👍

tizmagik commented 5 years ago

This was released as 6.0.0 by the way