@syncfusion/ej2-vue-dropdowns 22.1.34 → 22.1.37
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 +19 -2
- package/dist/ej2-vue-dropdowns.umd.min.js +1 -1
- package/dist/global/ej2-vue-dropdowns.min.js +2 -2
- package/package.json +6 -6
- package/styles/material3-dark.css +0 -6
- package/styles/material3.css +0 -6
- package/styles/multi-select/material3-dark.css +0 -6
- package/styles/multi-select/material3.css +0 -6
package/CHANGELOG.md
CHANGED
|
@@ -2,11 +2,20 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
-
###
|
|
5
|
+
### DropdownList
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
-
- `
|
|
9
|
+
- `#I472623` - Resolved an issue when the window is resizing the popup position is misaligned
|
|
10
|
+
- `#I467885` - Resolved an issue where the change event was not triggered for dynamically created TextBox after dropdown component was destroyed.
|
|
11
|
+
|
|
12
|
+
## 22.1.36 (2023-06-28)
|
|
13
|
+
|
|
14
|
+
### ListBox
|
|
15
|
+
|
|
16
|
+
#### Bug Fixes
|
|
17
|
+
|
|
18
|
+
- `#I473804` - Issue with "Scroll goes down while dragging the list item when we placed the listbox within popup" has been resolved.
|
|
10
19
|
|
|
11
20
|
## 21.2.10 (2023-06-13)
|
|
12
21
|
|
|
@@ -2097,6 +2106,14 @@ DropDownList component contains a list of predefined values from which a single
|
|
|
2097
2106
|
- **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.
|
|
2098
2107
|
|
|
2099
2108
|
|
|
2109
|
+
## 22.1.34 (2023-06-21)
|
|
2110
|
+
|
|
2111
|
+
### DropDownList
|
|
2112
|
+
|
|
2113
|
+
#### Bug Fixes
|
|
2114
|
+
|
|
2115
|
+
- `I462021` - Issue with "Value template not working properly" has been resolved.
|
|
2116
|
+
|
|
2100
2117
|
## 19.2.56 (2021-08-17)
|
|
2101
2118
|
|
|
2102
2119
|
### ComboBox
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-dropdowns.umd.min.js
|
|
3
|
-
* version : 22.1.
|
|
3
|
+
* version : 22.1.37
|
|
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
|