Skip to content

Latest commit

 

History

History
82 lines (56 loc) · 1.79 KB

CHANGELOG.md

File metadata and controls

82 lines (56 loc) · 1.79 KB

Change Log

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.

[Unreleased]

Added

Changed

0.3.11 - 2017-11-03

Added

Changed

  • Fixes #73 fix Select when param is missing. (Thanks @oceanic815recovery)
  • Add yarn.lock / Use Yarn for package management (Thanks @MrSaints)

0.3.10 - 2017-10-19

Added

Changed

  • Fixes #71 Fix Select when it is in an array. (Thanks @oceanic815recovery)

0.3.9 - 2017-10-18

Added

Changed

  • Fixes #70 "cannot read property" error when using an enum in an object. (Thanks @MrSaints)

0.3.8 - 2017-07-22

Added

Changed

  • added floatingLabelType to Date (Thanks @gtaschuk)
  • Made FieldSet into a proper fieldset tag with a legend (Thanks @gtaschuk)

0.3.7 - 2017-07-18

Added

Changed

  • Adding top-level className for better framework support (Thanks @curtiswilkinson)

0.3.6 - 2017-07-17

Added

Changed

  • Adding htmlClass from the json-schema-form specification (Thanks @curtiswilkinson)

0.3.5 - 2017-06-02

Added

Changed

  • Sync react and react-dom version

0.3.4 - 2017-06-02

Added

Changed

  • Fixes #45 Number: onChangeValidate called twice (Thanks @stropitek)
  • Fixes #44 Move react to peer dependencies, react-dom to dev dependencies (Thanks @stropitek)

0.3.2 - 2017-01-07

Added

Changed

  • Fixes #40 number validation (Thanks @maplechori)

0.3.1 - 2016-11-06

Added

Changed

  • Update dependency to react-schema-form-rc-select

0.3.0 - 2016-11-03

Added

Changed

  • 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)