Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 978 Bytes

CHANGELOG.md

File metadata and controls

21 lines (16 loc) · 978 Bytes

2020-04-09 - Version 2.0.1

  • onChange is called now when input value is empty string - #12

2019-06-18 - Version 2.0.0

  • Updated for usage with react-bootstrap

2019-06-18 - Version 1.0.14

  • Removed unused default prop, specified react-bootstrap version limitation

2017-10-09 - Version 1.0.12

  • Added disabled prop to support read-only use-cases (#6)

2017-05-03 - Version 1.0.11

  • Added prop-types package to support React 16+

2016-10-08 - Version 1.0.7

  • defaultValue prop added instead of initialValue to support standard props for React components. initialValue is still supported for backward compatibility but removed from documentation and considered to be deprecated
  • ESC button supported added to close option list
  • switched to airbnb-eslint-config for ESLint
  • implemented tests
  • deps and devDeps updated