v2.2.0
- The bindings can be applied to the same element as knockout's standard
foreach
,if
,ifnot
,with
,html
,text
,options
bindings, without throwing the 'Multiple bindings (... and ...) are trying to control descendant bindings of the same element.' exception. - Added synchronization between the
selectmenu
- and knockout's standardvalue
binding. (#40, #41)
Thanks for @bernesto for reporting the selectmenu binding's shortcomings.