Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/prettier/angular-html-parser

An HTML parser extracted from Angular with some modifications
https://github.com/prettier/angular-html-parser

feat(language-service): Complete inside @switch (#52153)

We now visit the unknown nodes inside a `@switch` block, enabling completions in that context.

...

449830f24e78ebd977ca3210ab3541912d959245 authored about 1 year ago by Dylan Hunn <[email protected]>
fix(compiler): don't allocate variable to for loop expression (#52158)

Currently the compiler allocates a variable slot to the `@for` loop expression which ends up unu...

9d19c8e31752d211f575246282358b83afe90969 authored about 1 year ago by Kristiyan Kostadinov <[email protected]>
ci: remove circleci required status from angular robot

The build job moved from CircleCI to GitHub actions, so we currently
mark all PRs as pending unn...

6c02c61399021679e38ab2c23f4e476b3b1f0a66 authored about 1 year ago by Paul Gschwendtner <[email protected]>
ci: run bazel saucelabs job only on push builds

As part of the CircleCI migration it looks like we started
running the Bazel saucelabs job for a...

77284d9dd0d1b5ec107fc6f375091da8816a8715 authored about 1 year ago by Paul Gschwendtner <[email protected]>
build: add targets for api doc generation (#52034)

This adds `generate_api_docs` targets to all of the packages for which we publish api reference ...

fcc000e803619cb8539038499330be39ec9f86c9 authored about 1 year ago by Jeremy Elbourn <[email protected]>
fix(forms): reset() call with null values on nested group (#48830)

Non typed forms allow to pass null to nested groups when calling `formGroup.reset()`, this commi...

ddd7212ee2067112cdf54d5528c8480a0e505c76 authored about 1 year ago by Matthieu Riegler <[email protected]>
refactor(compiler-cli): add a compiler option to enable checking for orphan component (#52061)

Orphan component is an anti-pattern in Angular where a component is rendered while the NgModule ...

e8201a596222ac323b05ddedb8a825ffffea2282 authored about 1 year ago by Payam Valadkhan <[email protected]>
refactor(core): add `forbidOrphanRendering` option to class debug info (#52061)

The flag `forbidOrphanRendering` is only set for non-standalone components, and indicates that t...

5fba8902d86cb40a91f24342c0bf7f49d8d0ea86 authored about 1 year ago by Payam Valadkhan <[email protected]>
feat(core): show runtime error for orphan component rendering (#52061)

A runtime error will be thrown if a non-standalone component is being rendered without its NgMod...

1a4aee7e49074e3bc3f3099bff88eaee9b2ab255 authored about 1 year ago by Payam Valadkhan <[email protected]>
refactor(compiler-cli): include `forbidOrphanComponents` option in component's debug info (#52061)

A new flag added to the component's debug info to determine whether to throw runtime error (in d...

1eefa0c9c4396d967ba0eca48b405509f84e5f18 authored about 1 year ago by Payam Valadkhan <[email protected]>
feat(bazel): make `forbidOrphanComponents` option configurable (#52061)

Now users can configure the option `forbidOrphanComponents` in the tsconfig's angularCompilerOpt...

59ba2a6e9f7218c78cd8b5f4c13ffb46dd0a4900 authored about 1 year ago by Payam Valadkhan <[email protected]>
refactor(core): add an API to deps tracker to check if a component is orphan (#52061)

A new method `isOrphanComponent` is added to the deps tracker API to check if the NgModule decla...

3047bdd36c14a9b0db5ecd2f643ba57fe20f33de authored about 1 year ago by Payam Valadkhan <[email protected]>
fix(common): add missing types field for @angular/common/locales of exports in package.json (#52080)

Add a types entry in the packages/common/package.json exports "./locales/*" section

Fixes #5201...

da056a1fe2816299319fb3f87416316be2029479 authored about 1 year ago by Sylvain DEDIEU <[email protected]>
build: update dependency @types/jasmine to v5 (#52060)

See associated pull request for more information.

PR Close #52060

11588a1a07c9002e672f46fab9874fe21ca22cfa authored about 1 year ago by Angular Robot <[email protected]>
build: remove Windows CI check (#52140)

Based on recent discussions, these changes remove the Windows CI check because it has been too f...

5a969e06b7cc5971aaf9fb7fa5aab44561eb9872 authored about 1 year ago by Kristiyan Kostadinov <[email protected]>
docs(core): fix missing text in oversized image warning message (#52147)

add text to fix warning message that trails ends mid-sentence

PR Close #52147

3c4be44f7a39dc888707869cd5c10cee9a262bfd authored about 1 year ago by Alex Castle <[email protected]>
docs: add error guide for `assertNotInReactiveContext`. (#52138)

Adds an error guide for `assertNotInReactiveContext` and provides some
more context/ and guidanc...

496ee47b3db7677dd50fb9f804743e51bc86c2bc authored about 1 year ago by Paul Gschwendtner <[email protected]>
fix(core): disallow `afterRender` in reactive contexts (#52138)

Using `afterRender` schedules long-living lifecycle hooks. Scheduling
such hooks inside reactive...

df58c0b714e37152ddf81855ee31f93f9fa71e30 authored about 1 year ago by Paul Gschwendtner <[email protected]>
fix(core): disallow using `effect` inside reactive contexts (#52138)

Using an `effect` inside a `computed` is a clear violation of
the conceptual idea of computed's ...

5d61221ed7b4a5d1ef005183045d45238b19a446 authored about 1 year ago by Paul Gschwendtner <[email protected]>
docs(docs-infra): add support for block syntax to dgeni (#52123)

This adds the new block syntax to dgeni docs pipeline, mainly copying
the way that elements (`<n...

a49ee46dae918f94acb0b8fc06f912257ddf6951 authored about 1 year ago by Jeremy Elbourn <[email protected]>
feat(migrations): Schematics for `TransferState`, `StateKey` and `makeStateKey` migration. (#49594)

These 3 classes have been moved from platform-browser to core by #49563

PR Close #49594

965ce5a8c514237aa8e4c03a5e4b5527a1a19d96 authored about 1 year ago by Matthieu Riegler <[email protected]>
fix(core): framework debug APIs getDependenciesForTokenInInjector and getInjectorMetadata (#51719)

Previously getDependenciesForTokenInInjector was unable to determine which node on a view servic...

50ad074505c15d09fe5d85fb443d9a2775125f87 authored about 1 year ago by AleksanderBodurri <[email protected]>
feat(devtools): Implement initial DI debugging features in devtools (#51719)

This commit introduces 2 new features into DevTools.

Directive level dependency inspection: Use...

8bdbbf45101654a1cc88326688701cfe722d6be0 authored about 1 year ago by AleksanderBodurri <[email protected]>
test(devtools): create unit tests for injector tree transformation functions (#51719)

Creates set of unit tests for each function in the data transformation pipeline that enables inj...

8b91864d02c2dac7d886881b1b1de6e0d7cb9a39 authored about 1 year ago by AleksanderBodurri <[email protected]>
feat(compiler): add docs extraction for type aliases (#52118)

This commit adds support for extracting type alises. It currently
extracts the raw written type ...

1934524a0c673fb65cd927c55c712f59446f9c93 authored about 1 year ago by Jeremy Elbourn <[email protected]>
fix(platform-browser): set animation properties when using async animations. (#52087)

Animations properties set on the default renderer weren't set on the animation renderer once it ...

75d610d420ce3a1ec6429d79c72ec6ef6c2c9a10 authored about 1 year ago by Matthieu Riegler <[email protected]>
fix(platform-browser): Fire Animations events when using async animations. (#52087)

Animations events registered against the default renderer weren't registered against the animati...

5b375d106f2e02afadad8f5a60c37558318ea091 authored about 1 year ago by Matthieu Riegler <[email protected]>
docs: update Angular CLI help [main] (#52144)

Updated Angular CLI help contents.

PR Close #52144

28fc02003c5b06a99095ee41c0f3bc9792f99e93 authored about 1 year ago by Angular Robot <[email protected]>
feat(core): Provide a diagnostic for missing Signal invocation in template interpolation. (#49660)

To improve DX for beginners, this commit adds an extended diagnostic for Signals in template int...

8eef694def3dc660779168925a380179c7e30993 authored about 1 year ago by Matthieu Riegler <[email protected]>
refactor(service-worker): Remove deprecated `activated` & `available` observables. (#49498)

`activated`and `available` were deprecated by #43535 in v13.

PR Close #49498

a645ceca94dd4988fbcb6d9b4b8331fa2edd16a9 authored about 1 year ago by Matthieu Riegler <[email protected]>
refactor(compiler): capture unknown blocks inside switch (#52136)

Updates the Ivy AST to allow for `@switch` blocks to capture nested blocks that are not `@case` ...

21b085d22110aef04dca3b8c63aa418ac6236caf authored about 1 year ago by Kristiyan Kostadinov <[email protected]>
feat(core): Add schematic to migrate control flow syntax (#52035)

This adds the migration to run to migrate to the block control flow syntax. It includes ngIf, ngF...

50275e58b80acfc52239908a6c61523e99f6731c authored about 1 year ago by Jessica Janiuk <[email protected]>
ci: update expected score for one of the AIO tests (#52116)

This commit updates the score for one of the AIO tests. The problem is pre-existing (there is no...

9bf64954a97334d4f529575697080d12c48e321d authored about 1 year ago by Andrew Kushnir <[email protected]>
docs: remove the developer survey 2023 banner (#52116)

PR Close #52116

4dffbeff357b2db5a27c9065d5e4e65b2ca8ba96 authored about 1 year ago by mgechev <[email protected]>
docs: correct wording for Directive's decorator host property key description (#51977)

PR Close #51977

add0bd364cbe9b31641de83e9db680cbbf22892f authored about 1 year ago by Thabo <[email protected]>
fix(compiler): allow newlines in track and let expressions (#52137)

Fixes that the template parser didn't allow for newlines in the `track` and `let` expressions of...

7dbd47fb3015117c420f984181bfcb48e533525a authored about 1 year ago by Kristiyan Kostadinov <[email protected]>
docs(core): add an example of configuring APP_INITIALIZER token in context of standalone components (#52084)

docs(core): fix formatting

PR Close #52084

644f3f22411e96db512670e5a84f89fd4ad5c896 authored about 1 year ago by Phalgun Vaddepalli <[email protected]>
fix(core): adjust toSignal types to handle more common cases (#51991)

This commit cleans up the signatures of `toSignal` to better handle the
types of situations that...

5411864c2e74b52e7df8022719f0fd792b50a849 authored about 1 year ago by Alex Rickabaugh <[email protected]>
feat(router): Add callback to execute when a view transition is created (#52002)

This commit adds the ability to provide a function that will get called
immediately after the vi...

1da28f482517ea53a18e4eb526c7c9708e6fcb55 authored about 1 year ago by Andrew Scott <[email protected]>
build: update cross-repo angular dependencies (#52133)

See associated pull request for more information.

PR Close #52133

5a4ccdfa7bc7948aa020c12f3055cbde730b9ece authored about 1 year ago by Angular Robot <[email protected]>
fix(core): Remove no longer needed build rule related to removed migration (#52143)

This removes the esbuild rule for the migration that was removed.

PR Close #52143

d48701478518d97a1fd5b4744963530494f93958 authored about 1 year ago by Jessica Janiuk <[email protected]>
feat(language-service): Support autocompletion for blocks (#52121)

This commit introduces basic autocompletion support for the new block keywords. After typing `@`...

7c052bb6efde580afc61d6c50e787353c103e3e1 authored about 1 year ago by Dylan Hunn <[email protected]>
fix(core): remove unnecessary migration (#52141)

PR #49672 added a g3-flavored migration for compiler option removal, but g3
doesn't use those op...

4da08dc2ef439d3eced7199afb9a104cfd7b54cc authored about 1 year ago by Alex Rickabaugh <[email protected]>
fix(core): viewport trigger deregistering callbacks multiple times (#52115)

Adds a check to the viewport cleanup function to prevent it from re-processing elements that hav...

d5dad3eb4cd837032da72899f0796c6d431cb2c9 authored about 1 year ago by Kristiyan Kostadinov <[email protected]>
fix(compiler): pipes using DI not working in blocks (#52112)

Fixes that the new block syntax was generating instructions in the wrong order which meant that ...

861ce3a7c574340a6164ad0de13f49bda3e172da authored about 1 year ago by Kristiyan Kostadinov <[email protected]>
fix(compiler): narrow the type of expressions in event listeners inside if blocks (#52069)

Since expressions in event listener are added inside of a callback, type narrowing won't apply t...

16ff08ec70bfa192041ba050e550676e8d505a05 authored about 1 year ago by Kristiyan Kostadinov <[email protected]>
fix(compiler): narrow the type of expressions in event listeners inside switch blocks (#52069)

Since expressions in event listener are added inside of a callback, type narrowing won't apply t...

ac0d5dcfd6015ec4283ed1a5cf241f130f4c5cf5 authored about 1 year ago by Kristiyan Kostadinov <[email protected]>
refactor(compiler): clean up compatibility code for old TS versions (#52099)

Cleans up some code that was left in place to support old versions of TypeScript.

PR Close #52099

503e67dca23f670a6176a4a1d44657eab952baf1 authored about 1 year ago by Kristiyan Kostadinov <[email protected]>
fix(router): children of routes with loadComponent should not inherit parent data by default (#52114)

When a route has loadComponent, its children should not inherit params and
data unless paramsInh...

37df395be070a11b8cd84c0ff3af9290d15c4e9d authored about 1 year ago by Andrew Scott <[email protected]>
feat(migrations): schematic to remove deprecated CompilerOptions properties (#49672)

`useJit` and `missingTranslation` have been deprecated since v13 and are unused in Ivy. They ca...

f0da7c2e44a29c5a71cf4880388989d129f4c6e8 authored about 1 year ago by Matthieu Riegler <[email protected]>
feat(core): Remove deprecated `CompilerOptions.useJit` and`CompilerOptions.missingTranslation`. (#49672)

Both properties have been deprecated in v13 and are unused in v16.

PR Close #49672

40113f653c2468315e1dea64f17e545840cc5e22 authored about 1 year ago by Matthieu Riegler <[email protected]>
build: fix broken symbols test

Fixes a symbol test that broke on the main branch.

229331e11b6c214f74c9801aa52eb9cd47d7fc76 authored about 1 year ago by Kristiyan Kostadinov <[email protected]>
build: update babel dependencies (#51898)

See associated pull request for more information.

PR Close #51898

b9a4941a327954c5c6b06a995de8f959ee0d63f6 authored about 1 year ago by Angular Robot <[email protected]>
refactor(compiler): Delete the @angular/compiler/testing module. (#49872)

The package was removed in components, it can now be deleted here also.

PR Close #49872

c2f270cf147e6434957e3b259ddc54a54a2a590e authored about 1 year ago by Matthieu Riegler <[email protected]>
refactor(core): make timer-related `@defer` logic tree-shakable (#52042)

This commit updates `@defer` logic related to handling `after` and `minimum` parameters tree-sha...

2eebd477338aa0f6f16f2af07bfd4dbfb1faf6b6 authored about 1 year ago by Andrew Kushnir <[email protected]>
feat(core): revamp the runtime error message for orphan components to include full component info (#51919)

The error message now contains the code location of the component. It now looks like: "Error: NG...

68ba798ae3551b789a86d46b0a3bb61d42ef3f87 authored about 1 year ago by Payam Valadkhan <[email protected]>
refactor(core): add a new stringifier for runtime errors which includes debug info such as the file path and line number (#51919)

The current error stringifier only includes the class name. In this change a new stringifier is ...

f12e1ef479d71e11ee0f77faa68827c3e4a51748 authored about 1 year ago by Payam Valadkhan <[email protected]>
refactor(core): implement the runtime ɵsetClassDebugInfo for components (#51919)

A new field `debugInfo` is added to the component definition. Now the runtime ɵsetClassDebugInf...

9e7d243455c2f42c056c44434cc633421cc0ca74 authored about 1 year ago by Payam Valadkhan <[email protected]>
refactor(compiler): compile debug info for angular classes (#51919)

A new utility function `compileClassDebugInfo` is introduced which creates compile result necess...

421d790a1c2fff99179498c040640312cc01bee7 authored about 1 year ago by Payam Valadkhan <[email protected]>
refactor(core): add an empty implementation for the runtime ɵsetClassDebugInfo (#51919)

This runtime will set the runtime debug info for the given angular class

PR Close #51919

7f9b32caeee7b00c2c0dc39970889df063238d8c authored about 1 year ago by Payam Valadkhan <[email protected]>
refactor(compiler-cli): add debug info to components (#51919)

A new statement will be generated for components which will attach some useful debug info to the...

acd468f804271b7ff221a24283a9f221eccafaf1 authored about 1 year ago by Payam Valadkhan <[email protected]>
refactor(core): Use flag instead of counter for dirty child transplanted views (#51515)

This commit updates the tracking of dirty child views to be a flag
rather than a counter. This i...

0ec66b85e68ef8a5d6e7bc5e206c3f4e4f125327 authored about 1 year ago by Andrew Scott <[email protected]>
fix(compiler-cli): handle nested qualified names in ctor injection in local compilation mode (#51947)

The current implementation assumes a qualified name consists of just two identifier, e.g., Foo.B...

11bb19cafcf447b7ce6ade146d431a43c3e2c682 authored about 1 year ago by Payam Valadkhan <[email protected]>
refactor(compiler): clean up block syntax switch (#52091)

Now that the block syntax is fully rolled out, we don't need the switch constants anymore.

PR C...

29b876b16f81fb68cb6ccda7c0796e5c23bbd202 authored about 1 year ago by Kristiyan Kostadinov <[email protected]>
refactor(platform-browser): remove `withNoDomReuse` function (#52057)

This commit removes the `withNoDomReuse` function to minimize public API. The `withNoDomReuse` f...

dbc14eb41d540ab3f7509e41cdf64ac6fe33e13a authored about 1 year ago by Andrew Kushnir <[email protected]>
build: update io_bazel_rules_sass digest to 6725d86 (#51844)

See associated pull request for more information.

PR Close #51844

4beeaf572419af0e55cfbe63b7f19de1fa43840a authored about 1 year ago by Angular Robot <[email protected]>
fix(core): host directive validation not picking up duplicate directives on component node (#52073)

Fixes that, depending on the matching and import order, in some cases we weren't throwing the er...

7368b8aaeba2ef0972a8bb261208c7281e050bb9 authored about 1 year ago by Kristiyan Kostadinov <[email protected]>
refactor(compiler): Separate param map serialization into a helper class (#51988)

Cleans up the i18n placeholder resolution phase by extracting the
details of how the map is seri...

acac9ea0704001b7fe4974e03393eead7652654a authored about 1 year ago by Miles Malerba <[email protected]>
refactor(compiler): Add sub-template index to child i18n instructions (#51988)

Adds an additional sub-template index parameter to child i18n blocks
that are propagated from th...

c3a83a8cecfabecc807c224c2b239d956e739dbf authored about 1 year ago by Miles Malerba <[email protected]>
refactor(compiler): Fix subTemplateIndex on template tags (#51988)

Template instructions exist in the parent view, but for the purposes of
the i18n placeholders, t...

ed2a20f490b7574b78b3ff89620e6d8042a75388 authored about 1 year ago by Miles Malerba <[email protected]>
refactor(compiler): Fix advance instructions for i18n expressions (#51988)

The custom logic in the generate advance phase for i18n expressions did
not work in all cases. I...

371cd58eecbc004be96915379cc61f8c1c629615 authored about 1 year ago by Miles Malerba <[email protected]>
refactor(compiler): Add values for sub-template placeholders (#51988)

Fills in values for sub-template placeholders in i18n messages. This
includes both the tag place...

24b88b6f43e5822db65b25343246d5106fe8d3d2 authored about 1 year ago by Miles Malerba <[email protected]>
refactor(compiler): Propagate i18n blocks through child templates (#51988)

Adds a phase to the template pipeline to recursively create child i18n
blocks for ng-template vi...

d8bc6aa129c32979f7111846e168fde4d4ff27a0 authored about 1 year ago by Miles Malerba <[email protected]>
feat(compiler): extract api for fn overloads and abtract classes (#52040)

This commit adds support for extracting function overloads. Interestingly, this worked in an ear...

7bfe20707fedff7290e12356a1545644b436d41c authored about 1 year ago by Jeremy Elbourn <[email protected]>
build: update all non-major dependencies (#52023)

See associated pull request for more information.

PR Close #52023

4a75c44b88f89c09e2b7e681acd8150d87da2017 authored about 1 year ago by Angular Robot <[email protected]>
refactor(core): support OnPush components in `@defer` blocks (#52095)

This commit adds the code to mark newly created embedded views (that represent `@defer` block st...

422e8582c4b02d74d548c0d98e8f166e8cef9e81 authored about 1 year ago by Andrew Kushnir <[email protected]>
fix(compiler): work around TypeScript bug when narrowing switch statements (#52110)

We type check `@switch` blocks by generating identical TS `switch` statements in the TCB, howeve...

386e1e950033ad98661e5077a4f119df0e7b3008 authored about 1 year ago by Kristiyan Kostadinov <[email protected]>
feat(language-service): Implement outlining spans for control flow blocks (#52062)

This commit implements the getOutlingSpans to retrieve Angular-specific
outlining spans. At the ...

023a181ba5f489deb0a47bbc9b290621ad38304a authored about 1 year ago by Andrew Scott <[email protected]>
fix(common): use === operator to match NgSwitch cases (#51504)

This change adjust the equality comparator used by NgSwitch - now it
defaults to === from previo...

28a5925f53790067d45f1f68d204a36088dbf5e3 authored about 1 year ago by Pawel Kozlowski <[email protected]>
refactor(router): refactor documentation withHashLocation return type (#52016)

This improve the documentation of withHashLocation function by returning the correct type.

PR C...

e25006b341503d7e227d9bcbe1fd2fe66dc8d651 authored about 1 year ago by Nicolas Frizzarin <[email protected]>
build: fix broken symbols test (#52092)

Fixes a test that is broken on the main branch.

PR Close #52092

753eb2459ed7e44f265b8a522a48155ea84a56b9 authored about 1 year ago by Kristiyan Kostadinov <[email protected]>
refactor: move signals code into primitives package (#51986)

This commit reorganizes the Angular code a bit, and moves signals into a
newly defined `@angular...

8f5cbcc84522f5508b8a5c3384879505fd4e619a authored about 1 year ago by Alex Rickabaugh <[email protected]>
refactor(core): add `consumerOnSignalRead` hook to `ReactiveNode` (#51986)

This hook allows a consumer to create `ReactiveNode`s with custom behavior
when signals are read...

8914eaf86d5a6b11f62396ef11f518f554f16caa authored about 1 year ago by Alex Rickabaugh <[email protected]>
fix(core): drop mutate function from the signals public API (#51821) (#51986)

This change removes the `mutate` method from the `WritableSignal` interface and
completely drops...

00128e38538f12fe9bc72ede9b55149e0be5ead0 authored about 1 year ago by Pawel Kozlowski <[email protected]>
refactor(core): extract signals API away from the 'signals' package (#51986)

This commit refactors the signals API surface of Angular out of the
//packages/core/src/signals ...

b91d143fe4a6a6daa65134491c75ba790fe2493f authored about 1 year ago by Alex Rickabaugh <[email protected]>
ci: update `@defer` symbol test golden file (#52088)

This commit updates `@defer` symbol test golden file to account for an extra symbol that was add...

2e16b0e0ea742db85f29bd7431e971b4a9012144 authored about 1 year ago by Andrew Kushnir <[email protected]>
feat(core): add warnings for oversized images and lazy-lcp (#51846)

Add warnings for two image-related performance problems that apply beyond just apps using NgOpti...

048f400efc75011e888ea25d214a0211f91b96d4 authored about 1 year ago by Alex Castle <[email protected]>
fix(common): allow to specify only some properties of `DatePipeConfig` (#51287)

The code already supports `DatePipeConfig` to have only some properties
set, and not all. But th...

85843e8212e99deb8b70f3d3f8dfe002b978cbb1 authored about 1 year ago by Adrien Crivelli <[email protected]>
feat(http): allow customization of the HttpTransferCache. (#52029)

`provideClientHydration()` accepts new `HydrationFeature` : `HttpTransferCacheOptions`.

`withHt...

7dde42a5dfdab30e9420708722e0bef9f1467d1f authored about 1 year ago by Matthieu Riegler <[email protected]>
test(core): add symbol tracking for `@defer` feature (#52065)

This commit adds a bundling test, which also includes symbol tracking for `@defer` feature.

PR ...

b88cc9eccbed93e8da4e0529f3b5dc7b87da8ee4 authored about 1 year ago by Andrew Kushnir <[email protected]>
test(core): add an integration app for `@defer` feature (#52065)

This integration app also contains the size-tracking build setup to measure the payload size of ...

db3a90191f41f8b4ad0c3c7566b9e07313d0dbc4 authored about 1 year ago by Andrew Kushnir <[email protected]>
Revert "fix(core): drop mutate function from the signals public API (#51821)" (#52081)

This reverts commit c7ff9dff2c14aba70e92b9e216a2d4d97d6ef71e.
requires cleanup of 2 uses interna...

b6b9eae7e7b3ecb4789ea371cb538f5c72722a30 authored about 1 year ago by Andrew Scott <[email protected]>
fix(compiler): pipes used inside defer triggers not being picked up (#52071)

Fixes that the compiler wasn't picking up pipes used inside defer block triggers as dependencies...

17078a3fe1e9b90e48952b6c12b6e6b774b97810 authored about 1 year ago by Kristiyan Kostadinov <[email protected]>
refactor(core): add `focusin` event to `on hover` trigger of `@defer` block (#52059)

This commit adds the `focusin` event to `on hover` trigger of `@defer` block to improve compatib...

486cc611a5abae2b5eacedc1a54b8d9861bd072a authored about 1 year ago by Andrew Kushnir <[email protected]>
test(compiler-cli): drop unused config option from tests (#52066)

The `_enabledBlockTypes` config option was removed recently, since we've enabled @-syntax by def...

317ed8e10e5888d5ee65d9d499e0dca700f14fee authored about 1 year ago by Andrew Kushnir <[email protected]>
test(core): await all async work to be completed before checking test results (#52064)

This change should help make currently flaky test more stable.

PR Close #52064

f06d97e86d049c113bc797301abf2812fabea741 authored about 1 year ago by Andrew Kushnir <[email protected]>
docs: recommend enabling `fetch` support in HttpClient when using SSR (#52056)

PR Close #52056

22fa9fe488dd72b2f65b8a3951d492c1f178b387 authored over 1 year ago by Andrew Kushnir <[email protected]>
refactor(http): warn when `HttpClient` doesn't use fetch during SSR (#52037)

This commit adds a logic to produce a warning in case HttpClient doesn't use fetch during SSR.
I...

760bfdc4bfec924a4cb3cb60aeb229fc6093a6e9 authored over 1 year ago by Andrew Kushnir <[email protected]>
test(core): more tests around built-in for (#52045)

Add some more tests around list diffing (created in
a different branch while working in the list...

05d1fac41fdc251ac027f9eeb4e806ee3c6aeea4 authored over 1 year ago by Pawel Kozlowski <[email protected]>
test(core): move control flow acceptance tests (#52045)

Moves each control flow test (if, switch, for) into their
corresponding file.

PR Close #52045

0fb742402ec558534ac65208e018e44858bcdade authored over 1 year ago by Pawel Kozlowski <[email protected]>