@syncfusion/ej2-angular-dropdowns 20.2.48-ngcc → 20.2.50-ngcc

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,11 +2,30 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### AutoComplete
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#I381508` - The issue "ellipsis style is not applied to long floating label text in the material outline mode" has been resolved.
10
+
11
+ ### ComboBox
12
+
13
+ #### Bug Fixes
14
+
15
+ - `#I381508` - The issue "ellipsis style is not applied to long floating label text in the material outline mode" has been resolved.
16
+
5
17
  ### DropDownList
6
18
 
7
- #### Bug fixes
19
+ #### Bug Fixes
8
20
 
9
- - `#I398924` - The issue "console error occurred While using cssClass and floatLabelType property" has been resolved.
21
+ - `#I381508` - The issue "ellipsis style is not applied to long floating label text in the material outline mode" has been resolved.
22
+ - `#I384422` - The issue "empty popup is shown when we clear the preselect value using clear button" has been resolved.
23
+
24
+ ### MultiSelect
25
+
26
+ #### Bug Fixes
27
+
28
+ - `#I381508` - The issue "ellipsis style is not applied to long floating label text in the material outline mode" has been resolved.
10
29
 
11
30
  ## 20.2.44 (2022-08-16)
12
31
 
@@ -2138,6 +2157,14 @@ DropDownList component contains a list of predefined values from which a single
2138
2157
  - **Accessibility** - Provided with built-in accessibility support which helps to access all the DropDownList component features through the keyboard, screen readers, or other assistive technology devices.
2139
2158
 
2140
2159
 
2160
+ ## 20.2.48 (2022-09-06)
2161
+
2162
+ ### DropDownList
2163
+
2164
+ #### Bug fixes
2165
+
2166
+ - `#I398924` - The issue "console error occurred While using cssClass and floatLabelType property" has been resolved.
2167
+
2141
2168
  ## 20.2.46 (2022-08-30)
2142
2169
 
2143
2170
  ### ComboBox
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-dropdowns.umd.js
3
- * version : 20.2.48
3
+ * version : 20.2.50
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-dropdowns.umd.min.js
3
- * version : 20.2.48
3
+ * version : 20.2.50
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-dropdowns@*",
3
- "_id": "@syncfusion/ej2-angular-dropdowns@20.2.46",
3
+ "_id": "@syncfusion/ej2-angular-dropdowns@20.2.48",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-oZSUowDK5yI4gcsx7gRcxWAf+uFJWAiOosJQbPtS8ZjlHoafgCcFPJ7zNOE7YV7KFMWl66/M9wVYbuEIyAnj2w==",
5
+ "_integrity": "sha512-HGyfGUB+u2cr1MLmket/N25yZaa4x15Lv9csDVPu3qlJPd2bENoblrMGvaHZa5/UPvapGUm5cLfwXNo++pJ9Iw==",
6
6
  "_location": "/@syncfusion/ej2-angular-dropdowns",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-dropdowns/-/ej2-angular-dropdowns-20.2.46.tgz",
23
- "_shasum": "6a17af7d2ea9991eb6db662dd03493ed6b9fa28b",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-dropdowns/-/ej2-angular-dropdowns-20.2.48.tgz",
23
+ "_shasum": "1b9c804e64027464a3aeb6c78b4205ab8cbcdbbc",
24
24
  "_spec": "@syncfusion/ej2-angular-dropdowns@*",
25
25
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-angular-base": "~20.2.48",
34
+ "@syncfusion/ej2-angular-base": "~20.2.49",
35
35
  "@syncfusion/ej2-base": "~20.2.48",
36
- "@syncfusion/ej2-dropdowns": "20.2.48"
36
+ "@syncfusion/ej2-dropdowns": "20.2.50"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Essential JS 2 DropDown Components for Angular",
@@ -72,5 +72,5 @@
72
72
  "schematics": "./schematics/collection.json",
73
73
  "sideEffects": false,
74
74
  "typings": "ej2-angular-dropdowns.d.ts",
75
- "version": "20.2.48-ngcc"
75
+ "version": "20.2.50-ngcc"
76
76
  }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-dropdowns";
2
- export declare const pkgVer = "^20.2.46";
2
+ export declare const pkgVer = "^20.2.48";
3
3
  export declare const moduleName = "DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule";
4
- export declare const themeVer = "~20.2.46";
4
+ export declare const themeVer = "~20.2.48";
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-dropdowns';
4
- exports.pkgVer = '^20.2.48';
4
+ exports.pkgVer = '^20.2.50';
5
5
  exports.moduleName = 'DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule';
6
- exports.themeVer = '~20.2.48';
6
+ exports.themeVer = '~20.2.50';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-dropdowns';
2
- export const pkgVer = '^20.2.48';
2
+ export const pkgVer = '^20.2.50';
3
3
  export const moduleName = 'DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule';
4
- export const themeVer = '~20.2.48';
4
+ export const themeVer = '~20.2.50';