Skip to content

Commit cf6e85e

Browse files
authored
chore(main): release 2.5.0 (#4261)
1 parent f4c11bd commit cf6e85e

3 files changed

Lines changed: 25 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## [2.5.0](https://github.com/cheminfo/nmrium/compare/v2.4.0...v2.5.0) (2026-07-13)
4+
5+
6+
### Features
7+
8+
* add multiplet signal in 1d ([#4253](https://github.com/cheminfo/nmrium/issues/4253)) ([639200f](https://github.com/cheminfo/nmrium/commit/639200ff3e4eb3c47a66ed8163f45953628c7ebe))
9+
* apply processings from panel change ([#4254](https://github.com/cheminfo/nmrium/issues/4254)) ([6db04ba](https://github.com/cheminfo/nmrium/commit/6db04ba1c8c9de34d12c8da1041b5c4a7f0cb3e0))
10+
* change cursor based on the selected tool ([#4256](https://github.com/cheminfo/nmrium/issues/4256)) ([6ca2885](https://github.com/cheminfo/nmrium/commit/6ca2885660237d048d4230e1a2660fe4ac50eaa2))
11+
* hide the crosshair in add/move signal mode ([ac5eb4d](https://github.com/cheminfo/nmrium/commit/ac5eb4d678e86ae145434f283afb80af6f8e4e2f)), closes [#4259](https://github.com/cheminfo/nmrium/issues/4259)
12+
* improve useSpectrum type inference ([#4254](https://github.com/cheminfo/nmrium/issues/4254)) ([6db04ba](https://github.com/cheminfo/nmrium/commit/6db04ba1c8c9de34d12c8da1041b5c4a7f0cb3e0))
13+
* show green dotted vertical line when adding new signals ([f4c11bd](https://github.com/cheminfo/nmrium/commit/f4c11bd5ae8fcafefedc00396cbfb24d12a012c5))
14+
* support custom tick and axis label styles based on user preferences ([#4232](https://github.com/cheminfo/nmrium/issues/4232)) ([2f771eb](https://github.com/cheminfo/nmrium/commit/2f771eba4d653f62fd284812df7fd8a6236306e0))
15+
* update crosshair display for 1D and 2D ([8e62da7](https://github.com/cheminfo/nmrium/commit/8e62da75f9a7989e4718bc26f38a4fcaca13a8cc)), closes [#4258](https://github.com/cheminfo/nmrium/issues/4258)
16+
17+
18+
### Bug Fixes
19+
20+
* do not deep clone immer drafts ([#4260](https://github.com/cheminfo/nmrium/issues/4260)) ([f24a3b1](https://github.com/cheminfo/nmrium/commit/f24a3b1350c968e66b5de017edf085d5d5c022ac))
21+
* downgrade react-draggable to 4.5.0 ([#4254](https://github.com/cheminfo/nmrium/issues/4254)) ([6db04ba](https://github.com/cheminfo/nmrium/commit/6db04ba1c8c9de34d12c8da1041b5c4a7f0cb3e0))
22+
* spectrum init when it imply `processings` ([#4254](https://github.com/cheminfo/nmrium/issues/4254)) ([6db04ba](https://github.com/cheminfo/nmrium/commit/6db04ba1c8c9de34d12c8da1041b5c4a7f0cb3e0))
23+
* update dependencies ([#4264](https://github.com/cheminfo/nmrium/issues/4264)) ([28da90c](https://github.com/cheminfo/nmrium/commit/28da90c4d87bbbf2c3ba8f0b53c333348a419250))
24+
325
## [2.4.0](https://github.com/cheminfo/nmrium/compare/v2.3.0...v2.4.0) (2026-07-08)
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": "2.4.0",
4+
"version": "2.5.0",
55
"license": "MIT",
66
"type": "module",
77
"exports": {

0 commit comments

Comments
 (0)