Skip to content

Releases: bigskysoftware/idiomorph

v0.7.3

05 Mar 23:16
Compare
Choose a tag to compare

Fixed:

Full Changelog: v0.7.2...v0.7.3

v0.7.2

05 Mar 23:15
Compare
Choose a tag to compare

Fixed:

  • Restored direct imports and added named export for ESM htmx extension. (@botandrose, @MichaelWest22)
  • Updated the license key in package.json to match the LICENSE file. (@MichaelWest22)
  • Prevented unnecessary selection restoration when it wasn't actually lost. (@MichaelWest22)
  • Prevented focus & selection loss in more situations. (@MichaelWest22)

Full Changelog: v0.7.1...v0.7.2

v0.7.1

05 Mar 23:13
Compare
Choose a tag to compare

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

v0.4.0

23 Dec 18:21
@1cg 1cg
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.4.0