Skip to content

v1.1.0

Compare
Choose a tag to compare
@gvas gvas released this 21 May 09:56
· 84 commits to master since this release
  • 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!