Skip to content

Releases: bluedogtraining/bdt-elm

Release 4.0.0

01 Jun 06:51
Compare
Choose a tag to compare

ix Form.Select Msg type alias, add placeholder and maxLength to Form.Input

Release 3.0.0

01 Jun 05:05
Compare
Choose a tag to compare

Msg should be a type alias to internal msg in Form.Input

Release version 2.0.1

01 Jun 02:01
Compare
Choose a tag to compare

Add Form.Input and Form.Select to exports, fix documentation errors

Release version 2.0.0

01 Jun 01:51
Compare
Choose a tag to compare
  • 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

01 Jun 00:33
Compare
Choose a tag to compare

Add Form.Select and Form.Input

Release version 1.0.0

28 May 06:46
Compare
Choose a tag to compare

Add Resettable module