v19.2.0
19.2.0 (2025-02-26)
common
| Commit | Description |
|---|---|
introduce experimental httpResource (#59876) |
compiler
| Commit | Description |
|---|---|
| Add Skip Hydration diagnostic. (#59576) | |
| support untagged template literals in expressions (#59230) |
core
| Commit | Description |
|---|---|
| pass signal node to throwInvalidWriteToSignalErrorFn (#59600) | |
support default value in resource() (#59655) |
|
| support streaming resources (#59573) | |
| support TypeScript 5.8 (#59830) | |
add hasValue narrowing to ResourceRef (#59708) |
|
| cancel in-progress request when same value is assigned (#59280) | |
| Defer afterRender until after first CD (#59455) (#59551) | |
| Don't run effects in check no changes pass (#59455) (#59551) | |
fix resource()'s previous.state (#59708) |
|
| fix race condition in resource() (#59851) | |
| preserve tracing snapshot until tick finishes (#59796) |
forms
| Commit | Description |
|---|---|
| support type set in form validators (#45793) |
migrations
| Commit | Description |
|---|---|
| add migration to convert templates to use self-closing tags (#57342) |
platform-browser
| Commit | Description |
|---|---|
| automatically disable animations on the server (#59762) |
platform-server
| Commit | Description |
|---|---|
| decouple server from animations module (#59762) |