Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Releases: angular/angular

22.1.0-rc.0

22.1.0-rc.0 Pre-release
Pre-release

Choose a tag to compare

@pkozlowski-opensource pkozlowski-opensource released this 22 Jul 14:41
Immutable release. Only release title and notes can be modified.

common

Commit Description
fix - d14696e430 preserve crossorigin on image preloads

core

Commit Description
fix - 3499a1321b ensure SVG animation attributeName is checked case-insensitively

forms

Commit Description
fix - 3497c9b943 ensure pending status propagates to the root form in signal forms

http

Commit Description
fix - 3192dccaa3 prevent transfer cache key collisions

migrations

Commit Description
fix - 49672c437b correctly migrate ngClass with mixed space-separated keys
fix - 223e40279f preserve NgClass import on partial migration

22.0.8

Choose a tag to compare

@pkozlowski-opensource pkozlowski-opensource released this 22 Jul 14:33
Immutable release. Only release title and notes can be modified.

common

Commit Description
fix - c0368f2278 preserve crossorigin on image preloads

core

Commit Description
fix - 8616ba9db6 ensure SVG animation attributeName is checked case-insensitively

forms

Commit Description
fix - d302c7ab83 ensure pending status propagates to the root form in signal forms

http

Commit Description
fix - 9d40f8aefe prevent transfer cache key collisions

migrations

Commit Description
fix - 388daea2fc correctly migrate ngClass with mixed space-separated keys
fix - bb39cda648 preserve NgClass import on partial migration

22.1.0-next.6

22.1.0-next.6 Pre-release
Pre-release

Choose a tag to compare

@mattrbeck mattrbeck released this 16 Jul 04:30
Immutable release. Only release title and notes can be modified.

common

Commit Description
fix - 359fb503b8 avoid prototype lookups in date format caches

compiler

Commit Description
fix - da52137724 parsing of an empty template literal interpolation
fix - 5bd00add07 support foreign components inside control flow blocks (#69674)
perf - 2e442f7876 do not emit tag name when control flow root is foreign component (#69674)

compiler-cli

Commit Description
fix - ae0ec7315c re-tag SourceFiles after TsCreateProgramDriver.updateFiles()

core

Commit Description
fix - 9b9b0e93c9 allow static attributes for explicit input transforms
fix - 68ac204074 ignore processing instruction syntax in templates
fix - 0ae6d81ed2 preserve explicit input transform write type

forms

Commit Description
fix - 5cb8c733a3 allow multiple async validators
fix - 2e32872720 preserve intermediate number values in signal forms
fix - 2e0cb52dbf prevent stale CVA writeback during debounce

http

Commit Description
fix - 6d043f8657 prevent interceptor signal reads from leaking into calling reactive contexts

localize

Commit Description
fix - 5de0ea5f23 build runtime translations map with a null prototype
fix - 2a4f582731 use Object.hasOwn for placeholder lookup in translate

platform-browser

Commit Description
fix - fb6b354fbd prevent ReDoS in SOURCEMAP_URL_REGEXP

22.0.7

Choose a tag to compare

@mattrbeck mattrbeck released this 16 Jul 04:23
Immutable release. Only release title and notes can be modified.

common

Commit Description
fix - 91e33aa1de avoid prototype lookups in date format caches

compiler

Commit Description
fix - 5b516e3a58 parsing of an empty template literal interpolation

compiler-cli

Commit Description
fix - c88ddde1c9 re-tag SourceFiles after TsCreateProgramDriver.updateFiles()

core

Commit Description
fix - 94d9591b51 allow static attributes for explicit input transforms
fix - c89f71a74c ignore processing instruction syntax in templates
fix - 70500e4067 preserve explicit input transform write type

forms

Commit Description
fix - 1b9964675f allow multiple async validators
fix - 64d6d47a0c preserve intermediate number values in signal forms
fix - 6cf7446afa prevent stale CVA writeback during debounce

http

Commit Description
fix - 20b7dc3023 prevent interceptor signal reads from leaking into calling reactive contexts

localize

Commit Description
fix - 22d5a091d1 build runtime translations map with a null prototype
fix - 8ce1fcf7fa use Object.hasOwn for placeholder lookup in translate

platform-browser

Commit Description
fix - b34bf0dce8 prevent ReDoS in SOURCEMAP_URL_REGEXP

22.1.0-next.5

22.1.0-next.5 Pre-release
Pre-release

Choose a tag to compare

@leonsenft leonsenft released this 08 Jul 21:46
Immutable release. Only release title and notes can be modified.

compiler

Commit Description
feat - af5e4e1131 Add an error for --global-foo cases (#68846)
feat - d579ecaf73 Disable '--global-' error outside of g3 (#68846)
feat - f98547675c Namespace CSS variables to the app (#68846)
feat - 8c8b2f7783 Support css var namespacing in properties (#68846)
fix - 997b772f28 use regular optional chaining expression for safe function calls in TCBs

compiler-cli

Commit Description
fix - eb2a8ff63f apply debugName transform to required signal queries
fix - eac363e92e detect uninvoked signals in bound expressions using ternary

core

Commit Description
feat - eab4847a8b Adds deep linking from Performance panel to DevTools

forms

Commit Description
fix - 953cdfd66a allow multiple async validators

forms/signals

Commit Description
fix - b542302a23 make extractValue reactive for compat AbstractControl values

http

Commit Description
feat - e3630c23c5 add options to allow caching of credentialed and non-cacheable HTTP requests

migrations

Commit Description
fix - 0a5a2b768c preserve transitive NgModule references when pruning
fix - fbb705e6fd remove stale model import in model-output migration

router

Commit Description
fix - cbbb1d8ba1 handle outlet named proto in segment group maps
fix - e5c37f21de use safe hasOwnProperty when parsing query params

22.0.6

Choose a tag to compare

@leonsenft leonsenft released this 08 Jul 21:36
Immutable release. Only release title and notes can be modified.

compiler

Commit Description
fix - fd4ddcafed use regular optional chaining expression for safe function calls in TCBs

compiler-cli

Commit Description
fix - 534fe81a89 apply debugName transform to required signal queries
fix - 3b08201bfb detect uninvoked signals in bound expressions using ternary

forms/signals

Commit Description
fix - 171669f7b2 make extractValue reactive for compat AbstractControl values

migrations

Commit Description
fix - 0a6af1496b preserve transitive NgModule references when pruning
fix - d4a926a762 remove stale model import in model-output migration

router

Commit Description
fix - c238bd2ad7 handle outlet named proto in segment group maps
fix - 8e6d7f7190 use safe hasOwnProperty when parsing query params

21.2.18

Choose a tag to compare

@leonsenft leonsenft released this 08 Jul 22:02
Immutable release. Only release title and notes can be modified.

compiler-cli

Commit Description
fix - 8d22cc953b update babel dependencies to latest v7

core

Commit Description
fix - 6bcce117fb avoid caching missing locale data
fix - 5a693bafcd reject dynamic script host elements

http

Commit Description
fix - 91df739b80 prevent caching of responses with Set-Cookie headers

service-worker

Commit Description
fix - 1804f73bec preserve referrer in asset requests
fix - e86c31bf26 preserve referrer policy in asset requests

20.3.26

Choose a tag to compare

@leonsenft leonsenft released this 08 Jul 22:11
Immutable release. Only release title and notes can be modified.

compiler-cli

Commit Description
fix - 406aaa31e6 update babel dependencies to latest v7

core

Commit Description
fix - 26831d0cbd avoid caching missing locale data
fix - 8eb7aea08b reject dynamic script host elements

http

Commit Description
fix - b963f61028 prevent caching of responses with Set-Cookie headers

service-worker

Commit Description
fix - 1fdf234168 preserve referrer in asset requests
fix - baa093ba68 preserve referrer policy in asset requests

22.1.0-next.4

22.1.0-next.4 Pre-release
Pre-release

Choose a tag to compare

@alxhub alxhub released this 01 Jul 21:10
Immutable release. Only release title and notes can be modified.

common

Commit Description
fix - 311aff05aa use Object.hasOwn in I18nSelectPipe to handle null-prototype and shadowed mappings

compiler

Commit Description
fix - 292199aa4d permissive whitespace parsing in default never blocks

compiler-cli

Commit Description
fix - 165995285c include toSignal in debugName transform

core

Commit Description
fix - 74638cab84 improve input writes migration in best effort mode
fix - d7f70616a0 reject dynamic script host elements

router

Commit Description
fix - a74801c59c fix malformed jsdoc comment for RouterLinkWithHref export

22.0.5

Choose a tag to compare

@alxhub alxhub released this 01 Jul 20:47
Immutable release. Only release title and notes can be modified.

common

Commit Description
fix - eb8fb9fe58 use Object.hasOwn in I18nSelectPipe to handle null-prototype and shadowed mappings

compiler-cli

Commit Description
fix - baf09a9939 include toSignal in debugName transform

core

Commit Description
fix - e598dc843f improve input writes migration in best effort mode
fix - ced0180b06 reject dynamic script host elements

router

Commit Description
fix - ca13b42e7c fix malformed jsdoc comment for RouterLinkWithHref export
Morty Proxy This is a proxified and sanitized view of the page, visit original site.