v1.0.0-rc.1
Pre-release
Pre-release
-
Export all components with no prefix i.e.
import { Button }
instead ofimport { AuiButton }
-
Register all components with
va-
prefix instead ofaui-
to avoid conflicts with AUI webcomponents -
va-toggle
not doesn't require providedid
attribute -
select2 syntax simplified. New syntax:
<va-select2>
and<va-select2 multiple>
-
Clean up
va-inline-dialog
events to support syncableopen
prop.
All old usages are deprecated but will work.