Skip to content
This repository was archived by the owner on Feb 16, 2021. It is now read-only.

v0.5

Choose a tag to compare

@gcanti gcanti released this 04 May 08:28
· 225 commits to master since this release
  • New Feature
    • Add attributes and events (attrs option) #76, #91, #53, #67
    • Add bootstrap static control, #92
    • Set class on form-group div indicating its depth within form, #64
    • Added kind param to onChange handler
  • Breaking Change
    • Drop support for React v0.12.x
    • Moved placeholder option within attrs option
    • Moved id option within attrs option
  • Bug Fix
    • Remove class "has-error" from empty optional numeric field #113
  • Documentation
    • Add GUIDE.md
  • Internal
    • Complete code refactoring