chem-generic-ui 2.0.0-rc13 → 2.0.0-rc15

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,6 +1,84 @@
1
-
2
1
  # Chem-Generic-UI Changelog
3
2
 
3
+ ## [2.0.0]
4
+ > 2025-12-20
5
+
6
+ This is a major release and includes a breaking change.
7
+
8
+ * Features and enhancements:
9
+ * Upgraded the main UI component - a breaking change of `react-bootstrap`. Please note that this version is only compatible with ELN version which uses `react-bootstrap` v2.
10
+ * Introduced a new form layout for designers.
11
+ * Introduced the `Arrange Layers` and `Arrange Fields` feature for reordering the layers and fields.
12
+ * Expanded the `LabIMotion Vocabulary (Lab-Vocab)`, more vocabularies are added.
13
+ * Introduced a new toggle button for designers to switch between `Work Area` and `Preview` modes.
14
+ * Provided template version data for users.
15
+ * Introduced the `Quick Filter` feature for all grids.
16
+
17
+ * Bug fixes:
18
+ * Fixed a JavaScript warning related to the missing key prop for unique elements.
19
+
20
+ * Chores:
21
+ * Bumped react-bootstrap from 0.33.1 to 2.10.2.
22
+ * Bumped react-select from 5.4.0 to 5.8.1.
23
+ * Bumped cross-spawn from 7.0.3 to 7.0.6.
24
+ * Bumped sass from 1.49.10 to 1.80.4.
25
+ * Bumped sass from 12.6.0 to 16.0.2.
26
+
27
+ ## [1.5.0]
28
+ > 2024-11-30
29
+
30
+ * Features and enhancements:
31
+ * LabIMotion Vocabulary (Lab-Vocab)
32
+ * [Concept of LabIMotion Vocabulary (Lab-Vocab)](https://doi.org/10.5281/zenodo.13881070)
33
+ * Generic Layer
34
+ * User Interface Foundation
35
+ * Extract "other solvent" for dataset.
36
+
37
+ * Bug fixes:
38
+ * Fixed an issue where an unexpected page was dislayed when no dataset existed for the CV case.
39
+
40
+ * Chores:
41
+ * Bumped express from 4.19.2 to 4.21.0.
42
+
43
+ ## [1.4.9]
44
+ > 2024-11-11
45
+
46
+ * Features and enhancements:
47
+ * Introduced the `Workflow for Segement` feature.
48
+ * Given the default wording 'Learn more' for the Designer Helper.
49
+
50
+ * Bug fixes:
51
+ * Fixed an issue where an extra line was created in the CV template.
52
+ * Resolved a page-breaking error that occurred when reloading the template.
53
+ * Fixed an incorrect layout with the "datetime-range" type field.
54
+ * Corrected the layout problem for columns with the "hasOwnLine" attribute enabled.
55
+
56
+ * Chores:
57
+ * Bumped webpack from 5.86.0 to 5.94.0.
58
+ * Bumped micromatch from 4.0.5 to 4.0.8.
59
+
60
+ ## [1.4.0]
61
+ > 2024-08-22
62
+
63
+ * Features and enhancements:
64
+ * Added image preview feature for the "Upload" type field when the uploaded file is an image.
65
+ * Introduced the `Drag Reaction to Element` feature for users.
66
+ * Introduced the feature to use the drag-and-drop functionality to arrange the layer or field order.
67
+ * Auto-mapping CV dataset data to reaction description.
68
+ * Added the ability for users to record their work steps and visualize them as a flow diagram.
69
+ * Refactored the "Date-Time" component in the layer header.
70
+ * Style: Better view size for template hub.
71
+ * Style: Aligned field styles for better consistency.
72
+ * Style: Selection options style to be vertically aligned.
73
+
74
+ * Chores:
75
+ * Bumped ejs from 3.1.9 to 3.1.10
76
+ * Bumped ws from 7.5.9 to 7.5.10
77
+ * Bumped braces from 3.0.2 to 3.0.3
78
+ * Upgraded ag-grid to 32.0.1
79
+ * Upgraded nodejs to 18.20.3
80
+ * Upgraded yarn to 1.22.22
81
+
4
82
  ## [1.3.0]
5
83
  > 2024-04-24
6
84