v0.7.1
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 oldtwoPass
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 extrafocus
andselection
events. (@botandrose)
Fixed:
- Boolean attributes are now correctly set to
""
instead of"true"
. https://developer.mozilla.org/en-US/docs/Glossary/Boolean/HTML (@MichaelWest22)
Full Changelog: v0.4.0...v0.7.1