v1.1.0
- Fixed the slider binding's animation bug (#28)
- The slider binding's
values
option is two-way. - The slider binding has a new option named
realtime
. It controls when the viewmodel's value/values observables are updated. If set to true then the observables are updated during the sliding. If set to false or missing then they are updated when the sliding finishes.
The new features were implemented by @manuel-guilbault. The animation bug (and a whole lot of others) were found by @samuell. Thank you for your contributions!