Skip to content

Releases: jquense/react-widgets

1.4.0

24 Oct 22:01
Compare
Choose a tag to compare

Adds the concept of controlled and uncontrolled inputs. Like the basic <input/> <select/> etc inputs react-widgets can now leave value management to the widget (not sure why you would). More importantly other prop/handler pairs that were not managable externally now can be!

All controllable properties, have a sister prop default[Name], that allows setting of an initialization value, e.g. defaultOpen

  • value/onChange can now be left empty and the widget will handle the state internally for all widgets
  • open/onToggle can now be controlled for Select, DropdownList, Combobox and DateTimePickers
  • search/onSearch for the Select widget; allowing custom filtering behavior

bunch of bugs squashed!

1.3.0

09 Oct 21:12
Compare
Choose a tag to compare
  • Tweaked the theme to be more in line with the look of bootstrap 3.0
  • disabled and readonly props should work like normal inputs, along with additional styles for those states
  • A bunch of big NumberPicker bugs were squashed. Number picker will no longer fire a change event while typing for as long as the typed value is not valid (min/max/NaN)
  • Combobox suggestions are much better and don't cause odd behaviour when coupled with the filter prop
  • Simplified the LESS structure, reducing the specificity of most widget styles. This means that consumer styling should be simpler and require less complex selectors to override styles.
  • better interactive docs!
  • lots of bug fixes

1.2.0

02 Oct 18:02
Compare
Choose a tag to compare

Mostly internal changes, but it does adjust widget DOM and css styling techniques. Consumers who had significant styling adjustments to the popup list may need to do some mild migrations.

  • Add a class rw-popup-container to widget animation container
  • move popup placement to css, so that it can be tweaked by widget consumers
  • Added the prop duration to all widgets with a popup to control animation speed
  • refresh and update the docs page
  • bugs and typos

Fix works on *nix systems now

14 Sep 17:40
Compare
Choose a tag to compare

addresses a bug where windows and unix deal with case sensitive paths differently

bug fixes

27 Aug 20:39
Compare
Choose a tag to compare

Widgets that can pass in components weren't all working correctly: DropdownList, Select, List (internal)

add browser files sorry!

24 Aug 22:03
Compare
Choose a tag to compare
1.0.1

add browser stuff oooopppps

Initial!

24 Aug 21:59
Compare
Choose a tag to compare

initial release