chem-generic-ui 2.0.0-rc8 → 2.0.0
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 +80 -1
- package/README.md +15 -19
- package/dist/bundle.js +1 -2
- package/package.json +9 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,85 @@
|
|
|
1
|
-
|
|
2
1
|
# Chem-Generic-UI Changelog
|
|
3
2
|
|
|
3
|
+
## [2.0.0]
|
|
4
|
+
> 2025-03-25
|
|
5
|
+
|
|
6
|
+
This is a major release and includes a breaking change.
|
|
7
|
+
|
|
8
|
+
* Features and enhancements:
|
|
9
|
+
* Upgraded the main UI component, introducing a breaking change with react-bootstrap. Please note that this version is only compatible with ELN version using react-bootstrap v2.
|
|
10
|
+
* Added new units ([#43](https://github.com/LabIMotion/labimotion/issues/43)).
|
|
11
|
+
* Introduced a new form layout for **Designer**.
|
|
12
|
+
* Introduced a new field type, `Select (Multiple)`, for **Designers**; the multiple selections feature is now supported.
|
|
13
|
+
* Introduced the `Arrange Layers` and `Arrange Fields` feature for reordering the layers and fields.
|
|
14
|
+
* Expanded the `LabIMotion Vocabulary (Lab-Vocab)`, more vocabularies are added.
|
|
15
|
+
* Template version information is now available for **Users**.
|
|
16
|
+
* Introduced the `Quick Filter` feature for **Designers**.
|
|
17
|
+
* Set the first layer to be expanded by default for improved usability.
|
|
18
|
+
* Added a feature allowing **User** to collapse or expand all layers with a single click.
|
|
19
|
+
* Metadata Auto Mapper: Automatically prioritises the retrieval of parameters from Bruker's primary files.
|
|
20
|
+
|
|
21
|
+
For more details, see the [Discussion](https://github.com/LabIMotion/labimotion/discussions/39).
|
|
22
|
+
|
|
23
|
+
* LabIMotion Vocabulary (Lab-Vocab).
|
|
24
|
+
* [Concept of LabIMotion Vocabulary (Lab-Vocab)](https://doi.org/10.5281/zenodo.13881070)
|
|
25
|
+
* Standard Layer.
|
|
26
|
+
* User Interface Foundation.
|
|
27
|
+
* Extract "other solvent" for dataset.
|
|
28
|
+
|
|
29
|
+
For more details, see the [Discussion](https://github.com/LabIMotion/labimotion/discussions/37).
|
|
30
|
+
|
|
31
|
+
* Bug fixes:
|
|
32
|
+
* Fixed an issue where the links for `Drag Element` and `Drag Sample` would vanish. ([#42](https://github.com/LabIMotion/labimotion/issues/42))
|
|
33
|
+
* Fixed an issue where the `Record Time` text would disappear. ([#40](https://github.com/LabIMotion/labimotion/issues/40))
|
|
34
|
+
* Fixed an issue where an unexpected page was dislayed when no dataset existed for the CV case.
|
|
35
|
+
* Fixed an issue where the selection was not working in the dataset after the library upgrade.
|
|
36
|
+
* Fixed an issue where the new selection list does not immediately reflect in the table after the library upgrade.
|
|
37
|
+
* Fixed a JavaScript warning related to the missing key prop for unique elements.
|
|
38
|
+
|
|
39
|
+
* Chores:
|
|
40
|
+
* Updated library dependencies.
|
|
41
|
+
|
|
42
|
+
#### Note: The planned 1.5.0 release was postponed due to dependencies in a consuming project. All updates from 1.5.0 are included in 2.0.0, along with additional features and a breaking change.
|
|
43
|
+
|
|
44
|
+
## [1.4.9]
|
|
45
|
+
> 2024-11-11
|
|
46
|
+
|
|
47
|
+
* Features and enhancements:
|
|
48
|
+
* Introduced the `Workflow for Segement` feature.
|
|
49
|
+
* Given the default wording 'Learn more' for the Designer Helper.
|
|
50
|
+
|
|
51
|
+
* Bug fixes:
|
|
52
|
+
* Fixed an issue where an extra line was created in the CV template.
|
|
53
|
+
* Resolved a page-breaking error that occurred when reloading the template.
|
|
54
|
+
* Fixed an incorrect layout with the "datetime-range" type field.
|
|
55
|
+
* Corrected the layout problem for columns with the "hasOwnLine" attribute enabled.
|
|
56
|
+
|
|
57
|
+
* Chores:
|
|
58
|
+
* Bumped webpack from 5.86.0 to 5.94.0.
|
|
59
|
+
* Bumped micromatch from 4.0.5 to 4.0.8.
|
|
60
|
+
|
|
61
|
+
## [1.4.0]
|
|
62
|
+
> 2024-08-22
|
|
63
|
+
|
|
64
|
+
* Features and enhancements:
|
|
65
|
+
* Added image preview feature for the "Upload" type field when the uploaded file is an image.
|
|
66
|
+
* Introduced the `Drag Reaction to Element` feature for users.
|
|
67
|
+
* Introduced the feature to use the drag-and-drop functionality to arrange the layer or field order.
|
|
68
|
+
* Auto-mapping CV dataset data to reaction description.
|
|
69
|
+
* Added the ability for users to record their work steps and visualize them as a flow diagram.
|
|
70
|
+
* Refactored the "Date-Time" component in the layer header.
|
|
71
|
+
* Style: Better view size for template hub.
|
|
72
|
+
* Style: Aligned field styles for better consistency.
|
|
73
|
+
* Style: Selection options style to be vertically aligned.
|
|
74
|
+
|
|
75
|
+
* Chores:
|
|
76
|
+
* Bumped ejs from 3.1.9 to 3.1.10
|
|
77
|
+
* Bumped ws from 7.5.9 to 7.5.10
|
|
78
|
+
* Bumped braces from 3.0.2 to 3.0.3
|
|
79
|
+
* Upgraded ag-grid to 32.0.1
|
|
80
|
+
* Upgraded nodejs to 18.20.3
|
|
81
|
+
* Upgraded yarn to 1.22.22
|
|
82
|
+
|
|
4
83
|
## [1.3.0]
|
|
5
84
|
> 2024-04-24
|
|
6
85
|
|
package/README.md
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
# chem-generic-ui
|
|
1
|
+
# chem-generic-ui
|
|
2
|
+
[](https://www.npmjs.com/package/chem-generic-ui)
|
|
3
|
+
[](https://www.npmjs.com/package/chem-generic-ui)
|
|
4
|
+
[](https://doi.org/10.5281/zenodo.8305319)
|
|
2
5
|
|
|
3
6
|
A React component for dynamically building user interfaces.
|
|
4
7
|
|
|
5
8
|
This library is purely written in JavaScript and is based on the [React](https://reactjs.org/) library.
|
|
6
9
|
|
|
7
|
-
|
|
8
|
-
- [GitHub discussions](https://github.com/LabIMotion/chem-generic-ui/discussions)
|
|
10
|
+
## Project Showcase
|
|
9
11
|
|
|
10
|
-
|
|
11
|
-
- [GitHub code](https://github.com/LabIMotion/chem-generic-ui)
|
|
12
|
+
### [LabIMotion](https://www.chemotion.net/docs/labimotion)
|
|
12
13
|
|
|
14
|
+
<img src="https://labimotion.github.io/assets/images/labimotion_logo.png" alt="LabIMotion Logo" width="300" />
|
|
13
15
|
|
|
14
|
-
|
|
16
|
+
#### Flexible Layout Designs
|
|
15
17
|
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
[
|
|
21
|
-
|
|
22
|
-
[](https://www.youtube.com/watch?v=8o1U4QXU-B0)
|
|
18
|
+
- [Rich UI Components](https://www.chemotion.net/docs/labimotion/designer/components/fields/types)
|
|
19
|
+
- Different Layout Designs
|
|
20
|
+
- Element Details: [Text fields, checkboxes, selection inputs and drag-and-drop](https://www.chemotion.net/docs/labimotion/user/elements/details)
|
|
21
|
+
- Segment Details: [Table-Based layout, for multiple records with drag-and-drop functionality inside tables](https://www.chemotion.net/docs/labimotion/user/segments/details)
|
|
22
|
+
- Dataset Details: [Styling and unit conversion](https://www.chemotion.net/docs/labimotion/user/datasets/details)
|
|
23
23
|
|
|
24
24
|
## Installation
|
|
25
25
|
|
|
@@ -35,10 +35,6 @@ or Yarn:
|
|
|
35
35
|
yarn add chem-generic-ui
|
|
36
36
|
```
|
|
37
37
|
|
|
38
|
-
##
|
|
39
|
-
|
|
40
|
-
Feel free to utilize the [Discussions](https://github.com/LabIMotion/labimotion/discussions) section to share any inquiries, concerns, suggestions, ideas, or even express your interest in collaboration. We welcome your participation! :sun_with_face:
|
|
41
|
-
|
|
42
|
-
## License
|
|
38
|
+
## Support and Community
|
|
43
39
|
|
|
44
|
-
|
|
40
|
+
If you have questions, comments, or suggestions, the best place to share them is in the [Discussions](https://github.com/LabIMotion/chem-generic-ui/discussions) section. We welcome your feedback and participation!
|