@syncfusion/ej2-angular-dropdowns 22.2.8-ngcc → 22.2.9-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
@@ -12,6 +12,21 @@
12
12
 
13
13
  #### Bug Fixes
14
14
 
15
+ - `#I477135` - Fixed a memory leak issue in the Dropdownlist Component.
16
+ - `#I486973` - Fixed an issue where the last selected item in the DropDownList would be retained in the list of items when the data source was changed.
17
+
18
+ ### DropDownList
19
+
20
+ #### Bug fixes
21
+
22
+ - `#I461886` - Resolved the issue of multiple requests being sent on the dropdown when clicking on the input.
23
+
24
+ ## 22.2.8 (2023-08-08)
25
+
26
+ ### DropDown List
27
+
28
+ #### Bug Fixes
29
+
15
30
  - `#I474541` - Fixed an issue where the position of the popup was incorrect when enabling RTL mode.
16
31
 
17
32
  ### ListBox
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-dropdowns.umd.js
3
- * version : 22.2.8
3
+ * version : 22.2.9
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 : 22.2.8
3
+ * version : 22.2.9
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@22.2.5",
3
+ "_id": "@syncfusion/ej2-angular-dropdowns@22.2.8",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-StxjQ5+OK6Kf7rpNOzS7aw+SZG8e9O8gUUrfFnaps8nfpxNDDIAxgN6RisyKXaT0nQ6pp+jwfnuGXZNlKzJBDw==",
5
+ "_integrity": "sha512-9dk4LpB+6L8RUFOlmB01i9xd8COKyK7LOCHrlBVPVbEJIazaR0JjMbnJXqqUsn/mFCg8f6OPcp11Rx3PaQ99ug==",
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": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-dropdowns/-/ej2-angular-dropdowns-22.2.5.tgz",
23
- "_shasum": "5f4e4957c88f258f787cd4fa33c0cab391aa1f92",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-dropdowns/-/ej2-angular-dropdowns-22.2.8.tgz",
23
+ "_shasum": "4d6d96709f0779b06e4106e4a4b861e8a9af5629",
24
24
  "_spec": "@syncfusion/ej2-angular-dropdowns@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
26
26
  "author": {
@@ -32,8 +32,8 @@
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
34
  "@syncfusion/ej2-angular-base": "~22.2.5",
35
- "@syncfusion/ej2-base": "~22.2.5",
36
- "@syncfusion/ej2-dropdowns": "22.2.8"
35
+ "@syncfusion/ej2-base": "~22.2.9",
36
+ "@syncfusion/ej2-dropdowns": "22.2.9"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Essential JS 2 DropDown Components for Angular",
@@ -63,5 +63,5 @@
63
63
  "schematics": "./schematics/collection.json",
64
64
  "sideEffects": false,
65
65
  "typings": "ej2-angular-dropdowns.d.ts",
66
- "version": "22.2.8-ngcc"
66
+ "version": "22.2.9-ngcc"
67
67
  }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-dropdowns";
2
- export declare const pkgVer = "^22.2.5";
2
+ export declare const pkgVer = "^22.2.8";
3
3
  export declare const moduleName = "DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule, MentionModule";
4
- export declare const themeVer = "~22.2.5";
4
+ export declare const themeVer = "~22.2.8";
@@ -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 = '^22.2.8';
4
+ exports.pkgVer = '^22.2.9';
5
5
  exports.moduleName = 'DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule, MentionModule';
6
- exports.themeVer = '~22.2.8';
6
+ exports.themeVer = '~22.2.9';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-dropdowns';
2
- export const pkgVer = '^22.2.8';
2
+ export const pkgVer = '^22.2.9';
3
3
  export const moduleName = 'DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule, MentionModule';
4
- export const themeVer = '~22.2.8';
4
+ export const themeVer = '~22.2.9';