Skip to content

Commit 490d502

Browse files
committed
chore(main): release 1.12.0
1 parent b02bf61 commit 490d502

3 files changed

Lines changed: 17 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## [1.12.0](https://github.com/cheminfo/nmrium/compare/v1.11.0...v1.12.0) (2026-01-30)
4+
5+
6+
### Features
7+
8+
* collapse toolbar when panel header overflows ([bdf619e](https://github.com/cheminfo/nmrium/commit/bdf619e97948847a2a4c89d6b75824be9882e934))
9+
* improve information panel header ([c95d83a](https://github.com/cheminfo/nmrium/commit/c95d83a879f0d48be235387ad4a1848215a57630))
10+
11+
12+
### Bug Fixes
13+
14+
* double click to collapse panels ([b02bf61](https://github.com/cheminfo/nmrium/commit/b02bf61cca398cca3b6ac9105bafc2ab861f5fd3))
15+
* reset activeSpectra and selectReferences state before load ([2f2de1f](https://github.com/cheminfo/nmrium/commit/2f2de1f6c2fe2f135fe8ef4ab6c5f1b5fabc53b2))
16+
317
## [1.11.0](https://github.com/cheminfo/nmrium/compare/v1.10.1...v1.11.0) (2026-01-27)
418

519

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.11.0",
4+
"version": "1.12.0",
55
"license": "MIT",
66
"type": "module",
77
"exports": {

0 commit comments

Comments
 (0)