@opencloning/ui 1.5.4 → 1.5.5

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
@@ -1,5 +1,15 @@
1
1
  # @opencloning/ui
2
2
 
3
+ ## 1.5.5
4
+
5
+ ### Patch Changes
6
+
7
+ - [#659](https://github.com/manulera/OpenCloning_frontend/pull/659) [`f69d0d6`](https://github.com/manulera/OpenCloning_frontend/commit/f69d0d6b5c4558b502bf13f20fac9fa183cfc8f2) Thanks [@manulera](https://github.com/manulera)! - Non-virtualized syntax table for Ctrl+F to work even
8
+
9
+ - Updated dependencies []:
10
+ - @opencloning/store@1.5.5
11
+ - @opencloning/utils@1.5.5
12
+
3
13
  ## 1.5.4
4
14
 
5
15
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opencloning/ui",
3
- "version": "1.5.4",
3
+ "version": "1.5.5",
4
4
  "type": "module",
5
5
  "main": "./src/index.js",
6
6
  "scripts": {
@@ -26,8 +26,8 @@
26
26
  "@mui/icons-material": "^5.15.17",
27
27
  "@mui/material": "^5.15.17",
28
28
  "@mui/x-data-grid": "^8.25.0",
29
- "@opencloning/store": "1.5.4",
30
- "@opencloning/utils": "1.5.4",
29
+ "@opencloning/store": "1.5.5",
30
+ "@opencloning/utils": "1.5.5",
31
31
  "@teselagen/bio-parsers": "^0.4.34",
32
32
  "@teselagen/ove": "^0.8.34",
33
33
  "@teselagen/range-utils": "^0.3.20",
@@ -123,6 +123,7 @@ function PlasmidSyntaxTable({ plasmids, maxHeight = 500 }) {
123
123
  density="compact"
124
124
  disableRowSelectionOnClick
125
125
  disableColumnFilter
126
+ disableVirtualization
126
127
  disableColumnMenu
127
128
  hideFooter
128
129
  initialState={{
package/src/version.js CHANGED
@@ -1,2 +1,2 @@
1
1
  // Version placeholder - replaced at publish time via prepack script
2
- export const version = "1.5.4";
2
+ export const version = "1.5.5";