Releases: matt-oakes/redux-devtools-expo-dev-plugin
Releases · matt-oakes/redux-devtools-expo-dev-plugin
v1.0.0
Breaking change
- The plugin now only works with
expo>=52
. Please continue to use0.2.1
if you have not upgraded Expo to this version yet.
What's Changed
- fix: package doesn’t work with expo 52 by @compojoom in #15
Full Changelog: v0.2.1...v1.0.0
v0.2.1
What's Changed
- fix: Ensure that the devtools work correctly in production builds and without casting
- Thanks to @zakwalters and @LunatiqueCoder for reporting and suggesting fixes for this
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- fix: don't expose global process.env type to consumers by @zakwalters in #7
- docs: fix README command from 'yarn install' to 'yarn add' by @martinejaw in #5
- chore: Switch to using the official
@redux-devtools/app-core
package
New Contributors
- @martinejaw made their first contribution in #5
- @zakwalters made their first contribution in #7
Full Changelog: v0.1.0...v0.2.0
v0.1.0
First release 🎉