Skip to content

Releases: angular/angular-cli

v13.1.3

12 Jan 22:10

Choose a tag to compare

13.1.3 (2022-01-12)

@schematics/angular

Commit Description
fix - 9b07191b1 set skipTest flag for resolvers when using ng new --skip-tests

@angular/cli

Commit Description
fix - 4c9d72c65 remove extra space in Unable to find compatible package during ng add

@angular-devkit/build-angular

Commit Description
fix - 5b39e0eca automatically purge stale build cache entries
fix - 6046e06b9 correctly resolve core-js/proposals/reflect-metadata
fix - de68daa55 enable :where CSS pseudo-class
fix - 6a617ff4a ensure $localize calls are replaced in watch mode
fix - 92b4e067b load translations fresh start
fix - d674dcd1a localized bundle generation fails in watch mode
fix - 6876ad36e use contenthash instead of chunkhash for chunks
fix - 11fd02105 websocket client only injected if required
perf - 6ca0e41a9 update esbuild to 0.14.11

Special Thanks

Alan Agius, Bill Barry, Derek Cormier, Elio Goettelmann, Joey Perrott, Kasper Christensen, Lukas Spirig and Zoltan Lehoczky

12.2.15

12 Jan 23:30

Choose a tag to compare

12.2.15 (2022-01-12)

@angular-devkit/build-angular

Commit Description
fix - 526115fdb updated webpack-dev-server to latest security patch

Special Thanks

Doug Parker and iRealNirmal

v11.2.17

16 Dec 19:45

Choose a tag to compare

11.2.17 (2021-12-16)

@angular/cli

Commit Description
fix - 1efff8f82 exclude deprecated packages with removal migration from update

Special Thanks

Alan Agius and Doug Parker

v13.2.0-next.1

15 Dec 22:10

Choose a tag to compare

v13.2.0-next.1 Pre-release
Pre-release

13.2.0-next.1 (2021-12-15)

@schematics/angular

Commit Description
fix - 41a828e20 updated Angular new project version to v13.2.0-next.0

@angular-devkit/build-angular

Commit Description
fix - 0323a35b4 add tailwindcss support for version 3
fix - 471930007 display FS cache information when verbose option is used
fix - f1d2873ca only extract CSS styles when are specified in styles option

@ngtools/webpack

Commit Description
perf - b03b9eefe reduce redudant module rebuilds when cache is restored

Special Thanks

Alan Agius, Cédric Exbrayat, Derek Cormier and Doug Parker

v13.1.2

15 Dec 20:40

Choose a tag to compare

13.1.2 (2021-12-15)

@angular-devkit/build-angular

Commit Description
fix - 1ddbd75ae add tailwindcss support for version 3
fix - adf925c07 display FS cache information when verbose option is used
fix - 09c3826c9 only extract CSS styles when are specified in styles option

@ngtools/webpack

Commit Description
perf - f31d7f79d reduce redudant module rebuilds when cache is restored

Special Thanks

Alan Agius, Derek Cormier and Doug Parker

11.2.16

15 Dec 22:33

Choose a tag to compare

11.2.16 (2021-12-15)

@angular/cli

Commit Description
fix - f456b0962 error when updating Angular packages across multi-major migrations
fix - 886d2511e logic which determines which temp version of the CLI is to be download during ng update
fix - 776d1210a update ng update output for Angular packages

Special Thanks

Alan Agius and Doug Parker

v10.2.4

16 Dec 00:52

Choose a tag to compare

10.2.4 (2021-12-15)

@angular/cli

Commit Description
fix - 745d77728 error when updating Angular packages across multi-major migrations
fix - 460ea21b5 logic which determines which temp version of the CLI is to be download during ng update
fix - 03da12899 update ng update output for Angular packages

@schematics/angular

Commit Description
fix - d6582d489 change karma-jasmine-html-reporter dependency to use tilde

Special Thanks

Alan Agius, Charles Lyding, Doug Parker and Joey Perrott

v13.1.1

10 Dec 16:57

Choose a tag to compare

13.1.1 (2021-12-10)

@schematics/angular

Commit Description
fix - a315b968a updated Angular new project version to v13.1.0

Special Thanks

Alan Agius, Cédric Exbrayat and Derek Cormier

v13.2.0-next.0

09 Dec 22:39

Choose a tag to compare

v13.2.0-next.0 Pre-release
Pre-release

13.2.0-next.0 (2021-12-09)

Special Thanks

Joey Perrott

v13.1.0

09 Dec 22:30

Choose a tag to compare

13.1.0 (2021-12-09)

@angular-devkit/schematics-cli

Commit Description
feat - 339bab06c generate new projects using TypeScript 4.5

@schematics/angular

Commit Description
feat - d5d9f042f add VS Code configurations when generating a new workspace
feat - f95cc8281 generate new projects using TypeScript 4.5
feat - 21809e14c loosen project name validation

@angular/cli

Commit Description
feat - 56f802b7d ask to install angular-eslint when running ng lint in new projects
feat - ecd9fb5c7 provide more detailed error for not found builder
fix - 0b6071af3 ng doc does open browser on Windows

@angular-devkit/build-angular

Commit Description
feat - bc8563760 add estimated transfer size to build output report
feat - bc17cf0cd colorize file raw sizes based on failing budgets
feat - 3c681b68d set dir attribute when using localization
feat - 6d0f99a2d support JSON comments in dev-server proxy configuration file
feat - 9300545e6 watch i18n translation files with dev server
fix - 9bacba342 differentiate components and global styles using file query instead of filename
fix - 7408511da display cleaner errors
fix - d55fc62ef fallback to use language ID to set the dir attribute
fix - 4c288b8bd lazy modules bundle budgets
fix - 562dc6a89 prefer ES2015 entrypoints when application targets ES2019 or lower
fix - ac66e400c Sass compilation in StackBlitz webcontainers
fix - e1bac5bbb update Angular peer dependencies to v13.1 prerelease
perf - 789ddfaeb disable webpack backwards compatible APIs

@ngtools/webpack

Commit Description
fix - 5402f99f8 add cjs and mjs to passthrough files
fix - 10d4ede2d handle promise rejection during Angular program analyzes

Special Thanks

Alan Agius, Charles Lyding, Doug Parker, Ferdinand Malcher, Joey Perrott and Ruslan Lekhman