Skip to content

Releases: angular/angular-cli

v16.1.0-next.2

01 Jun 20:14
Compare
Choose a tag to compare
v16.1.0-next.2 Pre-release
Pre-release

16.1.0-next.2 (2023-06-01)

@angular-devkit/build-angular

Commit Description
feat - 9aa9b5264 support autoprefixer/tailwind CSS with Less/Sass in esbuild builder
feat - 3d1c09b23 support dev-server package prebundling with esbuild builder
fix - fc60d2227 correctly set overridden compiler option
fix - c462d9cb9 preemptively remove AOT metadata in esbuild builder

v16.0.4

01 Jun 14:14
Compare
Choose a tag to compare

16.0.4 (2023-06-01)

@angular-devkit/build-angular

Commit Description
fix - 5bff97d5b correctly set overridden compiler option
fix - cd0247514 preemptively remove AOT metadata in esbuild builder

v16.1.0-next.1

25 May 21:29
Compare
Choose a tag to compare
v16.1.0-next.1 Pre-release
Pre-release

16.1.0-next.1 (2023-05-25)

@angular-devkit/build-angular

Commit Description
fix - 4c82bb8e8 percent encode asset URLs in development server for esbuild
fix - 5cacd34a2 watch all TypeScript referenced files in esbuild builder
perf - 8336ad80d enable in-memory load result caching for stylesheets in esbuild builder

v16.0.3

25 May 19:33
Compare
Choose a tag to compare

16.0.3 (2023-05-25)

@angular-devkit/build-angular

Commit Description
fix - 1d83bb656 percent encode asset URLs in development server for esbuild

v16.1.0-next.0

17 May 13:42
Compare
Choose a tag to compare
v16.1.0-next.0 Pre-release
Pre-release

16.1.0-next.0 (2023-05-17)

@angular-devkit/build-angular

Commit Description
feat - 3ede1a2ca allow forcing esbuild builder with dev-server
feat - 2d141fe3b show estimated transfer size with esbuild builder
feat - d8930facc support incremental TypeScript semantic diagnostics in esbuild builder

v16.0.2

17 May 12:28
Compare
Choose a tag to compare

16.0.2 (2023-05-17)

@angular-devkit/build-angular

Commit Description
fix - 7a3c895c8 attempt relative global script read first in esbuild builder
fix - f30be2518 correctly generate serviceworker hashes for binary assets
fix - 117e8d001 normalize Vite dev-server Windows asset paths
perf - e5c1d43de minor sourcemap ignorelist improvements for esbuild builder

v16.0.1

10 May 20:07
Compare
Choose a tag to compare

16.0.1 (2023-05-10)

@angular-devkit/build-angular

Commit Description
fix - ed82c83fe avoid CommonJS warnings for relative imports with esbuild builders
fix - 3083c4eda avoid hash filenames for non-injected global styles/scripts
fix - b106bc9d0 clean incoming index URL before processing in esbuild builder
fix - 2967705ed convert dev-server glob proxy entries for esbuild builder
fix - a9d20015c disable runtime errors from being displayed in overlay
fix - 822b552f6 fix index option const value for browser-esbuild
fix - 131cd23b6 prevent relative import failure with Less in esbuild builder
fix - fedcc5d92 properly set base dev-server path with esbuild
fix - cb3161045 show error note for CSS url() tilde usage in esbuild builder
fix - 54e5000ca workaround for esbuild static block AOT generated code

@angular-devkit/schematics

Commit Description
fix - 5a35970af do not generate an UpdateBuffer for created and overridden files

@angular/pwa

Commit Description
fix - 70d224ca7 compress PWA icons

v16.0.0

03 May 17:54
Compare
Choose a tag to compare

16.0.0 (2023-05-03)

@angular/cli

Commit Description
feat - 68024234e remove deprecated defaultCollection from workspace configuration
feat - d58428d3d remove deprecated defaultProject from workspace configuration
feat - 7cb5689e0 show optional migrations during update process
refactor - c29c8e18d remove Node.js v14 support

@schematics/angular

Commit Description
feat - c2d2da41b add support to add service worker to standalone application
feat - 22fdd7da9 generate functional resolvers and guards by default
feat - a832c2028 Implement a standalone flag for new applications
feat - 5ceedcb11 remove deprecated CanLoad option for guards
feat - c9e84d024 remove generation of BrowserModule.withServerTransition
feat - 50b9e59a5 update app-shell schematic to support standalone applications
feat - dc5cc893d Update universal schematic to support standalone applications
fix - f98c9de80 add experimental message when using standalone application schematic.
fix - a5cb46124 add standalone option to library library
fix - b2ed7bd10 provide migration that disables build optimizer on dev server builds
fix - ba4414b2c reformat app.config.ts
fix - 202e9a50f remove compileComponents from component test schematic
fix - 0d58f73c5 rename app.server.module.ts to app.module.server.ts
fix - de6d30102 replace provideServerSupport with provideServerRendering
fix - bff634fe0 update private Components utilities to work with standalone project structure
fix - 85fe820b0 use same property order in standalone AppComponent

Commit Description
build - 5a171ddff update to TypeScript 5 and drop support for TypeScript 4.8

@angular-devkit/architect

Commit Description
fix - 48871381a allow registered builder teardowns to execute

@angular-devkit/build-angular

Commit Description
feat - ff5ebf9b1 add CSP support for inline styles
feat - ee8013f66 display build output table with esbuild
feat - 0eac98f61 implement progress option for esbuild builder
feat - f04859d16 initial autoprefixer support for CSS in esbuild builder
feat - 8c550302c initial development server for esbuild-based builder
feat - 52969db6b initial tailwindcss support for CSS in esbuild builder
feat - ce46ecae0 support module resolution with less stylesheets in esbuild builder
feat - 584b51907 support scripts option with esbuild builder
feat - e4883b0ee support SSL options with esbuild development server
feat - 290802060 support standalone app-shell generation
fix - 766c14698 add sourcemap x_google_ignoreList support for esbuild builder
fix - cdfa7ca88 allow multiple polyfills with esbuild-based builder
fix - e690b7cbd always enable looseEnums build optimizer rule
fix - 135ab4c36 avoid double sourcemap comments with esbuild dev-server
fix - dcf60d2be correctly filter lazy global styles in esbuild builder
fix - 342a4ea30 correctly show initial files in stat table with esbuild builder
fix - 107851ae4 display warning when preserveWhitespaces is set in the tsconfig provided to the server builder
fix - ff8a89cbf ensure all build resources are served in esbuild dev server
fix - f76a8358e ensure directories are properly ignored in esbuild builder
fix - 005ba4276 ensure empty component styles compile with esbuild
fix - f74151baa exclude @angular/platform-server/init from unsafe optimizations
[fix - f72155bc7](https://github.com/angular/angula...
Read more

v15.2.8

03 May 16:26
Compare
Choose a tag to compare

15.2.8 (2023-05-03)

v16.0.0-rc.4

28 Apr 18:48
Compare
Choose a tag to compare
v16.0.0-rc.4 Pre-release
Pre-release

16.0.0-rc.4 (2023-04-28)

@angular-devkit/build-angular

Commit Description
fix - 26dced95c JIT support for standalone applications