Skip to content

Latest commit

 

History

History
512 lines (234 loc) · 26.1 KB

CHANGELOG.md

File metadata and controls

512 lines (234 loc) · 26.1 KB

Changelog

0.15.0 (2025-02-03)

Features

Bug Fixes

  • server: cannot access 'formatHost' before initialization (#180) (dae373e)

0.14.1 (2025-01-22)

Bug Fixes

  • babel: remove @babel/plugin-transform-class-properties from presets (#175) (ff0e41e)

0.14.0 (2025-01-14)

Features

0.13.2 (2024-12-27)

Features

  • server: enable source map support for stack traces in dev (#172) (079ba60)

Bug Fixes

0.13.1 (2024-10-24)

Bug Fixes

  • css-loader: correctly set importLoaders (#163) (e28e573)

0.13.0 (2024-10-11)

Features

0.12.1 (2024-10-09)

Bug Fixes

  • dev: wait for both manifest plugins to emit files (#157) (a87b9e5)

0.12.0 (2024-09-11)

Features

  • Client: add react-refresh plugin options to config (#154) (7b8c1af)

0.11.3 (2024-07-18)

Bug Fixes

  • worker-lodaer: correctly return errors from loader (#151) (0042132)

0.11.2 (2024-07-17)

Bug Fixes

  • storybook: generate valid source-maps (#148) (91e4dcc)

0.11.1 (2024-07-08)

Bug Fixes

  • incorrect import from @sentry/webpack-plugin (#146) (5685222)

0.11.0 (2024-07-04)

Features

0.10.0 (2024-06-20)

Features

  • make css-modules class names human-readable (#143) (e324a8b)

0.9.5 (2024-05-22)

Bug Fixes

  • storybook: preserve storybook module rules (#141) (5e09118)

0.9.4 (2024-04-26)

Bug Fixes

  • service: always generate server source maps in dev (#135) (33996ef)

0.9.3 (2024-04-24)

Bug Fixes

  • client: transform class private methods (#133) (4121b38)

0.9.2 (2024-04-10)

Bug Fixes

0.9.1 (2024-04-03)

Bug Fixes

0.9.0 (2024-03-27)

Features

  • client: allow to pass terser options (#126) (0eabea9)
  • make some deps optional (#127) (e2793ea)
  • monaco: set default filename template for worker scripts for production build (#124) (9cebc38)

0.8.7 (2024-03-11)

Bug Fixes

0.8.6 (2024-01-24)

Features

  • S3UploadPlugin: added ability to pass or calc CacheControl parameter to S3 (#117) (d2bbb06)

0.8.5 (2024-01-08)

Bug Fixes

  • redundant JS chunks for each CSS chunk (#115) (5aa6fcc)

0.8.4 (2024-01-03)

Features

Bug Fixes

  • S3UploadPlugin: do not upload files if compilation finished with errors (#111) (e6d63e1)

0.8.3 (2023-11-24)

Bug Fixes

0.8.2 (2023-11-15)

Features

  • support shared workers with newWebWorkerSyntax enabled (#105) (6527cc3)

0.8.1 (2023-11-15)

Bug Fixes

  • exclude node_modules from being processed by react-refresh (#103) (2d25374)

0.8.0 (2023-11-10)

⚠ BREAKING CHANGES

  • build-library: ignore babel.config.json file (#98)

Features

  • service: allow override babel transform options (#102) (5725e0c)
  • service: allow override the default webpack configuration (#100) (ca9354c)
  • services: add --debug-webpack cli option to show final webpack config (#101) (b7ee812)

Bug Fixes

  • build-library: ignore babel.config.json file (#98) (695c4b3)

0.7.1 (2023-11-01)

Bug Fixes

  • move transform-class-properties to presets (#97) (1a6b7ea)
  • remove useless dependencies (#92) (47faf6a)

0.7.0 (2023-10-31)

⚠ BREAKING CHANGES

  • minimum supported node v18 (#85) (99476a9)
  • build-lib: ignore .babelrc file (#88)
  • build-lib: preserve css imports in CommonJS (#93) (63718ba)

Features

Bug Fixes

  • add @babel/plugin-transform-class-properties to workaround bug in Safari 15 (#91) (c69b82e)
  • build-lib: ignore .babelrc file (#88) (0524ec0)
  • build-lib: preserve css imports in CommonJS (#93) (63718ba)
  • build-lib: replace deprecated sass api with a new one (#95) (7f11da1)

0.6.11 (2023-10-02)

Bug Fixes

  • config: set explicitly verbose false by default (#83) (368a69d)

0.6.10 (2023-09-22)

Features

  • build: support sentry webpack plugin (#80) (d7932d8)

0.6.9 (2023-09-18)

Bug Fixes

0.6.8 (2023-09-18)

Bug Fixes

0.6.7 (2023-09-06)

Bug Fixes

  • build-lib: replace babel-plugin-lodash with babel-plugin-import (#70) (e193fb7)

0.6.6 (2023-09-04)

Bug Fixes

  • respect verbose property defined in config (#68) (6cba27c), closes #67

0.6.5 (2023-08-16)

Bug Fixes

  • replace babel-plugin-lodash with babel-plugin-import (#65) (73b6a3e)

0.6.4 (2023-08-04)

Bug Fixes

  • build-library: correctly write esm code to file (#62) (b1f1be2), closes #61

0.6.3 (2023-07-31)

Bug Fixes

  • build-lib: replace style and svg paths with babel plugin (#60) (3b7760e)
  • build: always dedupe css modules (#55) (6ea483e)
  • css: disable sass loaders for pure css (#56) (1c23832)
  • webworker: correctly handle licenses and do not emit assets twice (#58) (e514bc6)

0.6.2 (2023-07-24)

Bug Fixes

  • build-lib: correctly transform svg icons (#53) (9c9d3a6)

0.6.1 (2023-07-24)

Features

Bug Fixes

  • s3-client: add charset to content type (#50) (8b1a944)

0.6.0 (2023-07-23)

Features

0.5.6 (2023-07-21)

Features

Bug Fixes

  • make statoscope config fields optional (#45) (1e80938)

0.5.5 (2023-07-07)

Features

0.5.4 (2023-07-06)

Features

  • ForkTSCheckerWebpackPlugin: allow overwrite config (#40) (7490647)

0.5.3 (2023-06-30)

Bug Fixes

0.5.2 (2023-06-28)

Bug Fixes

  • add missing entries typings to lazy compilation feature (#34) (5c49611)

0.5.1 (2023-06-26)

Features

  • added the ability to disable entries for webpack lazy compilation (#32) (fed462a)

0.5.0 (2023-06-17)

Features

  • build: remove the use of @babel/plugin-proposal-decorators (#27) (2b09510)

0.4.3 (2023-06-05)

Bug Fixes

  • return babel-plugin-inline-react-svg to deps (#28) (7609c2b)

0.4.2 (2023-05-25)

Bug Fixes

  • build: add to build all source files (#24) (9dfc536)
  • dev: delete run folder only on full build (#25) (f491489)

0.4.1 (2023-05-19)

Bug Fixes

  • worker-loader: correctly get main worker asset (#22) (31984c9)

0.4.0 (2023-05-19)

⚠ BREAKING CHANGES

  • Client: change default value for setting client.symlinks, used default (true) from webpack.

Features

  • Client: add setting to watch changes in node_modules (#21) (3a5dea6)
  • WebWorker: support webpack 5 web workers syntax (#19) (bf784bb)

0.3.0 (2023-05-08)

⚠ BREAKING CHANGES

  • LibraryConfig: move newJsxTransform option under lib property

Features

  • config: add defineConfig helper (31daecc)
  • server: use APP_PORT env variable to pass port to server (6b14651)
  • storybook: use configureServiceWebpackConfig for libraries too (4204cf9)

Bug Fixes

  • client: use newJsxTransform in svgr options (cd01f55)
  • LibraryConfig: move newJsxTransform option under lib property (847a38c)

docs

  • add documentation for services (d78b63b)

0.2.2 (2023-05-05)

Features

  • allow upload of additional files to CDN (#15) (dcdf8e0)

0.2.1 (2023-04-24)

Bug Fixes

  • cli: correctly consider --inspect/--inspect-brk options without value (#11) (a5c74c3)
  • sove fixes (#13) (e4f9e1a)

0.2.0 (2023-03-10)

Features

  • allow upload to many s3 destinations (#7) (406c4b2)
  • enable verbose mode in CleanWebpackPlugin (#5) (945f28a)

0.1.1 (2023-03-10)

Bug Fixes

  • correctly load dayjs locales (#6) (412dfd6)

0.1.0 (2023-02-07)

Features

0.0.2 (2022-12-19)

Bug Fixes

  • cli: do not restrict value of the CDN parametr (9f62c9e)
  • do not use postcss feature that would need an extra browser library (a788d9c)

0.0.1 (2022-12-06)

Features

  • add client and server keys to confg (79d968f)
  • upload to s3 (e6e5fbc)

chore