v22.1.1
22.1.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 - aa6d3189c1 | initialize hydration triggers after late runtime activation |
| fix - deecb301c8 | warn when style property bindings receive invalid values |
http
| Commit | Description |
|---|---|
| fix - ac3728e79f | avoid aborting completed requests in FetchBackend |
| fix - 688a0a7118 | respect content-type charset in fetch backend text decoder |
| fix - a13b968451 | run root interceptors in the terminal request chain |
| fix - 32af9b525e | strip RFC 6265 DQUOTE characters and handle URIError in parseCookieValue |