@syncfusion/ej2-angular-dropdowns 26.2.8 → 26.2.9
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 +27 -0
- package/package.json +6 -6
- package/schematics/utils/lib-details.ts +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,12 +2,39 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
### ListBox
|
|
6
|
+
|
|
7
|
+
#### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- `#I898586` - Issue with "Script error thrown in listbox while changing `allowDragAndDrop` and dataSource property" has been resolved.
|
|
10
|
+
- `#I897366` - Issue with "Listbox double scroll appears issue while enabling the filtering option." has been resolved.
|
|
11
|
+
|
|
12
|
+
### MultiSelect
|
|
13
|
+
|
|
14
|
+
#### Bug fixes
|
|
15
|
+
|
|
16
|
+
- `#I615841` - Fixed the issue where preselected values were not bound to the component with RemoteData when enableVirtualization was enabled.
|
|
17
|
+
|
|
18
|
+
## 26.2.8 (2024-08-06)
|
|
19
|
+
|
|
20
|
+
### DropdownList
|
|
21
|
+
|
|
22
|
+
#### Bug Fixes
|
|
23
|
+
|
|
24
|
+
- `#I612396` - Fixed an issue where an empty popup appeared when scrolling up and down with enableVirtualization and itemTemplate enabled.
|
|
25
|
+
|
|
5
26
|
### MultiSelect
|
|
6
27
|
|
|
7
28
|
#### Bug Fixes
|
|
8
29
|
|
|
9
30
|
- `#I606184` - Fixed an issue where placeholder content was incorrectly displayed as an ellipsis in the MultiSelect component when the Chinese language was selected.
|
|
10
31
|
|
|
32
|
+
### Mention
|
|
33
|
+
|
|
34
|
+
#### Bug Fixes
|
|
35
|
+
|
|
36
|
+
- `#I572346` - Now, the mention tags should not be added within the span while pasting in the Rich Text Editor.
|
|
37
|
+
|
|
11
38
|
## 26.2.7 (2024-07-30)
|
|
12
39
|
|
|
13
40
|
- `#I606320` - Fixed an issue where selected values were displayed in a disabled state.
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-angular-dropdowns@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-angular-dropdowns@26.2.
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-dropdowns@26.2.8",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-uGjTZkrc5zf0j1C3m6zSdB7t231zbS0vIPvcKgVlGV8TysaBLz6WV8NQMcndpGdXzekBHkHyHLHhqL1fXgAfxQ==",
|
|
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.2.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-dropdowns/-/ej2-angular-dropdowns-26.2.8.tgz",
|
|
23
|
+
"_shasum": "f5faff2928cf696855aa79a0e3be17a6f42f777f",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-dropdowns@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_26.1.1/ivypackages/included",
|
|
26
26
|
"author": {
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@syncfusion/ej2-angular-base": "~26.2.5",
|
|
35
35
|
"@syncfusion/ej2-base": "~26.2.5",
|
|
36
|
-
"@syncfusion/ej2-dropdowns": "26.2.
|
|
36
|
+
"@syncfusion/ej2-dropdowns": "26.2.9",
|
|
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.2.
|
|
80
|
+
"version": "26.2.9"
|
|
81
81
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export const pkgName = '@syncfusion/ej2-angular-dropdowns';
|
|
2
|
-
export const pkgVer = '^26.2.
|
|
2
|
+
export const pkgVer = '^26.2.8';
|
|
3
3
|
export const moduleName = 'DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule, MentionModule';
|
|
4
|
-
export const themeVer = '~26.2.
|
|
4
|
+
export const themeVer = '~26.2.8';
|