| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| knockout-3.5.1.js | 2019-11-05 | 68.2 kB | |
| knockout-3.5.1.debug.js | 2019-11-05 | 318.1 kB | |
| README.md | 2019-11-05 | 508 Bytes | |
| Version 3.5.1.tar.gz | 2019-11-05 | 379.1 kB | |
| Version 3.5.1.zip | 2019-11-05 | 446.1 kB | |
| Totals: 5 Items | 1.2 MB | 0 | |
This release fixes a few regression bugs in 3.5.0:
- Empty template with
ifoption throws an error [#2446] - IE error from inserting a node before itself [#2450]
- Problem with initial
valuebinding on<select>when the options are generated via aforeachbinding [#2452] - Missing
arrayChangenotifications 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.