@syncfusion/ej2-filemanager 25.1.40 → 25.2.6

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
@@ -6,6 +6,22 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#I590909` - Resolved the file selection issue when enabling the virtualization support in the File Manager component.
10
+
11
+ ## 25.2.3 (2024-05-08)
12
+
13
+ ### FileManager
14
+
15
+ #### Breaking Changes
16
+
17
+ - The [`isPrimayKey`](https://ej2.syncfusion.com/documentation/api/file-manager/columnModel/#isprimarykey) property in the File Manager component `detailsViewSettings` has been marked as deprecated. It will continue to function as before, but it is recommended to avoid using it in new code as this usage is handled internally without declaring it in sample.
18
+
19
+ ## 25.1.40 (2024-04-16)
20
+
21
+ ### FileManager
22
+
23
+ #### Bug Fixes
24
+
9
25
  - `#I574902` - The error dialog that appears when refreshing the File Manager component's SQL service has been resolved.
10
26
 
11
27
  ## 25.1.39 (2024-04-09)