Releases: xing/hops
Releases · xing/hops
v12.4.0
12.4.0 (2020-06-02)
Bug Fixes
- update duplitect (a30838b)
Features
- webpack: apply optimization to more targets (90f6688)
- webpack: improve error output for core-js issues (2832703)
- webpack: improve feedback on conflicting core-js versions (ce5611c)
- webpack: introduce experimental fast-build mode (3b8f3b5)
- webpack: print total bundle size (e2a431d)
- webpack: use an include list instead of exclude (aeb0f1e)
v12.3.0
v12.2.2
12.2.2 (2020-05-14)
Bug Fixes
- react: render react-helmet-async values on the server (5f99735)
- update dependency animate.css to v4 (38d732d)
- express: use nocache module to skip deprecation warning (8a7e62e)
- update dependency @zendeskgarden/css-buttons to v8 (fea2f87)
- update dependency pretty-ms to v7 (604873a)
- update dependency serialize-error to v7 (ec6fe25)
Performance Improvements
- reduce memory footprint by not serializing all stats (0d7a023)
v12.2.1
v12.2.0
12.2.0 (2020-04-27)
Bug Fixes
- webpack: remove obsolete @babel/plugin-syntax-dynamic-import (1fbe260)
- upgrade all babel packages to their latest version (b67af16)
- redux: packages must only contain syntactically valid ES5/ES6 (ebaf15e)
- adapt to breaking changes in mixinable (58ef91c)
- [email protected] contains bugs (26cfa31)
- remove unnecessary babel plugin dynamic import node (7ffa3cc)
- update dependency archiver to v4 (2de22ce)
- update dependency escape-string-regexp to v4 (1dc48b1)
- update dependency mixinable to v5 (2dfcc62)
- update dependency ts-loader to v7 (c706f6b)
Features
- add --fast-dev option for faster development builds (9841fbc)
- webpack: add profiling mixin to show performance stats (36f4839)
Performance Improvements
- use transpileOnly flag of ts-loader for node dev build (446641d)
v12.1.4
v12.1.3
v12.1.2
12.1.2 (2020-02-26)
Bug Fixes
- development-proxy: adapt import to breaking change in package (cf2e847)
- all test files need to run through babel (#1085) (82f0757)
- the render function returns a function (#1087) (3fe1d78)
- update dependency http-proxy-middleware to ^0.21.0 (04c1c0e)
- update dependency http-proxy-middleware to v1 (fdc8074)
- jest-preset: correctly handle coverage instrumented importComponent (#1084) (243a908), closes #1080
- upgrade untool to v2.1.3 (5916f7d), closes #580