Skip to content

Releases: xing/hops

Release v14.3.1

28 Jul 12:00
Compare
Choose a tag to compare

14.3.1 (2021-07-28)

Bug Fixes

  • msw: rename /_mocks/ endpoint to /_msw/ to avoid clashes (713d3d2)

Release v14.3.0

27 Jul 11:35
Compare
Choose a tag to compare

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)

v15.0.0-nightly.11

26 Jul 11:51
1698d4c
Compare
Choose a tag to compare
v15.0.0-nightly.11 Pre-release
Pre-release

Bug Fixes

  • msw: correct type definition for main export (37686d8)
  • msw: do not install msw if browser does not support service workers (7c5c201)
  • update dependency msw to ^0.33.0 (9b0765e)

Features

  • msw: allow to skip waiting for browser mocks (e395c52)
  • msw: print debug information from the mixins (c3cf7ea)

v15.0.0-nightly.10

13 Jul 07:14
617bc80
Compare
Choose a tag to compare
v15.0.0-nightly.10 Pre-release
Pre-release

15.0.0-nightly.10 (2021-07-13)

Bug Fixes

  • msw: provide empty hops-msw/handlers file to fix webpack errors (429ea12)

v15.0.0-nightly.9

12 Jul 16:53
2ef4244
Compare
Choose a tag to compare
v15.0.0-nightly.9 Pre-release
Pre-release

15.0.0-nightly.9 (2021-07-12)

Bug Fixes

  • update dependency msw to ^0.31.0 (79ed0dc)

Features

  • msw: allow to specify a handlers file to use during development (fa11617)
  • msw: only wait for browser mocks in integration tests (b40d8ac)
  • template-graphql: use msw for development mode (58ecf47)

v15.0.0-nightly.8

06 Jul 14:19
c6987a4
Compare
Choose a tag to compare
v15.0.0-nightly.8 Pre-release
Pre-release

15.0.0-nightly.8 (2021-07-06)

Bug Fixes

  • msw: delay rendering until msw mocks have been registered (dffafa4)

v15.0.0-nightly.7

05 Jul 13:03
d335f5a
Compare
Choose a tag to compare
v15.0.0-nightly.7 Pre-release
Pre-release

15.0.0-nightly.7 (2021-07-05)

Bug Fixes

  • msw: rename /_mocks/ endpoint to /_msw/ to avoid clashes (93a446d)
  • update dependency msw to ^0.30.0 (1e8e8b7)

v15.0.0-nightly.6

30 Jun 14:43
Compare
Choose a tag to compare
v15.0.0-nightly.6 Pre-release
Pre-release

15.0.0-nightly.6 (2021-06-30)

Bug Fixes

  • update dependency style-loader to v3 (002b84a)
  • create-hops-app: add intermediary support for Node v16 (87172b0)
  • template-graphql: correctly pass data and loading state (aadadf8)

Features

  • jest-preset: automatically set-up graphql and msw (3f092d3)
  • msw: introduce new hops-msw package (8c29169)
  • react-apollo: expose helper functions for unit testing (e174900)

Release v14.2.1

22 Jun 14:54
Compare
Choose a tag to compare

14.2.1 (2021-06-22)

Bug Fixes

  • create-hops-app: add intermediary support for Node v16 (4a19797)

v15.0.0-nightly.5

21 Jun 14:09
Compare
Choose a tag to compare
v15.0.0-nightly.5 Pre-release
Pre-release

15.0.0-nightly.5 (2021-06-21)

Bug Fixes

  • webpack: target ES5 for browser builds (ca3a68e)

Features

  • webpack: enable filesystem-based caching (dccb7e0)