Skip to content

v0.7.1

Compare
Choose a tag to compare
@botandrose botandrose released this 05 Mar 23:13
· 47 commits to main since this release

Removed:

  • Remove twoPass option. There is only one single morphing algorithm now, which is more correct than both previous versions. (@botandrose, @MichaelWest22)
  • Remove beforeNodePantried callback option. This addition in v0.4.0 was an unfortunate necessity of the old twoPass mode, but is no longer needed with the new algorithm. (@botandrose)

Added:

  • New on-by-default restoreFocus option. On older browsers, moving the focused element (or one of its parents) can result in loss of focus and selection state. This option restores this state for IDed elements, at the cost of firing extra focus and selection events. (@botandrose)

Fixed:

Full Changelog: v0.4.0...v0.7.1