Hi RC3, 2.0 Final is just around the corner

We’re one step closer to the final release, but not there yet!

RC3 is out, Final just around the corner.

Most of the readers were expecting the 2.0 final release, but we bumped into a few issues on the way and we learned one or two things.

In RC2 some bugs were introduced that broke the clickpick mode, and some added features were not working as expected.
With those bugs fixed we were pushing towards the final release, but turned out there were some other things that we were missing from what we intended to deliver.
Disabling dates/weekdays/days of months was introduced. This all seemed pretty straight forward, but turned out some things needed re-working. Because of this we decided to release an RC3 instead of final.

From now on we’re going to be more strict on how we handle the deployments. We won’t be adding new features between release candidates, only bugfixes will be included.

With your help we’ll try to get to 2.0 final next week!

This is what changed since RC2

Bugfixes

  • Fixed: In clickpick mode minus button had plus button behavior
  • Fixed: In inline mode getValue always returned the initial values
  • Fixed: min/max attributes were incorrectly parsed when using HTML5 time input

Enhancements

  • Added: invalid option for the datetime preset to set dates unselectable. There are three properties to specify dates, all can be used separate or combined. dates is be an array of dates to disable exact dates on the scroller. daysOfWeek is an array with values from 0 to 6,daysOfMonth is an array which accepts numbers (e.g. every month’s 2nd day) or a string in ‘x/y’ format (e.g. 12/24 means every year’s 24th December is disabled). A sample configuration: invalid: { dates: [new Date(2012,5,4), new Date(2012,5,13)], daysOfWeek: [0, 6], daysOfMonth: ['5/1', '12/24', '12/25'] }
  • Added: The select preset automatically disables elements on the scroller if they were disabled in the original html select element

 

Thanks for your patience and support! Download and test RC3. Report any bugs found, and let’s make the next week release a reality!

Happy scrolling!

Start building better products
Sign up and get posts like this in your inbox. We respect your time and will send you only the good stuff!