Skip to content

Commit

Permalink
feat(module: tabs): disable useOnPan when swipeable is false (NG-ZORR…
Browse files Browse the repository at this point in the history
  • Loading branch information
fisherspy committed Oct 15, 2018
1 parent 2d63730 commit a59797e
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 20 deletions.
26 changes: 20 additions & 6 deletions README-zh_CN.md
Expand Up @@ -3,6 +3,16 @@

# NG-ZORRO-MOBILE

[![Build Status](https://travis-ci.com/NG-ZORRO/ng-zorro-antd-mobile.svg?branch=master)](https://travis-ci.com/NG-ZORRO/ng-zorro-antd-mobile)
[![codecov](https://codecov.io/gh/NG-ZORRO/ng-zorro-antd-mobile/branch/master/graph/badge.svg)](https://codecov.io/gh/NG-ZORRO/ng-zorro-antd-mobile)
[![Dependencies](https://img.shields.io/david/NG-ZORRO/ng-zorro-antd-mobile.svg?style=flat-square)](https://david-dm.org/NG-ZORRO/ng-zorro-antd-mobile)
[![DevDependencies](https://img.shields.io/david/dev/NG-ZORRO/ng-zorro-antd-mobile.svg?style=flat-square)](https://david-dm.org/NG-ZORRO/ng-zorro-antd-mobile?type=dev)
[![GitHub Release Date](https://img.shields.io/github/release-date/NG-ZORRO/ng-zorro-antd-mobile.svg?style=flat-square)](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/releases)
[![npm package](https://img.shields.io/npm/v/ng-zorro-antd-mobile.svg?style=flat-square)](https://www.npmjs.org/package/ng-zorro-antd-mobile)
[![NPM downloads](http://img.shields.io/npm/dm/ng-zorro-antd-mobile.svg?style=flat-square)](https://npmjs.org/package/ng-zorro-antd-mobile)
[![GitHub license](https://img.shields.io/github/license/mashape/apistatus.svg?style=flat-square)](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/blob/master/LICENSE)
[![Gitter](https://img.shields.io/gitter/room/ng-zorro/ng-zorro-antd-mobile.svg?style=flat-square)](https://gitter.im/ng-zorro/ng-zorro-antd-mobile)

这里是 **Ant Design** 移动规范的 **Angular** 实现,服务于阿里巴巴集团数据无线业务。

[English README](README.md)
Expand Down Expand Up @@ -45,12 +55,6 @@ $ ng add ng-zorro-antd-mobile
- [TypeScript](https://www.typescriptlang.org/)
- [RxJS](https://github.com/ReactiveX/rxjs)

## 谁在使用

- [阿里巴巴](http://www.alibaba.com/)

> 如果你的公司和产品使用了 **NG-ZORRO-MOBILE**,欢迎到 [这里](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/3) 留言。
## 如何贡献

在任何形式的参与前,请先阅读 [贡献者文档](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/blob/master/CONTRIBUTING.md)。如果你希望参与贡献,欢迎 [Pull Request](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/pulls),或给我们 [报告 Bug](http://ng.mobile.ant.design/issue-helper/#/zh)
Expand All @@ -68,3 +72,13 @@ $ ng add ng-zorro-antd-mobile
3. [![Gitter](https://img.shields.io/gitter/room/ng-zorro/ng-zorro-antd-mobile.svg?style=flat-square)](https://gitter.im/ng-zorro/ng-zorro-antd-mobile)(English & 中文)
4. 加入钉钉 **NG-ZORRO-MOBILE** 自助服务群(中文)<br/>
<img src="https://img.alicdn.com/tfs/TB1fEDvdAvoK1RjSZPfXXXPKFXa-375-495.png" width="300">

## 谁在使用

- [阿里巴巴](http://www.alibaba.com/)

> 如果你的公司和产品使用了 **NG-ZORRO-MOBILE**,欢迎到 [这里](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/3) 留言。
## 授权协议

MIT
35 changes: 22 additions & 13 deletions README.md
Expand Up @@ -5,6 +5,13 @@

[![Build Status](https://travis-ci.com/NG-ZORRO/ng-zorro-antd-mobile.svg?branch=master)](https://travis-ci.com/NG-ZORRO/ng-zorro-antd-mobile)
[![codecov](https://codecov.io/gh/NG-ZORRO/ng-zorro-antd-mobile/branch/master/graph/badge.svg)](https://codecov.io/gh/NG-ZORRO/ng-zorro-antd-mobile)
[![Dependencies](https://img.shields.io/david/NG-ZORRO/ng-zorro-antd-mobile.svg?style=flat-square)](https://david-dm.org/NG-ZORRO/ng-zorro-antd-mobile)
[![DevDependencies](https://img.shields.io/david/dev/NG-ZORRO/ng-zorro-antd-mobile.svg?style=flat-square)](https://david-dm.org/NG-ZORRO/ng-zorro-antd-mobile?type=dev)
[![GitHub Release Date](https://img.shields.io/github/release-date/NG-ZORRO/ng-zorro-antd-mobile.svg?style=flat-square)](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/releases)
[![npm package](https://img.shields.io/npm/v/ng-zorro-antd-mobile.svg?style=flat-square)](https://www.npmjs.org/package/ng-zorro-antd-mobile)
[![NPM downloads](http://img.shields.io/npm/dm/ng-zorro-antd-mobile.svg?style=flat-square)](https://npmjs.org/package/ng-zorro-antd-mobile)
[![GitHub license](https://img.shields.io/github/license/mashape/apistatus.svg?style=flat-square)](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/blob/master/LICENSE)
[![Gitter](https://img.shields.io/gitter/room/ng-zorro/ng-zorro-antd-mobile.svg?style=flat-square)](https://gitter.im/ng-zorro/ng-zorro-antd-mobile)

This is the **Angular** implementation of **Ant Design Mobile** specification, serving **Alibaba** big data wireless service.

Expand All @@ -29,10 +36,6 @@ This is the **Angular** implementation of **Ant Design Mobile** specification, s
- `iOS 7.0+`
- `Android 4.4+`

## Version

[![npm package](https://img.shields.io/npm/v/ng-zorro-antd-mobile.svg?style=flat-square)](https://www.npmjs.org/package/ng-zorro-antd-mobile)

## Angular Support

Now Supports Angular `^6.0.0`.
Expand All @@ -44,7 +47,7 @@ Now Supports Angular `^6.0.0`.
```bash
$ ng new PROJECT_NAME
$ cd PROJECT_NAME
$ ng add ng-zorro-antd-mobile --i18n=en_US
$ ng add ng-zorro-antd-mobile
```

> More information about `@angular/cli` [here](https://github.com/angular/angular-cli).
Expand All @@ -55,22 +58,28 @@ You can also install `ng-zorro-antd-mobile` with npm or yarn
$ npm install ng-zorro-antd-mobile
```

## Companies using NG-ZORRO-MOBILE

- [Alibaba](http://www.alibaba.com/)

> If your company or product is using **NG-ZORRO-MOBILE**, please let us know [here](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/3)!
## Contributing

Please read our [CONTRIBUTING.md](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/blob/master/CONTRIBUTING.md) first.
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/pulls)

We welcome all contributions. Please read our [CONTRIBUTING.md](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/blob/master/CONTRIBUTING.md) first.

If you'd like to help us improve **NG-ZORRO-MOBILE**, just create a [Pull Request](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/pulls). Feel free to report bugs and issues [here](http://ng.mobile.ant.design/issue-helper/#/en).

> If you're new to posting issues, we ask that you read [How To Ask Questions The Smart Way](http://www.catb.org/~esr/faqs/smart-questions.html)(This guide does not provide actual support services for this project!) and [How to Ask a Question in Open Source Community](https://github.com/seajs/seajs/issues/545) and [How to Report Bugs Effectively](http://www.chiark.greenend.org.uk/~sgtatham/bugs.html) prior to posting. Well written bug reports help us help you!
## Need Help?
## Help from the Community

For questions on how to use **NG-ZORRO-MOBILE**, please post questions to [<img alt="Stack Overflow" src="https://cdn.sstatic.net/Sites/stackoverflow/company/img/logos/so/so-logo.svg?v=2bb144720a66" width="140" />](http://stackoverflow.com/questions/tagged/ng-zorro-mobile) using the `ng-zorro-mobile` tag. If you're not finding what you need on stackoverflow, you can find us on [![Gitter](https://img.shields.io/gitter/room/ng-zorro/ng-zorro-antd-mobile.svg?style=flat-square)](https://gitter.im/ng-zorro/ng-zorro-antd-mobile) as well.

As always, we encourage experienced users to help those who are not familiar with **NG-ZORRO-MOBILE**!

## Users

- [Alibaba](http://www.alibaba.com/)

> If your company or product is using **NG-ZORRO-MOBILE**, please let us know [here](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/3)!
## License

MIT
3 changes: 2 additions & 1 deletion scripts/git/commit-message.json
Expand Up @@ -19,6 +19,7 @@
"packaging",
"changelog",
"schematics",
"module:*"
"module:*",
"README"
]
}

0 comments on commit a59797e

Please sign in to comment.