v22.2.0-next.1Pre-release
22.2.0-next.1
Fixed 6
- initialize hydration triggers after late runtime activation
- warn when style property bindings receive invalid values
- avoid aborting completed requests in FetchBackend
- respect content-type charset in fetch backend text decoder
- run root interceptors in the terminal request chain
- strip RFC 6265 DQUOTE characters and handle URIError in parseCookieValue
core
| Commit | Description |
|---|---|
| fix - cfe2cda110 | initialize hydration triggers after late runtime activation |
| fix - e43eb96341 | warn when style property bindings receive invalid values |
http
| Commit | Description |
|---|---|
| fix - ef4dfead83 | avoid aborting completed requests in FetchBackend |
| fix - 6a0789dc7f | respect content-type charset in fetch backend text decoder |
| fix - bb78286e5e | run root interceptors in the terminal request chain |
| fix - 280d09b160 | strip RFC 6265 DQUOTE characters and handle URIError in parseCookieValue |