Releases: jquense/react-widgets
Releases · jquense/react-widgets
2.2.3
- fix components so they can be required without error on the server
v2.2.2
- Finally get IE8 tests working! WHAT A CHORE
- some ARIA fixes in the DatePicker
- Fix Calendar focus behavior
2.2.1
- Calendar should handle focus correctly when used as a standalone widget
- Dropdowns no longer occasionally cause the screen scroll position to jump
- A few ARIA issues worked out with the datepicker (more to come)
2.2.0
- bugs squashed
- Dropdown widgets are now Groupable, allowing for
<optgroup>
like behaviour, check out the demo docs for an example
- Widgets with dropdowns now expose a
listComponent
prop which provides an added extensibility point for advanced use
- DateTimePicker now also exposes a
onSelect
handler prop
- the internal
animate
function now uses translateY for popup open and close animations, while still maintaining an api that is a drop-in replacement for $.animate (for older browser support)
- dropdown list styles have been moved out of the component and into css
2.1.0
New
onSelect
handler for Combobox
DropdownList
and Multiselect
onCreate
handler and custom tag creation for Multiselect
Bugs
- Fix browser build
- small bugs
2.0.1
- Add
SelectList
Widget
- Upgrade to React 0.12
- Make file locations and names consistent
- bugs
1.5.0
- Add
SelectLlist
- squash bugs
1.4.5
- Fix numberpicker lodash issue (again)
- Fix StartOfWeek in calendar and datetimepicker
- Add LESS files to npm package
1.4.4
fixes bug in numberpicker where it was asking for _
lodash and not nulling out the max
prop
1.4.1
fix a regression with comboxes not closing