Skip to content

Releases: xing/hops

Release v12.5.9

22 Feb 13:16
2daf9b5
Compare
Choose a tag to compare

12.5.9 (2021-02-22)

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

v14.0.0-nightly.8

09 Mar 09:53
Compare
Choose a tag to compare
v14.0.0-nightly.8 Pre-release
Pre-release

14.0.0-nightly.8 (2021-03-09)

Bug Fixes

  • info: remove deprecated handling of warning messages (4502420)
  • remove mixin-order escape hatch (22f921f)
  • remove static rendering (ed90792)
  • require strictly de-duplicated Hops packages (dd3e30a)
  • update dependency puppeteer to v7 (187d9a5)
  • update dependency puppeteer to v8 (8ab7206)

Features

  • introduce hops-debug as a node/browser wrapper for debug (84d5f80)
  • return result from detectDuplicatePackages (6564728)

Reverts

  • Revert "chore: add automatic nightly release workflow" (015c320)
  • Revert "chore: do not persist credentials during checkout" (d886675)
  • Revert "chore: persist credentials during checkout" (d271bf4)
  • Revert "chore: make git config for user global" (dd27272)
  • Revert "chore: make git config of user local" (91ed5ee)
  • Revert "chore: use PAT to do the git checkout" (4e0344a)

BREAKING CHANGES

  • info: hops-info does not handle warnings returned from the diagnose-hook anymore.
  • Hops now requires strictly de-duplicated packages

Hops will abort the build immediately when it detects a duplicated Hops
package. This situation arises when the versions of all the installed
Hops packages aren't aligned exactly.

To resolve the situation and thus get the build going again, the
versions have to be aligned.

In case of an emergency you can unblock the build without resolving the
underlying issue by passing HOPS_IGNORE_ERRORS=hops-duplicates into
the hops start-/hops build-command. This might still lead to errors
though, because misaligned Hops packages are common cause of bugs.

  • the config option enableLegacyMixinSortOrder has been removed.
  • static rendering of Hops apps has been removed (hops build --static)

v14.0.0-nightly.7

09 Feb 08:26
Compare
Choose a tag to compare
v14.0.0-nightly.7 Pre-release
Pre-release

14.0.0-nightly.7 (2021-02-09)

Bug Fixes

  • postcss: tidy up misplaced @charset directives (7de0751)
  • disable native Webpack stats in develop-mode (33a060b)

v13.3.2

03 Feb 11:16
Compare
Choose a tag to compare

13.3.2 (2021-02-03)

Bug Fixes

v14.0.0-nightly.6

13 Jan 15:07
Compare
Choose a tag to compare
v14.0.0-nightly.6 Pre-release
Pre-release

14.0.0-nightly.6 (2021-01-13)

Bug Fixes

  • postcss: disable external PostCSS configs (0083506)

v13.3.1

13 Jan 15:33
Compare
Choose a tag to compare

13.3.1 (2021-01-13)

Bug Fixes

  • postcss: disable external PostCSS configs (6e24f3f)

v14.0.0-nightly.5

11 Jan 15:30
Compare
Choose a tag to compare
v14.0.0-nightly.5 Pre-release
Pre-release

14.0.0-nightly.5 (2021-01-11)

Bug Fixes

  • bootstrap: add Ajv formats (7a516dc)
  • bootstrap: limit pattern properties, too (9e8c045)
  • bootstrap: opt out of Ajv's strict mode (28b429b)
  • bootstrap: use default import of Ajv (49fa6e9)
  • update dependency ajv to v7 (b2cac42)
  • postcss: update Webpack's CSS compilation (c7e8b1e)
  • webpack: ensure forked compiler exits when done (642459e)

Features

  • jest-environment: add package jest-environment-hops (e5a7941)
  • postcss: add option to enable named exports for CSS Modules (426c051)
  • postcss: export CSS Modules as ES Modules (5f4ff80)

BREAKING CHANGES

  • postcss: CSS Modules switched to ESM and now export the styles
    object as a default-export.

v13.3.0

11 Jan 15:52
Compare
Choose a tag to compare

13.3.0 (2021-01-11)

Bug Fixes

  • bootstrap: add Ajv formats (fb51f62)
  • bootstrap: limit pattern properties, too (f6885e1)
  • bootstrap: opt out of Ajv's strict mode (9c96e2c)
  • bootstrap: use default import of Ajv (df98412)
  • postcss: update Webpack's CSS compilation (5e53691)
  • webpack: ensure forked compiler exits when done (f20f0f0)
  • update dependency ajv to v7 (71b95bb)
  • update dependency supports-color to v8 (14f8179)

Features

  • jest-environment: add package jest-environment-hops (f9434ad)

v12.5.8

11 Jan 16:23
Compare
Choose a tag to compare

12.5.8 (2021-01-11)

Bug Fixes

  • webpack: ensure forked compiler exits when done (1408223)

v14.0.0-nightly.4

07 Dec 16:03
92be19e
Compare
Choose a tag to compare
v14.0.0-nightly.4 Pre-release
Pre-release

14.0.0-nightly.4 (2020-12-07)

Bug Fixes

  • bootstrap: do not try to resolve ESM packages for presets (e00c047)
  • create-hops-app: force legacy peer deps handling for npm@7 (c1fd0cb)
  • webpack: always transpile optional chaining and nullish coalescing (a996301)
  • webpack: consider the current node version for babel cache (70ab6b7)
  • update dependency supports-color to v8 (910aba9)