Releases: jquense/react-widgets
Releases · jquense/react-widgets
v3.0.0 - Sat, 24 Oct 2015 01:55:37 GMT
🎉
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
v2.6.0
- 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
v2.5.0
- 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
2.3.0
- React
0.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