Skip to content

Commit 9430d32

Browse files
committed
chore(main): release 0.65.0
1 parent cedbfad commit 9430d32

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

CHANGELOG.md

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

3+
## [0.65.0](https://github.com/cheminfo/nmrium/compare/v0.64.0...v0.65.0) (2025-06-20)
4+
5+
6+
### Features
7+
8+
* add 'clickTriggerMode' to support native or debounced click handling ([c7f6ef6](https://github.com/cheminfo/nmrium/commit/c7f6ef623c05729cff534c32ad58a3adab1c0cd8))
9+
* cancel brushing on 'Escape' key press ([cedbfad](https://github.com/cheminfo/nmrium/commit/cedbfad395614b22901311302caad67c54612255))
10+
* copy as smiles ([906c12d](https://github.com/cheminfo/nmrium/commit/906c12d1f11141d7f4c94e0e8fc4d11eb5060568))
11+
* improve brush selection ([#3588](https://github.com/cheminfo/nmrium/issues/3588)) ([bc2faec](https://github.com/cheminfo/nmrium/commit/bc2faeca80605513d003136572fc07d959053f45))
12+
* improve multiple spectra analysis formula calculation ([#3590](https://github.com/cheminfo/nmrium/issues/3590)) ([b740969](https://github.com/cheminfo/nmrium/commit/b7409694758e04c6af2b49ac1fe40ff45443f13f))
13+
* remove related insets when a spectrum is deleted ([87b20fd](https://github.com/cheminfo/nmrium/commit/87b20fd522314760a60ba618f6624fe2bf0299d0)), closes [#3552](https://github.com/cheminfo/nmrium/issues/3552)
14+
15+
16+
### Bug Fixes
17+
18+
* align 1D spectra to the same top when loading ([#3556](https://github.com/cheminfo/nmrium/issues/3556)) ([7cd1237](https://github.com/cheminfo/nmrium/commit/7cd123708e62d2e4a4d7dabd31d1c5d32b4067fa))
19+
* avoid large delta on first CTRL + bidirectional zoom ([7a9196d](https://github.com/cheminfo/nmrium/commit/7a9196d19ac2df796814f9535697f19005d40661))
20+
* clone matrix options before dispatch ([#3570](https://github.com/cheminfo/nmrium/issues/3570)) ([7dcc0ef](https://github.com/cheminfo/nmrium/commit/7dcc0effec7a0c024261432b15a906b4ee299112))
21+
* validate simulation form correctly and debounce value change ([c227474](https://github.com/cheminfo/nmrium/commit/c227474a0d5a8371816c27c084015f0e46fa6256)), closes [#3555](https://github.com/cheminfo/nmrium/issues/3555) [#3554](https://github.com/cheminfo/nmrium/issues/3554)
22+
323
## [0.64.0](https://github.com/cheminfo/nmrium/compare/v0.63.2...v0.64.0) (2025-05-31)
424

525

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": "0.64.0",
4+
"version": "0.65.0",
55
"license": "MIT",
66
"type": "module",
77
"exports": "./lib/component/main/index.js",

0 commit comments

Comments
 (0)