New
v0.3.6
Summary
- adds an import subpath to use react-scan through the npm package in development and production import {scan} from 'react-scan/all-environments' scan() // <- works in production and dev
- fixes a bug that caused an error to be logged when calling scan() in production
- sync browser extension to latest react scan
What's Changed
- Update BROWSER_EXTENSION_GUIDE.md with Chrome web store link by @stanhuan in https://github.com/aidenybai/react-scan/pull/382
- Fix a logic error by @GameRoMan in https://github.com/aidenybai/react-scan/pull/392
- Add subpath that allows scan to run in production by @RobPruzan in https://github.com/aidenybai/react-scan/pull/394
New Contributors
- @stanhuan made their first contribution in https://github.com/aidenybai/react-scan/pull/382
- @GameRoMan made their first contribution in https://github.com/aidenybai/react-scan/pull/392
Full Changelog: https://github.com/aidenybai/react-scan/compare/v0.3.4...v0.3.6