Skip to content

Commit 4bc3d55

Browse files
authored
chore(main): release 1.4.0 (#3700)
1 parent df969c6 commit 4bc3d55

File tree

3 files changed

+25
-3
lines changed

3 files changed

+25
-3
lines changed

CHANGELOG.md

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

3+
## [1.4.0](https://github.com/cheminfo/nmrium/compare/v1.3.0...v1.4.0) (2025-10-09)
4+
5+
6+
### Features
7+
8+
* add yellow highlight to assigned 2D signals ([c39c27b](https://github.com/cheminfo/nmrium/commit/c39c27bd55d5498f6c7046665d4a475ad08d511e)), closes [#3718](https://github.com/cheminfo/nmrium/issues/3718)
9+
* CT exports with alias atoms ([e777d01](https://github.com/cheminfo/nmrium/commit/e777d017d90fae940d96f8b385aacf1cd7c15a96))
10+
* improve export publication string options ([#3677](https://github.com/cheminfo/nmrium/issues/3677)) ([8f134c5](https://github.com/cheminfo/nmrium/commit/8f134c58e793a46221a76e7351c2ec0055ebb93b))
11+
* position the ranges assignment popup near the cursor ([fcd2015](https://github.com/cheminfo/nmrium/commit/fcd2015712e9232e338896c54064cdc791e6c099))
12+
13+
14+
### Bug Fixes
15+
16+
* clear structure query should reset hexagon icon state ([e916fec](https://github.com/cheminfo/nmrium/commit/e916fec3a6db0db7a9aefb80e1e1bf5a6a255e5b))
17+
* correctly assign both x and y axes in 2D ([76fdc89](https://github.com/cheminfo/nmrium/commit/76fdc89131c980f18fbb904642e9934a5ca5eb7a))
18+
* correctly position zone assignment popup ([ce43d72](https://github.com/cheminfo/nmrium/commit/ce43d723835eac5d2e661c2ea5ba656452626423))
19+
* debounce and set peak picking minMaxRatio default to 0.01 ([1a454e5](https://github.com/cheminfo/nmrium/commit/1a454e5ffb144e92c1ded8f4cd188e113551f2e1))
20+
* only render dialog contents styles with fallback ([#3746](https://github.com/cheminfo/nmrium/issues/3746)) ([df969c6](https://github.com/cheminfo/nmrium/commit/df969c608c3671c3978e5ad820692d16a63dd2e0))
21+
* prevent duplicate entries in export and import menus ([a9ddcfc](https://github.com/cheminfo/nmrium/commit/a9ddcfc6e652e605e1d4c5e3e93a596b8d25688b)), closes [#3715](https://github.com/cheminfo/nmrium/issues/3715)
22+
* recalculate ranges integrations when sum changes ([97a1387](https://github.com/cheminfo/nmrium/commit/97a1387ac281af9c995ebbff135d7e034f9f5ab7))
23+
* revert auto peak-picking threshold to 0.05 ([#3747](https://github.com/cheminfo/nmrium/issues/3747)) ([3aca81e](https://github.com/cheminfo/nmrium/commit/3aca81edda93df64bec36b50d25e989a05d5c52f))
24+
325
## [1.3.0](https://github.com/cheminfo/nmrium/compare/v1.2.1...v1.3.0) (2025-09-02)
426

527

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nmrium",
33
"description": "React component to display and process nuclear magnetic resonance (NMR) spectra.",
4-
"version": "1.3.0",
4+
"version": "1.4.0",
55
"license": "MIT",
66
"type": "module",
77
"exports": {

0 commit comments

Comments
 (0)