Releases: xing/hops
Releases · xing/hops
Release v12.5.9
12.5.9 (2021-02-22)
Note: Version bump only for package hops-lerna-root
v14.0.0-nightly.8
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
14.0.0-nightly.7 (2021-02-09)
Bug Fixes
v13.3.2
v14.0.0-nightly.6
v13.3.1
v14.0.0-nightly.5
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 adefault
-export.
v13.3.0
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
v14.0.0-nightly.4
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)