# 0.6.3

- Disable form navigation while form is loading
- Improve accessibility

# 0.6.2

- Improve accessibility
- Trim formdata strings before validation

# 0.6.1

- Improve accessibility

# 0.6.0

- Added the ability to set point values for answers
- Added the ability to set letter values for answers
- Added points sum to formgroup, visibility toggleable

# 0.5.16

- Disable date field manual filling

# 0.5.15

- Improve UX while changing pages

# 0.5.14

- Improve accessibility

# 0.5.13

- Hotfix, specify react-jsonschemaform version

# 0.5.12

- Fixes to repeatable field localizations

# 0.5.11

- Save draft -button scrolls up

# 0.5.10

- Saving draft with the save draft -button now validates the form

# 0.5.9

- Submit button hidden on alreadu submitted forms

# 0.5.7

- Added a new field type 'slider'

# 0.5.6

- Added mobile responsiveness to forms

# 0.5.5

- Downgraded react-router-dom dependency
- Style changes

# 0.5.4

- Added disable functionality

# 0.5.3

- Added a "save draft" button to forms with no pagination

# 0.5.2

- Enable RichText widget
- Update dependencies

# 0.5.1

- Field may be configured to have unique label (instead of general name)
- Update dependencies

# 0.5.0

- Fix paging when using react-jsonschema-form@1.3.0
- Update dependencies

# 0.4.4

- Fix: Localize errors in array items

# 0.4.3

- Optionally disable fields instead of hiding

# 0.4.2

- Extend `ArrayField` to include initial empty value

# 0.4.1

- Add options to disable days before/after given dates
- Update dependencies

# 0.4.0

- Localize array item type validation error
- Update dependencies

# 0.3.0

- Filter elements by array including some of listed values
- Add option to disable select and multiselect choices
- Refactor element to schema conversions
- Fix: Localize form group validation errors

# 0.2.4

- Fix: Do not set hidden fields required

# 0.2.3

- Fix: Check if target element is also shown
- Convert array to object when filtering elements
- Fix: Do not set `minLength=undefined` property

# 0.2.2

- Add RouterLocationState
- Filter elements by array including every listed value
- Update dependencies

# 0.2.1

- Repeatable form groups

# 0.2.0

- Add previous page paging button
- Fix: Repeatable text field default (null) value issue
- Localize `ErrorList` title
- Fix: stop propagation of submit event
- Update dependencies

# 0.1.8

- Switch to `qs` package

# 0.1.7

- Add rich text field
- Fix: localized textarea ui:field
- Internal: Remove unnecessary files

# 0.1.6

- Fix: formGroup ID usage

# 0.1.5

- Pagination
- Internal: Remove unnecessary element filtering
- Update dependencies

# 0.1.4

- Fix: field ID usage
- Export localized text field uiSchema
- Use Airbnb datepicker

# 0.1.3

- Fix: field ID usage

# 0.1.2

- Update dependencies
- Localize `minItems` error
- Fix: Form rendering, derived state
- Fix: pass children prop to Form
- Add date field

# 0.1.1

- Fix: filename casing
- Add missing dependencies

# 0.1.0

- First release
