Skip to content

v0.63.0

Choose a tag to compare

@cheminfo-bot cheminfo-bot released this 09 May 12:34
aa38dae

0.63.0 (2025-05-09)

⚠ BREAKING CHANGES

  • It was exported by nmr-load-save, @zakodium/nmrium-core do not export this method. It is callable from instantiated core only.

Features

  • add support for inverted scroll behavior (f2ef939)
  • assign 1D labels from 2D spectra (45f931a)
  • assignments guidelines over the first and second dimensions (f0821a3)
  • bidirectional 1D zoom (#3472) (339c67d)
  • control structure size (default minHeight: 100px) (e56ef9a)
  • control structure size (default minHeight: 100px) (d434888)
  • hide 2D phase correction for non-quadrant spectra (b6d7c46)
  • horizontal and vertical zoom with CTRL + drag (#3469) (f0e99b2)
  • improve database panel (#3455) (#3461) (e56ef9a)
  • minimum width for overlay highlight range (d4872e7)
  • processed apodization (#3447) (3fbbfdc)
  • reopen the collapsed panels area when toggling the panel from the panels bar (3cf40ff)
  • stack range assignment labels to avoid overlap (b7fe786)
  • suggest default assignment label for 2D assignment based on closest signal to center (fce426a)
  • update OpenChemLib to v9 (#3471) (1e7d403)

Bug Fixes

  • correct search range (fce426a)
  • ensure assignment labels are unique across Cosy F1 and F2 dimensions (45f931a)
  • ensure data is not empty before looking for a spectrum (0cff982)
  • find the signal closest to the center of the zone (fce426a)
  • fix: ensure only the first signal has the assignment label (fce426a)
  • jcamp1Dexport: add frequencyOffset and spectralWidth info (#3504) (8fccd4e)
  • update OpenChemLib to v9.1.1 (#3492) (736babb)
  • useWatch hook to watch matrix generation changes (aa97dda)
  • useWatch hook to watch prediction form changes (3549c9b), closes #3485
  • useWatch hook to watch range editing form change (f62aa1c), closes #3486
  • useWatch hook to watch simulation form changes (2292592)

Code Refactoring

  • replace nmr-load-save deps by nmrium-core and nmrium-core-plugins (#3473) (af1503d)