Releases: bluedogtraining/bdt-elm
Releases · bluedogtraining/bdt-elm
Release 4.0.0
ix Form.Select Msg type alias, add placeholder and maxLength to Form.Input
Release 3.0.0
Msg should be a type alias to internal msg in Form.Input
Release version 2.0.1
Add Form.Input and Form.Select to exports, fix documentation errors
Release version 2.0.0
- Rename Resettable "original" to "initial", this is more inline with the naming used in other places
- Rename Resettable.isChanged to Resettable.getIsChanged to better match other code
- Add documentation to Form.Input
- Add documentation to Form.Select
Release version 1.0.1
Add Form.Select and Form.Input
Release version 1.0.0
Add Resettable module