Skip to content

Releases: jquense/react-widgets

2.2.3

04 Feb 02:27
Compare
Choose a tag to compare
  • fix components so they can be required without error on the server

v2.2.2

03 Feb 03:53
Compare
Choose a tag to compare
  • Finally get IE8 tests working! WHAT A CHORE
  • some ARIA fixes in the DatePicker
  • Fix Calendar focus behavior

2.2.1

26 Jan 22:29
Compare
Choose a tag to compare
  • 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

18 Jan 17:36
Compare
Choose a tag to compare
  • 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

06 Dec 19:00
Compare
Choose a tag to compare

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

09 Nov 16:32
Compare
Choose a tag to compare
  • Add SelectList Widget
  • Upgrade to React 0.12
  • Make file locations and names consistent
  • bugs

1.5.0

09 Nov 16:31
Compare
Choose a tag to compare
  • Add SelectLlist
  • squash bugs

1.4.5

04 Nov 22:05
Compare
Choose a tag to compare
  • Fix numberpicker lodash issue (again)
  • Fix StartOfWeek in calendar and datetimepicker
  • Add LESS files to npm package

1.4.4

30 Oct 16:16
Compare
Choose a tag to compare

fixes bug in numberpicker where it was asking for _ lodash and not nulling out the max prop

1.4.1

24 Oct 22:12
Compare
Choose a tag to compare

fix a regression with comboxes not closing