@syncfusion/ej2-dropdowns 23.1.41 → 23.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 +14 -1
- package/dist/ej2-dropdowns.min.js +2 -2
- package/dist/ej2-dropdowns.umd.min.js +2 -2
- package/dist/ej2-dropdowns.umd.min.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es2015.js +32 -8
- package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es5.js +32 -8
- package/dist/es6/ej2-dropdowns.es5.js.map +1 -1
- package/dist/global/ej2-dropdowns.min.js +2 -2
- package/dist/global/ej2-dropdowns.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +7 -7
- package/src/mention/mention.d.ts +1 -0
- package/src/mention/mention.js +32 -8
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,20 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
### Mention
|
|
6
|
+
|
|
7
|
+
#### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- `#I506552` - Resolved issue with "Full popup is not visible when we open it at the edge of the screen".
|
|
10
|
+
|
|
11
|
+
### DropDownTree
|
|
12
|
+
|
|
13
|
+
#### Bug Fixes
|
|
14
|
+
|
|
15
|
+
- `#I498924` - Issue with the locale property in the Dropdown Tree component has been resolved.
|
|
16
|
+
|
|
17
|
+
## 23.1.41 (2023-10-17)
|
|
18
|
+
|
|
5
19
|
### MultiSelect
|
|
6
20
|
|
|
7
21
|
#### Bug fixes
|
|
@@ -20,7 +34,6 @@
|
|
|
20
34
|
|
|
21
35
|
#### Bug Fixes
|
|
22
36
|
|
|
23
|
-
- `#I498924` - Issue with the locale property in the Dropdown Tree component has been resolved.
|
|
24
37
|
- `#F184672` - Issue with the `checkAll` and `uncheckAll` status not updated properly has been resolved.
|
|
25
38
|
|
|
26
39
|
## 23.1.38 (2023-09-26)
|