Skip to content

Commit d79aef5

Browse files
committed
1.0.11 angular 5 compatibility
1 parent 588a1ad commit d79aef5

File tree

6 files changed

+17
-6
lines changed

6 files changed

+17
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
### Before Upgrading once read the [Readme.md](https://github.com/kappys1/angular2-carousel/blob/master/README.md) file
44

55

6+
## 1.0.11
7+
8+
### Features
9+
* Angular 5 compatibility
10+
611
## 1.0.10
712

813
### Features

dist/README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Angular2-Carousel
22

3-
[![npm version](https://badge.fury.io/js/angular2-carousel.svg)](https://badge.fury.io/js/angular2-carousel) [![npm](https://img.shields.io/badge/build-passed-brightgreen.svg?style=flat)](https://www.npmjs.com/package/angular2-carousel) ![Angular2+](https://img.shields.io/badge/Angular_2+-passing-brightgreen.svg?style=flat) ![Angular2+](https://img.shields.io/badge/Angular_5-failure-red.svg?style=flat) ![licence](https://img.shields.io/badge/licence-MIT-blue.svg?style=flat)
3+
[![npm version](https://badge.fury.io/js/angular2-carousel.svg)](https://badge.fury.io/js/angular2-carousel) [![npm](https://img.shields.io/badge/build-passed-brightgreen.svg?style=flat)](https://www.npmjs.com/package/angular2-carousel) ![Angular2+](https://img.shields.io/badge/Angular_2+-passing-brightgreen.svg?style=flat) ![Angular2+](https://img.shields.io/badge/Angular_5-success-brightgreen.svg?style=flat) ![licence](https://img.shields.io/badge/licence-MIT-blue.svg?style=flat)
44

55
> this is a smart library to create a carousel for angular 2+
66
@@ -13,6 +13,12 @@ You can install the package from our npm package
1313
npm install --save angular2-carousel
1414
```
1515

16+
*check if not install all peer dependencies:*
17+
```
18+
npm install @types/hammerjs
19+
npm install hammerjs
20+
```
21+
1622
## Usage
1723
First tou need to provide the CarouselModule to your desired Module
1824

@@ -61,4 +67,4 @@ Now, you can use CarouselModule as follow:
6167
Alex Marcos Gutierrez
6268
TMTFactory
6369
### License
64-
MIT
70+
MIT

dist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular2-carousel",
3-
"version": "1.0.10",
3+
"version": "1.0.11",
44
"description": "Angular 2 Minimalist carousel",
55
"main": "bundles/ng2-carousel-module.umd.js",
66
"module": "index.js",

package-dist.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular2-carousel",
3-
"version": "1.0.10",
3+
"version": "1.0.11",
44
"description": "Angular 2 Minimalist carousel",
55
"main": "bundles/ng2-carousel-module.umd.js",
66
"module": "index.js",

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular2-carousel",
3-
"version": "1.0.10",
3+
"version": "1.0.11",
44
"description": "Angular 2 Minimalist carousel",
55
"main": "dist/bundle/ng2-carousel-module.umd.js",
66
"module": "dist/index.ts",

0 commit comments

Comments
 (0)