Skip to content

Releases: jquense/react-widgets

v3.0.0 - Sat, 24 Oct 2015 01:55:37 GMT

Choose a tag to compare

@jquense jquense released this 24 Oct 02:07

🎉

React 0.14 is now required, and with npm3 being out of beta we feel comfortable adding a proper peer dependency to enforce that.

The few breaking changes are in the way localization is handled so please read the new localization docs and getting started guide

v2.6.1

Choose a tag to compare

@jquense jquense released this 28 May 13:46

Fixes a few IOS bugs

v2.6.0

Choose a tag to compare

@jquense jquense released this 27 Apr 15:11
  • Added performance Optimization to lazily render widget popups. Now they won't be in the DOM until the widget is focused for the first time (unless they start open)
  • Fixed an issue where input backgrounds weren't being explicitly set
  • Fixed and documented editFormat prop for DateTimePickers
  • documented culture on Calendar and DateTimePickers

v2.5.1

Choose a tag to compare

@jquense jquense released this 20 Apr 20:34
  • fix scroll/focus bug with DropdownList filter input

v2.5.0

Choose a tag to compare

@jquense jquense released this 20 Apr 20:34
  • ADDED: filter option to DropdownList
  • ADDED: textField now supports a function accessor as well as a field name
  • remove "no null with min set" restriction on NumberPicker
  • NumberPicker mousedown repeats now mimic keydown
  • fixed Multiselect propTypes
  • clean up legacy codes

2.3.2

Choose a tag to compare

@jquense jquense released this 20 Mar 14:48
  • Fix a mess of DateTimePicker and Calendar bugs
  • Document the step prop on the DateTimePicker
  • NumberPicker doesn't jump when backspacing throw the number decimal point

2.3.0

Choose a tag to compare

@jquense jquense released this 14 Mar 19:20
  • React0.13.x support
  • Add footer option to Calendar
  • Add additional format and parse options to calendar, DateTimePicker, and NumberPicker allowing user to completely eschew the Globalize dependancy
  • pass maxLength to Multiselect
  • fix regression where Multiselect wouldn't open on click if already focused
  • factor out controlledInput
  • clean up dangling timeouts on unmount
  • bower support

2.2.6

Choose a tag to compare

@jquense jquense released this 16 Feb 19:27
  • fix bug with datepicker not allowing value changes
  • fix multiselect trying to select an undefined value when all values in the list are selected
  • multiselect should now close on select

2.2.5

Choose a tag to compare

@jquense jquense released this 09 Feb 19:11
  • Fix regression in ie8 code where arguments was incorrectly accessed in an arrow function

2.2.4

Choose a tag to compare

@jquense jquense released this 06 Feb 19:59

fix bug where timeouts were surviving unmounting for key events on dropdowns