Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 993 Bytes

CHANGELOG.md

File metadata and controls

50 lines (32 loc) · 993 Bytes

react-formatted-input changelog

v1.4.0

2020-10-20

  • #18 ref support via inputref parameter for referencing the input

v1.3.0

2020-01-22

  • String and array format support for character pattern

v1.2.0

2019-06-03

  • Props passed to nested <input> element

v1.1.0

2019-04-27

  • onBlur event support

v1.0.1

2019-02-17

  • Fix late prop updates for state

v1.0.0

2019-02-16

  • Introduce FormattedText component, for formatting simple text
  • Expose format function for formatting text
  • Move FormattedInput to regular export
  • Add element prop for FormattedInput so custom input elements can be used

v0.4.0

2017-05-18

  • Add support for type prop (test/password supported)
  • Add raw value output in onChange callback (second parameter)

v0.3.0

2017-05-18

  • Fix fundamental data entry bug (API change)

v0.2.0

2017-05-18

  • Add built version (dist)