特性
小程序
- 支持
ScrollView
组件二级下拉相关属性,fix #14321 by @TheKonka - 微信小程序支持
Snapshot
组件,fix #14560 by @TheKonka - 微信小程序
Video
组件支持show-bottom-progress
属性,fix #12530 by @TheKonka - 微信小程序
LivePusher
组件支持picture-in-picture-mode
属性,fix #14551 by @TheKonka - 字节跳动小程序支持
joinGroup
组件,fix #14529 by @TheKonka
H5
- React 适配组件库
ScrollView
组件支持scrollIntoView
相关参数,fix #14032 - 新增
CanvasContext
中reset
方法支持
修复
小程序
- 修复支付宝小程序冒泡 id 获取错误,fix #14528 by @SuJunming
- 修复小程序模板第一层没有把自身
nodename
传入到 l 中的问题,fix #14562 - 修复
mini-runner
中wxml
、wxs
loader 路径问题,fix @14420 - 修复
mini-runner
中file-loader
和 webpack 在 windows 中使用路径失效问题,fix #14427 - 修复小程序
createIntersectionObserver
方法失效的问题,#14563
H5
- 修复
Audio
上下文中buffered
获取值错误问题,fix @14185 by @tangbzai - 修复下拉刷新与
ScrollView
组件事件冲突、ScrollView
嵌套事件问题,fix #13697 #13413 - 修复
ScrollView
组件与slot-relocation
特性冲突问题,fix #14502 - 修复
CanvasContext
字体设置;save、restore 方法调用问题 - 修复
Swiper
组件渲染闪烁问题,fix #14487 - 优化路由页面显示控制,避免多页同现出现,fix #14478
CLI
- 修复 config 文件引入文件中使用 node 相关依赖导致报错问题
- 修复 React18 中
react-dom/client
别名配置,by @TheKonka - 修复 window 环境下路径错误的问题,fix @14371 by @al80402
Typings
- 完善
ScrollView
组件二级下拉类型,by @TheKonka - 完善 AI 视觉算法相关方法类型,by @smileying
- 补充
Snapshot
组件相关类型,by @TheKonka - 修复
checkIsAddedToMyMiniProgram
方法类型问题,fix #14510 by @Hephaest