@syncfusion/ej2-react-dropdowns
Advanced tools
Comparing version 16.3.25 to 16.3.27
@@ -5,2 +5,8 @@ # Changelog | ||
### MultiSelect | ||
#### Bug Fixes | ||
- ngModel is not updated when select all value using SelectAll option has been fixed. | ||
### DropDownList | ||
@@ -10,2 +16,16 @@ | ||
- null exception handled in getItems method. | ||
## 16.3.25 (2018-10-15) | ||
### MultiSelect | ||
#### Bug Fixes | ||
- Duplicate values are listed while fetching data with UrlAdaptor when `allowCustom` value is set to true, that issue has been fixed. | ||
### DropDownList | ||
#### Bug Fixes | ||
- DropDownList `valueTemplate` selected value is changed now, while changing data source. | ||
@@ -12,0 +32,0 @@ |
/*! | ||
* filename: ej2-react-dropdowns.umd.min.js | ||
* version : 16.3.25 | ||
* version : 16.3.27 | ||
* Copyright Syncfusion Inc. 2001 - 2018. All rights reserved. | ||
@@ -12,3 +12,3 @@ * Use of this code is subject to the terms of our license. | ||
* filename: ej2-react-dropdowns.umd.min.js | ||
* version : 16.3.23 | ||
* version : 16.3.25 | ||
* Copyright Syncfusion Inc. 2001 - 2018. All rights reserved. | ||
@@ -15,0 +15,0 @@ * Use of this code is subject to the terms of our license. |
{ | ||
"name": "@syncfusion/ej2-react-dropdowns", | ||
"version": "16.3.25", | ||
"version": "16.3.27", | ||
"description": "Essential JS 2 DropDown Components for React", | ||
@@ -35,3 +35,3 @@ "author": "Syncfusion Inc.", | ||
"@syncfusion/ej2-react-base": "~16.3.24", | ||
"@syncfusion/ej2-dropdowns": "16.3.25" | ||
"@syncfusion/ej2-dropdowns": "16.3.27" | ||
}, | ||
@@ -38,0 +38,0 @@ "devDependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
280275
+ Added@syncfusion/ej2-dropdowns@16.3.27(transitive)
- Removed@syncfusion/ej2-dropdowns@16.3.25(transitive)