|
1 | 1 | # Changelog |
2 | 2 | All notable changes to this project will be documented in this file. |
3 | 3 |
|
| 4 | +## [6.0.0-beta.5] - 2025-10-15 |
| 5 | + |
| 6 | +### Bug Fixes |
| 7 | + |
| 8 | +- *(Toolbar)* Toolbar group toggling on click |
| 9 | +- *(Page)* Duplicated main-container |
| 10 | +- *(Icon)* Fixed component name |
| 11 | +- *(Toolbar)* Fixed close button on filter labels in `pf-toolbar-filter` |
| 12 | +- Imported fixes from v5 |
| 13 | +- *(types)* Used ComponentExposed instead of InstanceType |
| 14 | +- *(types)* Reverted export Props for ToolbarGroupToggle |
| 15 | +- *(Label, Pagination, SearchInput, Tabs)* Fixed placement of icons in buttons |
| 16 | +- *(docs)* Fixed placement of icons in buttons |
| 17 | +- *(Card)* Fixed class of card title text |
| 18 | + |
| 19 | +### Documentation |
| 20 | + |
| 21 | +- Published v6 docs |
| 22 | +- Added link to v5 |
| 23 | +- Fixed github links |
| 24 | +- Minor fixes |
| 25 | +- Misc fixes |
| 26 | +- *(Card)* Added secondary example |
| 27 | + |
| 28 | +### Features |
| 29 | + |
| 30 | +- *(Textarea)* Component is generic over v-model number modifier |
| 31 | +- *(FormSelect)* Component is generic and accepts/returns string or string[] depending on the `multiple` prop |
| 32 | +- *(TextInputGroup)* Implemented generics over type=number and v-model.number |
| 33 | +- *(Card)* Added wrap prop to `pf-card-header` |
| 34 | +- *(MenuToggle)* Default to ellipsis-icon for plain variant with no slots |
| 35 | +- *(Page)* Support for page without sidebar |
| 36 | +- *(Button)* Implemented favorite, settings and hamburger variants |
| 37 | +- *(Divider)* Added role prop |
| 38 | +- *(Navigation)* Added inert attribute to NavExpandable |
| 39 | +- *(MenuToggle)* Added settings variant |
| 40 | + |
| 41 | +### Refactor |
| 42 | + |
| 43 | +- Changed all custom event names to pascalCase |
| 44 | +- Removed custom ComponentProps type helper and Props exports |
| 45 | + |
| 46 | +## [6.0.0-beta.4] - 2025-05-06 |
| 47 | + |
| 48 | +### Bug Fixes |
| 49 | + |
| 50 | +- *(Dropdown)* Possible error with should-focus-first-item-on-open |
| 51 | +- *(Switch)* Removed unused labelOff prop |
| 52 | +- *(Card)* Fixed cards always expandable |
| 53 | +- *(FormFieldGroup)* Fixed always expandable state |
| 54 | +- *(Tabs)* Respected defaultExpanded prop |
| 55 | +- *(FloatingUi)* Correctly remove from dom floating elements being quickly shown/hidden before css transitions can start |
| 56 | + |
| 57 | +### Features |
| 58 | + |
| 59 | +- *(TextInput, Textarea)* Implemented model's number, trim and lazy modifiers |
| 60 | + |
| 61 | +## [6.0.0-beta.3] - 2025-05-05 |
| 62 | + |
| 63 | +### Bug Fixes |
| 64 | + |
| 65 | +- *(Tooltip, Popover)* Handle visible props as booleans |
| 66 | +- *(Button)* Fixed icon position of pf-close-button |
| 67 | +- *(ToggleGroup)* Fixed reexport of components in multiple bundles |
| 68 | + |
| 69 | +### Features |
| 70 | + |
| 71 | +- *(Dropdown, Menu)* Keyboard navigation |
| 72 | +- *(Content)* Converted pf-text-* components to pf-content |
| 73 | + |
| 74 | +## [6.0.0-beta.2] - 2025-05-02 |
| 75 | + |
| 76 | +### Bug Fixes |
| 77 | + |
| 78 | +- *(Dropdown)* Fixed dividers in multi group dropdown menus |
| 79 | + |
| 80 | +### Features |
| 81 | + |
| 82 | +- *(FloatingUi)* Implemented optional fade-in/fade-out for the floating element and removed specific implementations from pf-popover and pf-tooltip |
| 83 | + |
| 84 | +### Refactor |
| 85 | + |
| 86 | +- Removed getUniqueId util function |
| 87 | +- Replaced custom useManagedProp with builtin defineModel |
| 88 | + |
| 89 | +## [6.0.0-beta.1] - 2025-04-24 |
| 90 | + |
| 91 | +### Features |
| 92 | + |
| 93 | +- Migrated library to patternfly v6 |
| 94 | + |
| 95 | +### Refactor |
| 96 | + |
| 97 | +- V6 wip |
| 98 | + |
4 | 99 | ## [5.0.0] - 2025-04-23 |
5 | 100 |
|
6 | 101 | ### Bug Fixes |
@@ -835,4 +930,6 @@ All notable changes to this project will be documented in this file. |
835 | 930 |
|
836 | 931 | - Removed usage of Vue.use |
837 | 932 |
|
| 933 | +## [0.1.0-alpha.0] - 2021-06-14 |
| 934 | + |
838 | 935 | <!-- generated by git-cliff --> |
0 commit comments