Skip to content

2.1.7

Compare
Choose a tag to compare
@paranoidjk paranoidjk released this 16 Mar 08:06
· 3392 commits to master since this release
  • Bug Fix

    • 🐞 修复 Grid 无边框。
    • 🐞 修复 Modal.prompt onPress 返回 promise 的问题。(#2243)
    • 🐞 修复 ImagePicker 在删除后再添加抛异常的问题。(#2302)
    • 🐞 修复 Carousel autoplayInterval 的使用问题。(#2369)
    • 🐞 修复 RN Modal.Alert 内容不居中的问题。(#2347)
  • Enhancement

    • 📝 重构并完善所有 TypeScript 类型定义 #2323
    • 📝 增加自定义 Tabs 个数的 Demo

  • Bug Fix

    • 🐞 Fix Grid no border usage.
    • 🐞 Fix Modal.prompt onPress return promise. (#2243)
    • 🐞 Fix ImagePicker throw Error when readd pic after delete。(#2302)
    • 🐞 Fix Carousel autoplayInterval usage. (#2369)
    • 🐞 Fix RN Modal.Alert content not align center. (#2347)
  • Enhancement

    • 📝 Refactor all TypeScript Interface definition. #2323
    • 📝 Add Demo about custom Tabs page number.