Skip to content

Releases: nrwl/angular-rspack

v20.5.0-beta.3

12 Mar 14:01
Compare
Choose a tag to compare
v20.5.0-beta.3 Pre-release
Pre-release

20.5.0-beta.3 (2025-03-12)

This was a version bump only, there were no code changes.

v20.5.0-beta.2

12 Mar 13:56
Compare
Choose a tag to compare
v20.5.0-beta.2 Pre-release
Pre-release

20.5.0-beta.2 (2025-03-12)

This was a version bump only, there were no code changes.

v20.5.0-beta.0

12 Mar 13:45
Compare
Choose a tag to compare
v20.5.0-beta.0 Pre-release
Pre-release

20.5.0-beta.0 (2025-03-12)

🚀 Features

  • initial scaffold (bf28f76)
  • initial version of ng-rspack/build (7e44bd2)
  • add new angular- packages and create legacy packages (#3)
  • angular-rspack: add withConfigurations (#6)
  • angular-rspack: support expanded syntax for assets, styles, and scripts (#28)
  • angular-rspack: support extractLicenses option (#30)
  • angular-rspack: improve createConfig public api (#35)
  • angular-rspack,angular-rsbuild: refactor withConfigurations to be createConfig (#9)
  • angular-rspack,angular-rsbuild: rename jit to aot (#11)
  • angular-rspack,angular-rsbuild: rename tsconfigPath to tsConfig (#13)
  • angular-rspack,angular-rsbuild: rename inlineStylesExtension to inlineStyleLanguage (#14)
  • angular-rspack,angular-rsbuild: support passing devServer options (#16)
  • angular-rspack,angular-rsbuild: add optimization option (#21)
  • angular-rspack,angular-rsbuild: rename ssrEntry to ssr.entry (#20)
  • angular-rspack,angular-rsbuild: add outputHashing option (#22)
  • angular-rspack,angular-rsbuild: support ssl, sslKey, sslCert, and proxyConfig options (#24)
  • angular-rspack,angular-rsbuild: turn on/off advanced optimizations based on provided options (#26)
  • angular-rspack,angular-rsbuild: remove root from api (#23)
  • angular-rspack,angular-rsbuild: add outputPath option (#27)
  • angular-rspack,angular-rsbuild: add sourcemap option (#29)
  • angular-rspack,angular-rsbuild: add chunking options (#31)
  • angular-rspack,angular-rsbuild: add root option and improve tsConfig handling (#33)
  • build: add rxjs esm resolution plugin (719a85f)
  • build: expose createConfig util (ce867e1)
  • build: add dev server config (cb734b7)
  • build: support hmr for TS component changes and global styles (#5)
  • build: add support for module federation (#21)
  • build: add rsbuild plugin (#27)
  • build: add ssr support (#29)
  • build: allow creating server config via util (19205fb)
  • build: add type checking (#83)
  • build,rsbuild-plugin-angular: add support for incremental hydration (#124)
  • compiler: add compiler package to house compiler logic (#63)
  • compiler: remove unused non-parallel compilation (#81)
  • compiler: add ts proj ref flag (#82)
  • compiler: support Angular 19.1 (#97)
  • compiler: use ComponentStylesheetBundler to handle stylesheets (#98)
  • compiler: add support for stylePreprocessorOptions (#108)
  • docs: add docs site (#42)
  • docs: add migration from webpack docs (#91)
  • nx: add nx plugin (23aacfa)
  • nx: add serve executor (#4)
  • nx: add application generator (#6)
  • nx: add app alias for application generator (c027319)
  • nx: fix compiler options for rspack (b677061)
  • repo: add playground apps for testing (#28)
  • rsbuild-plugin-angular: add initial package (#30)
  • rsbuild-plugin-angular: add createServer util (39840fd)
  • rsbuild-plugin-angular: correctly set ng env vars (b81c6d8)
  • rsbuild-plugin-angular: expose express app from createServer for modification (002d602)
  • rsbuild-plugin-angular: update dev server config (efde6fc)
  • rsbuild-plugin-angular: setup rsbuild environments correctly (8265f96)
  • rsbuild-plugin-angular: handle ssr dev server changes (7475540)
  • rsbuild-plugin-angular: improve build speed using parallel compilation (becac29)
  • rsbuild-plugin-angular: allow overriding paths to static assets (2c6f318)
  • rsbuild-plugin-angular: add withConfigurations and fileReplacement support #43 (#46, #43)
  • rsbuild-plugin-angular: use compileStringAsync for faster sass compilation #61 (#62, #61)
  • rsbuild-plugin-angular: remove non parallel build (#80)
  • rsbuild-plugin-nx: add nx plugin (9d9dcc1)
  • rsbuild-plugin-nx: ensure style is set in createConfig (d90bee5)

🩹 Fixes

  • improve code quality (#115)
  • fix eslint-next script for fully refactored state (#126)
  • angular-rspack: sass-loader should not be required when using css (#32)
  • angular-rspack: dev-server works for ssr (#34)
  • build: postinstall patch should be included (55fde7d)
  • build: postinstall patch should correctly update exports (a1539ad)
  • build: js-loader should not falsy return existing content that needs ast parsing (fe06d4c)
  • build: use resourcePath for loaders (5ed803d)
  • build: ensure createConfig has type (738101d)
  • build: ensure patch file is included in build (571c3b8)
  • build: plugin should normalize paths for windows (#24)
  • build: renamed option key to _option (#26)
  • build: do not use advanccedOptimizations (88d17b5)
  • build: rspack plugin double processing transpiled files (0baf7dd)
  • build: ensure advancedOptimizations are run (ca5bdcf)
  • compiler: use sass-embedded compileString (8077778)
  • compiler: ensure all ts files are processed correctly (94180f8)
  • docs: deploy (5cec56e)
  • docs: content should be below navbar (137b7c9)
  • docs: hero container should be full size (1932873)
  • docs: mobile ui tidy up (d883ace)
  • docs: mobile styling (89f6c8e)
  • docs: add seo emta (2928bda)
  • docs: plugin package name in get started guide (#47)
  • nx: ensure type for createRspackConfig (ccb0f5c)
  • nx: update @ng-rspack/build dep ([0facad7](https://github.com/nrwl/angular...
Read more