Skip to content

Releases: xing/hops

Release v15.0.1

11 Oct 08:14
Compare
Choose a tag to compare

15.0.1 (2021-10-11)

Bug Fixes

  • fix bors config (d51bdd3)
  • update dependency @pmmmwh/react-refresh-webpack-plugin to ^0.5.0 (f872348)

v16.0.0-nightly.0

30 Sep 09:51
b171e5a
Compare
Choose a tag to compare
v16.0.0-nightly.0 Pre-release
Pre-release

16.0.0-nightly.0 (2021-09-30)

Reverts

  • Revert "chore: rename bin to create-hops-app for stable version" (86ea2f3)

v15.0.0

30 Sep 08:59
571ae86
Compare
Choose a tag to compare

15.0.0 (2021-09-30)

Bug Fixes

  • create same hashes on server and client (63d90db)

v15.0.0-nightly.14

27 Sep 09:54
23beb61
Compare
Choose a tag to compare
v15.0.0-nightly.14 Pre-release
Pre-release

15.0.0-nightly.14 (2021-09-27)

Note: Version bump only for package hops-lerna-root

v15.0.0-nightly.13

27 Sep 08:38
015197e
Compare
Choose a tag to compare
v15.0.0-nightly.13 Pre-release
Pre-release

15.0.0-nightly.13 (2021-09-27)

Note: Version bump only for package hops-lerna-root

v15.0.0-nightly.12

27 Sep 08:20
65b6df7
Compare
Choose a tag to compare
v15.0.0-nightly.12 Pre-release
Pre-release

15.0.0-nightly.12 (2021-09-27)

Bug Fixes

  • always use this.getLogger instead of console.* methods (d8ea941)
  • bootstrap: fix object whitelisting for environmentalize (871333f), closes #1156
  • do no exit hops in certain cases (b47ff82)
  • exit Hops on unrecovrable webpack errors (2030586)
  • info: test if logLocation is writable (6ba3261)
  • jest-preset: use require instead of import (0822ad9)
  • msw: prepend msw service worker path with basePath (40e786c)
  • msw: remove enableMockServiceWorker configuration option (7348164)
  • msw: remove unusable integration test APIs (cc822ab)
  • remove deprecated apollo 2 (ce21a80)
  • remove version pinning of webpack 5 (216ad8d)
  • solve apollo conflicts in canarist (a3664fc)
  • spec: remove invalid test (f6ebdf6)
  • update dependency css-loader to v6 (f2cfbd0)
  • update dependency msw to ^0.35.0 (5b8f69b)
  • update dependency postcss-normalize-charset to v5 (11e3b18)
  • update dependency serialize-javascript to v6 (9b2d934)
  • update dependency webpack to v5.46.0 (a67cd2c)
  • update dependency webpack to v5.51.1 (bee9400)
  • update dependency webpack-sources to v3 (8dca82a)

chore

  • remove node 12 from engines field (d3d3624)
  • remove node 15 from engines (f3c08b2)

Features

  • handle errors in async middlewares (7923530)
  • info: optionally log into hops-log.txt (825f44f)

BREAKING CHANGES

  • removes deprecated apollo 2 client
  • drops Node 15 support
  • drops Node 12 support

Release v14.5.0

20 Sep 09:05
Compare
Choose a tag to compare

14.5.0 (2021-09-20)

Bug Fixes

  • do no exit hops in certain cases (05b6096)

Features

  • handle errors in async middlewares (c89f3b8)

Release v14.4.1

07 Sep 10:00
Compare
Choose a tag to compare

14.4.1 (2021-09-07)

Bug Fixes

  • info: test if logLocation is writable (9fcc2d0)

Release v14.4.0

02 Sep 08:06
Compare
Choose a tag to compare

14.4.0 (2021-09-02)

Bug Fixes

  • always use this.getLogger instead of console.* methods (ebde9f7)
  • bootstrap: fix object whitelisting for environmentalize (1b4c577), closes #1156
  • exit Hops on unrecovrable webpack errors (1e13ef2)
  • jest-preset: use require instead of import (f701f11)
  • msw: prepend msw service worker path with basePath (7833b55)
  • msw: remove enableMockServiceWorker configuration option (e8ac8af)
  • update dependency msw to ^0.35.0 (cd104ae)

Features

  • info: optionally log into hops-log.txt (1d9a875)

Release v14.3.2

02 Aug 08:57
Compare
Choose a tag to compare

14.3.2 (2021-08-02)

Bug Fixes

  • msw: remove unusable integration test APIs (89c1b24)