Skip to content

Latest commit

Β 

History

History
56 lines (32 loc) Β· 2.71 KB

File metadata and controls

56 lines (32 loc) Β· 2.71 KB

Changelog

2.0.1 (2024-02-14)

Changed

  • ♻️ Replace classnames with clsx (#8) [ba50307]

2.0.0 (2021-11-08)

Added

  • ✨ Add refs forwarding to HOC. (#5) [4f85a3b]

Miscellaneous

  • ⬆️ Upgrade dependencies. (#6) [325bc59]
  • πŸ‘· Replace Travis by Github actions. [ec0987e]
  • πŸ”¨ Replace TSLint by ESLint. [8d39630]

1.0.1 (2019-06-03)

Fixed

  • πŸ› Filter props to forward to intrinsic elements, and avoid React warnings. (fix #2) [4098c7b]

Miscellaneous

  • πŸ“ Add thanks section to readme. [63bc9ba]

1.0.0 (2019-05-21)

Added

  • πŸš€ Add NPM deployment configuration. [5c080a0]
  • πŸ‘· Add Travis and Coveralls. [5d5fe53]
  • πŸ“ Add Readme. [4863764]
  • βœ… Add tests. [b6a929b]
  • ✨ First implementation of classed function. [99778ff]
  • πŸŽ‰ Project initialisation. [64a8a31]

Changed

  • ♻️ Change forEach to reduce. [bbb44dc]

Fixed

  • πŸ’š Update code to match specs in tests. [1161ddb]