https://github.com/angular/angular

sort by:
Revision Author Date Message Commit Date
f0e6aaa docs: add the v18 blog post link to the changelog 22 May 2024, 22:14:25 UTC
1e8284c ci: don't add redirect from next.angular.dev to vX sites (#56012) Don't redirect from vX.angular.dev version to the next.angular.dev instance PR Close #56012 22 May 2024, 22:11:22 UTC
9fb6043 docs: update robots.txt (#56010) PR Close #56010 22 May 2024, 22:09:38 UTC
1d774d6 docs: add angular.dev release banners (#56014) PR Close #56014 22 May 2024, 22:09:10 UTC
5be6df6 docs: release notes for the v17.3.10 release 22 May 2024, 18:19:33 UTC
90ecee8 docs: release notes for the v18.0.0 release 22 May 2024, 18:01:51 UTC
756b891 fix(docs-infra): calculate list of Angular Docs versions based on VERSION (#55977) fix(docs-infra): calculate the list of Angular Docs versions based on VERSION, append --config=release to docs build and serve the script. Support displaying the right color of navigation for the deprecated state. fix(docs-infra): add scrollbar to version picker fix(docs-infra): set initial adev docs version to 18 fix(docs-infra): remove --config=release from scripts for local development, write unit tests fix(docs-infra): update CI tests step fix(docs-infra): remove rc from the list fix(docs-infra): update unit test to check count of versions PR Close #55977 22 May 2024, 17:25:52 UTC
acdcec9 docs: Add experimental and zoneless to nav (#55834) PR Close #55834 22 May 2024, 17:18:54 UTC
d17e6a5 fix(language-service): use type-only import in plugin factory (#55996) Fixes that the plugin factory was causing TypeScript to be bundled into the language service. PR Close #55996 22 May 2024, 16:52:32 UTC
632f9e7 docs: Add v18 to update guide (#55993) PR Close #55993 22 May 2024, 16:03:01 UTC
b7a2ad2 fix(docs-infra): use separate templates for the from and to selectors in update guide (#55992) Use separate template names for the from and to selector dropdowns, otherwise we are only able to change the from value. PR Close #55992 22 May 2024, 15:59:33 UTC
048847f docs: release notes for the v18.0.0-rc.3 release 21 May 2024, 21:41:55 UTC
afe4561 fix(service-worker): remove `controllerchange` listener when app is destroyed (#55365) This commit updates the `ngswAppInitializer` implementation and removes the `controllerchange` listener upon the destruction of the `ApplicationRef`. This adjustment aims to prevent memory leaks. In a zone.js environment, neglecting to do so could lead to the perpetual creation of a zone task, which captures the zone and obstructs proper garbage collection. PR Close #55365 21 May 2024, 21:04:22 UTC
a5512d3 docs: update robot.txt to index angular.dev (#55617) PR Close #55617 21 May 2024, 20:41:06 UTC
bb13174 refactor(core): Add a bit to `EventInfo` to mark resolution. (#55864) This will prevent running `ActionResolver` logic multiple times while migrating to use `Dispatcher` to resolve actions rather than `EventContract`. PR Close #55864 21 May 2024, 19:20:48 UTC
0b460a7 build: update actions/checkout digest to a5ac7e5 (#55889) See associated pull request for more information. PR Close #55889 21 May 2024, 19:19:19 UTC
fd2b889 docs: fix broken publish library link (#55895) PR Close #55895 21 May 2024, 19:15:12 UTC
0c000ac docs: add missing border on embedded editor (#55926) PR Close #55926 21 May 2024, 19:14:08 UTC
19d782b docs(docs-infra): Add update guide to adev (#55638) PR Close #55638 21 May 2024, 19:01:59 UTC
e3eb5fe ci: properly redirect during rc phase (#55972) Properly redirect to next.angular.dev during rc phase PR Close #55972 21 May 2024, 18:59:45 UTC
08523ec fix(compiler): allow comments between connected blocks (#55966) Fixes that the logic which looks for connected blocks didn't allow for comments between them. Fixes #55954. PR Close #55966 21 May 2024, 17:37:58 UTC
87c5f3c docs(common): fix FormatWidth.Short description (#55821) PR Close #55821 21 May 2024, 06:39:06 UTC
14668e4 docs: declare `provideAnimationsAsync()` function stable (#55871) This commit removes the `@developerPreview` label from the `provideAnimationsAsync()` function, effectively declaring it stable. PR Close #55871 21 May 2024, 06:38:18 UTC
237eaca fix(compiler-cli): dom property binding check in signal extended diagnostic (#54324) The compiler now checks if a signal is properly called on dom property bindings. The ideal solution would be for the compiler to check if dom property bindings in general are properly typed, but this is currently not the case, and it is a bigger task to land this change. In the meantime, the signal diagnostic is augmented to catch cases like the following: ``` <div [id]="mySignal"></div> ``` PR Close #54324 21 May 2024, 06:37:57 UTC
d75adc5 refactor(core): Add additional cleanups to PR- Simplify event handler extraction logic. (#55752) This should have been part of an earlier commit, but was not merged. PR Close #55752 21 May 2024, 06:37:34 UTC
ae0baa2 fix(core): add warning when using zoneless but zone.js is still loaded (#55769) Users may be using zoneless, but are still loading Zone.js in which case they won't get the full benefits like reduced bundle size. These changes detect such a case and log a warning. PR Close #55769 21 May 2024, 06:37:12 UTC
834e627 refactor(core): Remove legacy_dispatcher.ts which is no longer needed. (#55784) Also use `dispatchDelegate` by default for `eventReplayer`. PR Close #55784 21 May 2024, 06:36:51 UTC
831a20b refactor(docs-infra): notify on data change inside OnPush component (#55830) The SecondaryNavigation component was updating state outside of an event handler without notifying about this change. Modeling state as signal should take care of proper UI updates (note that I did just a mechanical change here, maybe there are better ways of dealing with this animations case). PR Close #55830 21 May 2024, 06:33:33 UTC
39feceb docs: update zone-pollution.md (#55876) Provide a thorough explanation of why third-party libraries should be created outside of the Angular zone. Using a statement like "authored with Zone.js in mind" may seem unusual because third-party libraries typically do not have knowledge of Zone.js, nor should they be developed with it in mind. Therefore, we revise this explanation accordingly. Additionally, include a section on handling events originating from third-party APIs. PR Close #55876 21 May 2024, 06:30:19 UTC
0ee0002 docs: update build system migration URL for CLI (#55891) The URL for the Angular CLI has been updated to `build-system-migration` to better reflect the content of the documentation. PR Close #55891 21 May 2024, 06:29:22 UTC
009812b ci: split ci into privileged and unprivileged workflows (#55907) Split the workflows to prevent unexpected overlap between environments. PR Close #55907 20 May 2024, 20:33:22 UTC
d62dc97 Revert "Supply chain attack demo for Google VRP" (#55896) This reverts commit 6d95131d84f27dae56b5fbe47a5e85b3f1bad5be. This change was created by a security researcher and is being reverted as it is a noop. We intend to follow up with more information in a future blog. Please refer to the pull request description for the link to this blog. PR Close #55896 20 May 2024, 19:59:08 UTC
6d95131 Supply chain attack demo for Google VRP 20 May 2024, 10:56:56 UTC
f789488 refactor(core): Cleanup dead jsnamespace code (#55795) Support for the jsnamespace attribute was removed in #55619. PR Close #55795 17 May 2024, 19:59:41 UTC
b89c88c docs: fix broken link in signals/model (#55811) PR Close #55811 17 May 2024, 19:25:46 UTC
7aadf42 docs: Include info about experimental on adev (#55857) Copy information about meaning of "experimental" from angular.io to angular.dev. PR Close #55857 17 May 2024, 19:25:19 UTC
cae0d31 fix(core): exhaustive checkNoChanges should only do a single pass (#55839) Because exhaustive checks traverse the whole tree regardless of the dirty state, it breaks some expectations around how change detection should be running. When a view has transplanted views, it unconditionally marks all ancestors for traversal, assuming this is fine because the loop will just traverse them and find nothing dirty. However, exhaustive checkNoChanages actually refreshes everything during traversal. This update ensures the exhaustive check only does a single pass and also prevents some unnecessary marking of transplanted views for refresh since we know they're going to be reached. PR Close #55839 17 May 2024, 19:24:36 UTC
9884875 fix(compiler-cli): fix type narrowing of `@if` with aliases (#55835) When an `@if` expression has an alias, only the type of the alias is currently narrowed. So for example, suppose `value` is `string|undefined`: ``` @if (value; as alias) { {{ value.length }} <!-- error, value may be undefined --> {{ alias.length }} <!-- no error, alias is narrowed --> } ``` This is especially noticeable when the expression contains guards which are preconditions for the aliased expression: ``` @if (a && b; as alias) {...} ``` In this case, `a` would not be narrowed within the body, even though the `@if` condition forces it to be truthy. This is a bug. The reason is that aliased expressions were previously type-checked as: ``` var alias = a && b; if (alias) { // nothing other than alias is narrowed ... } ``` One option considered was to emit `const alias` instead of `var alias`. TypeScript _does_ trace `const` expressions and narrow their individual components when the overall expression is guarded: ``` const alias = a && b; if (alias) { // a, b are also narrowed } ``` However, this narrowing has different semantics than if `a && b` appeared directly in the guard expression. For example, object properties aren't narrowed with this approach, so component properties (which are referenced as e.g. `this.a`) would not be narrowed. Instead, we amend the guard expression to include both the expression _and_ the alias variable, enforcing that both are narrowed. ``` var alias = a && b; if ((a && b) && alias) { // a, b, and alias all narrowed correctly. } ``` This form ensures all conditions within the guard expression get narrowed while also narrowing the alias variable type. Fixes #52855 PR Close #55835 17 May 2024, 17:14:57 UTC
eddb405 refactor(forms): remove deprecated symbols (#55723) Follow-up of #55698 to help remove the symbols from G3. PR Close #55723 17 May 2024, 17:12:01 UTC
0e23ed7 docs: Add documentation for event replay (#55802) PR Close #55802 17 May 2024, 17:10:06 UTC
1360110 release: cut the zone.js-0.14.6 release (#55845) PR Close #55845 17 May 2024, 00:32:14 UTC
400911e fix(compiler-cli): do not throw when retrieving TCB symbol for signal input with restricted access (#55774) Currently when attempting to retrieve a TCB symbol for an input binding that refers to a signal input with e.g. `protected`, while the `honorAccessModifiersForInputBindings` flag is `false`, Angular will throw a runtime exception because the symbol retrieval code always expects a proper field access in the TCB. This is not the case with `honorAccessModifiersForInputBindings = false`, as TCB will allocate a temporary variable when ignoring the field access. This will then trigger the runtime exception (which we added to flag such "unexpected" cases). This commit handles it gracefully, as it's valid TCB, but we simply cannot generate a proper TCB symbol (yet). This is similar to `@Input` decorator inputs. In the future we may implement logic to build up TCB symbols for non-property access bindings, for both signal inputs or `@Input` inputs. This commit just avoids a build exception. Related to: #54324. PR Close #55774 16 May 2024, 16:33:02 UTC
abdf453 docs: Update build system migration title to reflect user action (#55782) The Angular CLI documentation topic for migrating to the new build system now has a navigation label of "Migrating to new build system" instead of "esbuild". This new label better reflects the action a user may want to take rather than one of the tools used by the new build system. PR Close #55782 16 May 2024, 16:32:29 UTC
2bb12ac fix(compiler): prevent usage of reserved control flow symbol in custom interpolation context. (#55809) * Fixes the issue where using a reserved control flow @ symbol in a custom interpolation context yields improper parser feedback. PR Close #55809 16 May 2024, 16:28:13 UTC
20a530a fix(zone.js): correctly bundle `zone-patch-rxjs` (#55826) https://github.com/angular/angular/pull/53443 caused the a local `rxjs` file to be imported from an entry-point which caused this to be excluded from being bundled due to the name matching `rxjs`. Closes #55825 PR Close #55826 16 May 2024, 16:21:17 UTC
f3b0e2f refactor(zone.js): remove `tslib` from `dependencies` (#55827) Iif needed `tslib` code is included directly in the bundled FESM2015 hence making the dependency redundant. PR Close #55827 16 May 2024, 16:15:19 UTC
3d5c3d9 fix(core): error about provideExperimentalCheckNoChangesForDebug uses wrong name (#55824) The error about `provideExperimentalCheckNoChangesForDebug` mentions `provideCheckNoChangesForDebug` instead. PR Close #55824 16 May 2024, 16:02:28 UTC
23eafb4 docs: release notes for the v18.0.0-rc.2 release 15 May 2024, 23:04:23 UTC
7a172f7 docs: release notes for the v17.3.9 release 15 May 2024, 20:55:39 UTC
84b2351 refactor(core): Update error for both zone and zoneless to be only for apps (#55813) Developers may want to enable zoneless for all tests by default by adding the zoneless provider to `initTestEnvironment` and then temporarily disabling it for individual tests with the zone provider until they can be made zoneless compatible. PR Close #55813 15 May 2024, 20:27:26 UTC
99bd9f1 refactor(core): Add a test case for content projection. (#55801) This test actually used to fail until our recent improvements :)) PR Close #55801 15 May 2024, 15:57:48 UTC
53b0d6a fix(forms): Allow canceled async validators to emit. (#55134) With this change, If an async validator that should have emitted was cancelled by a non-emitting validator, the status change will be reported on the `AbstractControl.events` observable. This issue can happen when a `FormControl` is added to a `FormGroup` and a FormGroupDirective/FormControlDirective trigger a non-emitting validation (which cancels the initial validator execution). Note: The behavior remains the same of the existing `statusChanges` observable as the change was too breaking to land in G3. fixes: angular#41519 PR Close #55134 15 May 2024, 15:56:25 UTC
cd13d1b build: update dependency conventional-changelog to v6 (#55668) See associated pull request for more information. PR Close #55668 15 May 2024, 15:54:19 UTC
4141d70 build: update dependency gulp-conventional-changelog to v5 (#55669) See associated pull request for more information. PR Close #55669 15 May 2024, 15:52:30 UTC
35238a2 refactor(docs-infra): mark more components as OnPush (#55775) Use the OnPush change detection strategy in more components to improve performance and enable zoneless in the future. PR Close #55775 15 May 2024, 15:50:12 UTC
36e4ac6 build: update scorecard action dependencies (#55786) See associated pull request for more information. PR Close #55786 15 May 2024, 15:48:20 UTC
4bc0541 refactor(core): calling autoDetectChanges without params works for zoneless (#55800) This was mistakenly implemented automatically by the override without filling in the default value of `true` like it is for the zone-based fixture. PR Close #55800 15 May 2024, 15:46:30 UTC
65b7cb2 fix(migrations): migrate HttpClientTestingModule in test modules (#55803) The migration was breaking tests with test modules that imported `HttpClientTestingModule`, as it removed the JS imports without migrating the module imports. The migration now handles the case where `HttpClientTestingModule` is used in test modules, by replacing the module import with the `provideHttpClient` and `provideHttpClientTesting` providers. Before: ```ts import { HttpClientTestingModule } from '@angular/common/http/testing'; @NgModule({ declarations: [AppComponent], imports: [HttpClientTestingModule], }) export class TestModule {} ``` After: ```ts import { provideHttpClientTesting } from '@angular/common/http/testing'; import { provideHttpClient, withInterceptorsFromDi } from '@angular/common/http'; @NgModule({ declarations: [AppComponent], imports: [], providers: [provideHttpClient(withInterceptorsFromDi()), provideHttpClientTesting()] }) export class TestModule {} ``` PR Close #55803 15 May 2024, 15:45:31 UTC
f1e3ec2 refactor(core): Add an ActionResolver option to Dispatcher. (#55757) This will enable internal usages to migrate from ActionResolver in EventContrat to ActionResolver in Dispatcher. PR Close #55757 14 May 2024, 22:16:26 UTC
caedd10 refactor(core): Move preventDefault to Dispatcher (#55756) This is a simple move. PR Close #55756 14 May 2024, 21:34:59 UTC
3fae2f1 ci: properly rely on adev for the adev-deploy job (#55797) Properly rely on the adev job so that the job actually triggers PR Close #55797 14 May 2024, 19:52:26 UTC
56fb556 docs: fix production mode broken link (#55794) PR Close #55794 14 May 2024, 19:21:30 UTC
f736bea refactor(core): deprecate `@Component.interpolation` (#55778) Angular has long had the ability to use different interpolation delimiters (by default `{{` and `}}`). This concept was copied over from AngularJS, where AngularJS syntax is included in HTML sent over the network to the browser. Occasionally developers would use SSR frameworks which _also_ have interpolation syntaxes of their own, so there was a need to change the delimiters used by AngularJS to avoid conflicts. Since Angular templates are always processed by our compiler and the interpolation characters are never processed by other systems first, this option is vestigial in Angular and only increases the complexity of our parser. DEPRECATED: `@Component.interpolation` is deprecated. Use Angular's delimiters instead. PR Close #55778 14 May 2024, 18:48:12 UTC
b6ca7fc build: update all non-major dependencies (#55785) See associated pull request for more information. PR Close #55785 14 May 2024, 18:33:18 UTC
1b8000d ci: release angular.dev on each commit (#55792) Release angular.dev on each commit to the appropriate version of the documentation site based on the current state of the repository. PR Close #55792 14 May 2024, 18:12:45 UTC
ccde17d fix(migrations): preserve existing properties in HttpClientModule migration (#55777) The `HttpClientModule` migration was dropping the existing properties other than imports and providers when updating an `@NgModule`, `@Component` or `configureTestingModule`. PR Close #55777 14 May 2024, 18:10:57 UTC
af065cc build: update cross-repo angular dependencies (#55781) See associated pull request for more information. PR Close #55781 14 May 2024, 17:54:17 UTC
0eade1c docs: add a note about development status of zone.js (#55746) PR Close #55746 14 May 2024, 17:53:43 UTC
3ad120d refactor(core): Simplify event handler extraction logic. (#55747) This reuses information already recorded during hydration to remove jsaction attributes to also stash event handlers. This avoids a tree walk and looku. PR Close #55747 14 May 2024, 16:38:43 UTC
629b255 refactor(core): Add four tests and fix code to make tests pass. (#55747) The first test asserts that bubbling does not work right now. The second asserts that stopPropagation works, which should pass when test #1 passes too. The third test asserts properties about the events passed to the event handler. THe fourth test asserts that mouse events do not translate to jsaction nor help emit the jsaction binary. This required a change in code to make this pass. PR Close #55747 14 May 2024, 16:38:43 UTC
ef029b8 build: switch from rollup and terser to esbuild for creating contract bundle (#55705) This commit implements the replacement of rollup and terser with esbuild for generating the contract_bundle binary. The transition is facilitated by optimizations aimed at reducing the bundle size. PR Close #55705 13 May 2024, 19:49:30 UTC
0cb5031 refactor(core): Rename `BaseDispatcher` to `Dispatcher`. (#55721) Rename `BaseDispatcher` to `Dispatcher` and `Dispatcher` to `LegacyDispatcher`. The `GlobalHandler` type and `stopPropagation` function needs to be left for now in dispatcher.ts as it was not exported previously from legacy_dispatcher.ts. PR Close #55721 13 May 2024, 19:30:08 UTC
7187394 build: update io_bazel_rules_sass digest to fcce061 (#55755) See associated pull request for more information. PR Close #55755 13 May 2024, 18:20:22 UTC
8dd5c73 docs: add inspecting injector section in devtools (#55764) PR Close #55764 13 May 2024, 18:17:50 UTC
c8472e5 refactor(forms): deprecate unwanted control events aliases (#55698) This commit deprecates the aliases for the control events to ease the changes in G3 A follow-up commit will remove those deprecated entries. PR Close #55698 13 May 2024, 18:16:15 UTC
b90c6aa docs: add service worker images (#55780) PR Close #55780 13 May 2024, 18:14:50 UTC
7c9f4cb build: update cross-repo angular dependencies (#55718) See associated pull request for more information. PR Close #55718 13 May 2024, 18:12:54 UTC
aa8df1d refactor(core): clean up clang comments and workarounds (#55750) Since we aren't using clang anymore, we can remove the comments and the workarounds that were in place to prevent it from doing the wrong thing. PR Close #55750 13 May 2024, 18:10:36 UTC
533ec52 refactor(compiler): move variable optimization earlier in pipeline (#55771) Currently the variable optimization phase happens somewhat late in the process which is okay since the variables are generally static (e.g. `reference()` instruction calls). In some upcoming work we'll have variables that consume slots and require `advance` instructions. To allow for them to be optimized correctly, we need to move the variable optimization phase earlier, at least before we allocate the slots. PR Close #55771 13 May 2024, 18:09:26 UTC
801e5e1 docs: fix devtools links (#55766) PR Close #55766 13 May 2024, 18:08:32 UTC
2c0e60e docs: initial update of application builder migration instructions for v18 (#55699) The application migration instructions and information page now contains updated information related to the v18 release. This includes a reordering of the migration section to mention the automatic migration first as well as mention that `ng update` will now ask to perform the migration for v18. PR Close #55699 13 May 2024, 18:06:53 UTC
76d0aea refactor(core): Remove custom event and replay behavior. (#55695) These behaviors have been moved back to g3. PR Close #55695 13 May 2024, 16:36:03 UTC
3068de4 refactor(core): Remove enums from event-dispatch. (#55421) These cause optimization issues in external. PR Close #55421 13 May 2024, 16:12:44 UTC
85ac2de ci: update payload size for the `event-dispatch-contract` script (#55748) The payload size of the `event-dispatch-contract.min.js` script was reduced by more than 5%, which triggered CI checks. This commit updates a golden file to match the actual size. PR Close #55748 10 May 2024, 02:13:36 UTC
28fb385 refactor(core): Use early event contract instead of the event contract in bootstrap. (#55587) This also fixes an existing bug where we erase the jsaction attribute too early. Now the event contract binary is 608 bytes :D. PR Close #55587 09 May 2024, 21:34:10 UTC
f5b6b7f refactor(core): Export some more symbols and check for truthiness on event types before adding them. (#55587) In some cases, we will be passing in undefined for capture events, so handle this. PR Close #55587 09 May 2024, 21:34:10 UTC
fedeaac fix(forms): Add event for forms submitted & reset (#55667) This commit adds 2 new events to the unified control event observable. PR Close #55667 09 May 2024, 16:21:14 UTC
c1915f1 docs: fix visible code snippets in first-app tutorial (#55742) PR Close #55742 08 May 2024, 22:46:52 UTC
c001286 refactor(core): a couple of minor changes to the early-event-contract (#55704) This changes include - Using multi line comments to write JSDoc comments which improves DX - Use `this.container` instead of `window.document.documentElement` PR Close #55704 08 May 2024, 21:00:29 UTC
fb54863 release: bump Angular DevTools to version 1.0.16 (#55715) PR Close #55715 08 May 2024, 18:11:28 UTC
eb1af1e refactor(devtools): remove `--config snapshot-build` and leave a note for Firefox (#55717) We removed display of the Git SHA in Angular DevTools in https://github.com/angular/angular/pull/55694, so there is no longer a need to stamp release builds in Chrome or Firefox. I opted to leave a `--config snapshot-build-firefox` option as a no-op which a reader could follow to a comment explaining exactly _why_ we can't stamp Firefox releases. This should hopefully make it less likely that we forget and attempt to re-add this feature in the future only to encounter the same release problems. PR Close #55717 08 May 2024, 18:08:49 UTC
b9c88dc docs: release notes for the v18.0.0-rc.1 release 08 May 2024, 16:06:38 UTC
0b79089 docs: release notes for the v17.3.8 release 08 May 2024, 15:49:45 UTC
7287fef docs: uwu (#55666) PR Close #55666 07 May 2024, 21:57:26 UTC
8305e50 build: trigger error when size-tracking is enabled but not in limit file (#55708) Trigger an error when attempting to enable size-tracking for a project not listed in the integration-payload.json file. Before this update, size-checks would succeed even if the project wasn't included in the file size limit. PR Close #55708 07 May 2024, 20:39:56 UTC
8630dc8 test: add Integration tests for hydration and event reply (#55708) This commit introduces integration tests for hydration and event reply functionalities. Additionally, it implements a payload size check for the `event-dispatch-contract.min.js`. PR Close #55708 07 May 2024, 20:39:55 UTC
ca6cdcd refactor(core): feature for potential zoneless-compatibility debug check (#55663) This commit adds a feature that is useful for determining if an application is zoneless-ready. The way this works is generally only useful right now when zoneless is enabled. Some version of this may be useful in the future as a general configuration option to change detection to make `checkNoChanges` pass always exhaustive as an opt-in to address #45612. Because this is an experimental, debug-only feature, it is okay to merge during the RC period. PR Close #55663 07 May 2024, 20:39:13 UTC
abbaf8f refactor(core): Throw a runtime error if both zone and zoneless are provided (#55410) This commit adds a dev-mode error if both the zone and zoneless providers are used together. PR Close #55410 07 May 2024, 20:37:42 UTC
8cb838f build: update io_bazel_rules_sass digest to 9a4a4be (#55700) See associated pull request for more information. PR Close #55700 07 May 2024, 20:36:31 UTC
0fb455f refactor(core): Move global dispatch behavior into Dispatcher. (#55692) This behavior is now implemented by calling `dispatch` whether or not the `action` is populated. The `Dispatcher` then does global dispatch and early returns if there's no action. PR Close #55692 07 May 2024, 19:00:40 UTC
back to top