Skip to content
This repository has been archived by the owner on Dec 6, 2021. It is now read-only.

Release v1.0.0-alpha.13

Pre-release
Pre-release
Compare
Choose a tag to compare
@b2nil b2nil released this 29 Oct 09:54
· 293 commits to master since this release

Fixes

  • AtSwipeAction: 修复 could not find width of null 的错误, #51 (3050c68)

  • AtCurtain: 修复 Invalid VNode type: undefined 的错误, #53 (1510079)

  • AtCalendar: 修复页面重新渲染后无法切换月份,#55 (e4271f2)

  • AtButton: 修复 onGetUserInfo 等事件失效的问题, #56 (fcefbbf)

Optimization

  • style:优化组件依赖的样式的引入方式,按需引用时,一个组件只需引入一个样式文件即可,#54 (d8fdd9f)