This is an automated email from the ASF dual-hosted git repository. (unknown) pushed a commit to branch dev in repository https://gitbox.apache.org/repos/asf/incubator-weex-ui.git
commit 39b472b43f050938e474ca404aeeeb5a0d54d389 Author: 侑夕 <[email protected]> AuthorDate: Mon Nov 25 20:00:11 2019 +0800 docs: add a changelog --- CHANGELOG.md | 3 +++ CHANGELOG_cn.md | 4 ++++ index.html | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ebde53..be6db06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change Log +## 0.8.0 +- [!]From alibaba/weex-ui to [apcahe/incubator-weex-ui](https://github.com/apache/incubator-weex-ui) + ## 0.7.1 - [+] [wxc-slider-bar](https://alibaba.github.io/weex-ui/#/cn/packages/slider-bar) add `wxcSliderBarTouchEnd` event. - [!] Fixed [wxc-mask](https://alibaba.github.io/weex-ui/#/cn/packages/mask) jitter bug when inputting. diff --git a/CHANGELOG_cn.md b/CHANGELOG_cn.md index 5e2e6a5..c937453 100644 --- a/CHANGELOG_cn.md +++ b/CHANGELOG_cn.md @@ -1,5 +1,9 @@ # 升级日志 +## 0.8.0 +- [!]从 alibaba/weex-ui 迁移到 [apcahe/incubator-weex-ui](https://github.com/apache/incubator-weex-ui) + + ## 0.7.1 - [+] [wxc-slider-bar](https://alibaba.github.io/weex-ui/#/cn/packages/slider-bar) 新增 `wxcSliderBarTouchEnd` 事件. - [!] 修复 [wxc-mask](https://alibaba.github.io/weex-ui/#/cn/packages/mask) 输入时候抖动问题 diff --git a/index.html b/index.html index 84573ac..203dba1 100644 --- a/index.html +++ b/index.html @@ -41,7 +41,7 @@ '/cn/weex-ui-weex-conf-2018': 'docs/weex-ui-weex-conf-2018', '/cn/weex-ui-report': 'docs/weex-ui-report' }, - basePath: location.port === '3000' ? '/' : '/weex-ui/', + basePath: location.port === '3000' ? '/' : '/incubator-weex-ui/', repo: 'apache/incubator-weex-ui', ga: 'UA-57207999-2', plugins: [
