Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 3.38 KB

CHANGELOG.md

File metadata and controls

39 lines (30 loc) · 3.38 KB

Changelog

0.1.1 - 2024-06-20

🎉 New Features

  • feat(tour): add tour component cc002da

0.1.0 - 2024-06-19

🎉 New Features

  • feat: init the library and add the button component 9ad83ac
  • feat(message): add Message component df3a840
  • feat(select): add select component 6ff42fb
  • feat: add menu components e8681d4
  • feat(overlay): add overlay component 52f433b
  • feat(upload): add the upload component 9805df4
  • feat: add the icon components 7c811e9
  • feat(tooltip): add tooltip component 3aaf3fe
  • feat(avatar): add Avatar component 27b5b9f
  • feat(input): add input component 586ac73
  • feat(switcher): add switcher component eccff78
  • feat(progress): add progress component c3438d2
  • feat(tag): add tag component 7b9537a
  • feat(empty): add empty component d57fd23

🐛 Bug Fixs

  • fix(hooks): fix and add test case for useMergedState hook 7bc6940
  • fix(menu): add click outside and update style 5a128c8
  • fix(button/icon): repalce status type and style 1cb35e1
  • fix(scripts): update add scripts 1297c88
  • fix(input, ovelay, tooltip): update test cases for input, overlay, tooltip 60a37a3
  • fix(input): support both controlled and uncontrolled for input component dd7bc5c
  • fix(button): add forwardRef for button 77b030b
  • fix(progress): fix missing className prop 2cd3040