Skip to content

Commit 7e0522b

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

19 files changed

Lines changed: 4331 additions & 3438 deletions

CHANGELOG.md

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

3+
## [0.3.0](https://github.com/NFDI4Chem/nmrium-react-wrapper/compare/v0.2.1...v0.3.0) (2023-05-22)
4+
5+
6+
### Features
7+
8+
* update allow origin list ([#90](https://github.com/NFDI4Chem/nmrium-react-wrapper/issues/90)) ([635a2a3](https://github.com/NFDI4Chem/nmrium-react-wrapper/commit/635a2a35d0304d98ac7af22edb205e0aea18eef9))
9+
* update nmrium to pre-release version 0.34.0-pre.1683183916 ([2b6b79e](https://github.com/NFDI4Chem/nmrium-react-wrapper/commit/2b6b79e9a2dfcd643732cd02a5a528176c67076b))
10+
* upgrade NMRium to version 0.35.0 ([bec4d6b](https://github.com/NFDI4Chem/nmrium-react-wrapper/commit/bec4d6b98fb9c69a34b77369340f8048372af111))
11+
* upgrade NMRium to version 0.35.0 ([f9ef551](https://github.com/NFDI4Chem/nmrium-react-wrapper/commit/f9ef551a775c3dc3d4ad8751489622b70463e9bc))
12+
* upgrade NMrium to version 0.36.0 ([ccc62a0](https://github.com/NFDI4Chem/nmrium-react-wrapper/commit/ccc62a005c408f7fd04de2a26f4348c5af2556aa))
13+
14+
15+
### Bug Fixes
16+
17+
* 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))
18+
* 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))
19+
* 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))
20+
* refactor the data object to state ([dd1d69a](https://github.com/NFDI4Chem/nmrium-react-wrapper/commit/dd1d69a2758d643c35c184debc90d391ca09f61f))
21+
322
## [0.2.1](https://github.com/NFDI4Chem/nmrium-react-wrapper/compare/v0.2.0...v0.2.1) (2023-04-04)
423

524

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,16 @@ 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.2.0](https://github.com/NFDI4Chem/nmrium-react-wrapper/releases/tag/v0.2.0))
18+
[https://nmrium.nmrxiv.org](https://nmrium.nmrxiv.org) (currently - [v0.3.0](https://github.com/NFDI4Chem/nmrium-react-wrapper/releases/tag/v0.3.0))
1919

2020
#### Development:
2121

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

2424
#### For older/specific versions
2525

26+
[https://nmrium.nmrxiv.org/releases/v0.2.0](https://nmrium.nmrxiv.org/releases/v0.3.0) -> [v0.2.0](https://github.com/NFDI4Chem/nmrium-react-wrapper/releases/tag/v0.3.0)
27+
2628
[https://nmrium.nmrxiv.org/releases/v0.2.0](https://nmrium.nmrxiv.org/releases/v0.2.0) -> [v0.2.0](https://github.com/NFDI4Chem/nmrium-react-wrapper/releases/tag/v0.2.0)
2729

2830
[https://nmrium.nmrxiv.org/releases/v0.1.0](https://nmrium.nmrxiv.org/releases/v0.1.0) -> [v0.1.0](https://github.com/NFDI4Chem/nmrium-react-wrapper/releases/tag/v0.1.0)
@@ -72,7 +74,7 @@ Raise an issue on GitHub - https://github.com/NFDI4Chem/nmrium-react-wrapper/iss
7274

7375
| NMRium React Wrapper Version | NMRium Version | NMRium Data Schema Version | Migration Script |
7476
|:---- |:--- | :---- | :---- |
75-
| [Latest-stable](https://github.com/NFDI4Chem/nmrium-react-wrapper/releases/tag/v0.2.0) | [v0.34.0](https://github.com/cheminfo/nmrium/releases/tag/v0.34.0) | [v4](/public/data/Data%20Schema%20Versions/V4/) | [Migration script](https://github.com/cheminfo/nmr-load-save/blob/master/src/migration/migrateToVersion3.ts) |
77+
| [Latest-stable](https://github.com/NFDI4Chem/nmrium-react-wrapper/releases/tag/v0.3.0) | [v0.36.0](https://github.com/cheminfo/nmrium/releases/tag/v0.36.0) | [v4](/public/data/Data%20Schema%20Versions/V4/) | [Migration script](https://github.com/cheminfo/nmr-load-save/blob/master/src/migration/migrateToVersion3.ts) |
7678

7779

7880
## License

package-lock.json

Lines changed: 1815 additions & 1256 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "NMRiumWrapper",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"private": false,
55
"license": "MIT",
66
"main": "lib-cjs/NMRiumWrapper.js",
@@ -10,15 +10,13 @@
1010
"lib-cjs"
1111
],
1212
"volta": {
13-
"node": "18.13.0"
13+
"node": "20.2.0"
1414
},
1515
"dependencies": {
16-
"@emotion/react": "^11.10.6",
17-
"@vitejs/plugin-react-swc": "^3.2.0",
18-
"filelist-utils": "^1.8.0",
19-
"nmr-load-save": "^0.8.5",
20-
"nmrium": "^0.34.0",
21-
"react-router-dom": "^6.9.0"
16+
"@emotion/react": "^11.11.0",
17+
"filelist-utils": "^1.9.0",
18+
"nmr-load-save": "^0.11.5",
19+
"nmrium": "0.36.0"
2220
},
2321
"scripts": {
2422
"start": "vite --host localhost --port 3000 --open",
@@ -36,34 +34,36 @@
3634
"test-e2e-server": "serve -l tcp://localhost:3000 build"
3735
},
3836
"devDependencies": {
39-
"@babel/plugin-transform-modules-commonjs": "^7.21.2",
37+
"@babel/plugin-transform-modules-commonjs": "^7.21.5",
4038
"@babel/preset-react": "^7.18.6",
41-
"@babel/preset-typescript": "^7.21.0",
42-
"@playwright/test": "^1.32.1",
39+
"@babel/preset-typescript": "^7.21.5",
40+
"@playwright/test": "^1.33.0",
4341
"@simbathesailor/use-what-changed": "^2.0.0",
44-
"@types/jest": "^29.5.0",
45-
"@types/node": "^18.15.10",
46-
"@types/react": "^18.0.29",
47-
"@types/react-dom": "^18.0.11",
42+
"@types/jest": "^29.5.1",
43+
"@types/node": "^20.2.1",
44+
"@types/react": "^18.2.6",
45+
"@types/react-dom": "^18.2.4",
4846
"@types/react-router-dom": "^5.3.3",
49-
"@typescript-eslint/eslint-plugin": "^5.56.0",
50-
"@typescript-eslint/parser": "^5.56.0",
47+
"@typescript-eslint/eslint-plugin": "^5.59.6",
48+
"@typescript-eslint/parser": "^5.59.6",
49+
"@vitejs/plugin-react-swc": "^3.3.1",
5150
"cross-env": "^7.0.3",
52-
"eslint": "^8.36.0",
51+
"eslint": "^8.40.0",
5352
"eslint-config-airbnb": "^19.0.4",
5453
"eslint-config-prettier": "^8.8.0",
55-
"eslint-import-resolver-typescript": "^3.5.3",
54+
"eslint-import-resolver-typescript": "^3.5.5",
5655
"eslint-plugin-import": "^2.27.5",
5756
"eslint-plugin-jsx-a11y": "^6.7.1",
5857
"eslint-plugin-prettier": "^4.2.1",
5958
"eslint-plugin-react": "^7.32.2",
6059
"eslint-plugin-react-hooks": "^4.6.0",
6160
"jest": "^29.5.0",
62-
"prettier": "2.8.7",
61+
"prettier": "2.8.8",
6362
"react": "^18.2.0",
6463
"react-dom": "^18.2.0",
64+
"react-router-dom": "^6.11.2",
6565
"serve": "^14.2.0",
66-
"typescript": "^5.0.2",
67-
"vite": "^4.2.1"
66+
"typescript": "^5.0.4",
67+
"vite": "^4.3.8"
6868
}
6969
}

releases/v0.2.0/assets/index-0f9f18ba.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

releases/v0.2.0/assets/index-712fd49c.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 250 additions & 272 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

releases/v0.2.0/assets/vendor-a56b60e3.js.map renamed to releases/v0.2.0/assets/vendor-28abbafa.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

releases/v0.2.0/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
padding: 0;
1717
}
1818
</style>
19-
<script type="module" crossorigin src="./assets/index-0f9f18ba.js"></script>
20-
<link rel="modulepreload" crossorigin href="./assets/vendor-a56b60e3.js">
19+
<script type="module" crossorigin src="./assets/index-712fd49c.js"></script>
20+
<link rel="modulepreload" crossorigin href="./assets/vendor-28abbafa.js">
2121
</head>
2222
<body>
2323
<noscript>You need to enable JavaScript to run this app.</noscript>

0 commit comments

Comments
 (0)