Skip to content
This repository was archived by the owner on Apr 29, 2021. It is now read-only.

v4.1.0

Latest

Choose a tag to compare

@jridgewell jridgewell released this 08 Feb 05:12
· 28 commits to master since this release
  • New Feature
    • Add basic support for skip via special attribute
    • Identify iDOM.patch calls a JSX roots
    • Eagerly evaluate attributes that could mutate a key, instead of throwing error
    • Add UUID Prefix option
  • Bug Fix
    • Support JSXElement as direct child of JSXAttribute
    • Fix a bug with deferred callbacks where branches have different argument lengths
    • requireStaticsKey = false will keep attributes in correct order
  • Polish
    • Attempt to generate similar wrapper parameter names.
    • Attempt to generate similar key variable names.