Skip to content

v10.7.1

Choose a tag to compare

@github-actions github-actions released this 30 Jul 10:39
973a7b6

Patch Changes

  • fdabfb7: Fix: args using property name (camelCase) now work when the component's attribute name differs from the property name (e.g., docsHint property with docs-hint attribute)

    Previously, the argType was only registered under the attribute name, so args: { docsHint: "value" } in a story would have no effect. Now the argType is also registered under the property name, allowing property-name-based args to set the corresponding property on the element.