Skip to content

v0.3.0

Compare
Choose a tag to compare
@mtorromeo mtorromeo released this 03 Feb 19:18
· 27 commits to master since this release
b4d95e5

Added

  • 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'.