Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [1.11.0](https://github.com/cheminfo/nmrium/compare/v1.10.1...v1.11.0) (2026-01-09)


### Features

* check nmrium archive by header instead extension ([#3888](https://github.com/cheminfo/nmrium/issues/3888)) ([4774219](https://github.com/cheminfo/nmrium/commit/47742190b580ab1a5fd1fbe61c4daffd8d3049fe))


### Bug Fixes

* avoid use `.nmrium` as file source ([#3898](https://github.com/cheminfo/nmrium/issues/3898)) ([ab24c70](https://github.com/cheminfo/nmrium/commit/ab24c7009aad4aa08e0ddba8e31e16ceab53debd))
* ignore molecule modal double-click from label edit form ([0c42085](https://github.com/cheminfo/nmrium/commit/0c4208569e56771864760fb8324e436b1eae12cc)), closes [#3894](https://github.com/cheminfo/nmrium/issues/3894)
* reorder draggable components in DOM and set custom label edit popup z-index to 1 ([38e80f1](https://github.com/cheminfo/nmrium/commit/38e80f1ec71f7488cce5d85f3bfe7befe33b50ba))
* sync assignment labels ([6703d54](https://github.com/cheminfo/nmrium/commit/6703d5404b2990b9c08744d4034fababb0922ac7))

## [1.10.1](https://github.com/cheminfo/nmrium/compare/v1.10.0...v1.10.1) (2025-12-12)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nmrium",
"description": "React component to display and process nuclear magnetic resonance (NMR) spectra.",
"version": "1.10.1",
"version": "1.11.0",
"license": "MIT",
"type": "module",
"exports": {
Expand Down
Loading