@syncfusion/ej2-angular-dropdowns 26.1.41 → 26.1.42

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,6 +2,40 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### MultiSelect
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#I606210` - Fixed issue with the `GroupCheckBox` not being disabled properly.
10
+
11
+ ### ListBox
12
+
13
+ #### Bug Fixes
14
+
15
+ - `#I607846` - Issue with "`actionComplete`event is not properly triggered in the dual listbox sample" has been resolved.
16
+ - `#I548014` - Issue with "Performance issue with dual list box component with large records" has been improved.
17
+ - `#I608380` - Issue with "listbox script error thrown when navigating to another page" has been resolved.
18
+ - `#I600939` - Resolved the `Flickering` issue occurred in listbox while drag and drop.
19
+
20
+ ### DropDownTree
21
+
22
+ #### Bug Fixes
23
+
24
+ - `#I605652` - Resolved the issue where updating the `value` was not working properly.
25
+
26
+ ### DropdownList
27
+
28
+ #### Bug Fixes
29
+
30
+ - `#I606941` - Fixed issue with ItemTemplate causing console error when changing dataSource in beforeOpen event.
31
+ - `#I606285` - The text alignment issue in the Dropdown Tree component has been resolved.
32
+
33
+ - `#I600290` - Fixed issue where the index property was not updating when changing the data source dynamically.
34
+
35
+ - `#I606941` - Fixed issue with ItemTemplate causing console error when changing dataSource in beforeOpen event.
36
+
37
+ ## 26.1.41 (2024-07-09)
38
+
5
39
  ### DropDownTree
6
40
 
7
41
  #### Bug Fixes
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-dropdowns@*",
3
- "_id": "@syncfusion/ej2-angular-dropdowns@26.1.40",
3
+ "_id": "@syncfusion/ej2-angular-dropdowns@26.1.41",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-DOqt80qQVJ7Ly0bDnOWD30i1ZQRXEXquakUH3bFr0oG9XcO+qkg2urjAdlupEU+fb5Sa66Egp9yTGzonWfbcVg==",
5
+ "_integrity": "sha512-YBnUQMBgYxvAgR8LL/8IpJFvYzlzdwml3W4okuoY4C1FFDOEw9ao4AeeV1XGb2krsuV9eHVqc0gN8KRJd94eTw==",
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.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-dropdowns/-/ej2-angular-dropdowns-26.1.40.tgz",
23
- "_shasum": "940f620e5be1a91ce8ef5022fe450f9c4cd691e3",
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-dropdowns/-/ej2-angular-dropdowns-26.1.41.tgz",
23
+ "_shasum": "df0e78e537e07ef2416243fd98a11e6291f92abd",
24
24
  "_spec": "@syncfusion/ej2-angular-dropdowns@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_26.1.1/ivypackages/included",
26
26
  "author": {
@@ -32,8 +32,8 @@
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
34
  "@syncfusion/ej2-angular-base": "~26.1.41",
35
- "@syncfusion/ej2-base": "~26.1.37",
36
- "@syncfusion/ej2-dropdowns": "26.1.41",
35
+ "@syncfusion/ej2-base": "~26.1.42",
36
+ "@syncfusion/ej2-dropdowns": "26.1.42",
37
37
  "tslib": "^2.3.0"
38
38
  },
39
39
  "deprecated": false,
@@ -77,5 +77,5 @@
77
77
  "schematics": "./schematics/collection.json",
78
78
  "sideEffects": false,
79
79
  "typings": "syncfusion-ej2-angular-dropdowns.d.ts",
80
- "version": "26.1.41"
80
+ "version": "26.1.42"
81
81
  }
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-dropdowns';
2
- export const pkgVer = '^26.1.40';
2
+ export const pkgVer = '^26.1.41';
3
3
  export const moduleName = 'DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule, MentionModule';
4
- export const themeVer = '~26.1.40';
4
+ export const themeVer = '~26.1.41';