Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [0.3.0](https://github.com/NFDI4Chem/nmrium-react-wrapper/compare/v0.2.1...v0.3.0) (2023-05-22)


### Features

* update allow origin list ([#90](https://github.com/NFDI4Chem/nmrium-react-wrapper/issues/90)) ([635a2a3](https://github.com/NFDI4Chem/nmrium-react-wrapper/commit/635a2a35d0304d98ac7af22edb205e0aea18eef9))
* update nmrium to pre-release version 0.34.0-pre.1683183916 ([2b6b79e](https://github.com/NFDI4Chem/nmrium-react-wrapper/commit/2b6b79e9a2dfcd643732cd02a5a528176c67076b))
* upgrade NMRium to version 0.35.0 ([bec4d6b](https://github.com/NFDI4Chem/nmrium-react-wrapper/commit/bec4d6b98fb9c69a34b77369340f8048372af111))
* upgrade NMRium to version 0.35.0 ([f9ef551](https://github.com/NFDI4Chem/nmrium-react-wrapper/commit/f9ef551a775c3dc3d4ad8751489622b70463e9bc))
* upgrade NMrium to version 0.36.0 ([ccc62a0](https://github.com/NFDI4Chem/nmrium-react-wrapper/commit/ccc62a005c408f7fd04de2a26f4348c5af2556aa))


### Bug Fixes

* append subdomain prefix to 'nmrxiv.org' ([#86](https://github.com/NFDI4Chem/nmrium-react-wrapper/issues/86)) ([4dd8aec](https://github.com/NFDI4Chem/nmrium-react-wrapper/commit/4dd8aec9d4f7b332b85523c788166bf0ff586334))
* append subdomain prefix to 'nmrxiv.org' ([#86](https://github.com/NFDI4Chem/nmrium-react-wrapper/issues/86)) ([#87](https://github.com/NFDI4Chem/nmrium-react-wrapper/issues/87)) ([06ef1fa](https://github.com/NFDI4Chem/nmrium-react-wrapper/commit/06ef1fac042fd4877f7340e24a9a75bdc978661f))
* load URLs that do not include an extension ([#92](https://github.com/NFDI4Chem/nmrium-react-wrapper/issues/92)) ([8ffe988](https://github.com/NFDI4Chem/nmrium-react-wrapper/commit/8ffe988ec1aa6a8cc5bdb9e277fd492949ce169a))
* refactor the data object to state ([dd1d69a](https://github.com/NFDI4Chem/nmrium-react-wrapper/commit/dd1d69a2758d643c35c184debc90d391ca09f61f))

## [0.2.1](https://github.com/NFDI4Chem/nmrium-react-wrapper/compare/v0.2.0...v0.2.1) (2023-04-04)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "NMRiumWrapper",
"version": "0.2.1",
"version": "0.3.0",
"private": false,
"license": "MIT",
"main": "lib-cjs/NMRiumWrapper.js",
Expand Down