Skip to content

Commit 7c78692

Browse files
committed
Merge branch 'main' of https://github.com/NFDI4Chem/nmrium-react-wrapper into prod-helm-deploy
2 parents ccac5fc + c0d8700 commit 7c78692

6 files changed

Lines changed: 1856 additions & 1451 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.8.0](https://github.com/NFDI4Chem/nmrium-react-wrapper/compare/v0.7.0...v0.8.0) (2024-03-20)
4+
5+
6+
### Features
7+
8+
* update NMRium to version 0.51.0 ([#197](https://github.com/NFDI4Chem/nmrium-react-wrapper/issues/197)) ([a9890ca](https://github.com/NFDI4Chem/nmrium-react-wrapper/commit/a9890ca40854ed3237096aed6a3d9c55819e55f1))
9+
* update NMRium to version 0.52.0 ([#201](https://github.com/NFDI4Chem/nmrium-react-wrapper/issues/201)) ([a630861](https://github.com/NFDI4Chem/nmrium-react-wrapper/commit/a63086184e65d923075e1ee52e408f77bd6275f4))
10+
311
## [0.7.0](https://github.com/NFDI4Chem/nmrium-react-wrapper/compare/v0.6.0...v0.7.0) (2024-02-19)
412

513

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,15 @@ To further enable integration in other applications developed with modern framew
1515

1616
#### Production:
1717

18-
[https://nmrium.nmrxiv.org](https://nmrium.nmrxiv.org) (currently - [v0.7.0](https://github.com/NFDI4Chem/nmrium-react-wrapper/releases/tag/v0.7.0))
18+
[https://nmrium.nmrxiv.org](https://nmrium.nmrxiv.org) (currently - [v0.8.0](https://github.com/NFDI4Chem/nmrium-react-wrapper/releases/tag/v0.8.0))
1919

2020
#### Development:
2121

2222
[https://nmriumdev.nmrxiv.org](https://nmriumdev.nmrxiv.org) (latest)
2323

2424
#### For older/specific versions
25+
[https://nmrium.nmrxiv.org/releases/v0.8.0](https://nmrium.nmrxiv.org/releases/v0.8.0) -> [v0.8.0](https://github.com/NFDI4Chem/nmrium-react-wrapper/releases/tag/v0.8.0)
26+
2527
[https://nmrium.nmrxiv.org/releases/v0.7.0](https://nmrium.nmrxiv.org/releases/v0.7.0) -> [v0.7.0](https://github.com/NFDI4Chem/nmrium-react-wrapper/releases/tag/v0.7.0)
2628

2729
[https://nmrium.nmrxiv.org/releases/v0.6.0](https://nmrium.nmrxiv.org/releases/v0.6.0) -> [v0.6.0](https://github.com/NFDI4Chem/nmrium-react-wrapper/releases/tag/v0.6.0)
@@ -95,7 +97,7 @@ Raise an issue on GitHub - https://github.com/NFDI4Chem/nmrium-react-wrapper/iss
9597

9698
| NMRium React Wrapper Version | NMRium Version | NMRium Data Schema Version | Migration Script |
9799
|:---- |:--- | :---- | :---- |
98-
| [Latest-stable](https://github.com/NFDI4Chem/nmrium-react-wrapper/releases/tag/v0.7.0) | [v0.49.0](https://github.com/cheminfo/nmrium/releases/tag/v0.49.0) | [v4](/public/data/Data%20Schema%20Versions/V4/) | [Migration script](https://github.com/cheminfo/nmr-load-save/blob/master/src/migration/migrateToVersion3.ts) |
100+
| [Latest-stable](https://github.com/NFDI4Chem/nmrium-react-wrapper/releases/tag/v0.8.0) | [v0.52.0](https://github.com/cheminfo/nmrium/releases/tag/v0.52.0) | [v4](/public/data/Data%20Schema%20Versions/V4/) | [Migration script](https://github.com/cheminfo/nmr-load-save/blob/master/src/migration/migrateToVersion3.ts) |
99101

100102

101103
## License

0 commit comments

Comments
 (0)