chem-generic-ui 2.0.0-rc17 → 2.0.0-rc18
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 +12 -7
- package/dist/bundle.js +1 -1
- package/package.json +4 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,28 +1,33 @@
|
|
|
1
1
|
# Chem-Generic-UI Changelog
|
|
2
2
|
|
|
3
3
|
## [2.0.0]
|
|
4
|
-
> 2025-
|
|
4
|
+
> 2025-02-28
|
|
5
5
|
|
|
6
6
|
This is a major release and includes a breaking change.
|
|
7
7
|
|
|
8
8
|
* Features and enhancements:
|
|
9
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
|
|
10
|
+
* Introduced a new form layout for **Designer**.
|
|
11
11
|
* Introduced the `Arrange Layers` and `Arrange Fields` feature for reordering the layers and fields.
|
|
12
12
|
* Expanded the `LabIMotion Vocabulary (Lab-Vocab)`, more vocabularies are added.
|
|
13
|
-
*
|
|
14
|
-
*
|
|
15
|
-
*
|
|
13
|
+
* The template version information is now available for **User**. ([#491](https://github.com/cllde8/chem-generic-ui/pull/491))
|
|
14
|
+
* Introduced the `Quick Filter` feature for **Designer**. ([#496](https://github.com/cllde8/chem-generic-ui/pull/496))
|
|
15
|
+
* First layer expands by default for improved usability. ([#515](https://github.com/cllde8/chem-generic-ui/pull/515))
|
|
16
|
+
* Introduced a new feature for **User** to collapse or expand all layers with a single click. ([#517](https://github.com/cllde8/chem-generic-ui/pull/517), [#521](https://github.com/cllde8/chem-generic-ui/pull/521))
|
|
17
|
+
* Automatically extracts the parameters from Brucker’s primary files as a priority.
|
|
18
|
+
|
|
19
|
+
For more details, see the [Discussion](https://github.com/LabIMotion/labimotion/discussions/39).
|
|
16
20
|
|
|
17
21
|
* Bug fixes:
|
|
22
|
+
* Fixed an issue where the links for `Drag Element` and `Drag Sample` would vanish. ([#42](https://github.com/LabIMotion/labimotion/issues/42)) ([#509](https://github.com/cllde8/chem-generic-ui/pull/509), [#512](https://github.com/cllde8/chem-generic-ui/pull/512))
|
|
23
|
+
* Fixed the issue where the `Record Time` text would disappear. ([#40](https://github.com/LabIMotion/labimotion/issues/40)) ([#463](https://github.com/cllde8/chem-generic-ui/pull/463))
|
|
24
|
+
* Fixed the issue where the selection was not working in the dataset after the UI upgrade. ([#505](https://github.com/cllde8/chem-generic-ui/pull/505))
|
|
18
25
|
* Fixed a JavaScript warning related to the missing key prop for unique elements.
|
|
19
26
|
|
|
20
27
|
* Chores:
|
|
21
28
|
* Bumped react-bootstrap from 0.33.1 to 2.10.2.
|
|
22
29
|
* Bumped react-select from 5.4.0 to 5.8.1.
|
|
23
|
-
* Bumped cross-spawn from 7.0.3 to 7.0.6.
|
|
24
30
|
* Bumped sass from 1.49.10 to 1.80.4.
|
|
25
|
-
* Bumped sass from 12.6.0 to 16.0.2.
|
|
26
31
|
|
|
27
32
|
## [1.5.0]
|
|
28
33
|
> 2024-11-30
|