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
refactor: converted the whole codebase to typescript.
feat(typescript): exported type definitions for all components.
feat(Combobox): the dropdown trigger element is now slotted (slot name is dropdownTrigger) for better customization.
Fixed
fix(Dropdown): fixed removal of event listeners on umount.
Changed
BACKWARD INCOMPATIBLE CHANGE: All components are now exported with the name matching the component name (eg. PfButton instead of Button). The old exports are maintained for backwards compatibility but importing * from 'vue-patternfly' will now include the same components exported twice.
BACKWARD INCOMPATIBLE CHANGE: All sort direction properties have been normalized as 'asc' | 'desc' instead of a mix of 'asc' | 'desc' and 'ascending' | 'descending'.