Skip to content

Releases: jquense/react-widgets

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

24 Oct 02:07
Compare
Choose a tag to compare

🎉

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

28 May 13:46
Compare
Choose a tag to compare

Fixes a few IOS bugs

v2.6.0

27 Apr 15:11
Compare
Choose a tag to compare
  • 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

20 Apr 20:34
Compare
Choose a tag to compare
  • fix scroll/focus bug with DropdownList filter input

v2.5.0

20 Apr 20:34
Compare
Choose a tag to compare
  • 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

20 Mar 14:48
Compare
Choose a tag to compare
  • 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

14 Mar 19:20
Compare
Choose a tag to compare
  • 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

16 Feb 19:27
Compare
Choose a tag to compare
  • 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

09 Feb 19:11
Compare
Choose a tag to compare
  • Fix regression in ie8 code where arguments was incorrectly accessed in an arrow function

2.2.4

06 Feb 19:59
Compare
Choose a tag to compare

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