Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
 into prod-helm-deploy
  • Loading branch information
NishaSharma14 committed Feb 19, 2024
2 parents 9364136 + 8002b92 commit b1126cc
Show file tree
Hide file tree
Showing 9 changed files with 832 additions and 600 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.7.0](https://github.com/NFDI4Chem/nmrium-react-wrapper/compare/v0.6.0...v0.7.0) (2024-02-19)


### Features

* create custom workspace for nmrXiv ([8fa127a](https://github.com/NFDI4Chem/nmrium-react-wrapper/commit/8fa127ab6cc9a0c5d2c61aedb83895905e831cd8))
* propagate error from the logger ([ed1e8d2](https://github.com/NFDI4Chem/nmrium-react-wrapper/commit/ed1e8d22fce08e7518b90dc4c2e3234aea97a444))
* set spectra active tab ([ce73266](https://github.com/NFDI4Chem/nmrium-react-wrapper/commit/ce732661b40d3245371d851ab23fc1ef0b67b5d2))
* update NMRium to version 0.49.0 ([90016da](https://github.com/NFDI4Chem/nmrium-react-wrapper/commit/90016dae428ea22fc032a89248e687f3bd2891f8))
* update nmrXiv workspace ([ca9ff18](https://github.com/NFDI4Chem/nmrium-react-wrapper/commit/ca9ff188a15728337aee3afff2d9304e9be10677)), closes [#170](https://github.com/NFDI4Chem/nmrium-react-wrapper/issues/170)


### Bug Fixes

* update protocol in allowed origins ([c4ea663](https://github.com/NFDI4Chem/nmrium-react-wrapper/commit/c4ea6630b9400104815fd089cc76949a5fec2961))

## [2.0.0](https://github.com/NFDI4Chem/nmrium-react-wrapper/compare/v1.0.0...v2.0.0) (2023-12-20)


Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,14 @@ To further enable integration in other applications developed with modern framew

#### Production:

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

#### Development:

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

#### For older/specific versions
[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)

[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)

Expand Down Expand Up @@ -94,7 +95,7 @@ Raise an issue on GitHub - https://github.com/NFDI4Chem/nmrium-react-wrapper/iss

| NMRium React Wrapper Version | NMRium Version | NMRium Data Schema Version | Migration Script |
|:---- |:--- | :---- | :---- |
| [Latest-stable](https://github.com/NFDI4Chem/nmrium-react-wrapper/releases/tag/v0.6.0) | [v0.46.1](https://github.com/cheminfo/nmrium/releases/tag/v0.46.1) | [v4](/public/data/Data%20Schema%20Versions/V4/) | [Migration script](https://github.com/cheminfo/nmr-load-save/blob/master/src/migration/migrateToVersion3.ts) |
| [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) |


## License
Expand Down
Loading

0 comments on commit b1126cc

Please sign in to comment.