Skip to content

v0.46.0

Choose a tag to compare

@github-actions github-actions released this 04 Mar 08:07
· 90 commits to master since this release

Bug Fixes

  • 🐛 Better type Widget lifecycle changes (029faf3)
  • 🐛 Invent a way to turn any WidgetDefinition keys required (d20e95b)
  • 🐛 Update Widget/WidgetPartial types (a71f6ff)

Features

  • 🎸 Add basic types to plugin-router (8a29ad3)

BREAKING CHANGES

  • 🧨 Widget and WidgetDefinition interfaces drastically changed; new
    WidgetPartial interface added and used in loading methods. Move
    interface extensions to either WidgetDescription or WidgetPartial,
    and then you can remove method overloads for bound widget functions (the
    typing now does it automatically). See types.d.ts for specifics.