@mtes-mct/monitor-ui 24.30.0 → 24.30.1

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/index.js +1 -1
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,16 @@
1
+ ## [24.30.0](https://github.com/MTES-MCT/monitor-ui/compare/v24.29.2...v24.30.0) (2025-08-15)
2
+
3
+ ### Features
4
+
5
+ * **fields:** add onSearchProp on CheckTreePicker component ([82ae2f8](https://github.com/MTES-MCT/monitor-ui/commit/82ae2f8f5ae0aaf187620f3a653f03aa2c661266))
6
+
7
+ ### Buid System & Dependencies
8
+
9
+ * **deps:** bump tmp from 0.2.3 to 0.2.4 in the npm_and_yarn group ([7f0b488](https://github.com/MTES-MCT/monitor-ui/commit/7f0b48863c60f700b978866370a001bdb7db7463))
10
+ * **dev-deps:** bump @sentry/react in /e2e/release/sample ([e93ab4d](https://github.com/MTES-MCT/monitor-ui/commit/e93ab4d5b75d9d3de77c5bccd5d814aca050d3ef))
11
+ * **dev-deps:** bump the all-non-major-dependencies group ([a25b35b](https://github.com/MTES-MCT/monitor-ui/commit/a25b35b757b9f8dc0c3271b38c36d80486ce4159))
12
+ * **dev-deps:** bump tmp ([81a5301](https://github.com/MTES-MCT/monitor-ui/commit/81a5301c81b51efd05ae6dd71dd3ea3e478b3909))
13
+
1
14
  ## [24.29.1](https://github.com/MTES-MCT/monitor-ui/compare/v24.29.0...v24.29.1) (2025-07-30)
2
15
 
3
16
  ### Bug Fixes
package/index.js CHANGED
@@ -30384,7 +30384,7 @@ function CheckTreePicker({ childrenKey = 'children', className, customSearch, cu
30384
30384
  uncheckableItemValues: uncheckableValues,
30385
30385
  value: rsuiteValue ?? [],
30386
30386
  valueKey: valueKey,
30387
- virtualized: originalProps.virtualized ?? true,
30387
+ virtualized: false,
30388
30388
  ...originalProps
30389
30389
  })
30390
30390
  });
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mtes-mct/monitor-ui",
3
3
  "description": "Common React components, hooks, utilities and CSS stylesheets for MonitorFish, MonitorEnv and RapportNav.",
4
- "version": "24.30.0",
4
+ "version": "24.30.1",
5
5
  "license": "AGPL-3.0",
6
6
  "type": "module",
7
7
  "engines": {