Skip to content

Commit 6ad0334

Browse files
author
pipeline
committed
v19.2.44 is released
1 parent 8ac812b commit 6ad0334

File tree

278 files changed

+942
-624
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

278 files changed

+942
-624
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@import 'ej2-barcode-generator/styles/barcode/tailwind-dark.scss';
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@import 'ej2-barcode-generator/styles/barcode/tailwind.scss';
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@import 'barcode/tailwind-dark.scss';
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@import 'barcode/tailwind.scss';

components/buttons/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 19.2.44 (2021-06-30)
6+
7+
### Chips
8+
9+
#### Bug Fixes
10+
11+
- Issue with `selectedChips` property is not maintained after deletion of Chip items has been resolved.
12+
513
## 18.4.44 (2021-02-23)
614

715
### CheckBox

components/buttons/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,4 @@ Check the license detail [here](https://github.com/syncfusion/ej2-angular-ui-com
104104

105105
Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/components/buttons/CHANGELOG.md)
106106

107-
© Copyright 2019 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
107+
© Copyright 2021 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.

components/buttons/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
{
22
"name": "@syncfusion/ej2-angular-buttons",
3-
"version": "19.1.54",
3+
"version": "19.1.63",
44
"description": "A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
77
"schematics": "./schematics/collection.json",
88
"dependencies": {
99
"@syncfusion/ej2-base": "*",
1010
"@syncfusion/ej2-angular-base": "*",
11-
"@syncfusion/ej2-buttons": "*",
12-
"@types/lodash": "4.14.159",
13-
"@types/node": "11.15.20"
11+
"@syncfusion/ej2-buttons": "*"
1412
},
1513
"devDependencies": {
1614
"rxjs": "5.0.0 - 5.5.10",
@@ -36,6 +34,8 @@
3634
"systemjs-plugin-babel": "0.0.17",
3735
"ng-packagr": "1.5.0",
3836
"tsickle": "0.34.0",
37+
"@types/lodash": "4.14.159",
38+
"@types/node": "11.15.20",
3939
"es6-promise": "^3.2.1",
4040
"gulp": "^3.9.1",
4141
"gulp-sass": "^3.1.0",
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@import 'ej2-buttons/styles/button/tailwind-dark.scss';
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@import 'ej2-buttons/styles/button/tailwind.scss';
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@import 'ej2-buttons/styles/check-box/tailwind-dark.scss';

0 commit comments

Comments
 (0)