Skip to content

5.3.0

Latest
Compare
Choose a tag to compare
@1uokun 1uokun released this 14 Nov 07:02
· 8 commits to master since this release
962895a

2024-11-14

  • 🌟 Typescript: export all component props types.
    (To support for nativewind)
  • Toast:
    • feat: add useToast hook method #1388
  • Modal
    • feat: add useModal hook method #1383
    • feat: add modalType prop (Sync to Picker)
  • Carousel
    • feat: add onScrollAnimationEnd prop
  • Slider
    • feat: add disabledSteponSlidingStartonSlidingCompletetapToSeek prop
  • 🔥 Upgrade [email protected]+
    • fix: [Switch] style props works #1389
    • fix: [Pagination] Remove flex: 1 to avoid height collapse
  • other fix
    • fix: [Form] fix Require cycle
    • fix: [Tooltip] safe floatingStyles
    • fix: [Picker] defaultValue prop works #1311
    • fix: [Radio] defaultChecked prop works #1380