# Versions

Here you can find a resume of all changes between versions.

## 0.5.2

### Feature

- Added ui:max to FormattedNumber

## 0.5.1

### Feature

- Added support for Blur on DateWidget

### Bug fixes

- Fixed RadioWidget null pointer

## 0.5.0

### Feature

- Support integer type for FormattedNumber
- Upgraded @rjsf/core to 3.1

## 0.4.7

### Bug fixes

- Improved data sanitisation

## 0.4.6

### Bug fixes

- Required now works for codeType radio
- Ability to remove the X button to clear an input with the clearButton property in the uiSchema options

## 0.4.5

### Bug fixes

- Bad file pointer fix

## 0.4.2

### Bug fixes

- Compare sanitized values on values change

### Feature

- Forward extra props to Form component

## 0.2.0

### Feature

- Removed JsonForm provider
- Added material-ui theme
- Added theme overrides (widgets, fields...)
- Added widget HOC support

## 0.1.9

### Feature

- Date widget support in the `ui:options` (part of uiSchema) two new properties:
  - `disablePast` in order to disable selection of past date
  - `disableFuture` in order do disable selection of future date

## 0.1.8

### Bug fixes

- Fixed a bug that prevented submitting the form

## 0.1.7

### Bug fixes

- Fixed a bug that prevented the action buttons from showing
- Fixed a typo in the exports (JsonFromProvider => JsonFormProvider)
