Skip to content
This repository was archived by the owner on Aug 24, 2020. It is now read-only.

Commit a380204

Browse files
Update README and CHANGELOG for v2.0.0
1 parent 88212ec commit a380204

File tree

2 files changed

+7
-23
lines changed

2 files changed

+7
-23
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
<a name="2.0.0"></a>
2+
## [2.0.0](https://github.com/peterpeterparker/ionic-swing/compare/v0.1.0...v2.0.0) (2018-07-25)
3+
* **breaking changes**: Update project to Angular v6
4+
* **lib**: From now on, `ionic-swing` is shipped with a reference to `hammerjs`
5+
16
<a name="0.1.0"></a>
27
## [0.1.0](https://github.com/peterpeterparker/ionic-swing/compare/v0.0.10...v0.1.0) (2017-11-09)
38
* **project:** Migration of the project structure to use Angular CLI

README.md

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,8 @@
22

33
ionic-swing is a fork of the following projects intended to add the swipeable cards capatibilies to Ionic (>= 2)
44

5-
- swing.js (version 4.3.0, https://github.com/gajus/swing)
6-
- angular2-swing (version 0.11.0, https://github.com/ksachdeva/angular2-swing)
7-
8-
The main reason behind this fork is that I was facing a problem with hammerjs, which was freezing the scrolling of my application on iOS and Android devices when I was using (swipe) on a list or on an ion-scroll.
9-
10-
After having unsuccessfully tried many solutions I was thinking, after all, that Ionic already include is own version of hammer.
11-
12-
Therefore I decided to create this fork with the goal to make a version of swing.js which doesn't embed any external hammerjs.
13-
14-
## Current status
15-
16-
This fork project is in version beta but seems to work (tested with Ionic 3.1.0).
17-
18-
Possible improvements not yet done:
19-
20-
- Improve typescripting and remove class swing.ts
21-
- The fork special dependencies are, inherited from swing.js, raf, rebound, sister, vendor-prefix. To spare size of my application (smaller bundle = faster boot), it should be checked if these can't be replaced with native code or smaller libs.
5+
- [swing.js](https://github.com/gajus/swing)
6+
- [angular2-swing](https://github.com/ksachdeva/angular2-swing)
227

238
## Installation
249

@@ -67,12 +52,6 @@ $ cd /your-project-path/
6752
$ npm install /relative-path-to-local-ionic-swing/dist/ionic-swing-0.0.0.tgz
6853
```
6954

70-
## Side notes
71-
72-
Struture of the project created following the tutorial of Nikolas LeBlanc
73-
74-
https://medium.com/@ngl817/building-an-angular-4-component-library-with-the-angular-cli-and-ng-packagr-53b2ade0701e
75-
7655
## License
7756

7857
MIT © [David Dal Busco](mailto:[email protected])

0 commit comments

Comments
 (0)