Release v14.3.0
hops-untool
released this
27 Jul 11:35
·
2 commits
to 419b0abe82a7274f795b53b9cbd0e960e686e2a2
since this release
14.3.0 (2021-07-27)
Bug Fixes
- msw: correct type definition for main export (17a2d25)
- msw: do not install msw if browser does not support service workers (faa82b3)
- update dependency msw to ^0.31.0 (d8d4984)
- update dependency msw to ^0.33.0 (3833165)
- msw: provide empty hops-msw/handlers file to fix webpack errors (50f66d5)
- update dependency serialize-javascript to v6 (a133b9c)
- create-hops-app: remove intermediary hack (4363e09)
Features
- jest-preset: automatically set-up graphql and msw (860a8fe)
- msw: allow to skip waiting for browser mocks (78ecff9)
- msw: allow to specify a handlers file to use during development (f83409a)
- msw: introduce new hops-msw package (c01c062)
- msw: only wait for browser mocks in integration tests (a4318f0)
- msw: print debug information from the mixins (de2d02c)
- react-apollo: expose helper functions for unit testing (7908021)
- template-graphql: use msw for development mode (f84f4a3)