diff --git a/CHANGELOG.md b/CHANGELOG.md index 5acddbd85..658f7c1dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## [0.41.0](https://github.com/cheminfo/nmrium/compare/v0.40.1...v0.41.0) (2023-07-22) + + +### Features + +* 1D pan horizontally and 2D pan vertically and horizontally ([#2498](https://github.com/cheminfo/nmrium/issues/2498)) ([594e791](https://github.com/cheminfo/nmrium/commit/594e79193b5d32064e40ab2aabdcd9f08a911c02)) +* 1d spectrum simulation ([#2513](https://github.com/cheminfo/nmrium/issues/2513)) ([caf4cbd](https://github.com/cheminfo/nmrium/commit/caf4cbd31bbd146447c755a4242cb759b6f6617a)) +* add the "frequency" and spin system as "name" to the simulated spectrum info ([#2530](https://github.com/cheminfo/nmrium/issues/2530)) ([21b1e1b](https://github.com/cheminfo/nmrium/commit/21b1e1b47d370a6aec6d615b0e22873d2b9b3c56)) +* create a workspace for simulation ([#2532](https://github.com/cheminfo/nmrium/issues/2532)) ([1ca5910](https://github.com/cheminfo/nmrium/commit/1ca59100ab8358810ee3baf823dd56825e3e7182)), closes [#2527](https://github.com/cheminfo/nmrium/issues/2527) + + +### Bug Fixes + +* autoExtendRange option and logs for simulation with signals are out of range. ([#2507](https://github.com/cheminfo/nmrium/issues/2507)) ([31c3844](https://github.com/cheminfo/nmrium/commit/31c3844cdeacdc3ce34458386a41a388686ab891)) +* baseline correction zones visibility ([0f27e2f](https://github.com/cheminfo/nmrium/commit/0f27e2f45efdb928e0fddf7a7fed810709a981aa)), closes [#2348](https://github.com/cheminfo/nmrium/issues/2348) +* integral value editing if the sum 0 ([#2464](https://github.com/cheminfo/nmrium/issues/2464)) ([e6d6e0a](https://github.com/cheminfo/nmrium/commit/e6d6e0a31c1fe674e95fc05f54c56f5b00ae24e9)) +* manual range multiplicity ([#2535](https://github.com/cheminfo/nmrium/issues/2535)) ([9aa7cd2](https://github.com/cheminfo/nmrium/commit/9aa7cd2a9f1c4121176f22c073d72e85b7d039e2)) +* preferFt bruker data filtering was not working for 2D ([#2538](https://github.com/cheminfo/nmrium/issues/2538)) ([3663544](https://github.com/cheminfo/nmrium/commit/36635440383cffe07ea9f3a8ef61ad1c221496ce)) +* prevent clearing the molecule from the structure editor after changing the settings ([8cb98a3](https://github.com/cheminfo/nmrium/commit/8cb98a3630c9722d8138bd7d3922c079650810c7)), closes [#2512](https://github.com/cheminfo/nmrium/issues/2512) +* unexpected errors in reducer crashing the app ([dbd2b8c](https://github.com/cheminfo/nmrium/commit/dbd2b8c8570955d8623c30a52e0d70e28f5875f2)) +* update frequency for the simulated spectrum ([#2534](https://github.com/cheminfo/nmrium/issues/2534)) ([23958a0](https://github.com/cheminfo/nmrium/commit/23958a08c84c1982c6750733cf499c0e6d53dbad)), closes [#2533](https://github.com/cheminfo/nmrium/issues/2533) + ## [0.40.1](https://github.com/cheminfo/nmrium/compare/v0.40.0...v0.40.1) (2023-07-06) diff --git a/package-lock.json b/package-lock.json index d48a1d41e..74b5d2098 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nmrium", - "version": "0.40.1", + "version": "0.41.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "nmrium", - "version": "0.40.1", + "version": "0.41.0", "license": "MIT", "dependencies": { "@emotion/react": "^11.11.1", diff --git a/package.json b/package.json index 1bf4b9e34..207fad15b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nmrium", "description": "React component to display and process nuclear magnetic resonance (NMR) spectra.", - "version": "0.40.1", + "version": "0.41.0", "license": "MIT", "main": "lib-cjs/component/NMRium.js", "module": "lib/component/NMRium.js",