Skip to content

Releases: mtorromeo/vue-patternfly3

v0.3.9

13 Mar 10:23
24100cd
Compare
Choose a tag to compare

Fixed

  • fix(tooltip): cleanup containers properly (Contributed by [@MrDeerly]).

v0.3.8

13 Mar 10:23
dda402a
Compare
Choose a tag to compare

Fixed

  • fix(DrawerGroupAction): bind click event to the button element

v0.3.7

13 Mar 10:22
cc5cd4b
Compare
Choose a tag to compare

Fixed

  • fix(ts): added types for main import in package.json

v0.3.6

29 Sep 15:13
54b32da
Compare
Choose a tag to compare
  • fix(Modal): fixed body scrollbars disappearing by simply including a modal in the page (even if not shown)

v0.3.5

29 Sep 15:13
477af1c
Compare
Choose a tag to compare
  • feat(OUIA): te pf-dropdown component assigns ouia attributes to the menu dropdown element.

v0.3.4

29 Apr 12:53
3a6ff51
Compare
Choose a tag to compare

Fixed

  • fix(OUIA): restored ouia type V-PF3/ prefix.

v0.3.3

29 Apr 12:53
130acf9
Compare
Choose a tag to compare

Fixed

  • fix: changed typescript types to correctly handle null/undefined.

v0.3.2

18 Mar 16:46
d567152
Compare
Choose a tag to compare

Fixed

  • fix(Modal): disabled implicit attr inheritance in modals.
  • fix(ListView): do not assume a specific typescript type for pf-list-view rows.

v0.3.1

08 Feb 15:22
fa37d61
Compare
Choose a tag to compare

Fixed

  • fix(Layout): never pass undefined|null to emitted event update:collapsed.
  • fix(OUIA): reverted ouia component names to use V-PF3/ prefix.

v0.3.0

03 Feb 19:18
b4d95e5
Compare
Choose a tag to compare

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