v0.38.0
·
180 commits
to master
since this release
Bug Fixes
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.