Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): publish 3.3.2 #9967

Merged
merged 2 commits into from
Aug 3, 2021
Merged

chore(release): publish 3.3.2 #9967

merged 2 commits into from
Aug 3, 2021

Conversation

Chen-jj
Copy link
Contributor

@Chen-jj Chen-jj commented Aug 3, 2021

特性

小程序

  • 支持使用 Vue DevTools,详细用法请见文档

RN

  • Progress 组件支持 borderRadius 属性,by @iChengbo
  • startPullDownRefreshstopPullDownRefreshpageScrollTo 支持以 Promise 风格调用,by @iChengbo
  • 调用 setStorageSync 等 RN 端不支持的 API 时,提示不支持,by @iChengbo
  • 重构设备方向相关 API,并新增 offDeviceMotionChange,by @iChengbo
  • 实现 setKeepScreenOn API 的按需加载,by @iChengbo
  • 提供二维码打印,供后续APP扫码加载

修复

小程序

H5

  • 修复 onShow 时调用 getCurrentPages 获取不到当前页面实例的问题,by @SyMind
  • 修复 Swiper 组件的性能问题
  • 降级 resolve-url-loader 到 3.x 版本,修复编译时出现的 a valid source-map is not present 报错,fix Taro 3.3.1 scss中 引用 iconfont.css报错 #9863

RN

  • 修复组件 MovableView 属性状态更改无效的问题,by @iChengbo
  • 修复组件 MovableViewdirection 属性发生变化后,移动时元素位置跳变的问题,by @iChengbo
  • 修复调用 previewImage 参数异常时,出现黑屏的情况,by @iChengbo
  • 优化 onNetworkStatusChangeoffNetworkStatusChange API 的实现,by @iChengbo
  • 优化 accelerometorgyroscope API 的实现,by @iChengbo
  • 优化 setScreenBrightnessgetScreenBrightness API 的实现,by @iChengbo
  • 修复 didmount 中设置 title 不生效问题,by @yechunxi
  • 修复 CSS Module 变量多次赋值判断失效的问题

Typings

  • 补充 openDocument 的选项的类型,by @xxxuuu
  • 补充 request API 响应对象新增的 cookies 属性的类型,by @cheese-git
  • 修复 offDeviceMotionChange 的类型错误,by @iChengbo
  • 修复 accelerometorgyroscope 的类型错误,by @iChengbo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment