All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Fixes #73 fix Select when param is missing. (Thanks @oceanic815recovery)
- Add
yarn.lock
/ Use Yarn for package management (Thanks @MrSaints)
- Fixes #71 Fix Select when it is in an array. (Thanks @oceanic815recovery)
- Fixes #70 "cannot read property" error when using an enum in an object. (Thanks @MrSaints)
- added floatingLabelType to Date (Thanks @gtaschuk)
- Made FieldSet into a proper fieldset tag with a legend (Thanks @gtaschuk)
- Adding top-level className for better framework support (Thanks @curtiswilkinson)
- Adding htmlClass from the json-schema-form specification (Thanks @curtiswilkinson)
- Sync react and react-dom version
- Fixes #45 Number: onChangeValidate called twice (Thanks @stropitek)
- Fixes #44 Move react to peer dependencies, react-dom to dev dependencies (Thanks @stropitek)
- Fixes #40 number validation (Thanks @maplechori)
- Update dependency to react-schema-form-rc-select
- Upgrade to react 15.3.2 (Thanks Paul Apostol)
- Upgrade to babel 6.5.2 (Thanks Paul Apostol)
- Upgrade to webpack 1.13.3 (Thanks Paul Apostol)