5.50.2
Changed 1
- Provide proper public type for parseCss result
Fixed 4
- Resolve effect_update_depth_exceeded when using bind:value on <select> with derived state in legacy mode
- Don't swallow DOMException when media.play() fails in bind:paused
- Robustify blocker calculation
- Reduce if block nesting
Patch Changes
-
fix: resolve
effect_update_depth_exceededwhen usingbind:valueon<select>with derived state in legacy mode (#17645) -
fix: don't swallow
DOMExceptionwhenmedia.play()fails inbind:paused(#17656) -
chore: provide proper public type for
parseCssresult (#17654) -
fix: robustify blocker calculation (#17676)
-
fix: reduce if block nesting (#17662)