@syncfusion/ej2-react-dropdowns 24.1.45 → 24.1.47

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,52 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### ListBox
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#I514409` - Issue with "Filtering focus not removed in listbox while clearing and click anywhere" has been resolved.
10
+
11
+ ### ComboBox
12
+
13
+ #### Bug Fixes
14
+
15
+ - `#I531844` - Fixed issue where custom value could not be added to combobox when dataSource is empty.
16
+
17
+ ### MultiSelect
18
+
19
+ #### Bug Fixes
20
+
21
+ - `#I865302` - Fixed the issue where the Multi select component would automatically scroll the dropdown when a selection was made, even when the allowFiltering option was enabled.
22
+ - `#I865314` - The issue where the group header would shake (sticky header) while scrolling the items slowly has been fixed.
23
+
24
+ ## 24.1.46 (2024-01-17)
25
+
26
+ ### DropDownTree
27
+
28
+ #### Bug Fixes
29
+
30
+ - `#I541407` - The issue with the Dropdown Tree popup not closing when the preselected value is again selected has been resolved.
31
+
32
+ - `#I536563` - The issue with the Dropdown Tree selection disappears after filtering has been resolved.
33
+
34
+ ### MultiSelect
35
+
36
+ #### Bug Fixes
37
+
38
+ - `#I535771` - Fixed issue where Z-index was not being added to the popup element when initially opening the popup.
39
+
40
+ ## 24.1.45 (2024-01-09)
41
+
42
+ ### Mention
43
+
44
+ #### Bug Fixes
45
+
46
+ - `#I534515` - Fixed an issue where unable to add image caption in `RTE` using the Mention integration.
47
+ - `#I530749` - Now, the Change event triggers properly with the mention list in Rich Text Editor.
48
+
49
+ ## 24.1.44 (2024-01-03)
50
+
5
51
  ### DropDownTree
6
52
 
7
53
  #### Bug Fixes
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-dropdowns.min.js
3
- * version : 24.1.45
3
+ * version : 24.1.47
4
4
  * Copyright Syncfusion Inc. 2001 - 2023. 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-react-dropdowns.umd.min.js
3
- * version : 24.1.45
3
+ * version : 24.1.47
4
4
  * Copyright Syncfusion Inc. 2001 - 2023. 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-react-dropdowns@*",
3
- "_id": "@syncfusion/ej2-react-dropdowns@24.1.43",
3
+ "_id": "@syncfusion/ej2-react-dropdowns@24.1.46",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-xZVkHd189jzlS8s1Ok9VP1VESw0KGHM1xeCXaL6L6KotgfSW4vcx4WQgSBC2sTJBB43E05l1UnShGpQKWIRNNg==",
5
+ "_integrity": "sha512-LYQjJBIOwqkRCCZX/gESpYI04dMjFKIl4Fct9wYPskEbDBW57iTiMvNh7m/Y5dtsHXK6w9YWZSro5odVFNR89w==",
6
6
  "_location": "/@syncfusion/ej2-react-dropdowns",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,21 +19,23 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-dropdowns/-/ej2-react-dropdowns-24.1.43.tgz",
23
- "_shasum": "f50b56a2aacacaeb2a64561a0fa5261bbfaa5be0",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-dropdowns/-/ej2-react-dropdowns-24.1.46.tgz",
23
+ "_shasum": "8e303c651bc5a38b8994e7fc5f55927c258435bb",
24
24
  "_spec": "@syncfusion/ej2-react-dropdowns@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_24.1.1/packages/included",
26
26
  "author": {
27
27
  "name": "Syncfusion Inc."
28
28
  },
29
29
  "bugs": {
30
- "url": "https://github.com/syncfusion/ej2-react-ui-components/issues"
30
+ "url": "https://github.com/syncfusion/ej2-react-dropdowns/issues"
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~24.1.42",
35
- "@syncfusion/ej2-dropdowns": "24.1.45",
36
- "@syncfusion/ej2-react-base": "~24.1.41"
34
+ "@syncfusion/ej2-base": "~24.1.46",
35
+ "@syncfusion/ej2-dropdowns": "24.1.47",
36
+ "@syncfusion/ej2-react-base": "~24.1.46",
37
+ "awesome-typescript-loader": "^3.1.3",
38
+ "source-map-loader": "^0.2.1"
37
39
  },
38
40
  "deprecated": false,
39
41
  "description": "Essential JS 2 DropDown Components for React",
@@ -41,14 +43,9 @@
41
43
  "es2015": "dist/es6/ej2-react-dropdowns.es2015.js",
42
44
  "homepage": "https://www.syncfusion.com/react-components",
43
45
  "keywords": [
44
- "react",
45
- "react-dropdowns",
46
- "ej2-react-dropdown",
47
- "react-dropdownlist",
48
- "react-autocomplete",
49
- "react-multiselect",
50
- "react-combobox",
51
- "react-dropdowntree"
46
+ "ej2",
47
+ "syncfusion",
48
+ "ej2-react-dropdowns"
52
49
  ],
53
50
  "license": "SEE LICENSE IN license",
54
51
  "main": "./dist/ej2-react-dropdowns.umd.min.js",
@@ -56,8 +53,8 @@
56
53
  "name": "@syncfusion/ej2-react-dropdowns",
57
54
  "repository": {
58
55
  "type": "git",
59
- "url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
56
+ "url": "git+https://github.com/syncfusion/ej2-react-dropdowns.git"
60
57
  },
61
- "version": "24.1.45",
58
+ "version": "24.1.47",
62
59
  "sideEffects": false
63
60
  }