knockout v3.5.1 Release Notes
Release Date: 2019-11-05 // over 3 years ago-
๐ This release fixes a few regression bugs in 3.5.0:
- Empty template with
if
option throws an error #2446 - IE error from inserting a node before itself #2450
- Problem with initial
value
binding on<select>
when the options are generated via aforeach
binding #2452 - โก๏ธ Missing
arrayChange
notifications when using deferred updates #2454 - ๐ Template binding removes
<script>
template contents #2484
๐ 3.5.1 also fixes some issues with and expands 3.5.0's TypeScript definitions.
- Empty template with
Previous changes from v3.5.0
-
๐ Knockout 3.5.0 includes a few new bindings and new ways to interact with observables and bindings. The full list is detailed under 3.5.0 Beta, 3.5.0 RC, and 3.5.0 RC2.
๐ The final 3.5.0 release includes fixes for a few regressions in the pre-production releases: