Skip to content

Releases: xing/hops

v12.4.0

02 Jun 12:09
51a331d
Compare
Choose a tag to compare

12.4.0 (2020-06-02)

Bug Fixes

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

18 May 07:50
Compare
Choose a tag to compare

12.3.0 (2020-05-18)

Bug Fixes

  • use the correct type to determine ts target (64eec6b)

Features

  • react: pass on Webpack's magic comments in importComponent (23e0a2f)
  • react: print resource hints during SSR (6360396)
  • webpack: include entrypoints into stats object (965c5c0)

v12.2.2

14 May 08:45
18d4d2a
Compare
Choose a tag to compare

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

27 Apr 13:46
7de2f44
Compare
Choose a tag to compare

12.2.1 (2020-04-27)

Bug Fixes

  • react: remove extraneous depedency "hops-react" (3fe178a)
  • redux: remove usage of unsupported es class properties (64a2a99)
  • update dependency graphql-tools to v5 (9ecb2e0)

v12.2.0

27 Apr 08:08
a465583
Compare
Choose a tag to compare

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

16 Apr 14:07
Compare
Choose a tag to compare

12.1.4 (2020-04-16)

Bug Fixes

  • redux: ensure to really only ignore hash-changes in dispatcher (b2df6cc)

v12.1.3

08 Apr 13:35
Compare
Choose a tag to compare

12.1.3 (2020-04-08)

Bug Fixes

  • update dependency file-loader to v6 (3c17530)
  • react: ignore prop-types symbol check (43faa21), closes #1097
  • redux: prevent route actions from being dispatched on hashchange (a6355a5)

v12.1.2

26 Feb 09:38
Compare
Choose a tag to compare

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

v12.1.1

14 Feb 11:46
Compare
Choose a tag to compare

12.1.1 (2020-02-14)

Bug Fixes

  • update dependency styled-components to v5 (333dccb)
  • update untool to v2.1.2 (9c9f584)

v12.1.0

11 Feb 14:13
Compare
Choose a tag to compare

12.1.0 (2020-02-11)

Bug Fixes