Releases: jquense/react-widgets
Releases · jquense/react-widgets
1.4.0
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/onChangecan now be left empty and the widget will handle the state internally for all widgetsopen/onTogglecan now be controlled for Select, DropdownList, Combobox and DateTimePickerssearch/onSearchfor the Select widget; allowing custom filtering behavior
bunch of bugs squashed!
1.3.0
- Tweaked the theme to be more in line with the look of bootstrap 3.0
disabledandreadonlyprops 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
filterprop - 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
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-containerto widget animation container - move popup placement to css, so that it can be tweaked by widget consumers
- Added the prop
durationto all widgets with a popup to control animation speed - refresh and update the docs page
- bugs and typos
Fix works on *nix systems now
addresses a bug where windows and unix deal with case sensitive paths differently
bug fixes
add browser files sorry!
1.0.1 add browser stuff oooopppps