Skip to content

Latest commit

 

History

History
159 lines (73 loc) · 4.88 KB

CHANGELOG.md

File metadata and controls

159 lines (73 loc) · 4.88 KB

9.0.0 (2025-01-03)

Features

BREAKING CHANGES

  • generate simpler real esm code

8.0.4 (2023-07-28)

Bug Fixes

8.0.3 (2023-07-28)

Bug Fixes

  • pass throguh return value if present (38c308a)

8.0.2 (2023-05-22)

Bug Fixes

8.0.0 (2023-03-08)

chore

  • bump deps and remove HOC (8924a68)

BREAKING CHANGES

  • higher order component removed for just hooks, browser support bumped up to esm compatible
  • dropped support for React 15

7.2.0 (2021-01-25)

Features

7.1.1 (2019-10-31)

Bug Fixes

7.1.0 (2019-10-30)

Features

  • add useUncontrolledProp and types (6e0837d)

7.0.2 (2019-10-03)

Bug Fixes

7.0.1 (2019-09-06)

Bug Fixes

7.0.0 (2019-06-18)

Features

BREAKING CHANGES

  • no more default export
  • removed default export
  • name files properly
  • Use default exports

6.2.3 (2019-06-17)

Bug Fixes

  • republish again to fix build lol (38f3bf8)

6.2.2 (2019-06-17)

Bug Fixes

6.2.1 (2019-06-17)

Bug Fixes

6.2.0 (2019-06-17)

Features

6.1.0 (2019-02-12)

Features

6.0.0 (2018-05-02)

Features

BREAKING CHANGES

  • attached refs are now the original components, and not the uncontrolled component instance
  • removed getControlledInstance so there are no special methods on the uncontrolled component

5.1.0 (2018-03-31)

Features