This file collects RJSF blueprintjs theme changes through the subsequent versions.
- GAT-2315: Update node. Update bp to v5. Update other depts. This is breaking change.
- Improve radio widget
- Display a label even for boolean type
- Allow to provide all props for NumericInput
- Add step option for numeric input
- Add MultiSelectWidget
- Add IpMaskWidget
- Add missing max attribute on TextWidget
- Ensure updown widget will not be in addition to the default browser behavior
- Add format option for TextWidget
- Fix module name issue
- Add option to choose between checkbox or switch
- Add option to display link and to add element at the left and right of input field
- Minor other improvement
- Add types for ref
- Update dependencies
- Add CustomField
- Fix types issues
- Fix behavior issues
- Fix react warning related to missing key for item in list
- Update function of numeric input use the string value instead of a parsed one that created bug
- Optimize markup and remove redundancy
- Add options such as disabled or small on some fields
- Add RadioWidget
- Add Eslint and Prettier
- Update dependencies