---
title: SWAN 历史更新日志
header: develop
nav: tutorial
sidebar: swanjsChangelog
---

1.10
----

### 1.10.0 (2018.07.13)

[New] video、live-player 支持全屏切换
[New] input 支持 selection-start、selection-end、adjust-position 属性
[BugFix] 修复原生组件中 rgba 颜色不生效的 bug
[BugFix] 修复 input 偶现的重影 bug

1.9
----

### 1.9.4 (2018.07.13)

[BugFix] 修复原生组件中 rgba 颜色不生效的 bug

### 1.9.3 (2018.07.12)

[BugFix] 修复 iOS 下滚动回弹导致 scroll-view 抖动的 bug
[BugFix] 修复 input、textarea 位置计算错误的 bug
[BugFix] 修复 textarea 设置自定义样式后，auto-height 属性不生效的 bug

### 1.9.2 (2018.07.11)

[New] video 支持 showPlayBtn、showCenterPlayBtn、showMuteBtn 属性
[New] cover-image 支持 bindload、binderror 事件

### 1.9.1 (2018.07.10)

[New] innerAudioContext 支持取消监听
[BugFix] 修复 createAnimation 当动画参数为浮点数、负数时，动画不生效的 bug