Skip to content

chore(main): release 0.16.3#317

Closed
gravity-ui[bot] wants to merge 1 commit intomainfrom
release-please--branches--main--components--app-builder
Closed

chore(main): release 0.16.3#317
gravity-ui[bot] wants to merge 1 commit intomainfrom
release-please--branches--main--components--app-builder

Conversation

@gravity-ui
Copy link
Copy Markdown
Contributor

@gravity-ui gravity-ui Bot commented May 6, 2026

🤖 I have created a release beep boop

0.16.3 (2026-05-06)

⚠ BREAKING CHANGES

  • build-library: ignore babel.config.json file (#98)
  • build-lib: ignore .babelrc file (#88)
  • Client: change default value for setting client.symlinks, used default (true) from webpack.
  • LibraryConfig: move newJsxTransform option under lib property

docs

  • add documentation for services (d78b63b)

chore

Features

  • add moduleFederation.isolateAssets option (#291) (9f48c9b)
  • add caching to worker loader (#48) (c7db4fb)
  • add client and server keys to confg (79d968f)
  • add config server outputPath option (#293) (19c1bdd)
  • add lightningCssMinimizerOptions in config and exclude langSelectorList in lightningcss (#226) (42a679d)
  • add module federation support (#253) (969a178)
  • add module-resolver for library (#233) (12c0c16)
  • add option to define web socket client port for dev server (#257) (1f83b77)
  • add options to configure entry, publicPath, outputPath and assetsManifestFile (#215) (31793ee)
  • add webpack cache option (#47) (fb5311a)
  • added the ability to disable entries for webpack lazy compilation (#32) (fed462a)
  • additional paths for SWC server compilation (#264) (4e388cb)
  • allow overwrite vendors list (#94) (3eec2cf)
  • allow upload of additional files to CDN (#15) (dcdf8e0)
  • allow upload to many s3 destinations (#7) (406c4b2)
  • build-lib: support sentry webpack plugin (#80) (d7932d8)
  • build: add support for projects w/ "references" (#303) (94dc759)
  • build: remove the use of @babel/plugin-proposal-decorators (#27) (2b09510)
  • build: support typescript v5.3 (#114) (7de7c87)
  • bump @rspack/plugin-react-refresh (#196) (b0c2cfe)
  • bump rspack and use lazyCompilationMiddleware (#222) (eb43013)
  • bump rspack packages (#206) (cbf064d)
  • bump rspack to 1.2.8 (#213) (929b089)
  • bump rspack to 1.3.9 (#231) (fb206a0)
  • bump rspack to 1.5.5 (#274) (d6279be)
  • bump rspack to 1.6.8 (#296) (4c0f86e)
  • bump rspack to 1.7.11 (#313) (65ec38d)
  • bump rspack version to 1.2.7 (#208) (715c0d3)
  • bump statoscope (#220) (c509780)
  • change newWebWorkerSyntax flag to webWorkerHandle enum (#284) (f04720b)
  • Client: add react-refresh plugin options to config (#154) (7b8c1af)
  • Client: add setting to watch changes in node_modules (#21) (3a5dea6)
  • client: allow to pass terser options (#126) (0eabea9)
  • client: preparation for rspask (#178) (333ae77)
  • config: add defineConfig helper (31daecc)
  • css: use Lightning CSS (#52) (d16cd09)
  • dev: add support for projects w/ "references" (#306) (6bdcf1f)
  • enable verbose mode in CleanWebpackPlugin (#5) (945f28a)
  • ForkTSCheckerWebpackPlugin: allow overwrite config (#40) (7490647)
  • invalidate build cache (#218) (956f3c9)
  • limit load of dayjs locales (#3) (a7ff218)
  • make css-modules class names human-readable (#143) (e324a8b)
  • make some deps optional (#127) (e2793ea)
  • migrate to pnpm (#311) (0eb05c6)
  • minimum supported node v18 (#85) (99476a9)
  • module-federation: config improvements (#268) (9df47b5)
  • monaco: set default filename template for worker scripts for production build (#124) (9cebc38)
  • s3-upload: pass logger to s3 uploader (#113) (50f0755)
  • S3UploadPlugin: added ability to pass or calc CacheControl parameter to S3 (#117) (d2bbb06)
  • server: enable source map support for stack traces in dev (#172) (079ba60)
  • server: use APP_PORT env variable to pass port to server (6b14651)
  • 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)
  • statoscope can be configured (#42) (9a21979)
  • statoscope compression plugin for rspack (#200) (2150116)
  • storybook: use configureServiceWebpackConfig for libraries too (4204cf9)
  • support CDN workers for Monaco editor in cdn-compat mode (#301) (e5222a1)
  • support react-compiler (#315) (0042455)
  • support rspack bundler (#177) (13b68b0)
  • support server compilation with SWC (#239) (ebea320)
  • support shared workers with newWebWorkerSyntax enabled (#105) (6527cc3)
  • support SSR (#166) (77292c6)
  • support swc javascript loader (#182) (575975a)
  • support test in lazy compilation (#287) (7fab7d7)
  • update dependencies (#138) (5f52f1f)
  • update dependencies (#160) (148aac0)
  • upload to s3 (e6e5fbc)
  • use builtin swc transform plugin for rspack (#210) (19c883e)
  • use swcMinify for swc javaScriptLoader (#190) (33ce33d)
  • webWorkerHandle: add none option (#286) (0c061e8)
  • WebWorker: support webpack 5 web workers syntax (#19) (bf784bb)

Bug Fixes

  • add @babel/plugin-transform-class-properties to workaround bug in Safari 15 (#91) (c69b82e)
  • add missing entries typings to lazy compilation feature (#34) (5c49611)
  • babel: remove @babel/plugin-transform-class-properties from presets (#175) (ff0e41e)
  • build storybook with rspack bundler (#183) (9eb0194)
  • build-lib: correctly transform svg icons (#53) (9c9d3a6)
  • build-lib: ignore .babelrc file (#88) (0524ec0)
  • build-lib: preserve css imports in CommonJS (#93) (63718ba)
  • build-library: correctly write esm code to file (#62) (b1f1be2), closes #61
  • build-library: ignore babel.config.json file (#98) (695c4b3)
  • build-lib: replace babel-plugin-lodash with babel-plugin-import (#70) (e193fb7)
  • build-lib: replace deprecated sass api with a new one (#95) (7f11da1)
  • build-lib: replace style and svg paths with babel plugin (#60) (3b7760e)
  • build: add to build all source files (#24) (9dfc536)
  • build: always dedupe css modules (#55) (6ea483e)
  • build: manually report errors (#307) (ede2e47)
  • bump module-federation to 0.22.1 (#298) (535d3d2)
  • cli: correctly consider --inspect/--inspect-brk options without value (#11) (a5c74c3)
  • cli: do not restrict value of the CDN parametr (9f62c9e)
  • client: transform class private methods (#133) (4121b38)
  • client: update some of webpack deps (#128) (eacd035)
  • client: use newJsxTransform in svgr options (cd01f55)
  • commit to bump version (#247) (c3915ec)
  • config fails to load (#75) (1847dc7)
  • config: set explicitly verbose false by default (#83) (368a69d)
  • correctly load dayjs locales (#6) (412dfd6)
  • css-loader: correctly set importLoaders (#163) (e28e573)
  • css: disable sass loaders for pure css (#56) (1c23832)
  • custom config for swc minimizer (#202) (25b2f85)
  • dev: clean up stale IPC socket and abort on client dev server fa… (#309) (e7c9d75)
  • dev: delete run folder only on full build (#25) (f491489)
  • dev: wait for both manifest plugins to emit files (#157) (a87b9e5)
  • do not duplicate style tags with style-loader (#216) (f3c6729)
  • do not use postcss feature that would need an extra browser library (a788d9c)
  • exclude logicalProperties-in-lightningcss (#228) (341a421)
  • exclude node_modules from being processed by react-refresh (#103) (2d25374)
  • fix cache versioning for rspack (#261) (c950207)
  • fix core-js version (#249) (2578d84)
  • fix polyfills (#245) (1dc092d)
  • fix run folder creation for client-only compilation (#262) (762e006)
  • fix runtimeOption for webpack and MF (#258) (88c917a)
  • fix swc versions relative to swc_core (#188) (a6cf51c)
  • get-port v5 incorrectly detects empty port (#73) (3d7b4df)
  • incorrect import from @sentry/webpack-plugin (#146) (5685222)
  • LibraryConfig: move newJsxTransform option under lib property (847a38c)
  • make statoscope config fields optional (#45) (1e80938)
  • module-federation: fix configuryEntry when using originalRemotes (#266) (6be9f4f)
  • module-federation: fix enabledRemotes for CDN (#270) (9506a50)
  • module-federation: fix public path normalization (#272) (5bbd60f)
  • move transform-class-properties to presets (#97) (1a6b7ea)
  • node-externals: always require lodash (#184) (d10ef19)
  • pass correct version to semver (#77) (d3f8ed8)
  • ponyfill SharedWorker (#109) (af37266)
  • redundant JS chunks for each CSS chunk (#115) (5aa6fcc)
  • remove dist/run path in docker volume (#251) (b8e425d)
  • remove empty targets from lightningcss minimizer (#205) (60e8f73)
  • remove HMR files from rspack manifest (#289) (a5cbd8b)
  • remove micro-frontend name form public path (#281) (a4d55f1)
  • remove useless dependencies (#92) (47faf6a)
  • replace babel-plugin-lodash with babel-plugin-import (#65) (73b6a3e)
  • respect verbose property defined in config (#68) (6cba27c), closes #67
  • return babel-plugin-inline-react-svg to deps (#28) (7609c2b)
  • return nodenext module resolution (#255) (a318790)
  • s3-client: add charset to content type (#50) (8b1a944)
  • S3UploadPlugin: do not upload files if compilation finished with errors (#111) (e6d63e1)
  • server: cannot access 'formatHost' before initialization (#180) (dae373e)
  • service: always generate server source maps in dev (#135) (33996ef)
  • skip wildcard path when compile with SWC (#277) (46d4ac2)
  • sove fixes (#13) (e4f9e1a)
  • storybook: generate valid source-maps (#148) (91e4dcc)
  • storybook: preserve storybook module rules (#141) (5e09118)
  • storybook: support storybook 7 (#38) (1e51ac3)
  • support manifest for MF (#260) (dc1da4f)
  • support ts configs with comments (#167) (e6021bc)
  • transformCssWithLightningCss with rspack (#193) (54d6e7e)
  • update @babel/core (#129) (d4a1402)
  • use process polyfill (#279) (a6f50b1)
  • use statoscope with rspack (#198) (fb306f8)
  • webworker: correctly handle licenses and do not emit assets twice (#58) (e514bc6)
  • worker-loader: correctly get main worker asset (#22) (31984c9)
  • worker-lodaer: correctly return errors from loader (#151) (0042132)
  • worker: fix public path in worker (#122) (95babef)

This PR was generated with Release Please. See documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

verbose property in defineConfig is not respected Bug in transform

1 participant