You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Included a static patternfly palette instead of requiring weird webpack loader's tricks to read id from patternfly. Fixes some import issues of the esm build.
pf-table and pf-list-view components now have a new key-name prop to specify the name of a property of each row to use as index for the v-for directive.
pf-dropdown components can now inject the dropdown menu inside any element, with the append-to prop, to circumvent issues with clipped containers (e.g. overflow:hidden).
Addeed pf-drawer-group-action functional component to use inside the new pf-drawer-group#actions slot.