Skip to content

v0.38.0

Choose a tag to compare

@github-actions github-actions released this 12 Jul 20:09
· 180 commits to master since this release

Bug Fixes

  • 🐛 don't mutate original object for props (2b08271)
  • allow dynamic key in props (6b321d6)

chore

  • 🤖 update dependencies (eb593bc)

Features

  • 🎸 auto convert attribute name to camelCase and add parser (aff53c1)
  • 🎸 custom element attributes are propagated as widget prop (01ee0b3)
  • 🎸 plugin-component is optional for custom-element (741d421)

BREAKING CHANGES

  • 🧨 Update production dependencies
  • 🧨 We changing default behaviour which current do nothing but was possible
    implemented it with callbacks. We repeated code with propagating custom
    element attributes to widget.props in several widgets. So propagating is
    now default and it looks that is usefull.