v0.7.1
Removed:
- Remove
twoPassoption. There is only one single morphing algorithm now, which is more correct than both previous versions. (@botandrose, @MichaelWest22) - Remove
beforeNodePantriedcallback option. This addition in v0.4.0 was an unfortunate necessity of the oldtwoPassmode, but is no longer needed with the new algorithm. (@botandrose)
Added:
- New on-by-default
restoreFocusoption. 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 extrafocusandselectionevents. (@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