Skip to content

Latest commit

 

History

History
49 lines (23 loc) · 2.08 KB

CHANGELOG.md

File metadata and controls

49 lines (23 loc) · 2.08 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.0.8 (2023-05-29)

Bug Fixes

  • type: proper fix prop when usign tuple (48a7f64)

1.0.7 (2023-05-29)

Bug Fixes

  • types: fix required children but correct selection of components/providers (466720c)

1.0.6 (2023-05-29)

Bug Fixes

  • type: correct typr for tuples with props (3456e91)

1.0.5 (2023-05-20)

Bug Fixes

  • types: simplifed and fixed component/provider type to be better compatible (897babd)

1.0.4 (2023-05-20)

Bug Fixes

  • props: code and docs referenced different props (1777a4a)
  • types: add forwardRef as a valid component type (543b016)

1.0.3 (2023-05-20)

Bug Fixes

  • types: fix component type (f61995b) - Should now properly define the component type for better compatibility.

Chore

  • package: update dependencies (f61995b) - Update dependencies to latest version.