Skip to content

Commit 0b35c02

Browse files
committed
Merge branch 'master' of https://github.com/IgniteUI/igniteui-angular into ddavidkov/treegrid
2 parents 11517c2 + e30aa93 commit 0b35c02

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ script:
2020
- npm run build:style
2121
- if [ -z "${TRAVIS_TAG}" ]; then npm run test:lib; fi
2222
- if [ -z "${TRAVIS_TAG}" ]; then npm run test:migration; fi
23-
- if [ "${TRAVIS_REPO_SLUG}" == "IgniteUI/igniteui-angular" ]; then cat ./coverage/lcov.info | coveralls; fi
23+
- if [ -z "${TRAVIS_TAG}" ] && [ "${TRAVIS_REPO_SLUG}" == "IgniteUI/igniteui-angular" ]; then cat ./coverage/lcov.info | coveralls; fi
2424

2525
before_deploy:
2626
- npm run build:migration

projects/igniteui-angular/migrations/common/UpdateChanges.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ export class UpdateChanges {
217217
}
218218
}
219219

220-
enum BindingType {
220+
export enum BindingType {
221221
output,
222222
input
223223
}

projects/igniteui-angular/package.json

+18-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@
2222
"tabs",
2323
"calendar",
2424
"date picker",
25+
"datepicker",
2526
"time picker",
27+
"timepicker",
2628
"dialog",
2729
"navbar",
2830
"navdrawer",
@@ -32,11 +34,26 @@
3234
"badge",
3335
"card",
3436
"checkbox",
37+
"switch",
3538
"input",
3639
"bottom nav",
3740
"mask",
3841
"button",
39-
"drag drop"
42+
"radio",
43+
"drag drop",
44+
"drag",
45+
"drop",
46+
"chips",
47+
"chip",
48+
"icon",
49+
"progress bar",
50+
"circular progress",
51+
"linear progress",
52+
"slider",
53+
"toast",
54+
"snackbar",
55+
"excel export",
56+
"csv export"
4057
],
4158
"dependencies": {
4259
"@types/hammerjs": "^2.0.35",

0 commit comments

Comments
 (0)