diff --git a/CHANGELOG.md b/CHANGELOG.md index b432803bc..df0ff2088 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,21 +1,59 @@ # Changelog -## [3.31.0](https://github.com/primefaces/primevue/tree/3.31.0) (2023-07-25) +## [3.32.0](https://github.com/primefaces/primevue/tree/3.32.0) (2023-08-11) + +[Full Changelog](https://github.com/primefaces/primevue/compare/3.31.0...3.32.0) + +**Breaking Changes:** + +- Update `Tailwind` package in core [\#4255](https://github.com/primefaces/primevue/issues/4255) **Implemented New Features and Enhancements:** -- Tailwind Theme for Unstyled Mode [\#4205](https://github.com/primefaces/primevue/issues/4205) -- PT context improvements [\#4196](https://github.com/primefaces/primevue/issues/4196) -- Add item parameter to menuitem options for pt property [\#4190](https://github.com/primefaces/primevue/issues/4190) +- Add `usePassThrough` method to customize default PT objects [\#4257](https://github.com/primefaces/primevue/issues/4257) +- AutoComplete: loading state [\#4253](https://github.com/primefaces/primevue/issues/4253) +- Add `Content Security Policy (CSP)` config [\#4241](https://github.com/primefaces/primevue/issues/4241) +- Core unstyled mode updates [\#4235](https://github.com/primefaces/primevue/issues/4235) +- Datatable: Cell Edit Numpad Enter not working [\#4232](https://github.com/primefaces/primevue/issues/4232) +- Add `transition` option to Pass Through\(PT\) of components [\#4231](https://github.com/primefaces/primevue/issues/4231) +- Add custom `global.css` option to Pass Through\(PT\) [\#4230](https://github.com/primefaces/primevue/issues/4230) +- Avatar: Return target in error event callback [\#4222](https://github.com/primefaces/primevue/issues/4222) +- Password: add "@change" event [\#4219](https://github.com/primefaces/primevue/issues/4219) +- PT context improvemens [\#4211](https://github.com/primefaces/primevue/issues/4211) **Fixed bugs:** -- Bootstrap: Breadcrumb icon fix [\#4195](https://github.com/primefaces/primevue/issues/4195) -- CascadeSelect unstyled mode defect [\#4192](https://github.com/primefaces/primevue/issues/4192) -- InputSwitch: pt prop has incorrect type [\#4187](https://github.com/primefaces/primevue/issues/4187) -- TabView: ID used in aria-controls does not exist on panel content div [\#4181](https://github.com/primefaces/primevue/issues/4181) -- Dropdown: default optionLabel and default optionValue are null \(but doc say, default to label and value\) [\#4174](https://github.com/primefaces/primevue/issues/4174) -- Image: Preview not closing on escape click [\#4089](https://github.com/primefaces/primevue/issues/4089) +- Dropdown: Click on icon line is ignored [\#4259](https://github.com/primefaces/primevue/issues/4259) +- Vue Tooltip: Flickering Issue [\#4256](https://github.com/primefaces/primevue/issues/4256) +- Image: preview button is missing `type="button"` and submits forms by default [\#4249](https://github.com/primefaces/primevue/issues/4249) +- SpeedDial: tooltip not working on speed dial [\#4238](https://github.com/primefaces/primevue/issues/4238) +- Dialog: unstyled mode pointer-event defects [\#4237](https://github.com/primefaces/primevue/issues/4237) +- Toast: Toast Icon is too small [\#4234](https://github.com/primefaces/primevue/issues/4234) +- Datatable: Filtering with grouping not working [\#4229](https://github.com/primefaces/primevue/issues/4229) +- Dropdown: Incorrect prop declaration [\#4225](https://github.com/primefaces/primevue/issues/4225) +- RadioButton: pt prop has incorrect type [\#4202](https://github.com/primefaces/primevue/issues/4202) +- TreeSelect: p-treeselect-items-wrapper is missing [\#4145](https://github.com/primefaces/primevue/issues/4145) +- SplitButton: menu icon not visible in large size [\#4028](https://github.com/primefaces/primevue/issues/4028) +- DataTable and TreeTable: Column sorting not working correctly when using custom header template [\#3702](https://github.com/primefaces/primevue/issues/3702) + +## [3.31.0](https://github.com/primefaces/primevue/tree/3.31.0) (2023-07-25) + +[Full Changelog](https://github.com/primefaces/primevue/compare/3.30.2...3.31.0) + +**Implemented New Features and Enhancements:** + +- Tailwind Theme for Unstyled Mode [\#4205](https://github.com/primefaces/primevue/issues/4205) +- PT context improvements [\#4196](https://github.com/primefaces/primevue/issues/4196) +- Add item parameter to menuitem options for pt property [\#4190](https://github.com/primefaces/primevue/issues/4190) + +**Fixed bugs:** + +- Bootstrap: Breadcrumb icon fix [\#4195](https://github.com/primefaces/primevue/issues/4195) +- CascadeSelect unstyled mode defect [\#4192](https://github.com/primefaces/primevue/issues/4192) +- InputSwitch: pt prop has incorrect type [\#4187](https://github.com/primefaces/primevue/issues/4187) +- TabView: ID used in aria-controls does not exist on panel content div [\#4181](https://github.com/primefaces/primevue/issues/4181) +- Dropdown: default optionLabel and default optionValue are null \(but doc say, default to label and value\) [\#4174](https://github.com/primefaces/primevue/issues/4174) +- Image: Preview not closing on escape click [\#4089](https://github.com/primefaces/primevue/issues/4089) ## [3.30.2](https://github.com/primefaces/primevue/tree/3.30.2) (2023-07-20) @@ -23,17 +61,17 @@ **Implemented New Features and Enhancements:** -- Rename `button` and `buttonIcon` pt options with `closeButton` and `closeIcon` options in Message and Toast [\#4159](https://github.com/primefaces/primevue/issues/4159) -- DataTable & TreeTable: new `size` property [\#4156](https://github.com/primefaces/primevue/issues/4156) -- Improve `pt` syntax for 'class' definitions [\#4150](https://github.com/primefaces/primevue/issues/4150) -- PT context improvements [\#4149](https://github.com/primefaces/primevue/issues/4149) +- Rename `button` and `buttonIcon` pt options with `closeButton` and `closeIcon` options in Message and Toast [\#4159](https://github.com/primefaces/primevue/issues/4159) +- DataTable & TreeTable: new `size` property [\#4156](https://github.com/primefaces/primevue/issues/4156) +- Improve `pt` syntax for 'class' definitions [\#4150](https://github.com/primefaces/primevue/issues/4150) +- PT context improvements [\#4149](https://github.com/primefaces/primevue/issues/4149) **Fixed bugs:** -- TabMenu: disabled item defect & accessibility improvements [\#4169](https://github.com/primefaces/primevue/issues/4169) -- OverlayPanel: Toggle on list of focusable elements forces screen jump [\#4167](https://github.com/primefaces/primevue/issues/4167) -- Global pt implementation defects [\#4163](https://github.com/primefaces/primevue/issues/4163) -- Multiselect: Custom checkbox render issue [\#4152](https://github.com/primefaces/primevue/issues/4152) +- TabMenu: disabled item defect & accessibility improvements [\#4169](https://github.com/primefaces/primevue/issues/4169) +- OverlayPanel: Toggle on list of focusable elements forces screen jump [\#4167](https://github.com/primefaces/primevue/issues/4167) +- Global pt implementation defects [\#4163](https://github.com/primefaces/primevue/issues/4163) +- Multiselect: Custom checkbox render issue [\#4152](https://github.com/primefaces/primevue/issues/4152) ## [3.30.1](https://github.com/primefaces/primevue/tree/3.30.1) (2023-07-14) @@ -41,19 +79,19 @@ **Implemented New Features and Enhancements:** -- Button: remove margin from default style [\#4139](https://github.com/primefaces/primevue/issues/4139) -- Improve `pt` options on components that use helper component [\#4136](https://github.com/primefaces/primevue/issues/4136) -- Pass Through Props: Syntactic improvement suggestion [\#4125](https://github.com/primefaces/primevue/issues/4125) -- PT context improvements [\#4124](https://github.com/primefaces/primevue/issues/4124) +- Button: remove margin from default style [\#4139](https://github.com/primefaces/primevue/issues/4139) +- Improve `pt` options on components that use helper component [\#4136](https://github.com/primefaces/primevue/issues/4136) +- Pass Through Props: Syntactic improvement suggestion [\#4125](https://github.com/primefaces/primevue/issues/4125) +- PT context improvements [\#4124](https://github.com/primefaces/primevue/issues/4124) **Fixed bugs:** -- TreeTable: Sorting does not work when clicking at the header title [\#4138](https://github.com/primefaces/primevue/issues/4138) -- Selection\(multiple and single\) not working in TreeTable [\#4133](https://github.com/primefaces/primevue/issues/4133) -- The types in PrimeVue config are not accessible [\#4122](https://github.com/primefaces/primevue/issues/4122) -- Browser CDN mode is not working as expected [\#4121](https://github.com/primefaces/primevue/issues/4121) -- TypeScript: changeTheme is not declared [\#4118](https://github.com/primefaces/primevue/issues/4118) -- Panel: Wrong prop type in `header` slot [\#4086](https://github.com/primefaces/primevue/issues/4086) +- TreeTable: Sorting does not work when clicking at the header title [\#4138](https://github.com/primefaces/primevue/issues/4138) +- Selection\(multiple and single\) not working in TreeTable [\#4133](https://github.com/primefaces/primevue/issues/4133) +- The types in PrimeVue config are not accessible [\#4122](https://github.com/primefaces/primevue/issues/4122) +- Browser CDN mode is not working as expected [\#4121](https://github.com/primefaces/primevue/issues/4121) +- TypeScript: changeTheme is not declared [\#4118](https://github.com/primefaces/primevue/issues/4118) +- Panel: Wrong prop type in `header` slot [\#4086](https://github.com/primefaces/primevue/issues/4086) ## [3.30.0](https://github.com/primefaces/primevue/tree/3.30.0) (2023-07-10) @@ -61,31 +99,31 @@ **Implemented New Features and Enhancements:** -- InputText: `size` property [\#4106](https://github.com/primefaces/primevue/issues/4106) -- Add `hooks` keyword to `pt` options to access all lifecycle methods on components and directives [\#4103](https://github.com/primefaces/primevue/issues/4103) -- Pass all emits to templates on DynamicDialog [\#4102](https://github.com/primefaces/primevue/issues/4102) -- Improve `pt` options on components that use helper component [\#3983](https://github.com/primefaces/primevue/issues/3983) -- Add `unstyled` mode for all components [\#3965](https://github.com/primefaces/primevue/issues/3965) +- InputText: `size` property [\#4106](https://github.com/primefaces/primevue/issues/4106) +- Add `hooks` keyword to `pt` options to access all lifecycle methods on components and directives [\#4103](https://github.com/primefaces/primevue/issues/4103) +- Pass all emits to templates on DynamicDialog [\#4102](https://github.com/primefaces/primevue/issues/4102) +- Improve `pt` options on components that use helper component [\#3983](https://github.com/primefaces/primevue/issues/3983) +- Add `unstyled` mode for all components [\#3965](https://github.com/primefaces/primevue/issues/3965) **Fixed bugs:** -- Button: Button width is to small when have a icon and a badge only [\#4083](https://github.com/primefaces/primevue/issues/4083) -- SplitButton: aria-expanded not set correctly [\#4065](https://github.com/primefaces/primevue/issues/4065) -- Toast: Crashing when no severity value is provided [\#4063](https://github.com/primefaces/primevue/issues/4063) -- Positioning defect PrimeVue Button with icon slot [\#4042](https://github.com/primefaces/primevue/issues/4042) -- Tooltip: showDelay still triggers Tooltip when original element is removed [\#4029](https://github.com/primefaces/primevue/issues/4029) -- tooltip: hideDelay is not defined [\#4025](https://github.com/primefaces/primevue/issues/4025) -- `pt` implementation defects [\#4024](https://github.com/primefaces/primevue/issues/4024) -- FocusTrap.js writes to read-only property `classList` which causes test failures under happy-dom [\#4015](https://github.com/primefaces/primevue/issues/4015) -- The `getScrollableParents` method throws a exception in shadow dom [\#4014](https://github.com/primefaces/primevue/issues/4014) -- TreeTable: event propagation issue [\#4010](https://github.com/primefaces/primevue/issues/4010) -- Dynamic clipPath support for icons [\#3959](https://github.com/primefaces/primevue/issues/3959) -- Accordion: pt options for root applied twice [\#3955](https://github.com/primefaces/primevue/issues/3955) -- InputNumber: Incorrect formatting when in decimal mode with a suffix \(maybe all the time\) [\#3382](https://github.com/primefaces/primevue/issues/3382) +- Button: Button width is to small when have a icon and a badge only [\#4083](https://github.com/primefaces/primevue/issues/4083) +- SplitButton: aria-expanded not set correctly [\#4065](https://github.com/primefaces/primevue/issues/4065) +- Toast: Crashing when no severity value is provided [\#4063](https://github.com/primefaces/primevue/issues/4063) +- Positioning defect PrimeVue Button with icon slot [\#4042](https://github.com/primefaces/primevue/issues/4042) +- Tooltip: showDelay still triggers Tooltip when original element is removed [\#4029](https://github.com/primefaces/primevue/issues/4029) +- tooltip: hideDelay is not defined [\#4025](https://github.com/primefaces/primevue/issues/4025) +- `pt` implementation defects [\#4024](https://github.com/primefaces/primevue/issues/4024) +- FocusTrap.js writes to read-only property `classList` which causes test failures under happy-dom [\#4015](https://github.com/primefaces/primevue/issues/4015) +- The `getScrollableParents` method throws a exception in shadow dom [\#4014](https://github.com/primefaces/primevue/issues/4014) +- TreeTable: event propagation issue [\#4010](https://github.com/primefaces/primevue/issues/4010) +- Dynamic clipPath support for icons [\#3959](https://github.com/primefaces/primevue/issues/3959) +- Accordion: pt options for root applied twice [\#3955](https://github.com/primefaces/primevue/issues/3955) +- InputNumber: Incorrect formatting when in decimal mode with a suffix \(maybe all the time\) [\#3382](https://github.com/primefaces/primevue/issues/3382) **Deprecated:** -- The `primevue[.min].css` has been deprecated [\#4110](https://github.com/primefaces/primevue/issues/4110) +- The `primevue[.min].css` has been deprecated [\#4110](https://github.com/primefaces/primevue/issues/4110) ## [3.29.2](https://github.com/primefaces/primevue/tree/3.29.2) (2023-05-31) @@ -93,7 +131,7 @@ **Fixed bugs:** -- Datatable: Custom checkbox render issue [\#4003](https://github.com/primefaces/primevue/issues/4003) +- Datatable: Custom checkbox render issue [\#4003](https://github.com/primefaces/primevue/issues/4003) ## [3.29.1](https://github.com/primefaces/primevue/tree/3.29.1) (2023-05-15) @@ -101,10 +139,10 @@ **Fixed bugs:** -- SpeedDial: Mask and SpeedDial itself prevent pointer events and speedDial does not close using item slot [\#3945](https://github.com/primefaces/primevue/issues/3945) -- DataTable: Selection and focus loss when no custom ContextMenu is defined [\#3927](https://github.com/primefaces/primevue/issues/3927) -- TabMenu: Accessibility issue in TabMenu with hidden tabs [\#3910](https://github.com/primefaces/primevue/issues/3910) -- Steps: text overflow [\#3631](https://github.com/primefaces/primevue/issues/3631) +- SpeedDial: Mask and SpeedDial itself prevent pointer events and speedDial does not close using item slot [\#3945](https://github.com/primefaces/primevue/issues/3945) +- DataTable: Selection and focus loss when no custom ContextMenu is defined [\#3927](https://github.com/primefaces/primevue/issues/3927) +- TabMenu: Accessibility issue in TabMenu with hidden tabs [\#3910](https://github.com/primefaces/primevue/issues/3910) +- Steps: text overflow [\#3631](https://github.com/primefaces/primevue/issues/3631) ## [3.29.0](https://github.com/primefaces/primevue/tree/3.29.0) (2023-05-11) @@ -112,17 +150,17 @@ **Implemented New Features and Enhancements:** -- New passthrough\(pt\) property implementation for Data Components [\#3924](https://github.com/primefaces/primevue/issues/3924) -- New passthrough\(pt\) property implementation for Form Components [\#3922](https://github.com/primefaces/primevue/issues/3922) -- New passthrough\(pt\) property implementation for Media Components [\#3918](https://github.com/primefaces/primevue/issues/3918) -- Image: New `image` and `preview` slots [\#3864](https://github.com/primefaces/primevue/issues/3864) -- Tooltip Delay option [\#3764](https://github.com/primefaces/primevue/issues/3764) -- Image: Handling of disabled zoomOut and zoomIn in preview [\#2948](https://github.com/primefaces/primevue/issues/2948) +- New passthrough\(pt\) property implementation for Data Components [\#3924](https://github.com/primefaces/primevue/issues/3924) +- New passthrough\(pt\) property implementation for Form Components [\#3922](https://github.com/primefaces/primevue/issues/3922) +- New passthrough\(pt\) property implementation for Media Components [\#3918](https://github.com/primefaces/primevue/issues/3918) +- Image: New `image` and `preview` slots [\#3864](https://github.com/primefaces/primevue/issues/3864) +- Tooltip Delay option [\#3764](https://github.com/primefaces/primevue/issues/3764) +- Image: Handling of disabled zoomOut and zoomIn in preview [\#2948](https://github.com/primefaces/primevue/issues/2948) **Fixed bugs:** -- Calendar: showOnFocus=false does not work [\#3923](https://github.com/primefaces/primevue/issues/3923) -- OrderList: TypeError with empty list [\#3870](https://github.com/primefaces/primevue/issues/3870) +- Calendar: showOnFocus=false does not work [\#3923](https://github.com/primefaces/primevue/issues/3923) +- OrderList: TypeError with empty list [\#3870](https://github.com/primefaces/primevue/issues/3870) ## [3.28.0](https://github.com/primefaces/primevue/tree/3.28.0) (2023-05-02) @@ -130,22 +168,22 @@ **Implemented New Features and Enhancements:** -- New passthrough\(pt\) property implementation for Chart & FileUpload & Message Components [\#3911](https://github.com/primefaces/primevue/issues/3911) -- New passthrough\(pt\) property implementation for Menu Components [\#3907](https://github.com/primefaces/primevue/issues/3907) -- Button: No label [\#3905](https://github.com/primefaces/primevue/issues/3905) -- Add global `pt` option to PrimeVue config [\#3902](https://github.com/primefaces/primevue/issues/3902) -- New passthrough\(pt\) property implementation for Button Components [\#3889](https://github.com/primefaces/primevue/issues/3889) -- New passthrough\(pt\) property implementation for Overlay Components [\#3885](https://github.com/primefaces/primevue/issues/3885) -- New passthrough\(pt\) property implementation for Misc Components [\#3879](https://github.com/primefaces/primevue/issues/3879) +- New passthrough\(pt\) property implementation for Chart & FileUpload & Message Components [\#3911](https://github.com/primefaces/primevue/issues/3911) +- New passthrough\(pt\) property implementation for Menu Components [\#3907](https://github.com/primefaces/primevue/issues/3907) +- Button: No label [\#3905](https://github.com/primefaces/primevue/issues/3905) +- Add global `pt` option to PrimeVue config [\#3902](https://github.com/primefaces/primevue/issues/3902) +- New passthrough\(pt\) property implementation for Button Components [\#3889](https://github.com/primefaces/primevue/issues/3889) +- New passthrough\(pt\) property implementation for Overlay Components [\#3885](https://github.com/primefaces/primevue/issues/3885) +- New passthrough\(pt\) property implementation for Misc Components [\#3879](https://github.com/primefaces/primevue/issues/3879) **Fixed bugs:** -- Message: wrong close icon size [\#3908](https://github.com/primefaces/primevue/issues/3908) -- Panel: Header accessibility issue [\#3904](https://github.com/primefaces/primevue/issues/3904) -- Calendar: Material theme icons not visible [\#3903](https://github.com/primefaces/primevue/issues/3903) -- Password: Incorrect onClick property as scope for custom icons [\#3900](https://github.com/primefaces/primevue/issues/3900) -- AutoComplete: class style and click event refactor on `removetokenicon` scoped slot [\#3899](https://github.com/primefaces/primevue/issues/3899) -- Dropdown: Selection is not working correctly with falsy values [\#3891](https://github.com/primefaces/primevue/issues/3891) +- Message: wrong close icon size [\#3908](https://github.com/primefaces/primevue/issues/3908) +- Panel: Header accessibility issue [\#3904](https://github.com/primefaces/primevue/issues/3904) +- Calendar: Material theme icons not visible [\#3903](https://github.com/primefaces/primevue/issues/3903) +- Password: Incorrect onClick property as scope for custom icons [\#3900](https://github.com/primefaces/primevue/issues/3900) +- AutoComplete: class style and click event refactor on `removetokenicon` scoped slot [\#3899](https://github.com/primefaces/primevue/issues/3899) +- Dropdown: Selection is not working correctly with falsy values [\#3891](https://github.com/primefaces/primevue/issues/3891) ## [3.27.0](https://github.com/primefaces/primevue/tree/3.27.0) (2023-04-19) @@ -153,24 +191,24 @@ **Implemented New Features and Enhancements:** -- Add icon templating support to components [\#3833](https://github.com/primefaces/primevue/issues/3833) -- Improve icon implementation in core [\#3832](https://github.com/primefaces/primevue/issues/3832) -- Add new Icon components [\#3829](https://github.com/primefaces/primevue/issues/3829) -- Panel: Footer Templating [\#3820](https://github.com/primefaces/primevue/issues/3820) -- AutoComplete: NumpadEnter is not recognised [\#3816](https://github.com/primefaces/primevue/issues/3816) -- Calendar: Emit year-change event via navBackward and navForward [\#3811](https://github.com/primefaces/primevue/issues/3811) -- New passthrough\(pt\) property implementation for Panel Components [\#3797](https://github.com/primefaces/primevue/issues/3797) -- Galleria: Play and Pause [\#3619](https://github.com/primefaces/primevue/issues/3619) +- Add icon templating support to components [\#3833](https://github.com/primefaces/primevue/issues/3833) +- Improve icon implementation in core [\#3832](https://github.com/primefaces/primevue/issues/3832) +- Add new Icon components [\#3829](https://github.com/primefaces/primevue/issues/3829) +- Panel: Footer Templating [\#3820](https://github.com/primefaces/primevue/issues/3820) +- AutoComplete: NumpadEnter is not recognised [\#3816](https://github.com/primefaces/primevue/issues/3816) +- Calendar: Emit year-change event via navBackward and navForward [\#3811](https://github.com/primefaces/primevue/issues/3811) +- New passthrough\(pt\) property implementation for Panel Components [\#3797](https://github.com/primefaces/primevue/issues/3797) +- Galleria: Play and Pause [\#3619](https://github.com/primefaces/primevue/issues/3619) **Fixed bugs:** -- TabView: Scrollable Starting/Ending Nav Arrow Blocks First/Last Tab [\#3849](https://github.com/primefaces/primevue/issues/3849) -- DataTable Filter with Calendar is not showing in proper location [\#3632](https://github.com/primefaces/primevue/issues/3632) +- TabView: Scrollable Starting/Ending Nav Arrow Blocks First/Last Tab [\#3849](https://github.com/primefaces/primevue/issues/3849) +- DataTable Filter with Calendar is not showing in proper location [\#3632](https://github.com/primefaces/primevue/issues/3632) **Deprecated:** -- Deprecated `indicator` slot [\#3871](https://github.com/primefaces/primevue/issues/3871) -- FullCalendar: Deprecated component [\#3827](https://github.com/primefaces/primevue/issues/3827) +- Deprecated `indicator` slot [\#3871](https://github.com/primefaces/primevue/issues/3871) +- FullCalendar: Deprecated component [\#3827](https://github.com/primefaces/primevue/issues/3827) ## [3.26.1](https://github.com/primefaces/primevue/tree/3.26.1) (2023-03-27) @@ -178,20 +216,20 @@ **Implemented New Features and Enhancements:** -- Improve folder structure for nuxt configurations [\#3802](https://github.com/primefaces/primevue/issues/3802) -- Image: Add Additional Toolbar Buttons To Preview [\#3771](https://github.com/primefaces/primevue/issues/3771) -- Image: indicator icon property[\#3492](https://github.com/primefaces/primevue/issues/3492) +- Improve folder structure for nuxt configurations [\#3802](https://github.com/primefaces/primevue/issues/3802) +- Image: Add Additional Toolbar Buttons To Preview [\#3771](https://github.com/primefaces/primevue/issues/3771) +- Image: indicator icon property[\#3492](https://github.com/primefaces/primevue/issues/3492) **Fixed bugs:** -- The esm builds throw an exception due to optional chaining [\#3809](https://github.com/primefaces/primevue/issues/3809) -- Filtering: doesn't respect optionGroupChildren [\#3807](https://github.com/primefaces/primevue/issues/3807) -- Api: Typing mismatch [\#3806](https://github.com/primefaces/primevue/issues/3806) -- DataTable: Row edits when enabled doesn't work with pagination [\#3801](https://github.com/primefaces/primevue/issues/3801) -- Calendar: Page scrolls to top when clicked on calendar icon [\#3791](https://github.com/primefaces/primevue/issues/3791) -- Splitter: a couple of errors related to aria-* attributes [\#3783](https://github.com/primefaces/primevue/issues/3783) -- DataTable: Group Rows do not span all Columns with Selection Mode set and group-by not in the Column list [\#3781](https://github.com/primefaces/primevue/issues/3781) -- DataTable: the table disappears when using scrollHeight="flex" and virtual scrolling [\#3772](https://github.com/primefaces/primevue/issues/3772) +- The esm builds throw an exception due to optional chaining [\#3809](https://github.com/primefaces/primevue/issues/3809) +- Filtering: doesn't respect optionGroupChildren [\#3807](https://github.com/primefaces/primevue/issues/3807) +- Api: Typing mismatch [\#3806](https://github.com/primefaces/primevue/issues/3806) +- DataTable: Row edits when enabled doesn't work with pagination [\#3801](https://github.com/primefaces/primevue/issues/3801) +- Calendar: Page scrolls to top when clicked on calendar icon [\#3791](https://github.com/primefaces/primevue/issues/3791) +- Splitter: a couple of errors related to aria-\* attributes [\#3783](https://github.com/primefaces/primevue/issues/3783) +- DataTable: Group Rows do not span all Columns with Selection Mode set and group-by not in the Column list [\#3781](https://github.com/primefaces/primevue/issues/3781) +- DataTable: the table disappears when using scrollHeight="flex" and virtual scrolling [\#3772](https://github.com/primefaces/primevue/issues/3772) ## [3.26.0](https://github.com/primefaces/primevue/tree/3.26.0) (2023-03-20) @@ -199,19 +237,19 @@ **Implemented New Features and Enhancements:** -- TriStateCheckbox: case of modelValue undefined [\#3762](https://github.com/primefaces/primevue/issues/3762) -- Inplace: FocusTrap support [\#3760](https://github.com/primefaces/primevue/issues/3760) -- ConfirmDialog: Add draggable property [\#3753](https://github.com/primefaces/primevue/issues/3753) -- Inplace editing does not focus on input element as expected [\#2348](https://github.com/primefaces/primevue/issues/2348) +- TriStateCheckbox: case of modelValue undefined [\#3762](https://github.com/primefaces/primevue/issues/3762) +- Inplace: FocusTrap support [\#3760](https://github.com/primefaces/primevue/issues/3760) +- ConfirmDialog: Add draggable property [\#3753](https://github.com/primefaces/primevue/issues/3753) +- Inplace editing does not focus on input element as expected [\#2348](https://github.com/primefaces/primevue/issues/2348) **Fixed bugs:** -- Slider: Accessibility issue [\#3768](https://github.com/primefaces/primevue/issues/3768) -- TreeTable: Column Resizing defect [\#3754](https://github.com/primefaces/primevue/issues/3754) -- Api: Typing mismatch [\#3751](https://github.com/primefaces/primevue/issues/3751) -- SplitButton/OverlayPanel: OverlayPanel won't open from default call by SplitButton [\#3750](https://github.com/primefaces/primevue/issues/3750) -- Slider: Focus on slider on mouse click [\#3748](https://github.com/primefaces/primevue/issues/3748) -- Dropdown preselected disabled option is not shown [\#3541](https://github.com/primefaces/primevue/issues/3541) +- Slider: Accessibility issue [\#3768](https://github.com/primefaces/primevue/issues/3768) +- TreeTable: Column Resizing defect [\#3754](https://github.com/primefaces/primevue/issues/3754) +- Api: Typing mismatch [\#3751](https://github.com/primefaces/primevue/issues/3751) +- SplitButton/OverlayPanel: OverlayPanel won't open from default call by SplitButton [\#3750](https://github.com/primefaces/primevue/issues/3750) +- Slider: Focus on slider on mouse click [\#3748](https://github.com/primefaces/primevue/issues/3748) +- Dropdown preselected disabled option is not shown [\#3541](https://github.com/primefaces/primevue/issues/3541) ## [3.25.0](https://github.com/primefaces/primevue/tree/3.25.0) (2023-03-13) @@ -219,24 +257,24 @@ **Breaking Changes:** -- SelectButton: inverse `unselectable` behaviour [\#3708](https://github.com/primefaces/primevue/issues/3708) +- SelectButton: inverse `unselectable` behaviour [\#3708](https://github.com/primefaces/primevue/issues/3708) **Implemented New Features and Enhancements:** -- DynamicDialog: Improve `templates` option to use dynamic components in header and footer templates. [\#3736](https://github.com/primefaces/primevue/issues/3736) -- Api: Type mismatch [\#3727](https://github.com/primefaces/primevue/issues/3727) -- DynamicDialog: Add `emits` option to handle events emitted by the child component [\#3726](https://github.com/primefaces/primevue/issues/3726) +- DynamicDialog: Improve `templates` option to use dynamic components in header and footer templates. [\#3736](https://github.com/primefaces/primevue/issues/3736) +- Api: Type mismatch [\#3727](https://github.com/primefaces/primevue/issues/3727) +- DynamicDialog: Add `emits` option to handle events emitted by the child component [\#3726](https://github.com/primefaces/primevue/issues/3726) **Fixed bugs:** -- DataTable: rowStyle function doesn't work [\#3738](https://github.com/primefaces/primevue/issues/3738) -- Dialog: header buttons autofocus defect [\#3729](https://github.com/primefaces/primevue/issues/3729) -- Class and Style properties type definition defects [\#3707](https://github.com/primefaces/primevue/issues/3707) -- InputMask: Dynamic mask change issue [\#3698](https://github.com/primefaces/primevue/issues/3698) -- Tooltip: cannot unbind events when tooltip value is cleared [\#3645](https://github.com/primefaces/primevue/issues/3645) -- Calendar: Disable year and month when set minDate or maxDate [\#3589](https://github.com/primefaces/primevue/issues/3589) -- DataTable frozen columns in footer not freezing [\#3190](https://github.com/primefaces/primevue/issues/3190) -- ConfirmPopup: page scrolls up when the button is clicked a second time [\#3516](https://github.com/primefaces/primevue/issues/3516) +- DataTable: rowStyle function doesn't work [\#3738](https://github.com/primefaces/primevue/issues/3738) +- Dialog: header buttons autofocus defect [\#3729](https://github.com/primefaces/primevue/issues/3729) +- Class and Style properties type definition defects [\#3707](https://github.com/primefaces/primevue/issues/3707) +- InputMask: Dynamic mask change issue [\#3698](https://github.com/primefaces/primevue/issues/3698) +- Tooltip: cannot unbind events when tooltip value is cleared [\#3645](https://github.com/primefaces/primevue/issues/3645) +- Calendar: Disable year and month when set minDate or maxDate [\#3589](https://github.com/primefaces/primevue/issues/3589) +- DataTable frozen columns in footer not freezing [\#3190](https://github.com/primefaces/primevue/issues/3190) +- ConfirmPopup: page scrolls up when the button is clicked a second time [\#3516](https://github.com/primefaces/primevue/issues/3516) ## [3.24.0](https://github.com/primefaces/primevue/tree/3.24.0) (2023-03-07) @@ -244,26 +282,26 @@ **Breaking Changes:** -- Removed TypeScript types [\#3696](https://github.com/primefaces/primevue/issues/3696) -- DataTable CSS and responsive structure improvements [\#3682](https://github.com/primefaces/primevue/issues/3682) +- Removed TypeScript types [\#3696](https://github.com/primefaces/primevue/issues/3696) +- DataTable CSS and responsive structure improvements [\#3682](https://github.com/primefaces/primevue/issues/3682) **Implemented New Features and Enhancements:** -- SplitButton: New Styling properties [\#3697](https://github.com/primefaces/primevue/issues/3697) -- Button: New Styling Properties [\#3695](https://github.com/primefaces/primevue/issues/3695) -- Add appendOnly and inline properties to VirtualScroller [\#3683](https://github.com/primefaces/primevue/issues/3683) -- Avatar - Image Alt text Accessibility [\#3593](https://github.com/primefaces/primevue/issues/3593) -- Tab Menu: Add role to ink bar [\#3583](https://github.com/primefaces/primevue/issues/3583) -- Toast: new `close` and `life-end` methods [\#2989](https://github.com/primefaces/primevue/issues/2989) +- SplitButton: New Styling properties [\#3697](https://github.com/primefaces/primevue/issues/3697) +- Button: New Styling Properties [\#3695](https://github.com/primefaces/primevue/issues/3695) +- Add appendOnly and inline properties to VirtualScroller [\#3683](https://github.com/primefaces/primevue/issues/3683) +- Avatar - Image Alt text Accessibility [\#3593](https://github.com/primefaces/primevue/issues/3593) +- Tab Menu: Add role to ink bar [\#3583](https://github.com/primefaces/primevue/issues/3583) +- Toast: new `close` and `life-end` methods [\#2989](https://github.com/primefaces/primevue/issues/2989) **Fixed bugs:** -- Dropdown: editable mode add change event [\#3692](https://github.com/primefaces/primevue/issues/3692) -- DataTable: cannot uncheck when click the checkbox in column [\#3691](https://github.com/primefaces/primevue/issues/3691) -- Checkbox: has an attribute that is not supported by input checkboxes. [\#3678](https://github.com/primefaces/primevue/issues/3678) -- Badge: do not render Zero correctly [\#3649](https://github.com/primefaces/primevue/issues/3649) -- InputSwitch: invalid state defect [\#3646](https://github.com/primefaces/primevue/issues/3646) -- MegaMenu templating defect [\#3621](https://github.com/primefaces/primevue/issues/3621) +- Dropdown: editable mode add change event [\#3692](https://github.com/primefaces/primevue/issues/3692) +- DataTable: cannot uncheck when click the checkbox in column [\#3691](https://github.com/primefaces/primevue/issues/3691) +- Checkbox: has an attribute that is not supported by input checkboxes. [\#3678](https://github.com/primefaces/primevue/issues/3678) +- Badge: do not render Zero correctly [\#3649](https://github.com/primefaces/primevue/issues/3649) +- InputSwitch: invalid state defect [\#3646](https://github.com/primefaces/primevue/issues/3646) +- MegaMenu templating defect [\#3621](https://github.com/primefaces/primevue/issues/3621) ## [3.23.0](https://github.com/primefaces/primevue/tree/3.23.0) (2023-01-30) @@ -271,20 +309,20 @@ **Implemented New Features and Enhancements:** -- Menu: `start` and `end` templating [\#3599](https://github.com/primefaces/primevue/issues/3599) -- Intro 6 New Free Themes [\#3597](https://github.com/primefaces/primevue/issues/3597) -- DataTable: exportData exclude column footers [\#3328](https://github.com/primefaces/primevue/issues/3328) +- Menu: `start` and `end` templating [\#3599](https://github.com/primefaces/primevue/issues/3599) +- Intro 6 New Free Themes [\#3597](https://github.com/primefaces/primevue/issues/3597) +- DataTable: exportData exclude column footers [\#3328](https://github.com/primefaces/primevue/issues/3328) **Fixed bugs:** -- Breadcrumb: Home item not using item slot [\#3604](https://github.com/primefaces/primevue/issues/3604) -- Locale: `endsWith` typing error on d.ts [\#3595](https://github.com/primefaces/primevue/issues/3595) -- Tag: Duplicate class names [\#3584](https://github.com/primefaces/primevue/issues/3584) -- DataTable: tabbing error with row select and expanded rows enabled [\#3571](https://github.com/primefaces/primevue/issues/3571) -- Dialog: dismissableMask not working when closable false [\#3560](https://github.com/primefaces/primevue/issues/3560) -- DataTable: Paginator should be below DataTable Footer templating [\#3540](https://github.com/primefaces/primevue/issues/3540) -- Datatable: RowReorder fails in case of pagination on page other than first & last [\#3443](https://github.com/primefaces/primevue/issues/3443) -- Calendar: maxDate with 12-hour-format does not allow minute and second value modification [\#3356](https://github.com/primefaces/primevue/issues/3356) +- Breadcrumb: Home item not using item slot [\#3604](https://github.com/primefaces/primevue/issues/3604) +- Locale: `endsWith` typing error on d.ts [\#3595](https://github.com/primefaces/primevue/issues/3595) +- Tag: Duplicate class names [\#3584](https://github.com/primefaces/primevue/issues/3584) +- DataTable: tabbing error with row select and expanded rows enabled [\#3571](https://github.com/primefaces/primevue/issues/3571) +- Dialog: dismissableMask not working when closable false [\#3560](https://github.com/primefaces/primevue/issues/3560) +- DataTable: Paginator should be below DataTable Footer templating [\#3540](https://github.com/primefaces/primevue/issues/3540) +- Datatable: RowReorder fails in case of pagination on page other than first & last [\#3443](https://github.com/primefaces/primevue/issues/3443) +- Calendar: maxDate with 12-hour-format does not allow minute and second value modification [\#3356](https://github.com/primefaces/primevue/issues/3356) ## [3.22.4](https://github.com/primefaces/primevue/tree/3.22.4) (2023-01-23) @@ -292,14 +330,14 @@ **Fixed bugs:** -- Breadcrumb: when home is not defined, first separator should not be rendered [\#3570](https://github.com/primefaces/primevue/issues/3570) -- PanelMenu header action color update [\#3561](https://github.com/primefaces/primevue/issues/3561) -- Unique values created in components are set incorrectly. [\#3558](https://github.com/primefaces/primevue/issues/3558) -- ZIndexUtils: Dropdown inside Dialog doesn't work [\#3554](https://github.com/primefaces/primevue/issues/3554) -- PanelMenu: Link items can't be opened with a keyboard \(slot issue\) [\#3553](https://github.com/primefaces/primevue/issues/3553) -- Material Calendar: Invalid State defect [\#3547](https://github.com/primefaces/primevue/issues/3547) -- Textarea : Label colour do not changes to primary colour when floating above [\#3530](https://github.com/primefaces/primevue/issues/3530) -- Calendar: Regression. Incorrect calendar pop-up positioning when used as editor in DataTable [\#3526](https://github.com/primefaces/primevue/issues/3526) +- Breadcrumb: when home is not defined, first separator should not be rendered [\#3570](https://github.com/primefaces/primevue/issues/3570) +- PanelMenu header action color update [\#3561](https://github.com/primefaces/primevue/issues/3561) +- Unique values created in components are set incorrectly. [\#3558](https://github.com/primefaces/primevue/issues/3558) +- ZIndexUtils: Dropdown inside Dialog doesn't work [\#3554](https://github.com/primefaces/primevue/issues/3554) +- PanelMenu: Link items can't be opened with a keyboard \(slot issue\) [\#3553](https://github.com/primefaces/primevue/issues/3553) +- Material Calendar: Invalid State defect [\#3547](https://github.com/primefaces/primevue/issues/3547) +- Textarea : Label colour do not changes to primary colour when floating above [\#3530](https://github.com/primefaces/primevue/issues/3530) +- Calendar: Regression. Incorrect calendar pop-up positioning when used as editor in DataTable [\#3526](https://github.com/primefaces/primevue/issues/3526) ## [3.22.3](https://github.com/primefaces/primevue/tree/3.22.3) (2023-01-17) @@ -307,7 +345,7 @@ **Fixed bugs:** -- ZIndexUtils is not working as expected on the overlays [\#3549](https://github.com/primefaces/primevue/issues/3549) +- ZIndexUtils is not working as expected on the overlays [\#3549](https://github.com/primefaces/primevue/issues/3549) ## [3.22.2](https://github.com/primefaces/primevue/tree/3.22.2) (2023-01-16) @@ -315,21 +353,21 @@ **Implemented New Features and Enhancements:** -- Sidebar: transition class update and adding `after-hide` event [\#3535](https://github.com/primefaces/primevue/issues/3535) +- Sidebar: transition class update and adding `after-hide` event [\#3535](https://github.com/primefaces/primevue/issues/3535) **Fixed bugs:** -- Divider: dotted vertical divider is not working [\#3534](https://github.com/primefaces/primevue/issues/3534) -- RadioButton and Rating causes scroll [\#3533](https://github.com/primefaces/primevue/issues/3533) -- Sidebar: Mask container should be removed from DOM [\#3531](https://github.com/primefaces/primevue/issues/3531) -- Menu: TypeError with only disabled menuitems [\#3513](https://github.com/primefaces/primevue/issues/3513) -- DataTable/Paginator: JumpToInput not working. Incrementing page not changing input value [\#3538](https://github.com/primefaces/primevue/issues/3538) +- Divider: dotted vertical divider is not working [\#3534](https://github.com/primefaces/primevue/issues/3534) +- RadioButton and Rating causes scroll [\#3533](https://github.com/primefaces/primevue/issues/3533) +- Sidebar: Mask container should be removed from DOM [\#3531](https://github.com/primefaces/primevue/issues/3531) +- Menu: TypeError with only disabled menuitems [\#3513](https://github.com/primefaces/primevue/issues/3513) +- DataTable/Paginator: JumpToInput not working. Incrementing page not changing input value [\#3538](https://github.com/primefaces/primevue/issues/3538) ## [3.22.1](https://github.com/primefaces/primevue/tree/3.22.1) (2023-01-12) [Full Changelog](https://github.com/primefaces/primevue/compare/3.22.0...3.22.1) -- Sidebar: Extraneous non-props attributes warnings [\#3524](https://github.com/primefaces/primevue/issues/3524) +- Sidebar: Extraneous non-props attributes warnings [\#3524](https://github.com/primefaces/primevue/issues/3524) **Fixed bugs:** @@ -339,36 +377,36 @@ **Implemented New Features and Enhancements:** -- ProgressSpinner| color updates [\#3511](https://github.com/primefaces/primevue/issues/3511) -- Reimplement Sidebar [\#3474](https://github.com/primefaces/primevue/issues/3474) -- Pass props to SplitButton MenuButton [\#3394](https://github.com/primefaces/primevue/issues/3394) -- TabMenu: index of menu item must be accessible in slot [\#3393](https://github.com/primefaces/primevue/issues/3393) -- `empty` slot for Autocomplete [\#2525](https://github.com/primefaces/primevue/issues/2525) +- ProgressSpinner| color updates [\#3511](https://github.com/primefaces/primevue/issues/3511) +- Reimplement Sidebar [\#3474](https://github.com/primefaces/primevue/issues/3474) +- Pass props to SplitButton MenuButton [\#3394](https://github.com/primefaces/primevue/issues/3394) +- TabMenu: index of menu item must be accessible in slot [\#3393](https://github.com/primefaces/primevue/issues/3393) +- `empty` slot for Autocomplete [\#2525](https://github.com/primefaces/primevue/issues/2525) **Fixed bugs:** -- DropdownMenu: Disabled dropdown can still be opened with screen reader [\#3512](https://github.com/primefaces/primevue/issues/3512) -- SpeedDial: Overlapping Issue [\#3504](https://github.com/primefaces/primevue/issues/3504) -- Breadcrumb: Using template the Home icon is not appearing [\#3503](https://github.com/primefaces/primevue/issues/3503) -- SplitButton: unexpected call of default action [\#3467](https://github.com/primefaces/primevue/issues/3467) -- Calendar: inline mode accepts focus [\#3452](https://github.com/primefaces/primevue/issues/3452) -- Data Table: groupRowsBy, prop type error [\#3450](https://github.com/primefaces/primevue/issues/3450) -- The focus styling is always set to the first element in List components [\#3447](https://github.com/primefaces/primevue/issues/3447) -- Panel: typo on toggle button props [\#3436](https://github.com/primefaces/primevue/issues/3436) -- MultiSelect: mark text with shift+Home does not work [\#3435](https://github.com/primefaces/primevue/issues/3435) -- PanelMenu: open/close events flipped [\#3434](https://github.com/primefaces/primevue/issues/3434) -- ConfirmPopup: page scrolls up when push the button [\#3432](https://github.com/primefaces/primevue/issues/3432) -- ConfirmDialog: icon element still rendering even when icon property is null [\#3431](https://github.com/primefaces/primevue/issues/3431) -- DataTable/Paginator: Double event fire in JumpToPageInput [\#3409](https://github.com/primefaces/primevue/issues/3409) -- Checkbox: inputClass and inputStyle properties does not apply correctly [\#3406](https://github.com/primefaces/primevue/issues/3406) -- DataTable: Invalid typing for DataTableSortFieldType [\#3403](https://github.com/primefaces/primevue/issues/3403) -- Calendar: Invalid TypeScript definitions for modelValue [\#3400](https://github.com/primefaces/primevue/issues/3400) -- Calendar: Time input doesn't allow PM when typed in [\#3398](https://github.com/primefaces/primevue/issues/3398) -- FileUpload Missing TypeDefinitions for Callbacks in \#content slot [\#3396](https://github.com/primefaces/primevue/issues/3396) -- TieredMenu: Menu commands in the TieredMenu don't receive any arguments [\#3391](https://github.com/primefaces/primevue/issues/3391) -- PanelMenu: passing computed value as a model prop [\#3166](https://github.com/primefaces/primevue/issues/3166) -- Editor: Can not click change color text and background color in Editor [\#3097](https://github.com/primefaces/primevue/issues/3097) -- Sidebar overlay not removed after changing position [\#1823](https://github.com/primefaces/primevue/issues/1823) +- DropdownMenu: Disabled dropdown can still be opened with screen reader [\#3512](https://github.com/primefaces/primevue/issues/3512) +- SpeedDial: Overlapping Issue [\#3504](https://github.com/primefaces/primevue/issues/3504) +- Breadcrumb: Using template the Home icon is not appearing [\#3503](https://github.com/primefaces/primevue/issues/3503) +- SplitButton: unexpected call of default action [\#3467](https://github.com/primefaces/primevue/issues/3467) +- Calendar: inline mode accepts focus [\#3452](https://github.com/primefaces/primevue/issues/3452) +- Data Table: groupRowsBy, prop type error [\#3450](https://github.com/primefaces/primevue/issues/3450) +- The focus styling is always set to the first element in List components [\#3447](https://github.com/primefaces/primevue/issues/3447) +- Panel: typo on toggle button props [\#3436](https://github.com/primefaces/primevue/issues/3436) +- MultiSelect: mark text with shift+Home does not work [\#3435](https://github.com/primefaces/primevue/issues/3435) +- PanelMenu: open/close events flipped [\#3434](https://github.com/primefaces/primevue/issues/3434) +- ConfirmPopup: page scrolls up when push the button [\#3432](https://github.com/primefaces/primevue/issues/3432) +- ConfirmDialog: icon element still rendering even when icon property is null [\#3431](https://github.com/primefaces/primevue/issues/3431) +- DataTable/Paginator: Double event fire in JumpToPageInput [\#3409](https://github.com/primefaces/primevue/issues/3409) +- Checkbox: inputClass and inputStyle properties does not apply correctly [\#3406](https://github.com/primefaces/primevue/issues/3406) +- DataTable: Invalid typing for DataTableSortFieldType [\#3403](https://github.com/primefaces/primevue/issues/3403) +- Calendar: Invalid TypeScript definitions for modelValue [\#3400](https://github.com/primefaces/primevue/issues/3400) +- Calendar: Time input doesn't allow PM when typed in [\#3398](https://github.com/primefaces/primevue/issues/3398) +- FileUpload Missing TypeDefinitions for Callbacks in \#content slot [\#3396](https://github.com/primefaces/primevue/issues/3396) +- TieredMenu: Menu commands in the TieredMenu don't receive any arguments [\#3391](https://github.com/primefaces/primevue/issues/3391) +- PanelMenu: passing computed value as a model prop [\#3166](https://github.com/primefaces/primevue/issues/3166) +- Editor: Can not click change color text and background color in Editor [\#3097](https://github.com/primefaces/primevue/issues/3097) +- Sidebar overlay not removed after changing position [\#1823](https://github.com/primefaces/primevue/issues/1823) ## [3.21.0](https://github.com/primefaces/primevue/tree/3.21.0) (2022-12-08) @@ -376,43 +414,43 @@ **Implemented New Features and Enhancements:** -- MultiSelect: Very long selection time due to Chips [\#3380](https://github.com/primefaces/primevue/issues/3380) -- Improve Message Implementation for Accessibility [\#3370](https://github.com/primefaces/primevue/issues/3370) -- Improve Toast Implementation for Accessibility [\#3369](https://github.com/primefaces/primevue/issues/3369) -- Add gap when Toolbar wraps [\#3366](https://github.com/primefaces/primevue/issues/3366) -- Center content to Toolbar [\#3365](https://github.com/primefaces/primevue/issues/3365) -- Deprecate Toolbar CSS classes [\#3364](https://github.com/primefaces/primevue/issues/3364) -- Improve Tree Implementation for Accessibility [\#3360](https://github.com/primefaces/primevue/issues/3360) -- Calendar: Chrome autocomplete list is overlaying the data picker model [\#3355](https://github.com/primefaces/primevue/issues/3355) -- Improve SpeedDial Implementation for Accessibility [\#3353](https://github.com/primefaces/primevue/issues/3353) -- When clicking any menuitem in the Menu components, it always focuses on the first menuitem [\#3352](https://github.com/primefaces/primevue/issues/3352) -- Improve Image Implementation for Accessibility [\#3351](https://github.com/primefaces/primevue/issues/3351) -- AutoComplete: new `dropdownClass` prop [\#3350](https://github.com/primefaces/primevue/issues/3350) -- Improve Galleria Implementation for Accessibility [\#3349](https://github.com/primefaces/primevue/issues/3349) -- Improve Carousel Implementation for Accessibility [\#3348](https://github.com/primefaces/primevue/issues/3348) -- Improve SplitButton Implementation for Accessibility [\#3344](https://github.com/primefaces/primevue/issues/3344) -- Improve search operation on PanelMenu [\#3342](https://github.com/primefaces/primevue/issues/3342) -- Improve Chart Component Implementation for Accessibility [\#3333](https://github.com/primefaces/primevue/issues/3333) -- Improve DataTable Implementation for Accessibility [\#3330](https://github.com/primefaces/primevue/issues/3330) -- Improve PickList Implementation for Accessibility [\#3323](https://github.com/primefaces/primevue/issues/3323) -- Improve OrderList Implementation for Accessibility [\#3321](https://github.com/primefaces/primevue/issues/3321) -- Improve TreeTable Implementation for Accessibility [\#3319](https://github.com/primefaces/primevue/issues/3319) -- Improve DataView Implementation for Accessibility [\#3310](https://github.com/primefaces/primevue/issues/3310) -- Improve Paginator Implementation for Accessibility [\#3304](https://github.com/primefaces/primevue/issues/3304) -- Improve OrganizationChart Implementation for Accessibility [\#3302](https://github.com/primefaces/primevue/issues/3302) -- Improve Timeline Implementation for Accessibility [\#3296](https://github.com/primefaces/primevue/issues/3296) -- Dropdown: add keyboard support for Numpad Enter [\#3257](https://github.com/primefaces/primevue/issues/3257) -- Calendar: Accessibility for Material themes [\#2900](https://github.com/primefaces/primevue/issues/2900) +- MultiSelect: Very long selection time due to Chips [\#3380](https://github.com/primefaces/primevue/issues/3380) +- Improve Message Implementation for Accessibility [\#3370](https://github.com/primefaces/primevue/issues/3370) +- Improve Toast Implementation for Accessibility [\#3369](https://github.com/primefaces/primevue/issues/3369) +- Add gap when Toolbar wraps [\#3366](https://github.com/primefaces/primevue/issues/3366) +- Center content to Toolbar [\#3365](https://github.com/primefaces/primevue/issues/3365) +- Deprecate Toolbar CSS classes [\#3364](https://github.com/primefaces/primevue/issues/3364) +- Improve Tree Implementation for Accessibility [\#3360](https://github.com/primefaces/primevue/issues/3360) +- Calendar: Chrome autocomplete list is overlaying the data picker model [\#3355](https://github.com/primefaces/primevue/issues/3355) +- Improve SpeedDial Implementation for Accessibility [\#3353](https://github.com/primefaces/primevue/issues/3353) +- When clicking any menuitem in the Menu components, it always focuses on the first menuitem [\#3352](https://github.com/primefaces/primevue/issues/3352) +- Improve Image Implementation for Accessibility [\#3351](https://github.com/primefaces/primevue/issues/3351) +- AutoComplete: new `dropdownClass` prop [\#3350](https://github.com/primefaces/primevue/issues/3350) +- Improve Galleria Implementation for Accessibility [\#3349](https://github.com/primefaces/primevue/issues/3349) +- Improve Carousel Implementation for Accessibility [\#3348](https://github.com/primefaces/primevue/issues/3348) +- Improve SplitButton Implementation for Accessibility [\#3344](https://github.com/primefaces/primevue/issues/3344) +- Improve search operation on PanelMenu [\#3342](https://github.com/primefaces/primevue/issues/3342) +- Improve Chart Component Implementation for Accessibility [\#3333](https://github.com/primefaces/primevue/issues/3333) +- Improve DataTable Implementation for Accessibility [\#3330](https://github.com/primefaces/primevue/issues/3330) +- Improve PickList Implementation for Accessibility [\#3323](https://github.com/primefaces/primevue/issues/3323) +- Improve OrderList Implementation for Accessibility [\#3321](https://github.com/primefaces/primevue/issues/3321) +- Improve TreeTable Implementation for Accessibility [\#3319](https://github.com/primefaces/primevue/issues/3319) +- Improve DataView Implementation for Accessibility [\#3310](https://github.com/primefaces/primevue/issues/3310) +- Improve Paginator Implementation for Accessibility [\#3304](https://github.com/primefaces/primevue/issues/3304) +- Improve OrganizationChart Implementation for Accessibility [\#3302](https://github.com/primefaces/primevue/issues/3302) +- Improve Timeline Implementation for Accessibility [\#3296](https://github.com/primefaces/primevue/issues/3296) +- Dropdown: add keyboard support for Numpad Enter [\#3257](https://github.com/primefaces/primevue/issues/3257) +- Calendar: Accessibility for Material themes [\#2900](https://github.com/primefaces/primevue/issues/2900) **Fixed bugs:** -- Password: Eye icon problem in MS Edge and IE [\#3372](https://github.com/primefaces/primevue/issues/3372) -- Menubar: No items property fails to compile [\#3359](https://github.com/primefaces/primevue/issues/3359) -- TabMenu: we can not use tab-change event with menuitem templating [\#3357](https://github.com/primefaces/primevue/issues/3357) -- FileUpload Missing TypeDefinitions for Slots [\#3335](https://github.com/primefaces/primevue/issues/3335) -- Multiselect Uncaught TypeError [\#3329](https://github.com/primefaces/primevue/issues/3329) -- AutoComplete: the forceSelection property causes inconsistent behavior when the value is removed [\#3161](https://github.com/primefaces/primevue/issues/3161) -- Dropdown: Long list causes the page to have a long scroll bar [\#3031](https://github.com/primefaces/primevue/issues/3031) +- Password: Eye icon problem in MS Edge and IE [\#3372](https://github.com/primefaces/primevue/issues/3372) +- Menubar: No items property fails to compile [\#3359](https://github.com/primefaces/primevue/issues/3359) +- TabMenu: we can not use tab-change event with menuitem templating [\#3357](https://github.com/primefaces/primevue/issues/3357) +- FileUpload Missing TypeDefinitions for Slots [\#3335](https://github.com/primefaces/primevue/issues/3335) +- Multiselect Uncaught TypeError [\#3329](https://github.com/primefaces/primevue/issues/3329) +- AutoComplete: the forceSelection property causes inconsistent behavior when the value is removed [\#3161](https://github.com/primefaces/primevue/issues/3161) +- Dropdown: Long list causes the page to have a long scroll bar [\#3031](https://github.com/primefaces/primevue/issues/3031) ## [3.20.0](https://github.com/primefaces/primevue/tree/3.20.0) (2022-11-18) @@ -420,26 +458,26 @@ **Implemented New Features and Enhancements:** -- OverlayPanel: deprecate `ariaCloseLabel` prop [\#3287](https://github.com/primefaces/primevue/issues/3287) -- Improve Inplace Implementation for Accessibility [\#3286](https://github.com/primefaces/primevue/issues/3286) -- Improve ProgressBar Implementation for Accessibility [\#3284](https://github.com/primefaces/primevue/issues/3284) -- Improve Chip Implementation for Accessibility [\#3282](https://github.com/primefaces/primevue/issues/3282) -- Improve BlockUI Implementation for Accessibility [\#3280](https://github.com/primefaces/primevue/issues/3280) -- Improve Badge Implementation for Accessibility [\#3278](https://github.com/primefaces/primevue/issues/3278) -- Improve Tag Implementation for Accessibility [\#3277](https://github.com/primefaces/primevue/issues/3277) -- Improve Ripple Implementation for Accessibility [\#3276](https://github.com/primefaces/primevue/issues/3276) -- Improve Skeleton Implementation for Accessibility [\#3275](https://github.com/primefaces/primevue/issues/3275) -- Improve Avatar Implementation for Accessibility [\#3273](https://github.com/primefaces/primevue/issues/3273) -- Improve ProgressSpinner Implementation for Accessibility [\#3272](https://github.com/primefaces/primevue/issues/3272) -- Improve Terminal Implementation for Accessibility [\#3271](https://github.com/primefaces/primevue/issues/3271) -- Improve ScrollTop Implementation for Accessibility [\#3270](https://github.com/primefaces/primevue/issues/3270) +- OverlayPanel: deprecate `ariaCloseLabel` prop [\#3287](https://github.com/primefaces/primevue/issues/3287) +- Improve Inplace Implementation for Accessibility [\#3286](https://github.com/primefaces/primevue/issues/3286) +- Improve ProgressBar Implementation for Accessibility [\#3284](https://github.com/primefaces/primevue/issues/3284) +- Improve Chip Implementation for Accessibility [\#3282](https://github.com/primefaces/primevue/issues/3282) +- Improve BlockUI Implementation for Accessibility [\#3280](https://github.com/primefaces/primevue/issues/3280) +- Improve Badge Implementation for Accessibility [\#3278](https://github.com/primefaces/primevue/issues/3278) +- Improve Tag Implementation for Accessibility [\#3277](https://github.com/primefaces/primevue/issues/3277) +- Improve Ripple Implementation for Accessibility [\#3276](https://github.com/primefaces/primevue/issues/3276) +- Improve Skeleton Implementation for Accessibility [\#3275](https://github.com/primefaces/primevue/issues/3275) +- Improve Avatar Implementation for Accessibility [\#3273](https://github.com/primefaces/primevue/issues/3273) +- Improve ProgressSpinner Implementation for Accessibility [\#3272](https://github.com/primefaces/primevue/issues/3272) +- Improve Terminal Implementation for Accessibility [\#3271](https://github.com/primefaces/primevue/issues/3271) +- Improve ScrollTop Implementation for Accessibility [\#3270](https://github.com/primefaces/primevue/issues/3270) **Fixed bugs:** -- PrimeIcons missing type definition [\#3292](https://github.com/primefaces/primevue/issues/3292) -- Panel: `toggleButtonProps` prop defect [\#3289](https://github.com/primefaces/primevue/issues/3289) -- Fieldset: `toggleButtonProps` prop defect [\#3288](https://github.com/primefaces/primevue/issues/3288) -- Calendar: maxDate with 12-hour formatting restricts values incorrectly [\#3253](https://github.com/primefaces/primevue/issues/3253) +- PrimeIcons missing type definition [\#3292](https://github.com/primefaces/primevue/issues/3292) +- Panel: `toggleButtonProps` prop defect [\#3289](https://github.com/primefaces/primevue/issues/3289) +- Fieldset: `toggleButtonProps` prop defect [\#3288](https://github.com/primefaces/primevue/issues/3288) +- Calendar: maxDate with 12-hour formatting restricts values incorrectly [\#3253](https://github.com/primefaces/primevue/issues/3253) ## [3.19.0](https://github.com/primefaces/primevue/tree/3.19.0) (2022-11-16) @@ -447,28 +485,28 @@ **Implemented New Features and Enhancements:** -- Update PrimeFlex 3.3.0 [\#3261](https://github.com/primefaces/primevue/issues/3261) -- Improve OverlayPanel Implementation for Accessibility [\#3254](https://github.com/primefaces/primevue/issues/3254) -- Improve Tooltip Implementation for Accessibility [\#3248](https://github.com/primefaces/primevue/issues/3248) -- Chips | Allow multiple seperators [\#3240](https://github.com/primefaces/primevue/issues/3240) -- Improve ConfirmPopup implementation for Accessibility [\#3236](https://github.com/primefaces/primevue/issues/3236) -- Improve Sidebar implementation for Accessibility [\#3233](https://github.com/primefaces/primevue/issues/3233) -- Improve ConfirmDialog implementation for Accessibility [\#3232](https://github.com/primefaces/primevue/issues/3232) -- Improve Dialog implementation for Accessibility [\#3231](https://github.com/primefaces/primevue/issues/3231) -- FocusTrap Directive [\#3225](https://github.com/primefaces/primevue/issues/3225) -- Splitter: Emit Resize Start event [\#3203](https://github.com/primefaces/primevue/issues/3203) +- Update PrimeFlex 3.3.0 [\#3261](https://github.com/primefaces/primevue/issues/3261) +- Improve OverlayPanel Implementation for Accessibility [\#3254](https://github.com/primefaces/primevue/issues/3254) +- Improve Tooltip Implementation for Accessibility [\#3248](https://github.com/primefaces/primevue/issues/3248) +- Chips | Allow multiple seperators [\#3240](https://github.com/primefaces/primevue/issues/3240) +- Improve ConfirmPopup implementation for Accessibility [\#3236](https://github.com/primefaces/primevue/issues/3236) +- Improve Sidebar implementation for Accessibility [\#3233](https://github.com/primefaces/primevue/issues/3233) +- Improve ConfirmDialog implementation for Accessibility [\#3232](https://github.com/primefaces/primevue/issues/3232) +- Improve Dialog implementation for Accessibility [\#3231](https://github.com/primefaces/primevue/issues/3231) +- FocusTrap Directive [\#3225](https://github.com/primefaces/primevue/issues/3225) +- Splitter: Emit Resize Start event [\#3203](https://github.com/primefaces/primevue/issues/3203) **Fixed bugs:** -- PrimeVue Radiobutton - Mobile - scroll to top [\#3266](https://github.com/primefaces/primevue/issues/3266) -- Calendar: Inline Calendar is jumping when selected mode is range and number of months is more then 1 [\#3247](https://github.com/primefaces/primevue/issues/3247) -- Slider: Range feature not working correctly [\#3238](https://github.com/primefaces/primevue/issues/3238) -- Chips | Cannot remove p-focus [\#3237](https://github.com/primefaces/primevue/issues/3237) -- Menubar: should accept empty items [\#3224](https://github.com/primefaces/primevue/issues/3224) -- Menu: TypeError with only disabled menuitems [\#3223](https://github.com/primefaces/primevue/issues/3223) -- Menubar: Menu Icon in mobile view problem [\#3221](https://github.com/primefaces/primevue/issues/3221) -- DataTable: groupRowsBy has wrong type [\#3219](https://github.com/primefaces/primevue/issues/3219) -- TieredMenu \(and SplitButton\): Jumps to the top of the page [\#3212](https://github.com/primefaces/primevue/issues/3212) +- PrimeVue Radiobutton - Mobile - scroll to top [\#3266](https://github.com/primefaces/primevue/issues/3266) +- Calendar: Inline Calendar is jumping when selected mode is range and number of months is more then 1 [\#3247](https://github.com/primefaces/primevue/issues/3247) +- Slider: Range feature not working correctly [\#3238](https://github.com/primefaces/primevue/issues/3238) +- Chips | Cannot remove p-focus [\#3237](https://github.com/primefaces/primevue/issues/3237) +- Menubar: should accept empty items [\#3224](https://github.com/primefaces/primevue/issues/3224) +- Menu: TypeError with only disabled menuitems [\#3223](https://github.com/primefaces/primevue/issues/3223) +- Menubar: Menu Icon in mobile view problem [\#3221](https://github.com/primefaces/primevue/issues/3221) +- DataTable: groupRowsBy has wrong type [\#3219](https://github.com/primefaces/primevue/issues/3219) +- TieredMenu \(and SplitButton\): Jumps to the top of the page [\#3212](https://github.com/primefaces/primevue/issues/3212) ## [3.18.1](https://github.com/primefaces/primevue/tree/3.18.1) (2022-10-31) @@ -476,37 +514,37 @@ **Implemented New Features and Enhancements:** -- Dialog: Allow custom icons for maximizing [\#3192](https://github.com/primefaces/primevue/issues/3192) -- InputNumber: `highlightOnFocus` property [\#3179](https://github.com/primefaces/primevue/issues/3179) -- Inplace: Allow custom icons [\#3134](https://github.com/primefaces/primevue/issues/3134) -- Slider: Range slider can not be dragged to the left when both thumbs overlap [\#3104](https://github.com/primefaces/primevue/issues/3104) -- Calendar: Allow custom icons [\#3081](https://github.com/primefaces/primevue/issues/3081) -- Toast: Allow custom icons [\#3061](https://github.com/primefaces/primevue/issues/3061) -- Message: Allow custom icons [\#3059](https://github.com/primefaces/primevue/issues/3059) -- Sidebar: Allow custom icons [\#3057](https://github.com/primefaces/primevue/issues/3057) -- Dialog: Allow custom icons [\#3054](https://github.com/primefaces/primevue/issues/3054) -- Chips: Allow custom icons [\#3052](https://github.com/primefaces/primevue/issues/3052) +- Dialog: Allow custom icons for maximizing [\#3192](https://github.com/primefaces/primevue/issues/3192) +- InputNumber: `highlightOnFocus` property [\#3179](https://github.com/primefaces/primevue/issues/3179) +- Inplace: Allow custom icons [\#3134](https://github.com/primefaces/primevue/issues/3134) +- Slider: Range slider can not be dragged to the left when both thumbs overlap [\#3104](https://github.com/primefaces/primevue/issues/3104) +- Calendar: Allow custom icons [\#3081](https://github.com/primefaces/primevue/issues/3081) +- Toast: Allow custom icons [\#3061](https://github.com/primefaces/primevue/issues/3061) +- Message: Allow custom icons [\#3059](https://github.com/primefaces/primevue/issues/3059) +- Sidebar: Allow custom icons [\#3057](https://github.com/primefaces/primevue/issues/3057) +- Dialog: Allow custom icons [\#3054](https://github.com/primefaces/primevue/issues/3054) +- Chips: Allow custom icons [\#3052](https://github.com/primefaces/primevue/issues/3052) **Fixed bugs:** -- PanelMenu: Can't resolve DomHandler [\#3198](https://github.com/primefaces/primevue/issues/3198) -- ContextMenu: attributes could not be automatically inherited [\#3197](https://github.com/primefaces/primevue/issues/3197) -- DataTable: the table is broken in 3.18.0 [\#3189](https://github.com/primefaces/primevue/issues/3189) -- Menubar: \#item slot is never called [\#3177](https://github.com/primefaces/primevue/issues/3177) -- OverlayPanel: Missing type defination [\#3168](https://github.com/primefaces/primevue/issues/3168) -- Tooltip: loose reactivity when the content is empty [\#3163](https://github.com/primefaces/primevue/issues/3163) -- ContextMenu | does not close when left click outside of menu [\#3158](https://github.com/primefaces/primevue/issues/3158) -- Breadcrumb: SSR Error window is not defined [\#3156](https://github.com/primefaces/primevue/issues/3156) -- Calendar | set readonly prop to readonly attribute [\#3155](https://github.com/primefaces/primevue/issues/3155) -- FileUpload: Failed to resolve the Badge and Button components [\#3154](https://github.com/primefaces/primevue/issues/3154) -- Menu.vue: seperatorClass is not a function [\#3151](https://github.com/primefaces/primevue/issues/3151) -- AutoComplete: mark text with shift+Home does not work. [\#3140](https://github.com/primefaces/primevue/issues/3140) -- Calendar in inline : Cannot read properties of undefined \(reading 'focus'\) [\#3108](https://github.com/primefaces/primevue/issues/3108) -- Can select disabled options in multiselect [\#3094](https://github.com/primefaces/primevue/issues/3094) -- Dropdown: OptionGroup disappear with filter [\#3078](https://github.com/primefaces/primevue/issues/3078) -- MultiSelect group labels disappear when filtering [\#3068](https://github.com/primefaces/primevue/issues/3068) -- Calendar: locale am & pm not work on time picker panel [\#2952](https://github.com/primefaces/primevue/issues/2952) -- ScrollPanel Bars visible with Browser Zoom [\#2137](https://github.com/primefaces/primevue/issues/2137) +- PanelMenu: Can't resolve DomHandler [\#3198](https://github.com/primefaces/primevue/issues/3198) +- ContextMenu: attributes could not be automatically inherited [\#3197](https://github.com/primefaces/primevue/issues/3197) +- DataTable: the table is broken in 3.18.0 [\#3189](https://github.com/primefaces/primevue/issues/3189) +- Menubar: \#item slot is never called [\#3177](https://github.com/primefaces/primevue/issues/3177) +- OverlayPanel: Missing type defination [\#3168](https://github.com/primefaces/primevue/issues/3168) +- Tooltip: loose reactivity when the content is empty [\#3163](https://github.com/primefaces/primevue/issues/3163) +- ContextMenu | does not close when left click outside of menu [\#3158](https://github.com/primefaces/primevue/issues/3158) +- Breadcrumb: SSR Error window is not defined [\#3156](https://github.com/primefaces/primevue/issues/3156) +- Calendar | set readonly prop to readonly attribute [\#3155](https://github.com/primefaces/primevue/issues/3155) +- FileUpload: Failed to resolve the Badge and Button components [\#3154](https://github.com/primefaces/primevue/issues/3154) +- Menu.vue: seperatorClass is not a function [\#3151](https://github.com/primefaces/primevue/issues/3151) +- AutoComplete: mark text with shift+Home does not work. [\#3140](https://github.com/primefaces/primevue/issues/3140) +- Calendar in inline : Cannot read properties of undefined \(reading 'focus'\) [\#3108](https://github.com/primefaces/primevue/issues/3108) +- Can select disabled options in multiselect [\#3094](https://github.com/primefaces/primevue/issues/3094) +- Dropdown: OptionGroup disappear with filter [\#3078](https://github.com/primefaces/primevue/issues/3078) +- MultiSelect group labels disappear when filtering [\#3068](https://github.com/primefaces/primevue/issues/3068) +- Calendar: locale am & pm not work on time picker panel [\#2952](https://github.com/primefaces/primevue/issues/2952) +- ScrollPanel Bars visible with Browser Zoom [\#2137](https://github.com/primefaces/primevue/issues/2137) ## [3.18.0](https://github.com/primefaces/primevue/tree/3.18.0) (2022-10-24) @@ -514,47 +552,46 @@ **Implemented New Features and Enhancements:** -- Update primeicons dependency on build [\#3139](https://github.com/primefaces/primevue/issues/3139) -- Improve MegaMenu implementation for Accessibility [\#3125](https://github.com/primefaces/primevue/issues/3125) -- FileUpload: Templating for advance upload [\#3111](https://github.com/primefaces/primevue/issues/3111) -- Paginator: Responsive breakpoints [\#3110](https://github.com/primefaces/primevue/issues/3110) -- Improve TieredMenu implementation for Accessibility [\#3100](https://github.com/primefaces/primevue/issues/3100) -- Improve PanelMenu implementation for Accessibility [\#3099](https://github.com/primefaces/primevue/issues/3099) -- Improve Dock implementation for Accessibility [\#3092](https://github.com/primefaces/primevue/issues/3092) -- Improve Menu implementation for Accessibility [\#3085](https://github.com/primefaces/primevue/issues/3085) -- InputNumber : pass formattedValue to input event [\#3047](https://github.com/primefaces/primevue/issues/3047) -- Improve TabMenu implementation for Accessibility [\#3043](https://github.com/primefaces/primevue/issues/3043) -- Improve Steps implementation for Accessibility [\#3026](https://github.com/primefaces/primevue/issues/3026) -- Improve ContextMenu implementation for Accessibility [\#3021](https://github.com/primefaces/primevue/issues/3021) -- Improve Menubar implementation for Accessibility [\#3020](https://github.com/primefaces/primevue/issues/3020) -- CascadeSelect: input-text class [\#3013](https://github.com/primefaces/primevue/issues/3013) -- Multiselect: Allow custom icons [\#3008](https://github.com/primefaces/primevue/issues/3008) -- Listbox: Allow custom icons [\#3006](https://github.com/primefaces/primevue/issues/3006) -- AutoComplete: Allow custom icons [\#3004](https://github.com/primefaces/primevue/issues/3004) -- Update PrimeIcons v6.0.1 [\#3003](https://github.com/primefaces/primevue/issues/3003) -- CascadeSelect: Allow custom icons [\#3000](https://github.com/primefaces/primevue/issues/3000) -- Dropdown: Allow custom icons [\#2998](https://github.com/primefaces/primevue/issues/2998) -- Improve Breadcrumb implementation for Accessibility [\#2977](https://github.com/primefaces/primevue/issues/2977) -- FileUpload | new `content` slot [\#2974](https://github.com/primefaces/primevue/issues/2974) +- Update primeicons dependency on build [\#3139](https://github.com/primefaces/primevue/issues/3139) +- Improve MegaMenu implementation for Accessibility [\#3125](https://github.com/primefaces/primevue/issues/3125) +- FileUpload: Templating for advance upload [\#3111](https://github.com/primefaces/primevue/issues/3111) +- Paginator: Responsive breakpoints [\#3110](https://github.com/primefaces/primevue/issues/3110) +- Improve TieredMenu implementation for Accessibility [\#3100](https://github.com/primefaces/primevue/issues/3100) +- Improve PanelMenu implementation for Accessibility [\#3099](https://github.com/primefaces/primevue/issues/3099) +- Improve Dock implementation for Accessibility [\#3092](https://github.com/primefaces/primevue/issues/3092) +- Improve Menu implementation for Accessibility [\#3085](https://github.com/primefaces/primevue/issues/3085) +- InputNumber : pass formattedValue to input event [\#3047](https://github.com/primefaces/primevue/issues/3047) +- Improve TabMenu implementation for Accessibility [\#3043](https://github.com/primefaces/primevue/issues/3043) +- Improve Steps implementation for Accessibility [\#3026](https://github.com/primefaces/primevue/issues/3026) +- Improve ContextMenu implementation for Accessibility [\#3021](https://github.com/primefaces/primevue/issues/3021) +- Improve Menubar implementation for Accessibility [\#3020](https://github.com/primefaces/primevue/issues/3020) +- CascadeSelect: input-text class [\#3013](https://github.com/primefaces/primevue/issues/3013) +- Multiselect: Allow custom icons [\#3008](https://github.com/primefaces/primevue/issues/3008) +- Listbox: Allow custom icons [\#3006](https://github.com/primefaces/primevue/issues/3006) +- AutoComplete: Allow custom icons [\#3004](https://github.com/primefaces/primevue/issues/3004) +- Update PrimeIcons v6.0.1 [\#3003](https://github.com/primefaces/primevue/issues/3003) +- CascadeSelect: Allow custom icons [\#3000](https://github.com/primefaces/primevue/issues/3000) +- Dropdown: Allow custom icons [\#2998](https://github.com/primefaces/primevue/issues/2998) +- Improve Breadcrumb implementation for Accessibility [\#2977](https://github.com/primefaces/primevue/issues/2977) +- FileUpload | new `content` slot [\#2974](https://github.com/primefaces/primevue/issues/2974) **Fixed bugs:** -- Speeddial items visible even if MenuItem object property "visible" is false [\#3131](https://github.com/primefaces/primevue/issues/3131) -- Tree: Missing types for tree node [\#3106](https://github.com/primefaces/primevue/issues/3106) -- InputNumber: support highlight on focus property [\#3067](https://github.com/primefaces/primevue/issues/3067) -- Toast z-index is removed before toast animation is done [\#3050](https://github.com/primefaces/primevue/issues/3050) -- Calendar: keyboard support bug when there is a disable date next to the focused date [\#3032](https://github.com/primefaces/primevue/issues/3032) -- Dropdown: Long list causes the page to have a long scroll bar [\#3031](https://github.com/primefaces/primevue/issues/3031) -- Galleria: Using touch to move to the next image will allow to go further than the last image [\#3028](https://github.com/primefaces/primevue/issues/3028) -- InputText: Floating label with placeholder [\#3018](https://github.com/primefaces/primevue/issues/3018) -- Ripple: not properly destroyed cases [\#3015](https://github.com/primefaces/primevue/issues/3015) -- ToggleButton: focus-visible not triggered by keyboard navigation [\#2997](https://github.com/primefaces/primevue/issues/2997) -- Calendar| overlay not visible on second click unless user clicks away first [\#2990](https://github.com/primefaces/primevue/issues/2990) -- TabView: Next button is not disabled when all the tabs are visible [\#2987](https://github.com/primefaces/primevue/issues/2987) -- Password: disabled property not working [\#2958](https://github.com/primefaces/primevue/issues/2958) -- MultiSelect: Scroll to focused item on select [\#2957](https://github.com/primefaces/primevue/issues/2957) -- Toast: Close button resizes on longer text [\#2949](https://github.com/primefaces/primevue/issues/2949) - +- Speeddial items visible even if MenuItem object property "visible" is false [\#3131](https://github.com/primefaces/primevue/issues/3131) +- Tree: Missing types for tree node [\#3106](https://github.com/primefaces/primevue/issues/3106) +- InputNumber: support highlight on focus property [\#3067](https://github.com/primefaces/primevue/issues/3067) +- Toast z-index is removed before toast animation is done [\#3050](https://github.com/primefaces/primevue/issues/3050) +- Calendar: keyboard support bug when there is a disable date next to the focused date [\#3032](https://github.com/primefaces/primevue/issues/3032) +- Dropdown: Long list causes the page to have a long scroll bar [\#3031](https://github.com/primefaces/primevue/issues/3031) +- Galleria: Using touch to move to the next image will allow to go further than the last image [\#3028](https://github.com/primefaces/primevue/issues/3028) +- InputText: Floating label with placeholder [\#3018](https://github.com/primefaces/primevue/issues/3018) +- Ripple: not properly destroyed cases [\#3015](https://github.com/primefaces/primevue/issues/3015) +- ToggleButton: focus-visible not triggered by keyboard navigation [\#2997](https://github.com/primefaces/primevue/issues/2997) +- Calendar| overlay not visible on second click unless user clicks away first [\#2990](https://github.com/primefaces/primevue/issues/2990) +- TabView: Next button is not disabled when all the tabs are visible [\#2987](https://github.com/primefaces/primevue/issues/2987) +- Password: disabled property not working [\#2958](https://github.com/primefaces/primevue/issues/2958) +- MultiSelect: Scroll to focused item on select [\#2957](https://github.com/primefaces/primevue/issues/2957) +- Toast: Close button resizes on longer text [\#2949](https://github.com/primefaces/primevue/issues/2949) ## [3.17.0](https://github.com/primefaces/primevue/tree/3.17.0) (2022-09-08) @@ -562,44 +599,44 @@ **Implemented New Features and Enhancements:** -- Add prettier to standardize formatting [\#2939](https://github.com/primefaces/primevue/issues/2939) -- Carousel: Navigators and indicators control props [\#2928](https://github.com/primefaces/primevue/issues/2928) -- Password | missing `required` property [\#2921](https://github.com/primefaces/primevue/issues/2921) -- Improve ScrollPanel implementation for Accessibility [\#2920](https://github.com/primefaces/primevue/issues/2920) -- Improve focus method to Components [\#2918](https://github.com/primefaces/primevue/issues/2918) -- Add `autoFilterFocus` property to Dropdown and MultiSelect [\#2916](https://github.com/primefaces/primevue/issues/2916) -- Improve Splitter implementation for Accessibility [\#2913](https://github.com/primefaces/primevue/issues/2913) -- New `iconClass` property for Button component [\#2911](https://github.com/primefaces/primevue/issues/2911) -- Improve Toolbar implementation for Accessibility [\#2909](https://github.com/primefaces/primevue/issues/2909) -- Improve Panel implementation for Accessibility [\#2908](https://github.com/primefaces/primevue/issues/2908) -- Improve Fieldset implementation for Accessibility [\#2907](https://github.com/primefaces/primevue/issues/2907) -- Improve Divider implementation for Accessibility [\#2906](https://github.com/primefaces/primevue/issues/2906) -- Improve Deferred Content implementation for Accessibility [\#2905](https://github.com/primefaces/primevue/issues/2905) -- Improve Card implementation for Accessibility [\#2904](https://github.com/primefaces/primevue/issues/2904) -- Add `selectOnFocus` property to Overlay components [\#2902](https://github.com/primefaces/primevue/issues/2902) -- Improve TabView implementation for Accessibility [\#2896](https://github.com/primefaces/primevue/issues/2896) -- Improve Accordion implementation for Accessibility [\#2895](https://github.com/primefaces/primevue/issues/2895) -- Dropdown: Prevent show of overlay when pressing meta key [\#2886](https://github.com/primefaces/primevue/issues/2886) -- ConfirmDialog : Add support for "Message" slot template, similar to ConfirmPopup [\#2884](https://github.com/primefaces/primevue/issues/2884) -- Add resetFilterOnHide property to Dropdown [\#2846](https://github.com/primefaces/primevue/issues/2846) -- Add icon templating to Rating [\#2834](https://github.com/primefaces/primevue/issues/2834) -- Add `modules` property to Editor [\#2498](https://github.com/primefaces/primevue/issues/2498) +- Add prettier to standardize formatting [\#2939](https://github.com/primefaces/primevue/issues/2939) +- Carousel: Navigators and indicators control props [\#2928](https://github.com/primefaces/primevue/issues/2928) +- Password | missing `required` property [\#2921](https://github.com/primefaces/primevue/issues/2921) +- Improve ScrollPanel implementation for Accessibility [\#2920](https://github.com/primefaces/primevue/issues/2920) +- Improve focus method to Components [\#2918](https://github.com/primefaces/primevue/issues/2918) +- Add `autoFilterFocus` property to Dropdown and MultiSelect [\#2916](https://github.com/primefaces/primevue/issues/2916) +- Improve Splitter implementation for Accessibility [\#2913](https://github.com/primefaces/primevue/issues/2913) +- New `iconClass` property for Button component [\#2911](https://github.com/primefaces/primevue/issues/2911) +- Improve Toolbar implementation for Accessibility [\#2909](https://github.com/primefaces/primevue/issues/2909) +- Improve Panel implementation for Accessibility [\#2908](https://github.com/primefaces/primevue/issues/2908) +- Improve Fieldset implementation for Accessibility [\#2907](https://github.com/primefaces/primevue/issues/2907) +- Improve Divider implementation for Accessibility [\#2906](https://github.com/primefaces/primevue/issues/2906) +- Improve Deferred Content implementation for Accessibility [\#2905](https://github.com/primefaces/primevue/issues/2905) +- Improve Card implementation for Accessibility [\#2904](https://github.com/primefaces/primevue/issues/2904) +- Add `selectOnFocus` property to Overlay components [\#2902](https://github.com/primefaces/primevue/issues/2902) +- Improve TabView implementation for Accessibility [\#2896](https://github.com/primefaces/primevue/issues/2896) +- Improve Accordion implementation for Accessibility [\#2895](https://github.com/primefaces/primevue/issues/2895) +- Dropdown: Prevent show of overlay when pressing meta key [\#2886](https://github.com/primefaces/primevue/issues/2886) +- ConfirmDialog : Add support for "Message" slot template, similar to ConfirmPopup [\#2884](https://github.com/primefaces/primevue/issues/2884) +- Add resetFilterOnHide property to Dropdown [\#2846](https://github.com/primefaces/primevue/issues/2846) +- Add icon templating to Rating [\#2834](https://github.com/primefaces/primevue/issues/2834) +- Add `modules` property to Editor [\#2498](https://github.com/primefaces/primevue/issues/2498) **Fixed bugs:** -- Calendar | input disabled does not work [\#2935](https://github.com/primefaces/primevue/issues/2935) -- Update for props typing in .vue files [\#2926](https://github.com/primefaces/primevue/issues/2926) -- Textarea: resize height when window resized if autoResize is true [\#2919](https://github.com/primefaces/primevue/issues/2919) -- Tooltip: add type/empty check for its value [\#2903](https://github.com/primefaces/primevue/issues/2903) -- MultiSelect: filtering causes labels of currently selected values to display "null" [\#2901](https://github.com/primefaces/primevue/issues/2901) -- The type of inputProps prop requires every possible attribute for HTMLInputElement type [\#2891](https://github.com/primefaces/primevue/issues/2891) -- SpeedDial: Cannot use Scoped Slot to customize items [\#2889](https://github.com/primefaces/primevue/issues/2889) -- Password: When its value is dynamically set, the strength indicator is not updated [\#2885](https://github.com/primefaces/primevue/issues/2885) -- AutoComplete: setTimeout\(\) in hide-function sometimes causes NULL-Pointer Exception [\#2881](https://github.com/primefaces/primevue/issues/2881) -- Password: Unable to add invalid event listener after 3.16 [\#2880](https://github.com/primefaces/primevue/issues/2880) -- Editor Quill: SSR error document is not defined [\#2842](https://github.com/primefaces/primevue/issues/2842) -- ConfirmDialog won't the reject event be triggered when closing things? [\#2821](https://github.com/primefaces/primevue/issues/2821) -- Calendar: inline calendar force scroll into viewport when disabledDates changed [\#2803](https://github.com/primefaces/primevue/issues/2803) +- Calendar | input disabled does not work [\#2935](https://github.com/primefaces/primevue/issues/2935) +- Update for props typing in .vue files [\#2926](https://github.com/primefaces/primevue/issues/2926) +- Textarea: resize height when window resized if autoResize is true [\#2919](https://github.com/primefaces/primevue/issues/2919) +- Tooltip: add type/empty check for its value [\#2903](https://github.com/primefaces/primevue/issues/2903) +- MultiSelect: filtering causes labels of currently selected values to display "null" [\#2901](https://github.com/primefaces/primevue/issues/2901) +- The type of inputProps prop requires every possible attribute for HTMLInputElement type [\#2891](https://github.com/primefaces/primevue/issues/2891) +- SpeedDial: Cannot use Scoped Slot to customize items [\#2889](https://github.com/primefaces/primevue/issues/2889) +- Password: When its value is dynamically set, the strength indicator is not updated [\#2885](https://github.com/primefaces/primevue/issues/2885) +- AutoComplete: setTimeout\(\) in hide-function sometimes causes NULL-Pointer Exception [\#2881](https://github.com/primefaces/primevue/issues/2881) +- Password: Unable to add invalid event listener after 3.16 [\#2880](https://github.com/primefaces/primevue/issues/2880) +- Editor Quill: SSR error document is not defined [\#2842](https://github.com/primefaces/primevue/issues/2842) +- ConfirmDialog won't the reject event be triggered when closing things? [\#2821](https://github.com/primefaces/primevue/issues/2821) +- Calendar: inline calendar force scroll into viewport when disabledDates changed [\#2803](https://github.com/primefaces/primevue/issues/2803) ## [3.16.2](https://github.com/primefaces/primevue/tree/3.16.2) (2022-08-23) @@ -607,14 +644,14 @@ **Fixed bugs:** -- Dropdown: UpArrow triggers "Uncaught TypeError: this.visibleOptions.slice\(...\).findLastIndex is not a function" Firefox, Nuxt 3 [\#2872](https://github.com/primefaces/primevue/issues/2872) -- OverlayPanel: Doesn't work in SSR [\#2871](https://github.com/primefaces/primevue/issues/2871) -- Tooltip: `escape`, `disabled` and `fitContent` properties should not accept string as a value [\#2868](https://github.com/primefaces/primevue/issues/2868) -- AutoComplete: Typescript compilation error due to a typo in the t.ds definition file [\#2866](https://github.com/primefaces/primevue/issues/2866) -- InputNumber: disabled prop is not passed to input text [\#2864](https://github.com/primefaces/primevue/issues/2864) -- InputNumber: invalid 'placeholder' prop type \(TS only\) [\#2863](https://github.com/primefaces/primevue/issues/2863) -- Calendar: showOtherMonths - does not match the description in the documentation [\#2810](https://github.com/primefaces/primevue/issues/2810) -- Datatable rows are not the full width in scroll both mode [\#2622](https://github.com/primefaces/primevue/issues/2622) +- Dropdown: UpArrow triggers "Uncaught TypeError: this.visibleOptions.slice\(...\).findLastIndex is not a function" Firefox, Nuxt 3 [\#2872](https://github.com/primefaces/primevue/issues/2872) +- OverlayPanel: Doesn't work in SSR [\#2871](https://github.com/primefaces/primevue/issues/2871) +- Tooltip: `escape`, `disabled` and `fitContent` properties should not accept string as a value [\#2868](https://github.com/primefaces/primevue/issues/2868) +- AutoComplete: Typescript compilation error due to a typo in the t.ds definition file [\#2866](https://github.com/primefaces/primevue/issues/2866) +- InputNumber: disabled prop is not passed to input text [\#2864](https://github.com/primefaces/primevue/issues/2864) +- InputNumber: invalid 'placeholder' prop type \(TS only\) [\#2863](https://github.com/primefaces/primevue/issues/2863) +- Calendar: showOtherMonths - does not match the description in the documentation [\#2810](https://github.com/primefaces/primevue/issues/2810) +- Datatable rows are not the full width in scroll both mode [\#2622](https://github.com/primefaces/primevue/issues/2622) ## [3.16.1](https://github.com/primefaces/primevue/tree/3.16.1) (2022-08-17) @@ -622,64 +659,65 @@ **Fixed bugs:** -- Header checkbox is not styled as expected in Material themes. [\#2856](https://github.com/primefaces/primevue/issues/2856) -- Types: Missing types in PrimeVueLocaleOptions [\#2855](https://github.com/primefaces/primevue/issues/2855) -- Overlay components don't work with SSR [\#2853](https://github.com/primefaces/primevue/issues/2853) -- Editor | selection-change typing error [\#2852](https://github.com/primefaces/primevue/issues/2852) -- InputNumber : incrementButtonClass does not working [\#2850](https://github.com/primefaces/primevue/issues/2850) -- Dropdown: Cannot read properties of undefined \(reading 'replaceAll'\) [\#2848](https://github.com/primefaces/primevue/issues/2848) -- Dropdown and MultiSelect: TS2322 compilcation error [\#2845](https://github.com/primefaces/primevue/issues/2845) -- CDN Script fails [\#2844](https://github.com/primefaces/primevue/issues/2844) -- AutoComplete: completeOnFocus with keyboard navigation [\#2824](https://github.com/primefaces/primevue/issues/2824) +- Header checkbox is not styled as expected in Material themes. [\#2856](https://github.com/primefaces/primevue/issues/2856) +- Types: Missing types in PrimeVueLocaleOptions [\#2855](https://github.com/primefaces/primevue/issues/2855) +- Overlay components don't work with SSR [\#2853](https://github.com/primefaces/primevue/issues/2853) +- Editor | selection-change typing error [\#2852](https://github.com/primefaces/primevue/issues/2852) +- InputNumber : incrementButtonClass does not working [\#2850](https://github.com/primefaces/primevue/issues/2850) +- Dropdown: Cannot read properties of undefined \(reading 'replaceAll'\) [\#2848](https://github.com/primefaces/primevue/issues/2848) +- Dropdown and MultiSelect: TS2322 compilcation error [\#2845](https://github.com/primefaces/primevue/issues/2845) +- CDN Script fails [\#2844](https://github.com/primefaces/primevue/issues/2844) +- AutoComplete: completeOnFocus with keyboard navigation [\#2824](https://github.com/primefaces/primevue/issues/2824) ## [3.16.0](https://github.com/primefaces/primevue/tree/3.16.0) (2022-08-15) [Full Changelog](https://github.com/primefaces/primevue/compare/3.15.0...3.16.0) **Breaking Changes:** -- Accessibility for Form Components [\#2838](https://github.com/primefaces/primevue/issues/2838) -- Improve CascadeSelect implementation for Accessibility [\#2831](https://github.com/primefaces/primevue/issues/2831) -- Improve AutoComplete implementation for Accessibility [\#2822](https://github.com/primefaces/primevue/issues/2822) -- Improve Listbox implementation for Accessibility [\#2819](https://github.com/primefaces/primevue/issues/2819) -- Improve MultiSelect implementation for Accessibility [\#2814](https://github.com/primefaces/primevue/issues/2814) -- Improve Dropdown implementation for Accessibility [\#2811](https://github.com/primefaces/primevue/issues/2811) + +- Accessibility for Form Components [\#2838](https://github.com/primefaces/primevue/issues/2838) +- Improve CascadeSelect implementation for Accessibility [\#2831](https://github.com/primefaces/primevue/issues/2831) +- Improve AutoComplete implementation for Accessibility [\#2822](https://github.com/primefaces/primevue/issues/2822) +- Improve Listbox implementation for Accessibility [\#2819](https://github.com/primefaces/primevue/issues/2819) +- Improve MultiSelect implementation for Accessibility [\#2814](https://github.com/primefaces/primevue/issues/2814) +- Improve Dropdown implementation for Accessibility [\#2811](https://github.com/primefaces/primevue/issues/2811) **Implemented New Features and Enhancements:** -- Editor | new `selection-change` event [\#2829](https://github.com/primefaces/primevue/issues/2829) -- SelectButton | new `unselectable` property [\#2826](https://github.com/primefaces/primevue/issues/2826) -- Add tabindex property to VirtualScroller [\#2813](https://github.com/primefaces/primevue/issues/2813) -- Add new message options to PrimeVue API [\#2812](https://github.com/primefaces/primevue/issues/2812) -- New inputClass and inputStyle properties [\#2801](https://github.com/primefaces/primevue/issues/2801) -- Timeline: new item and index slot props for connector slot [\#2771](https://github.com/primefaces/primevue/issues/2771) -- Add getVirtualScrollerRef method to DataTable to access virtualScroller's reference [\#2756](https://github.com/primefaces/primevue/issues/2756) -- The scrollToIndex method doesn't work as expected [\#2755](https://github.com/primefaces/primevue/issues/2755) -- Slider: key support [\#2735](https://github.com/primefaces/primevue/issues/2735) -- Add color-scheme style to Themes [\#2730](https://github.com/primefaces/primevue/issues/2730) -- PickList: Disable show source and target buttons [\#2697](https://github.com/primefaces/primevue/issues/2697) -- Add hideOnRangeSelection property to Calendar [\#2684](https://github.com/primefaces/primevue/issues/2684) -- ConfirmDialog: closeOnEscape support [\#2675](https://github.com/primefaces/primevue/issues/2675) -- OverlayPanel's dismissable prop can't be changed dynamically [\#2540](https://github.com/primefaces/primevue/issues/2540) -- New `exportFooter` property for Exportable DataTable [\#2395](https://github.com/primefaces/primevue/issues/2395) +- Editor | new `selection-change` event [\#2829](https://github.com/primefaces/primevue/issues/2829) +- SelectButton | new `unselectable` property [\#2826](https://github.com/primefaces/primevue/issues/2826) +- Add tabindex property to VirtualScroller [\#2813](https://github.com/primefaces/primevue/issues/2813) +- Add new message options to PrimeVue API [\#2812](https://github.com/primefaces/primevue/issues/2812) +- New inputClass and inputStyle properties [\#2801](https://github.com/primefaces/primevue/issues/2801) +- Timeline: new item and index slot props for connector slot [\#2771](https://github.com/primefaces/primevue/issues/2771) +- Add getVirtualScrollerRef method to DataTable to access virtualScroller's reference [\#2756](https://github.com/primefaces/primevue/issues/2756) +- The scrollToIndex method doesn't work as expected [\#2755](https://github.com/primefaces/primevue/issues/2755) +- Slider: key support [\#2735](https://github.com/primefaces/primevue/issues/2735) +- Add color-scheme style to Themes [\#2730](https://github.com/primefaces/primevue/issues/2730) +- PickList: Disable show source and target buttons [\#2697](https://github.com/primefaces/primevue/issues/2697) +- Add hideOnRangeSelection property to Calendar [\#2684](https://github.com/primefaces/primevue/issues/2684) +- ConfirmDialog: closeOnEscape support [\#2675](https://github.com/primefaces/primevue/issues/2675) +- OverlayPanel's dismissable prop can't be changed dynamically [\#2540](https://github.com/primefaces/primevue/issues/2540) +- New `exportFooter` property for Exportable DataTable [\#2395](https://github.com/primefaces/primevue/issues/2395) **Fixed bugs:** -- Tooltip : Displays empty value [\#2788](https://github.com/primefaces/primevue/issues/2788) -- appendTo prop TypeScript typing disallows usage of HTML elements [\#2780](https://github.com/primefaces/primevue/issues/2780) -- DataTable v3: Cannot use the editorCancelCallBack / editorSaveCallback while editing in cell mode [\#2754](https://github.com/primefaces/primevue/issues/2754) -- Dropdown: with template and no placeholder shows p-emptylabel as placeholder [\#2751](https://github.com/primefaces/primevue/issues/2751) -- Checkbox, RadioButton: should not pointer cursor when is disabled [\#2745](https://github.com/primefaces/primevue/issues/2745) -- Paginator: slot typescript error [\#2738](https://github.com/primefaces/primevue/issues/2738) -- DataTable: No onLazyLoad property in virtualScrollerOptions props [\#2729](https://github.com/primefaces/primevue/issues/2729) -- DropDown: Filter with Virtual Scroll does not work as expected [\#2715](https://github.com/primefaces/primevue/issues/2715) -- Component: Type error for InputNumber's class [\#2712](https://github.com/primefaces/primevue/issues/2712) -- Calendar: Incorrect TypeScript typing of date slot [\#2703](https://github.com/primefaces/primevue/issues/2703) -- Dynamic Dialog : style property TypeScript error [\#2699](https://github.com/primefaces/primevue/issues/2699) -- Component: Calendar @month-change returns 0-11 and 1-12 [\#2696](https://github.com/primefaces/primevue/issues/2696) -- Menu, Menubar, ContextMenu, TieredMenu: Extra spacing when no icon [\#2695](https://github.com/primefaces/primevue/issues/2695) -- Calendar: wrong overlay position [\#2689](https://github.com/primefaces/primevue/issues/2689) -- Splitter: mobile resize fails [\#2513](https://github.com/primefaces/primevue/issues/2513) -- Carousel autoplay not working with static data [\#2356](https://github.com/primefaces/primevue/issues/2356) +- Tooltip : Displays empty value [\#2788](https://github.com/primefaces/primevue/issues/2788) +- appendTo prop TypeScript typing disallows usage of HTML elements [\#2780](https://github.com/primefaces/primevue/issues/2780) +- DataTable v3: Cannot use the editorCancelCallBack / editorSaveCallback while editing in cell mode [\#2754](https://github.com/primefaces/primevue/issues/2754) +- Dropdown: with template and no placeholder shows p-emptylabel as placeholder [\#2751](https://github.com/primefaces/primevue/issues/2751) +- Checkbox, RadioButton: should not pointer cursor when is disabled [\#2745](https://github.com/primefaces/primevue/issues/2745) +- Paginator: slot typescript error [\#2738](https://github.com/primefaces/primevue/issues/2738) +- DataTable: No onLazyLoad property in virtualScrollerOptions props [\#2729](https://github.com/primefaces/primevue/issues/2729) +- DropDown: Filter with Virtual Scroll does not work as expected [\#2715](https://github.com/primefaces/primevue/issues/2715) +- Component: Type error for InputNumber's class [\#2712](https://github.com/primefaces/primevue/issues/2712) +- Calendar: Incorrect TypeScript typing of date slot [\#2703](https://github.com/primefaces/primevue/issues/2703) +- Dynamic Dialog : style property TypeScript error [\#2699](https://github.com/primefaces/primevue/issues/2699) +- Component: Calendar @month-change returns 0-11 and 1-12 [\#2696](https://github.com/primefaces/primevue/issues/2696) +- Menu, Menubar, ContextMenu, TieredMenu: Extra spacing when no icon [\#2695](https://github.com/primefaces/primevue/issues/2695) +- Calendar: wrong overlay position [\#2689](https://github.com/primefaces/primevue/issues/2689) +- Splitter: mobile resize fails [\#2513](https://github.com/primefaces/primevue/issues/2513) +- Carousel autoplay not working with static data [\#2356](https://github.com/primefaces/primevue/issues/2356) ## [3.15.0](https://github.com/primefaces/primevue/tree/3.15.0) (2022-06-15) @@ -687,20 +725,20 @@ **Implemented New Features and Enhancements:** -- Avatar | New error event [\#2670](https://github.com/primefaces/primevue/issues/2670) -- MultiSelect | resetFilterOnHide property [\#2664](https://github.com/primefaces/primevue/issues/2664) -- Add after-hide event to Dialog [\#2662](https://github.com/primefaces/primevue/issues/2662) -- New Image error event [\#2661](https://github.com/primefaces/primevue/issues/2661) -- New Component: DynamicDialog [\#2653](https://github.com/primefaces/primevue/issues/2653) +- Avatar | New error event [\#2670](https://github.com/primefaces/primevue/issues/2670) +- MultiSelect | resetFilterOnHide property [\#2664](https://github.com/primefaces/primevue/issues/2664) +- Add after-hide event to Dialog [\#2662](https://github.com/primefaces/primevue/issues/2662) +- New Image error event [\#2661](https://github.com/primefaces/primevue/issues/2661) +- New Component: DynamicDialog [\#2653](https://github.com/primefaces/primevue/issues/2653) **Fixed bugs:** -- Dialog bottom has no border radius when footer does not exist [\#2673](https://github.com/primefaces/primevue/issues/2673) -- ColorPicker: inline mode doesn't work [\#2656](https://github.com/primefaces/primevue/issues/2656) -- Tooltip: ZIndex is cleared on wrong element [\#2649](https://github.com/primefaces/primevue/issues/2649) -- DataTable: when using v-model:selection the checkbox appears checked when the table has no items [\#2637](https://github.com/primefaces/primevue/issues/2637) -- DTHeaderCheckbox: browser displays the "pointer" cursor when disabled [\#2635](https://github.com/primefaces/primevue/issues/2635) -- DataTable: Header columns and row columns doesn't resize together with Virtual Scroller and resizable columns [\#2630](https://github.com/primefaces/primevue/issues/2630) +- Dialog bottom has no border radius when footer does not exist [\#2673](https://github.com/primefaces/primevue/issues/2673) +- ColorPicker: inline mode doesn't work [\#2656](https://github.com/primefaces/primevue/issues/2656) +- Tooltip: ZIndex is cleared on wrong element [\#2649](https://github.com/primefaces/primevue/issues/2649) +- DataTable: when using v-model:selection the checkbox appears checked when the table has no items [\#2637](https://github.com/primefaces/primevue/issues/2637) +- DTHeaderCheckbox: browser displays the "pointer" cursor when disabled [\#2635](https://github.com/primefaces/primevue/issues/2635) +- DataTable: Header columns and row columns doesn't resize together with Virtual Scroller and resizable columns [\#2630](https://github.com/primefaces/primevue/issues/2630) ## [3.13.1](https://github.com/primefaces/primevue/tree/3.13.1) (2022-06-07) @@ -708,7 +746,7 @@ **Fixed bugs:** -- Script: CDN Script Fail [\#2642](https://github.com/primefaces/primevue/issues/2642) +- Script: CDN Script Fail [\#2642](https://github.com/primefaces/primevue/issues/2642) ## [3.13.0](https://github.com/primefaces/primevue/tree/3.13.0) (2022-06-06) @@ -716,36 +754,36 @@ **Implemented New Features and Enhancements:** -- DataTable | new 'p-reorderable-column' class and reorderable columns cursor update [\#2620](https://github.com/primefaces/primevue/issues/2620) -- Add a param to the show\(\) method to focus Dropdown component [\#2619](https://github.com/primefaces/primevue/issues/2619) -- The overlay elements automatically close on mobile devices [\#2618](https://github.com/primefaces/primevue/issues/2618) -- Add Nuxt3 support for components using teleport [\#2602](https://github.com/primefaces/primevue/issues/2602) -- DataTable: support passing a function to the dataKey prop [\#2589](https://github.com/primefaces/primevue/issues/2589) -- Autocomplete | new loadingIcon property [\#2542](https://github.com/primefaces/primevue/issues/2542) -- Tooltip new fitContent property [\#2536](https://github.com/primefaces/primevue/issues/2536) -- Arrow for OverlayPanel doesn't have borders in Lara Light Blue theme [\#2390](https://github.com/primefaces/primevue/issues/2390) -- 'tab' key support on Input Number [\#1518](https://github.com/primefaces/primevue/issues/1518) +- DataTable | new 'p-reorderable-column' class and reorderable columns cursor update [\#2620](https://github.com/primefaces/primevue/issues/2620) +- Add a param to the show\(\) method to focus Dropdown component [\#2619](https://github.com/primefaces/primevue/issues/2619) +- The overlay elements automatically close on mobile devices [\#2618](https://github.com/primefaces/primevue/issues/2618) +- Add Nuxt3 support for components using teleport [\#2602](https://github.com/primefaces/primevue/issues/2602) +- DataTable: support passing a function to the dataKey prop [\#2589](https://github.com/primefaces/primevue/issues/2589) +- Autocomplete | new loadingIcon property [\#2542](https://github.com/primefaces/primevue/issues/2542) +- Tooltip new fitContent property [\#2536](https://github.com/primefaces/primevue/issues/2536) +- Arrow for OverlayPanel doesn't have borders in Lara Light Blue theme [\#2390](https://github.com/primefaces/primevue/issues/2390) +- 'tab' key support on Input Number [\#1518](https://github.com/primefaces/primevue/issues/1518) **Fixed bugs:** -- The maxSelectedLabels props is not working with 0 value on MultiSelect [\#2617](https://github.com/primefaces/primevue/issues/2617) -- Calendar | Could not edit end date with time picker properly [\#2588](https://github.com/primefaces/primevue/issues/2588) -- PanelMenu animation issue [\#2583](https://github.com/primefaces/primevue/issues/2583) -- Add null types to InputText and Password [\#2576](https://github.com/primefaces/primevue/issues/2576) -- Step tabs not highlighted correctly for named routes [\#2568](https://github.com/primefaces/primevue/issues/2568) -- DataTable | column reorder is broken with hidden column [\#2562](https://github.com/primefaces/primevue/issues/2562) -- Column node declaration TypeScript error [\#2553](https://github.com/primefaces/primevue/issues/2553) -- DataTable \#loading overridden template is not always rendered [\#2547](https://github.com/primefaces/primevue/issues/2547) -- Dropdown duplicates options key [\#2545](https://github.com/primefaces/primevue/issues/2545) -- Header elements in DataTable with virtualScroller are not in the correct position on the scroll. [\#2534](https://github.com/primefaces/primevue/issues/2534) -- Sub-items in PanelMenu does not receive the `router-link-active` class [\#2528](https://github.com/primefaces/primevue/issues/2528) -- InputText and Textarea duplicating custom class\(es\) in DOM element [\#2522](https://github.com/primefaces/primevue/issues/2522) -- Carousel: Display issues when loading less items that the allocated slots [\#2516](https://github.com/primefaces/primevue/issues/2516) -- Missing invalid float label color [\#2510](https://github.com/primefaces/primevue/issues/2510) -- Calendar resize listener bug [\#2509](https://github.com/primefaces/primevue/issues/2509) -- The default severity of the InlineMessage is info, but in the code the default severity is 'error'. [\#2507](https://github.com/primefaces/primevue/issues/2507) -- \[BUG\] DataTable column reorder in wrong order [\#2225](https://github.com/primefaces/primevue/issues/2225) -- \[BUG\] Range slider cannot be set to \[min, min\] [\#2104](https://github.com/primefaces/primevue/issues/2104) +- The maxSelectedLabels props is not working with 0 value on MultiSelect [\#2617](https://github.com/primefaces/primevue/issues/2617) +- Calendar | Could not edit end date with time picker properly [\#2588](https://github.com/primefaces/primevue/issues/2588) +- PanelMenu animation issue [\#2583](https://github.com/primefaces/primevue/issues/2583) +- Add null types to InputText and Password [\#2576](https://github.com/primefaces/primevue/issues/2576) +- Step tabs not highlighted correctly for named routes [\#2568](https://github.com/primefaces/primevue/issues/2568) +- DataTable | column reorder is broken with hidden column [\#2562](https://github.com/primefaces/primevue/issues/2562) +- Column node declaration TypeScript error [\#2553](https://github.com/primefaces/primevue/issues/2553) +- DataTable \#loading overridden template is not always rendered [\#2547](https://github.com/primefaces/primevue/issues/2547) +- Dropdown duplicates options key [\#2545](https://github.com/primefaces/primevue/issues/2545) +- Header elements in DataTable with virtualScroller are not in the correct position on the scroll. [\#2534](https://github.com/primefaces/primevue/issues/2534) +- Sub-items in PanelMenu does not receive the `router-link-active` class [\#2528](https://github.com/primefaces/primevue/issues/2528) +- InputText and Textarea duplicating custom class\(es\) in DOM element [\#2522](https://github.com/primefaces/primevue/issues/2522) +- Carousel: Display issues when loading less items that the allocated slots [\#2516](https://github.com/primefaces/primevue/issues/2516) +- Missing invalid float label color [\#2510](https://github.com/primefaces/primevue/issues/2510) +- Calendar resize listener bug [\#2509](https://github.com/primefaces/primevue/issues/2509) +- The default severity of the InlineMessage is info, but in the code the default severity is 'error'. [\#2507](https://github.com/primefaces/primevue/issues/2507) +- \[BUG\] DataTable column reorder in wrong order [\#2225](https://github.com/primefaces/primevue/issues/2225) +- \[BUG\] Range slider cannot be set to \[min, min\] [\#2104](https://github.com/primefaces/primevue/issues/2104) ## [3.12.6](https://github.com/primefaces/primevue/tree/3.12.5) (2022-04-27) @@ -753,15 +791,15 @@ **Implemented New Features and Enhancements:** -- InputNumber new readonly attribute [\#2469](https://github.com/primefaces/primevue/issues/2469) -- New Primary Color [\#2462](https://github.com/primefaces/primevue/issues/2462) -- FileUpload | Customizable Icons [\#2401](https://github.com/primefaces/primevue/issues/2401) -- Extend TreeNode API with expandedIcon & collapsedIcon [\#2108](https://github.com/primefaces/primevue/issues/2108) -- Sidebar new header templating [\#1939](https://github.com/primefaces/primevue/issues/1939) +- InputNumber new readonly attribute [\#2469](https://github.com/primefaces/primevue/issues/2469) +- New Primary Color [\#2462](https://github.com/primefaces/primevue/issues/2462) +- FileUpload | Customizable Icons [\#2401](https://github.com/primefaces/primevue/issues/2401) +- Extend TreeNode API with expandedIcon & collapsedIcon [\#2108](https://github.com/primefaces/primevue/issues/2108) +- Sidebar new header templating [\#1939](https://github.com/primefaces/primevue/issues/1939) **Fixed bugs:** -- Error in console when Password component get prop "inputClass" with Object type [\#2487](https://github.com/primefaces/primevue/issues/2487) +- Error in console when Password component get prop "inputClass" with Object type [\#2487](https://github.com/primefaces/primevue/issues/2487) ## [3.12.5](https://github.com/primefaces/primevue/tree/3.12.5) (2022-04-13) @@ -769,11 +807,11 @@ **Fixed bugs:** -- Toast | z-index shouldn't removed when other toasts are shown [\#2434](https://github.com/primefaces/primevue/issues/2434) -- ConfirmDialog: 'position' TypeScript errors [\#2381](https://github.com/primefaces/primevue/issues/2381) -- TreeTable and DataTable | Typescript Definition Bug for global Filters [\#2378](https://github.com/primefaces/primevue/issues/2378) -- Timeline component: type TimelineVerticalAlignType lack of enum value of 'alternate' [\#2367](https://github.com/primefaces/primevue/issues/2367) -- Menu | disabled property as a function is not working with command prop [\#2365](https://github.com/primefaces/primevue/issues/2365) +- Toast | z-index shouldn't removed when other toasts are shown [\#2434](https://github.com/primefaces/primevue/issues/2434) +- ConfirmDialog: 'position' TypeScript errors [\#2381](https://github.com/primefaces/primevue/issues/2381) +- TreeTable and DataTable | Typescript Definition Bug for global Filters [\#2378](https://github.com/primefaces/primevue/issues/2378) +- Timeline component: type TimelineVerticalAlignType lack of enum value of 'alternate' [\#2367](https://github.com/primefaces/primevue/issues/2367) +- Menu | disabled property as a function is not working with command prop [\#2365](https://github.com/primefaces/primevue/issues/2365) ## [3.12.4](https://github.com/primefaces/primevue/tree/3.12.4) (2022-03-31) @@ -781,7 +819,7 @@ **Fixed bugs:** -- StyleClass may fail to enter the element defect [\#2382](https://github.com/primefaces/primevue/issues/2382) +- StyleClass may fail to enter the element defect [\#2382](https://github.com/primefaces/primevue/issues/2382) ## [3.12.3](https://github.com/primefaces/primevue/tree/3.12.3) (2022-03-30) @@ -789,17 +827,17 @@ **Implemented New Features and Enhancements:** -- Accordion | New expandIcon and collapseIcon properties [\#2373](https://github.com/primefaces/primevue/issues/2373) -- Tooltip | Escape Support [\#2363](https://github.com/primefaces/primevue/issues/2363) -- DataView new dataKey property [\#2361](https://github.com/primefaces/primevue/issues/2361) -- Numpad comma separator support for Chips [\#2349](https://github.com/primefaces/primevue/issues/2349) +- Accordion | New expandIcon and collapseIcon properties [\#2373](https://github.com/primefaces/primevue/issues/2373) +- Tooltip | Escape Support [\#2363](https://github.com/primefaces/primevue/issues/2363) +- DataView new dataKey property [\#2361](https://github.com/primefaces/primevue/issues/2361) +- Numpad comma separator support for Chips [\#2349](https://github.com/primefaces/primevue/issues/2349) **Fixed bugs:** -- StyleClass may fail to enter the element [\#2371](https://github.com/primefaces/primevue/issues/2371) -- Calendar | Loses alignment when positioned at the top of the input and the user clicks in the year/month [\#2369](https://github.com/primefaces/primevue/issues/2369) -- The v-ripple directive breaks the behavior of list components in Firefox [\#2333](https://github.com/primefaces/primevue/issues/2333) -- Align overlay not working correctly in ConfirmPopup [\#2038](https://github.com/primefaces/primevue/issues/2038) +- StyleClass may fail to enter the element [\#2371](https://github.com/primefaces/primevue/issues/2371) +- Calendar | Loses alignment when positioned at the top of the input and the user clicks in the year/month [\#2369](https://github.com/primefaces/primevue/issues/2369) +- The v-ripple directive breaks the behavior of list components in Firefox [\#2333](https://github.com/primefaces/primevue/issues/2333) +- Align overlay not working correctly in ConfirmPopup [\#2038](https://github.com/primefaces/primevue/issues/2038) ## [3.12.2](https://github.com/primefaces/primevue/tree/3.12.2) (2022-03-16) @@ -807,22 +845,22 @@ **Implemented New Features and Enhancements:** -- New DataTable editor callbacks [\#2312](https://github.com/primefaces/primevue/issues/2312) +- New DataTable editor callbacks [\#2312](https://github.com/primefaces/primevue/issues/2312) **Fixed bugs:** -- Type declaration and export bug on ConfirmationService [\#2266](https://github.com/primefaces/primevue/issues/2266) -- The type declaration for global property $primevue is not woking in Vue3 [\#2315](https://github.com/primefaces/primevue/issues/2315) -- Colspan defect with hidden Columns [\#2310](https://github.com/primefaces/primevue/issues/2310) -- DataTable with edit, sort and filter options does not work as expected [\#2271](https://github.com/primefaces/primevue/issues/2271) -- InputSwitch TypeScript modelValue error [\#2262](https://github.com/primefaces/primevue/issues/2262) -- Data Table row checkboxes propagate click events leading to double-handling of row select/unselect [\#2259](https://github.com/primefaces/primevue/issues/2259) -- Pressing Enter/Return key submits form when there is a single MultiSelect and it has focus [\#2241](https://github.com/primefaces/primevue/issues/2241) -- Multiselect with Grouped Data, select all options [\#2168](https://github.com/primefaces/primevue/issues/2168) -- filterMatchMode option is ignored in MultiSelect [\#2162](https://github.com/primefaces/primevue/issues/2162) -- Range slider get stuck when both handle on max value [\#2074](https://github.com/primefaces/primevue/issues/2074) -- Bug: Tooltip shown at wrong place [\#1976](https://github.com/primefaces/primevue/issues/1976) -- FileUpload: Custom upload bug on clear list [\#1723](https://github.com/primefaces/primevue/issues/1723) +- Type declaration and export bug on ConfirmationService [\#2266](https://github.com/primefaces/primevue/issues/2266) +- The type declaration for global property $primevue is not woking in Vue3 [\#2315](https://github.com/primefaces/primevue/issues/2315) +- Colspan defect with hidden Columns [\#2310](https://github.com/primefaces/primevue/issues/2310) +- DataTable with edit, sort and filter options does not work as expected [\#2271](https://github.com/primefaces/primevue/issues/2271) +- InputSwitch TypeScript modelValue error [\#2262](https://github.com/primefaces/primevue/issues/2262) +- Data Table row checkboxes propagate click events leading to double-handling of row select/unselect [\#2259](https://github.com/primefaces/primevue/issues/2259) +- Pressing Enter/Return key submits form when there is a single MultiSelect and it has focus [\#2241](https://github.com/primefaces/primevue/issues/2241) +- Multiselect with Grouped Data, select all options [\#2168](https://github.com/primefaces/primevue/issues/2168) +- filterMatchMode option is ignored in MultiSelect [\#2162](https://github.com/primefaces/primevue/issues/2162) +- Range slider get stuck when both handle on max value [\#2074](https://github.com/primefaces/primevue/issues/2074) +- Bug: Tooltip shown at wrong place [\#1976](https://github.com/primefaces/primevue/issues/1976) +- FileUpload: Custom upload bug on clear list [\#1723](https://github.com/primefaces/primevue/issues/1723) ## [3.12.1](https://github.com/primefaces/primevue/tree/3.12.1) (2022-03-02) @@ -830,28 +868,28 @@ **Implemented New Features and Enhancements:** -- Added InputNumber focus and blur events [\#2235](https://github.com/primefaces/primevue/issues/2235) -- Add p-button-\* class support to SplitButton [\#2230](https://github.com/primefaces/primevue/issues/2230) -- Calendar keydown event [\#2219](https://github.com/primefaces/primevue/issues/2219) -- Calendar input value added blur event [\#2186](https://github.com/primefaces/primevue/issues/2186) -- PanelMenu keyboard navigation [\#2181](https://github.com/primefaces/primevue/issues/2181) -- Change lara to use system font [\#2180](https://github.com/primefaces/primevue/issues/2180) -- Red Color Palette [\#1944](https://github.com/primefaces/primevue/issues/1944) +- Added InputNumber focus and blur events [\#2235](https://github.com/primefaces/primevue/issues/2235) +- Add p-button-\* class support to SplitButton [\#2230](https://github.com/primefaces/primevue/issues/2230) +- Calendar keydown event [\#2219](https://github.com/primefaces/primevue/issues/2219) +- Calendar input value added blur event [\#2186](https://github.com/primefaces/primevue/issues/2186) +- PanelMenu keyboard navigation [\#2181](https://github.com/primefaces/primevue/issues/2181) +- Change lara to use system font [\#2180](https://github.com/primefaces/primevue/issues/2180) +- Red Color Palette [\#1944](https://github.com/primefaces/primevue/issues/1944) **Fixed bugs:** -- Galleria containerStyle and containerClass TypeScript error [\#2245](https://github.com/primefaces/primevue/issues/2245) -- Material Calendar | Disabled Calendar getting opacity twice [\#2239](https://github.com/primefaces/primevue/issues/2239) -- DataView DataViewLayoutType TypeScript error [\#2228](https://github.com/primefaces/primevue/issues/2228) -- Material DataTable extension border typo fix [\#2227](https://github.com/primefaces/primevue/issues/2227) -- Inline calendar adds autofocus [\#2212](https://github.com/primefaces/primevue/issues/2212) -- Bug on Dark Themes related with fixed columns [\#2210](https://github.com/primefaces/primevue/issues/2210) -- Lara Light Blue | Primary Button Hover is not Changing [\#2209](https://github.com/primefaces/primevue/issues/2209) -- DataTableFilterMeta TypeScript error [\#2196](https://github.com/primefaces/primevue/issues/2196) -- Toast: add missing 'top-right' ToastPositionType causing Typescript compilation errors [\#2176](https://github.com/primefaces/primevue/issues/2176) -- \[BUG\] Advanced FileUploader in Dialog in IOS [\#2167](https://github.com/primefaces/primevue/issues/2167) -- DataTable row-select and row-unselect index is always undefined [\#2068](https://github.com/primefaces/primevue/issues/2068) -- Dropdown search don't work with Gboard [\#1389](https://github.com/primefaces/primevue/issues/1389) +- Galleria containerStyle and containerClass TypeScript error [\#2245](https://github.com/primefaces/primevue/issues/2245) +- Material Calendar | Disabled Calendar getting opacity twice [\#2239](https://github.com/primefaces/primevue/issues/2239) +- DataView DataViewLayoutType TypeScript error [\#2228](https://github.com/primefaces/primevue/issues/2228) +- Material DataTable extension border typo fix [\#2227](https://github.com/primefaces/primevue/issues/2227) +- Inline calendar adds autofocus [\#2212](https://github.com/primefaces/primevue/issues/2212) +- Bug on Dark Themes related with fixed columns [\#2210](https://github.com/primefaces/primevue/issues/2210) +- Lara Light Blue | Primary Button Hover is not Changing [\#2209](https://github.com/primefaces/primevue/issues/2209) +- DataTableFilterMeta TypeScript error [\#2196](https://github.com/primefaces/primevue/issues/2196) +- Toast: add missing 'top-right' ToastPositionType causing Typescript compilation errors [\#2176](https://github.com/primefaces/primevue/issues/2176) +- \[BUG\] Advanced FileUploader in Dialog in IOS [\#2167](https://github.com/primefaces/primevue/issues/2167) +- DataTable row-select and row-unselect index is always undefined [\#2068](https://github.com/primefaces/primevue/issues/2068) +- Dropdown search don't work with Gboard [\#1389](https://github.com/primefaces/primevue/issues/1389) ## [3.12.0](https://github.com/primefaces/primevue/tree/3.12.0) (2022-02-15) @@ -859,28 +897,28 @@ **Implemented New Features and Enhancements:** -- New Calendar focus and blur events [\#2160](https://github.com/primefaces/primevue/issues/2160) -- Calendar | hide timepicker on month/year select [\#2156](https://github.com/primefaces/primevue/issues/2156) -- New stripedRows property for OrderList and PickList [\#2154](https://github.com/primefaces/primevue/issues/2154) -- New input event for Calendar [\#2152](https://github.com/primefaces/primevue/issues/2152) -- MultiSelect | Filter autocomplete attribute support [\#2145](https://github.com/primefaces/primevue/issues/2145) -- Custom Table CSV Export Headers [\#2141](https://github.com/primefaces/primevue/issues/2141) -- Knob | replace surface letters with new surface variables [\#2132](https://github.com/primefaces/primevue/issues/2132) -- Replace surface letters with new surface variables [\#2129](https://github.com/primefaces/primevue/issues/2129) +- New Calendar focus and blur events [\#2160](https://github.com/primefaces/primevue/issues/2160) +- Calendar | hide timepicker on month/year select [\#2156](https://github.com/primefaces/primevue/issues/2156) +- New stripedRows property for OrderList and PickList [\#2154](https://github.com/primefaces/primevue/issues/2154) +- New input event for Calendar [\#2152](https://github.com/primefaces/primevue/issues/2152) +- MultiSelect | Filter autocomplete attribute support [\#2145](https://github.com/primefaces/primevue/issues/2145) +- Custom Table CSV Export Headers [\#2141](https://github.com/primefaces/primevue/issues/2141) +- Knob | replace surface letters with new surface variables [\#2132](https://github.com/primefaces/primevue/issues/2132) +- Replace surface letters with new surface variables [\#2129](https://github.com/primefaces/primevue/issues/2129) **Fixed bugs:** -- Scrollable TabView forwardIsDisabled defect [\#2169](https://github.com/primefaces/primevue/issues/2169) -- Lara scrollable Tabview highlight defect [\#2165](https://github.com/primefaces/primevue/issues/2165) -- MultiSelect virtual scroll with selected item [\#2158](https://github.com/primefaces/primevue/issues/2158) -- TreeTable Typescript - 'checkbox' missing in TreeTableSelectionModeType [\#2148](https://github.com/primefaces/primevue/issues/2148) -- FullCalendar | Bootstrap background highlight is wrong [\#2143](https://github.com/primefaces/primevue/issues/2143) -- Wrong property name "col" in Treetable/FooterCell [\#2134](https://github.com/primefaces/primevue/issues/2134) -- Multiple SplitterPanels created using v-for directive [\#2120](https://github.com/primefaces/primevue/issues/2120) -- Dropdown virtual scroll and lazy load dropdown with selected item [\#2114](https://github.com/primefaces/primevue/issues/2114) -- Incomplete prop types specified in Column [\#2097](https://github.com/primefaces/primevue/issues/2097) -- OrganizationChart: "value" property improperly defined as "OrganizationChartNode\[\]" in OrganizationChartProps [\#2069](https://github.com/primefaces/primevue/issues/2069) -- ConfirmDialog: 'defaultFocus' property missing from ConfirmationOptions.d.ts, causing TypeScript errors [\#2058](https://github.com/primefaces/primevue/issues/2058) +- Scrollable TabView forwardIsDisabled defect [\#2169](https://github.com/primefaces/primevue/issues/2169) +- Lara scrollable Tabview highlight defect [\#2165](https://github.com/primefaces/primevue/issues/2165) +- MultiSelect virtual scroll with selected item [\#2158](https://github.com/primefaces/primevue/issues/2158) +- TreeTable Typescript - 'checkbox' missing in TreeTableSelectionModeType [\#2148](https://github.com/primefaces/primevue/issues/2148) +- FullCalendar | Bootstrap background highlight is wrong [\#2143](https://github.com/primefaces/primevue/issues/2143) +- Wrong property name "col" in Treetable/FooterCell [\#2134](https://github.com/primefaces/primevue/issues/2134) +- Multiple SplitterPanels created using v-for directive [\#2120](https://github.com/primefaces/primevue/issues/2120) +- Dropdown virtual scroll and lazy load dropdown with selected item [\#2114](https://github.com/primefaces/primevue/issues/2114) +- Incomplete prop types specified in Column [\#2097](https://github.com/primefaces/primevue/issues/2097) +- OrganizationChart: "value" property improperly defined as "OrganizationChartNode\[\]" in OrganizationChartProps [\#2069](https://github.com/primefaces/primevue/issues/2069) +- ConfirmDialog: 'defaultFocus' property missing from ConfirmationOptions.d.ts, causing TypeScript errors [\#2058](https://github.com/primefaces/primevue/issues/2058) ## [3.11.1](https://github.com/primefaces/primevue/tree/3.11.1) (2022-01-31) @@ -888,16 +926,16 @@ **Implemented New Features and Enhancements:** -- Update themes for datatable list shadow style [\#2025](https://github.com/primefaces/primevue/issues/2025) +- Update themes for datatable list shadow style [\#2025](https://github.com/primefaces/primevue/issues/2025) **Fixed bugs:** -- contentStyle defect on VirtualScroller [\#2064](https://github.com/primefaces/primevue/issues/2064) -- Sidebar: ripple appears in the wrong place [\#2039](https://github.com/primefaces/primevue/issues/2039) -- tailwind theme - wrong styles [\#2023](https://github.com/primefaces/primevue/issues/2023) -- TreeTable | More than 2 Frozen Columns not Compatible with Table Scroll [\#2019](https://github.com/primefaces/primevue/issues/2019) -- TreeTable | ColResize Expand Mode not Compatible with Table Scroll and Frozen [\#1989](https://github.com/primefaces/primevue/issues/1989) -- DataTable Dynamic Row defect [\#1932](https://github.com/primefaces/primevue/issues/1932) +- contentStyle defect on VirtualScroller [\#2064](https://github.com/primefaces/primevue/issues/2064) +- Sidebar: ripple appears in the wrong place [\#2039](https://github.com/primefaces/primevue/issues/2039) +- tailwind theme - wrong styles [\#2023](https://github.com/primefaces/primevue/issues/2023) +- TreeTable | More than 2 Frozen Columns not Compatible with Table Scroll [\#2019](https://github.com/primefaces/primevue/issues/2019) +- TreeTable | ColResize Expand Mode not Compatible with Table Scroll and Frozen [\#1989](https://github.com/primefaces/primevue/issues/1989) +- DataTable Dynamic Row defect [\#1932](https://github.com/primefaces/primevue/issues/1932) ## [3.11.0](https://github.com/primefaces/primevue/tree/3.11.0) (2022-01-18) @@ -905,39 +943,39 @@ **Implemented New Features and Enhancements:** -- Move PrimeFlex v2 Docs to Github [\#2017](https://github.com/primefaces/primevue/issues/2017) -- Update themes for list shadow style [\#2008](https://github.com/primefaces/primevue/issues/2008) -- Improve resizable structure on DataTable [\#2001](https://github.com/primefaces/primevue/issues/2001) -- PrimeFlex 3 update for PrimeVue showcase [\#1977](https://github.com/primefaces/primevue/issues/1977) -- Dialog: close button cannot receive focus [\#1975](https://github.com/primefaces/primevue/issues/1975) -- New Color Scheme for Lara Dark [\#1919](https://github.com/primefaces/primevue/issues/1919) -- Templating for SplitButton [\#1795](https://github.com/primefaces/primevue/issues/1795) +- Move PrimeFlex v2 Docs to Github [\#2017](https://github.com/primefaces/primevue/issues/2017) +- Update themes for list shadow style [\#2008](https://github.com/primefaces/primevue/issues/2008) +- Improve resizable structure on DataTable [\#2001](https://github.com/primefaces/primevue/issues/2001) +- PrimeFlex 3 update for PrimeVue showcase [\#1977](https://github.com/primefaces/primevue/issues/1977) +- Dialog: close button cannot receive focus [\#1975](https://github.com/primefaces/primevue/issues/1975) +- New Color Scheme for Lara Dark [\#1919](https://github.com/primefaces/primevue/issues/1919) +- Templating for SplitButton [\#1795](https://github.com/primefaces/primevue/issues/1795) **Fixed bugs:** -- Tooltip import defect [\#2013](https://github.com/primefaces/primevue/issues/2013) -- Tree node toggler button is shrunk until not visible if label starts to not fit the node [\#2011](https://github.com/primefaces/primevue/issues/2011) -- DataTable | Footer is not align when resize mode is enable [\#2003](https://github.com/primefaces/primevue/issues/2003) -- Dropdown doesn't display empty string [\#1995](https://github.com/primefaces/primevue/issues/1995) -- Tag doesn't show icon when slot is used instead of "value" attribute [\#1993](https://github.com/primefaces/primevue/issues/1993) -- Dropdown | filled background problem [\#1980](https://github.com/primefaces/primevue/issues/1980) -- DataTable | ColResize Expand Mode not Compatible with Table Scroll [\#1970](https://github.com/primefaces/primevue/issues/1970) -- DataTable, TreeTable | Checkbox and RadioButton Focus Missing on Material [\#1967](https://github.com/primefaces/primevue/issues/1967) -- Datatable: Inline filterMenuStyle doesn't add css properties [\#1966](https://github.com/primefaces/primevue/issues/1966) -- Update type checking for class properties [\#1959](https://github.com/primefaces/primevue/issues/1959) -- Cannot dynamically set Toast severity [\#1955](https://github.com/primefaces/primevue/issues/1955) -- tooltip type error in SpeedDial.d.ts and Dock.d.ts [\#1945](https://github.com/primefaces/primevue/issues/1945) -- Type definition for 'header' slot missing in TabPanel component [\#1943](https://github.com/primefaces/primevue/issues/1943) -- Calendar: the Year is incorrect for Multiple Months mode [\#1942](https://github.com/primefaces/primevue/issues/1942) -- DataTable: sticky column header doesn't stay fixed [\#1938](https://github.com/primefaces/primevue/issues/1938) -- MenuItem: type of `to` should be `RouteLocationRaw` [\#1933](https://github.com/primefaces/primevue/issues/1933) -- Calendar: the Year is incorrect for Multiple Months mode [\#1924](https://github.com/primefaces/primevue/issues/1924) -- Error while dynamic remove SplitterPanel component. [\#1914](https://github.com/primefaces/primevue/issues/1914) -- DataTable - Paginator doesn't reset on Lazy sort [\#1905](https://github.com/primefaces/primevue/issues/1905) -- header option is missing from confirmoption [\#1902](https://github.com/primefaces/primevue/issues/1902) -- ConfirmationService: require is not defined [\#1897](https://github.com/primefaces/primevue/issues/1897) -- Toast: Production Typescript Build Error: Type detail [\#1856](https://github.com/primefaces/primevue/issues/1856) -- Missing props in ConfirmationOptions.d.ts [\#1852](https://github.com/primefaces/primevue/issues/1852) +- Tooltip import defect [\#2013](https://github.com/primefaces/primevue/issues/2013) +- Tree node toggler button is shrunk until not visible if label starts to not fit the node [\#2011](https://github.com/primefaces/primevue/issues/2011) +- DataTable | Footer is not align when resize mode is enable [\#2003](https://github.com/primefaces/primevue/issues/2003) +- Dropdown doesn't display empty string [\#1995](https://github.com/primefaces/primevue/issues/1995) +- Tag doesn't show icon when slot is used instead of "value" attribute [\#1993](https://github.com/primefaces/primevue/issues/1993) +- Dropdown | filled background problem [\#1980](https://github.com/primefaces/primevue/issues/1980) +- DataTable | ColResize Expand Mode not Compatible with Table Scroll [\#1970](https://github.com/primefaces/primevue/issues/1970) +- DataTable, TreeTable | Checkbox and RadioButton Focus Missing on Material [\#1967](https://github.com/primefaces/primevue/issues/1967) +- Datatable: Inline filterMenuStyle doesn't add css properties [\#1966](https://github.com/primefaces/primevue/issues/1966) +- Update type checking for class properties [\#1959](https://github.com/primefaces/primevue/issues/1959) +- Cannot dynamically set Toast severity [\#1955](https://github.com/primefaces/primevue/issues/1955) +- tooltip type error in SpeedDial.d.ts and Dock.d.ts [\#1945](https://github.com/primefaces/primevue/issues/1945) +- Type definition for 'header' slot missing in TabPanel component [\#1943](https://github.com/primefaces/primevue/issues/1943) +- Calendar: the Year is incorrect for Multiple Months mode [\#1942](https://github.com/primefaces/primevue/issues/1942) +- DataTable: sticky column header doesn't stay fixed [\#1938](https://github.com/primefaces/primevue/issues/1938) +- MenuItem: type of `to` should be `RouteLocationRaw` [\#1933](https://github.com/primefaces/primevue/issues/1933) +- Calendar: the Year is incorrect for Multiple Months mode [\#1924](https://github.com/primefaces/primevue/issues/1924) +- Error while dynamic remove SplitterPanel component. [\#1914](https://github.com/primefaces/primevue/issues/1914) +- DataTable - Paginator doesn't reset on Lazy sort [\#1905](https://github.com/primefaces/primevue/issues/1905) +- header option is missing from confirmoption [\#1902](https://github.com/primefaces/primevue/issues/1902) +- ConfirmationService: require is not defined [\#1897](https://github.com/primefaces/primevue/issues/1897) +- Toast: Production Typescript Build Error: Type detail [\#1856](https://github.com/primefaces/primevue/issues/1856) +- Missing props in ConfirmationOptions.d.ts [\#1852](https://github.com/primefaces/primevue/issues/1852) ## [3.10.0](https://github.com/primefaces/primevue/tree/3.10.0) (2021-12-07) @@ -945,30 +983,31 @@ **Implemented New Features and Enhancements:** -- Calendar | Escape Support For Month and Year Picker [\#1847](https://github.com/primefaces/primevue/issues/1847) -- Add data param to exportCSV method on DataTable [\#1845](https://github.com/primefaces/primevue/issues/1845) -- Improve VirtualScroller implementation for Data components [\#1844](https://github.com/primefaces/primevue/issues/1844) -- Add virtualScroller feature to DataTable [\#1843](https://github.com/primefaces/primevue/issues/1843) -- DataTable component does not work correctly "Checkbox selection" together with "lazy" [\#1841](https://github.com/primefaces/primevue/issues/1841) -- Provide chartjs object when Chart component is totally instantiated [\#1840](https://github.com/primefaces/primevue/issues/1840) -- Improve TypeScript Definitions on all components [\#1836](https://github.com/primefaces/primevue/issues/1836) +- Calendar | Escape Support For Month and Year Picker [\#1847](https://github.com/primefaces/primevue/issues/1847) +- Add data param to exportCSV method on DataTable [\#1845](https://github.com/primefaces/primevue/issues/1845) +- Improve VirtualScroller implementation for Data components [\#1844](https://github.com/primefaces/primevue/issues/1844) +- Add virtualScroller feature to DataTable [\#1843](https://github.com/primefaces/primevue/issues/1843) +- DataTable component does not work correctly "Checkbox selection" together with "lazy" [\#1841](https://github.com/primefaces/primevue/issues/1841) +- Provide chartjs object when Chart component is totally instantiated [\#1840](https://github.com/primefaces/primevue/issues/1840) +- Improve TypeScript Definitions on all components [\#1836](https://github.com/primefaces/primevue/issues/1836) **Fixed bugs:** -- Calendar | Year Picker and Month Picker empty when using Range and Multiple options [\#1848](https://github.com/primefaces/primevue/issues/1848) -- Calendar manual input doesn't work [\#1825](https://github.com/primefaces/primevue/issues/1825) -- PanelMenu does not use unique IDs [\#1791](https://github.com/primefaces/primevue/issues/1791) +- Calendar | Year Picker and Month Picker empty when using Range and Multiple options [\#1848](https://github.com/primefaces/primevue/issues/1848) +- Calendar manual input doesn't work [\#1825](https://github.com/primefaces/primevue/issues/1825) +- PanelMenu does not use unique IDs [\#1791](https://github.com/primefaces/primevue/issues/1791) **Deprecated:** -- Deprecate keepInvalid of Calendar [\#1849](https://github.com/primefaces/primevue/issues/1849) +- Deprecate keepInvalid of Calendar [\#1849](https://github.com/primefaces/primevue/issues/1849) ## [3.9.1](https://github.com/primefaces/primevue/tree/3.9.1) (2021-11-18) [Full Changelog](https://github.com/primefaces/primevue/compare/3.9.0...3.9.1) **Breaking Changes:** -- Rename slots for toolbar [\#1761](https://github.com/primefaces/primevue/issues/1761) + +- Rename slots for toolbar [\#1761](https://github.com/primefaces/primevue/issues/1761) ## [3.9.0](https://github.com/primefaces/primevue/tree/3.9.0) (2021-11-18) @@ -976,58 +1015,58 @@ **Implemented New Features and Enhancements:** -- Improve table row reorder highlight [\#1777](https://github.com/primefaces/primevue/issues/1777) -- PickList slots before and after the buttons [\#1758](https://github.com/primefaces/primevue/issues/1758) -- OrderList slots before and after the buttons [\#1757](https://github.com/primefaces/primevue/issues/1757) -- Add responsiveOptions property to Calendar [\#1750](https://github.com/primefaces/primevue/issues/1750) -- New change event for SelectButton [\#1748](https://github.com/primefaces/primevue/issues/1748) -- Year Picker for Calendar [\#1744](https://github.com/primefaces/primevue/issues/1744) -- New Lara Theme Family as the Default Theme [\#1742](https://github.com/primefaces/primevue/issues/1742) -- TreeSelect should automatically scroll to show the selected option [\#1735](https://github.com/primefaces/primevue/issues/1735) -- New rowStyle prop for DataTable [\#1734](https://github.com/primefaces/primevue/issues/1734) -- Update PrimeIcons v5.0.0 [\#1733](https://github.com/primefaces/primevue/issues/1733) -- Material | Use box-shadow for outlined Buttons [\#1729](https://github.com/primefaces/primevue/issues/1729) -- Material Focus Improvements [\#1728](https://github.com/primefaces/primevue/issues/1728) -- ColorPicker: events [\#1719](https://github.com/primefaces/primevue/issues/1719) -- Templating Support for ConfirmPopup [\#1685](https://github.com/primefaces/primevue/issues/1685) -- Default focus button should be configurable for ConfirmDialog [\#1663](https://github.com/primefaces/primevue/issues/1663) -- \[Feature Request\] Disable +- Button on InputNumber when value reach min, max [\#1621](https://github.com/primefaces/primevue/issues/1621) -- Enhanced UI for month and year picker for Calendar [\#1580](https://github.com/primefaces/primevue/issues/1580) -- Dynamic labels for Menu components [\#449](https://github.com/primefaces/primevue/issues/449) +- Improve table row reorder highlight [\#1777](https://github.com/primefaces/primevue/issues/1777) +- PickList slots before and after the buttons [\#1758](https://github.com/primefaces/primevue/issues/1758) +- OrderList slots before and after the buttons [\#1757](https://github.com/primefaces/primevue/issues/1757) +- Add responsiveOptions property to Calendar [\#1750](https://github.com/primefaces/primevue/issues/1750) +- New change event for SelectButton [\#1748](https://github.com/primefaces/primevue/issues/1748) +- Year Picker for Calendar [\#1744](https://github.com/primefaces/primevue/issues/1744) +- New Lara Theme Family as the Default Theme [\#1742](https://github.com/primefaces/primevue/issues/1742) +- TreeSelect should automatically scroll to show the selected option [\#1735](https://github.com/primefaces/primevue/issues/1735) +- New rowStyle prop for DataTable [\#1734](https://github.com/primefaces/primevue/issues/1734) +- Update PrimeIcons v5.0.0 [\#1733](https://github.com/primefaces/primevue/issues/1733) +- Material | Use box-shadow for outlined Buttons [\#1729](https://github.com/primefaces/primevue/issues/1729) +- Material Focus Improvements [\#1728](https://github.com/primefaces/primevue/issues/1728) +- ColorPicker: events [\#1719](https://github.com/primefaces/primevue/issues/1719) +- Templating Support for ConfirmPopup [\#1685](https://github.com/primefaces/primevue/issues/1685) +- Default focus button should be configurable for ConfirmDialog [\#1663](https://github.com/primefaces/primevue/issues/1663) +- \[Feature Request\] Disable +- Button on InputNumber when value reach min, max [\#1621](https://github.com/primefaces/primevue/issues/1621) +- Enhanced UI for month and year picker for Calendar [\#1580](https://github.com/primefaces/primevue/issues/1580) +- Dynamic labels for Menu components [\#449](https://github.com/primefaces/primevue/issues/449) **Breaking Changes:** -- Rename slot names for paginatorLeft and paginatorRight [\#1760](https://github.com/primefaces/primevue/issues/1760) -- Lowercase slot names for PickList sourceHeader-targetHeader [\#1759](https://github.com/primefaces/primevue/issues/1759) +- Rename slot names for paginatorLeft and paginatorRight [\#1760](https://github.com/primefaces/primevue/issues/1760) +- Lowercase slot names for PickList sourceHeader-targetHeader [\#1759](https://github.com/primefaces/primevue/issues/1759) **Fixed bugs:** -- Cannot select date in calendar in small viewports [\#1775](https://github.com/primefaces/primevue/issues/1775) -- Disabled not working for SelectButton [\#1773](https://github.com/primefaces/primevue/issues/1773) -- Formatting is not applied when keepInvalid is on [\#1772](https://github.com/primefaces/primevue/issues/1772) -- DataTable Focus Row Rectangle on Safari [\#1768](https://github.com/primefaces/primevue/issues/1768) -- DataTable lazy loading paginator defect [\#1766](https://github.com/primefaces/primevue/issues/1766) -- ProgressBar: color text accessibility issue [\#1752](https://github.com/primefaces/primevue/issues/1752) -- Cell editing without editor templating defect [\#1745](https://github.com/primefaces/primevue/issues/1745) -- Missing InputText events [\#1738](https://github.com/primefaces/primevue/issues/1738) -- \[Bug\] PanelMenu template prop type issue [\#1732](https://github.com/primefaces/primevue/issues/1732) -- BUG: Autocomplete \#header slot with autoHighlight option [\#1720](https://github.com/primefaces/primevue/issues/1720) -- Calendar in timeonly mode ignores minDate, maxDate [\#1716](https://github.com/primefaces/primevue/issues/1716) -- DataTable wrong TypeScript definition for row click events [\#1715](https://github.com/primefaces/primevue/issues/1715) -- Calendar manual input 1st digit does not appear [\#1713](https://github.com/primefaces/primevue/issues/1713) -- Calendar manual input not working properly [\#1712](https://github.com/primefaces/primevue/issues/1712) -- optionDisabled prop on Dropdown wrongly typed [\#1705](https://github.com/primefaces/primevue/issues/1705) -- TS Typings for TerminalService are incorrect [\#1701](https://github.com/primefaces/primevue/issues/1701) -- Panel \#icons template causes vue-tsc compile error [\#1698](https://github.com/primefaces/primevue/issues/1698) -- Cannot create dynamic ColumnGroup columns in DataTable [\#1630](https://github.com/primefaces/primevue/issues/1630) -- keyboard navigation is broken in AutoComplete with VirtualScroller [\#1597](https://github.com/primefaces/primevue/issues/1597) -- Carousel swipe function is broken on iOS devices [\#1584](https://github.com/primefaces/primevue/issues/1584) -- DataTable with selectionMode 'multiple' select with shift [\#1562](https://github.com/primefaces/primevue/issues/1562) -- bug ConfirmDialog \(async accept\reject\) [\#1454](https://github.com/primefaces/primevue/issues/1454) +- Cannot select date in calendar in small viewports [\#1775](https://github.com/primefaces/primevue/issues/1775) +- Disabled not working for SelectButton [\#1773](https://github.com/primefaces/primevue/issues/1773) +- Formatting is not applied when keepInvalid is on [\#1772](https://github.com/primefaces/primevue/issues/1772) +- DataTable Focus Row Rectangle on Safari [\#1768](https://github.com/primefaces/primevue/issues/1768) +- DataTable lazy loading paginator defect [\#1766](https://github.com/primefaces/primevue/issues/1766) +- ProgressBar: color text accessibility issue [\#1752](https://github.com/primefaces/primevue/issues/1752) +- Cell editing without editor templating defect [\#1745](https://github.com/primefaces/primevue/issues/1745) +- Missing InputText events [\#1738](https://github.com/primefaces/primevue/issues/1738) +- \[Bug\] PanelMenu template prop type issue [\#1732](https://github.com/primefaces/primevue/issues/1732) +- BUG: Autocomplete \#header slot with autoHighlight option [\#1720](https://github.com/primefaces/primevue/issues/1720) +- Calendar in timeonly mode ignores minDate, maxDate [\#1716](https://github.com/primefaces/primevue/issues/1716) +- DataTable wrong TypeScript definition for row click events [\#1715](https://github.com/primefaces/primevue/issues/1715) +- Calendar manual input 1st digit does not appear [\#1713](https://github.com/primefaces/primevue/issues/1713) +- Calendar manual input not working properly [\#1712](https://github.com/primefaces/primevue/issues/1712) +- optionDisabled prop on Dropdown wrongly typed [\#1705](https://github.com/primefaces/primevue/issues/1705) +- TS Typings for TerminalService are incorrect [\#1701](https://github.com/primefaces/primevue/issues/1701) +- Panel \#icons template causes vue-tsc compile error [\#1698](https://github.com/primefaces/primevue/issues/1698) +- Cannot create dynamic ColumnGroup columns in DataTable [\#1630](https://github.com/primefaces/primevue/issues/1630) +- keyboard navigation is broken in AutoComplete with VirtualScroller [\#1597](https://github.com/primefaces/primevue/issues/1597) +- Carousel swipe function is broken on iOS devices [\#1584](https://github.com/primefaces/primevue/issues/1584) +- DataTable with selectionMode 'multiple' select with shift [\#1562](https://github.com/primefaces/primevue/issues/1562) +- bug ConfirmDialog \(async accept\reject\) [\#1454](https://github.com/primefaces/primevue/issues/1454) **Deprecated:** -- Deprecated props in Calendar [\#1743](https://github.com/primefaces/primevue/issues/1743) +- Deprecated props in Calendar [\#1743](https://github.com/primefaces/primevue/issues/1743) ## [3.8.2](https://github.com/primefaces/primevue/tree/3.8.2) (2021-10-25) @@ -1035,24 +1074,24 @@ **Implemented New Features and Enhancements:** -- Nuxt3 integration [\#1660](https://github.com/primefaces/primevue/issues/1660) -- Update all .d.ts files for events and slots [\#1695](https://github.com/primefaces/primevue/issues/1695) -- Add tableStyle and tableClass to Table [\#1696](https://github.com/primefaces/primevue/issues/1696) -- VirtualScroll update d.ts [\#1687](https://github.com/primefaces/primevue/issues/1687) -- Dropdown should automatically scroll to show the selected option [\#1657](https://github.com/primefaces/primevue/issues/1657) -- BlockUI not working with div as child component [\#1625](https://github.com/primefaces/primevue/issues/1625) -- Accessibility issue with Accordion keyboard navigation [\#1616](https://github.com/primefaces/primevue/issues/1616) +- Nuxt3 integration [\#1660](https://github.com/primefaces/primevue/issues/1660) +- Update all .d.ts files for events and slots [\#1695](https://github.com/primefaces/primevue/issues/1695) +- Add tableStyle and tableClass to Table [\#1696](https://github.com/primefaces/primevue/issues/1696) +- VirtualScroll update d.ts [\#1687](https://github.com/primefaces/primevue/issues/1687) +- Dropdown should automatically scroll to show the selected option [\#1657](https://github.com/primefaces/primevue/issues/1657) +- BlockUI not working with div as child component [\#1625](https://github.com/primefaces/primevue/issues/1625) +- Accessibility issue with Accordion keyboard navigation [\#1616](https://github.com/primefaces/primevue/issues/1616) **Fixed bugs:** -- Flicker on non-modal Dialogs [\#1697](https://github.com/primefaces/primevue/issues/1697) -- ToastSeverity added .d.ts [\#1690](https://github.com/primefaces/primevue/issues/1690) -- ContextMenu "template" prop type error [\#1688](https://github.com/primefaces/primevue/issues/1688) -- Dragging a Dialog breaks "maximize" feature [\#1684](https://github.com/primefaces/primevue/issues/1684) -- MegaMenu templating not work [\#1679](https://github.com/primefaces/primevue/issues/1679) -- Wrong TypeScript-types for InputText component [\#1674](https://github.com/primefaces/primevue/issues/1674) -- inputNumber class prop type defect [\#1661](https://github.com/primefaces/primevue/issues/1661) -- Menubar templating error [\#1526](https://github.com/primefaces/primevue/issues/1526) +- Flicker on non-modal Dialogs [\#1697](https://github.com/primefaces/primevue/issues/1697) +- ToastSeverity added .d.ts [\#1690](https://github.com/primefaces/primevue/issues/1690) +- ContextMenu "template" prop type error [\#1688](https://github.com/primefaces/primevue/issues/1688) +- Dragging a Dialog breaks "maximize" feature [\#1684](https://github.com/primefaces/primevue/issues/1684) +- MegaMenu templating not work [\#1679](https://github.com/primefaces/primevue/issues/1679) +- Wrong TypeScript-types for InputText component [\#1674](https://github.com/primefaces/primevue/issues/1674) +- inputNumber class prop type defect [\#1661](https://github.com/primefaces/primevue/issues/1661) +- Menubar templating error [\#1526](https://github.com/primefaces/primevue/issues/1526) ## [3.8.1](https://github.com/primefaces/primevue/tree/3.8.1) (2021-10-13) @@ -1060,16 +1099,16 @@ **Implemented New Features and Enhancements:** -- Script tag with CDN samples [\#1662](https://github.com/primefaces/primevue/issues/1662) -- disabled props for Inplace [\#1651](https://github.com/primefaces/primevue/issues/1651) +- Script tag with CDN samples [\#1662](https://github.com/primefaces/primevue/issues/1662) +- disabled props for Inplace [\#1651](https://github.com/primefaces/primevue/issues/1651) **Fixed bugs:** -- Menu Model icon defect for Dock [\#1658](https://github.com/primefaces/primevue/issues/1658) -- Ripple added Dock [\#1652](https://github.com/primefaces/primevue/issues/1652) -- Kebab-case properties are not working on DataTable and TreeTable [\#1646](https://github.com/primefaces/primevue/issues/1646) -- The virtualscroller component is missing in core.min.js [\#1642](https://github.com/primefaces/primevue/issues/1642) -- VirtualScroller.scrollToIndex programming error [\#1610](https://github.com/primefaces/primevue/issues/1610) +- Menu Model icon defect for Dock [\#1658](https://github.com/primefaces/primevue/issues/1658) +- Ripple added Dock [\#1652](https://github.com/primefaces/primevue/issues/1652) +- Kebab-case properties are not working on DataTable and TreeTable [\#1646](https://github.com/primefaces/primevue/issues/1646) +- The virtualscroller component is missing in core.min.js [\#1642](https://github.com/primefaces/primevue/issues/1642) +- VirtualScroller.scrollToIndex programming error [\#1610](https://github.com/primefaces/primevue/issues/1610) ## [3.8.0](https://github.com/primefaces/primevue/tree/3.8.0) (2021-10-05) @@ -1077,27 +1116,27 @@ **Breaking Changes:** -- Support for Filtering and Sorting on Editable DataTable [\#1273](https://github.com/primefaces/primevue/issues/1273) +- Support for Filtering and Sorting on Editable DataTable [\#1273](https://github.com/primefaces/primevue/issues/1273) **Implemented New Features and Enhancements:** -- Kebap-case is not supported in some components like DataTable [\#1263](https://github.com/primefaces/primevue/issues/1263) -- Improve sorting performance on DataTable [\#1633](https://github.com/primefaces/primevue/issues/1633) -- Improve accessibility on Editable DataTable [\#1632](https://github.com/primefaces/primevue/issues/1632) -- Add type definition for Utils modules [\#1622](https://github.com/primefaces/primevue/issues/1622) -- Improve scrollbar style on BreadCrumb and TabMenu [\#1620](https://github.com/primefaces/primevue/issues/1620) -- Tailwind theme location typing mistake in Setup docs [\#1614](https://github.com/primefaces/primevue/issues/1614) -- Add class option to Tooltip directive [\#1612](https://github.com/primefaces/primevue/issues/1612) +- Kebap-case is not supported in some components like DataTable [\#1263](https://github.com/primefaces/primevue/issues/1263) +- Improve sorting performance on DataTable [\#1633](https://github.com/primefaces/primevue/issues/1633) +- Improve accessibility on Editable DataTable [\#1632](https://github.com/primefaces/primevue/issues/1632) +- Add type definition for Utils modules [\#1622](https://github.com/primefaces/primevue/issues/1622) +- Improve scrollbar style on BreadCrumb and TabMenu [\#1620](https://github.com/primefaces/primevue/issues/1620) +- Tailwind theme location typing mistake in Setup docs [\#1614](https://github.com/primefaces/primevue/issues/1614) +- Add class option to Tooltip directive [\#1612](https://github.com/primefaces/primevue/issues/1612) **Fixed bugs:** -- Tiered Menu with Templating throw 'type check failed for prop "template" [\#1638](https://github.com/primefaces/primevue/issues/1638) -- The editingRows property is not working with initial value on DataTable [\#1631](https://github.com/primefaces/primevue/issues/1631) -- The DataTable.d.ts file is missing the 'expansion' field in the $slots class field. [\#1629](https://github.com/primefaces/primevue/issues/1629) -- Paginator's Inputnumber displays index instead of current page [\#1602](https://github.com/primefaces/primevue/issues/1602) -- Vite build with Typescript Module '"vue"' has no exported member 'PluginFunction'. in `ConfirmationService.d.ts` and `ToastService.d.ts` [\#1596](https://github.com/primefaces/primevue/issues/1596) -- InputSwitch - trueValue-falseValue features causes warning [\#1586](https://github.com/primefaces/primevue/issues/1586) -- SpeedDial :hideOnClickOutside="false" is not working [\#1545](https://github.com/primefaces/primevue/issues/1545) +- Tiered Menu with Templating throw 'type check failed for prop "template" [\#1638](https://github.com/primefaces/primevue/issues/1638) +- The editingRows property is not working with initial value on DataTable [\#1631](https://github.com/primefaces/primevue/issues/1631) +- The DataTable.d.ts file is missing the 'expansion' field in the $slots class field. [\#1629](https://github.com/primefaces/primevue/issues/1629) +- Paginator's Inputnumber displays index instead of current page [\#1602](https://github.com/primefaces/primevue/issues/1602) +- Vite build with Typescript Module '"vue"' has no exported member 'PluginFunction'. in `ConfirmationService.d.ts` and `ToastService.d.ts` [\#1596](https://github.com/primefaces/primevue/issues/1596) +- InputSwitch - trueValue-falseValue features causes warning [\#1586](https://github.com/primefaces/primevue/issues/1586) +- SpeedDial :hideOnClickOutside="false" is not working [\#1545](https://github.com/primefaces/primevue/issues/1545) ## [3.7.2](https://github.com/primefaces/primevue/tree/3.7.2) (2021-09-15) @@ -1105,31 +1144,31 @@ **Implemented New Features and Enhancements:** -- Incorrect Sizing due to filter input width of dropdown [\#1519](https://github.com/primefaces/primevue/issues/1519) -- Tooltip: word wrap [\#1512](https://github.com/primefaces/primevue/issues/1512) -- Add getFormatter method to InputNumber [\#1509](https://github.com/primefaces/primevue/issues/1509) -- \[Feature Request\] Add autoHighlight property to AutoComplete [\#1362](https://github.com/primefaces/primevue/issues/1362) +- Incorrect Sizing due to filter input width of dropdown [\#1519](https://github.com/primefaces/primevue/issues/1519) +- Tooltip: word wrap [\#1512](https://github.com/primefaces/primevue/issues/1512) +- Add getFormatter method to InputNumber [\#1509](https://github.com/primefaces/primevue/issues/1509) +- \[Feature Request\] Add autoHighlight property to AutoComplete [\#1362](https://github.com/primefaces/primevue/issues/1362) **Fixed bugs:** -- InputNumber: setting "min" to anything greater than 0 implies "required" [\#1542](https://github.com/primefaces/primevue/issues/1542) -- BlockUI doesn't get rid of div [\#1537](https://github.com/primefaces/primevue/issues/1537) -- PanelMenu subItems 'to' route configuration breaks menu rendering [\#1536](https://github.com/primefaces/primevue/issues/1536) -- Checkbox causes layout issues when used inside an overflow: auto div [\#1534](https://github.com/primefaces/primevue/issues/1534) -- DataTable - The showClearButton literally doesn't do anything [\#1532](https://github.com/primefaces/primevue/issues/1532) -- DataTable - RowGrouping Breaks Filter Row Column Widths [\#1531](https://github.com/primefaces/primevue/issues/1531) -- Overlay panel hide when clicking on a label inside of it [\#1528](https://github.com/primefaces/primevue/issues/1528) -- Thumbnails are not displayed correctly on Galleria if numVisible is greater than the length of value [\#1523](https://github.com/primefaces/primevue/issues/1523) -- InputNumber: issues with decimal separator for some locales, 0s are added to input [\#1522](https://github.com/primefaces/primevue/issues/1522) -- DataTable doesn't work as expected when the container is resized. [\#1521](https://github.com/primefaces/primevue/issues/1521) -- Extra space between Dropdown and filter list [\#1520](https://github.com/primefaces/primevue/issues/1520) -- Dropdown with filter bug selecting with arrow keys [\#1516](https://github.com/primefaces/primevue/issues/1516) -- Negative sign in front of number is not possible for Finnish or Swedish locale [\#1515](https://github.com/primefaces/primevue/issues/1515) -- Input number caret issue with negatives [\#1513](https://github.com/primefaces/primevue/issues/1513) -- Tooltip: crash when empty\null [\#1511](https://github.com/primefaces/primevue/issues/1511) -- inputnumber : both prefix and currency Input error [\#1510](https://github.com/primefaces/primevue/issues/1510) -- DataTable: Dialog and table problem \(column expansion\) [\#1508](https://github.com/primefaces/primevue/issues/1508) -- DataTable State broken with resizableColumns [\#1505](https://github.com/primefaces/primevue/issues/1505) +- InputNumber: setting "min" to anything greater than 0 implies "required" [\#1542](https://github.com/primefaces/primevue/issues/1542) +- BlockUI doesn't get rid of div [\#1537](https://github.com/primefaces/primevue/issues/1537) +- PanelMenu subItems 'to' route configuration breaks menu rendering [\#1536](https://github.com/primefaces/primevue/issues/1536) +- Checkbox causes layout issues when used inside an overflow: auto div [\#1534](https://github.com/primefaces/primevue/issues/1534) +- DataTable - The showClearButton literally doesn't do anything [\#1532](https://github.com/primefaces/primevue/issues/1532) +- DataTable - RowGrouping Breaks Filter Row Column Widths [\#1531](https://github.com/primefaces/primevue/issues/1531) +- Overlay panel hide when clicking on a label inside of it [\#1528](https://github.com/primefaces/primevue/issues/1528) +- Thumbnails are not displayed correctly on Galleria if numVisible is greater than the length of value [\#1523](https://github.com/primefaces/primevue/issues/1523) +- InputNumber: issues with decimal separator for some locales, 0s are added to input [\#1522](https://github.com/primefaces/primevue/issues/1522) +- DataTable doesn't work as expected when the container is resized. [\#1521](https://github.com/primefaces/primevue/issues/1521) +- Extra space between Dropdown and filter list [\#1520](https://github.com/primefaces/primevue/issues/1520) +- Dropdown with filter bug selecting with arrow keys [\#1516](https://github.com/primefaces/primevue/issues/1516) +- Negative sign in front of number is not possible for Finnish or Swedish locale [\#1515](https://github.com/primefaces/primevue/issues/1515) +- Input number caret issue with negatives [\#1513](https://github.com/primefaces/primevue/issues/1513) +- Tooltip: crash when empty\null [\#1511](https://github.com/primefaces/primevue/issues/1511) +- inputnumber : both prefix and currency Input error [\#1510](https://github.com/primefaces/primevue/issues/1510) +- DataTable: Dialog and table problem \(column expansion\) [\#1508](https://github.com/primefaces/primevue/issues/1508) +- DataTable State broken with resizableColumns [\#1505](https://github.com/primefaces/primevue/issues/1505) ## [3.7.1](https://github.com/primefaces/primevue/tree/3.7.1) (2021-09-06) @@ -1137,14 +1176,14 @@ **Implemented New Features and Enhancements:** -- Add allowEmpty property to InputNumber [\#1502](https://github.com/primefaces/primevue/issues/1502) -- Tailwind Theme [\#1500](https://github.com/primefaces/primevue/issues/1500) +- Add allowEmpty property to InputNumber [\#1502](https://github.com/primefaces/primevue/issues/1502) +- Tailwind Theme [\#1500](https://github.com/primefaces/primevue/issues/1500) **Fixed bugs:** -- Dropdown scrolls top after reopened [\#1501](https://github.com/primefaces/primevue/issues/1501) -- When inputnumber has fractionDigits and suffix, a number cannot be entered into it. [\#1498](https://github.com/primefaces/primevue/issues/1498) -- filterMatchMode option is ignored in Dropdown [\#1496](https://github.com/primefaces/primevue/issues/1496) +- Dropdown scrolls top after reopened [\#1501](https://github.com/primefaces/primevue/issues/1501) +- When inputnumber has fractionDigits and suffix, a number cannot be entered into it. [\#1498](https://github.com/primefaces/primevue/issues/1498) +- filterMatchMode option is ignored in Dropdown [\#1496](https://github.com/primefaces/primevue/issues/1496) ## [3.7.0](https://github.com/primefaces/primevue/tree/3.7.0) (2021-09-01) @@ -1152,58 +1191,58 @@ **Implemented New Features and Enhancements:** -- Change button/maskClassName properties with button/maskClass properties on SpeedDial [\#1495](https://github.com/primefaces/primevue/issues/1495) -- Modal layer enter-leave transition [\#1491](https://github.com/primefaces/primevue/issues/1491) -- Add tooltipOptions property to Dock [\#1490](https://github.com/primefaces/primevue/issues/1490) -- Add tooltipOptions property to SpeedDial [\#1489](https://github.com/primefaces/primevue/issues/1489) -- activeIndex for TabMenu [\#1488](https://github.com/primefaces/primevue/issues/1488) -- Improve responsive behavior of TabView component [\#1486](https://github.com/primefaces/primevue/issues/1486) -- Add appendTo property to Dialog [\#1483](https://github.com/primefaces/primevue/issues/1483) -- start and end slots for MegaMenu, remove default slot [\#1482](https://github.com/primefaces/primevue/issues/1482) -- Image Component [\#1481](https://github.com/primefaces/primevue/issues/1481) -- Add keepInvalid property to Calendar [\#1477](https://github.com/primefaces/primevue/issues/1477) -- Add input event Checkbox [\#1471](https://github.com/primefaces/primevue/issues/1471) -- Add trueValue-falseValue to InputSwitch [\#1470](https://github.com/primefaces/primevue/issues/1470) -- Dropdown, MultiSelect, CascadeSelect, TreeSelect slot for indicator [\#1459](https://github.com/primefaces/primevue/issues/1459) -- Add maxSelectedLabels, selectedItemsLabel and selectAll properties to MultiSelect [\#1455](https://github.com/primefaces/primevue/issues/1455) -- VirtualScroller for Select Components [\#1451](https://github.com/primefaces/primevue/issues/1451) -- Set Paginator Page from InputNumber [\#1447](https://github.com/primefaces/primevue/issues/1447) -- Scrollable Tabs [\#1446](https://github.com/primefaces/primevue/issues/1446) -- InputNumber behaves odd when trying to insert fracitonal digits [\#1441](https://github.com/primefaces/primevue/issues/1441) -- \[feature request\]Please add event while menu/overlay is dismissed. [\#1428](https://github.com/primefaces/primevue/issues/1428) -- Make Dock component mobile friendly [\#1398](https://github.com/primefaces/primevue/issues/1398) -- Checkbox true-value / false-value does not work [\#1320](https://github.com/primefaces/primevue/issues/1320) -- MenuModel - disabled should be a function to support dynamic behavior [\#1293](https://github.com/primefaces/primevue/issues/1293) -- Add router-link-active and router-link-active-exact to menu components [\#1275](https://github.com/primefaces/primevue/issues/1275) -- Add input event for InputSwitch [\#1234](https://github.com/primefaces/primevue/issues/1234) -- Vite support for FullCalendar [\#1211](https://github.com/primefaces/primevue/issues/1211) -- Constants for Toast severities [\#1187](https://github.com/primefaces/primevue/issues/1187) -- InputNumber - Ability to add or remove fraction digits when min-fraction-digits is not set [\#1136](https://github.com/primefaces/primevue/issues/1136) +- Change button/maskClassName properties with button/maskClass properties on SpeedDial [\#1495](https://github.com/primefaces/primevue/issues/1495) +- Modal layer enter-leave transition [\#1491](https://github.com/primefaces/primevue/issues/1491) +- Add tooltipOptions property to Dock [\#1490](https://github.com/primefaces/primevue/issues/1490) +- Add tooltipOptions property to SpeedDial [\#1489](https://github.com/primefaces/primevue/issues/1489) +- activeIndex for TabMenu [\#1488](https://github.com/primefaces/primevue/issues/1488) +- Improve responsive behavior of TabView component [\#1486](https://github.com/primefaces/primevue/issues/1486) +- Add appendTo property to Dialog [\#1483](https://github.com/primefaces/primevue/issues/1483) +- start and end slots for MegaMenu, remove default slot [\#1482](https://github.com/primefaces/primevue/issues/1482) +- Image Component [\#1481](https://github.com/primefaces/primevue/issues/1481) +- Add keepInvalid property to Calendar [\#1477](https://github.com/primefaces/primevue/issues/1477) +- Add input event Checkbox [\#1471](https://github.com/primefaces/primevue/issues/1471) +- Add trueValue-falseValue to InputSwitch [\#1470](https://github.com/primefaces/primevue/issues/1470) +- Dropdown, MultiSelect, CascadeSelect, TreeSelect slot for indicator [\#1459](https://github.com/primefaces/primevue/issues/1459) +- Add maxSelectedLabels, selectedItemsLabel and selectAll properties to MultiSelect [\#1455](https://github.com/primefaces/primevue/issues/1455) +- VirtualScroller for Select Components [\#1451](https://github.com/primefaces/primevue/issues/1451) +- Set Paginator Page from InputNumber [\#1447](https://github.com/primefaces/primevue/issues/1447) +- Scrollable Tabs [\#1446](https://github.com/primefaces/primevue/issues/1446) +- InputNumber behaves odd when trying to insert fracitonal digits [\#1441](https://github.com/primefaces/primevue/issues/1441) +- \[feature request\]Please add event while menu/overlay is dismissed. [\#1428](https://github.com/primefaces/primevue/issues/1428) +- Make Dock component mobile friendly [\#1398](https://github.com/primefaces/primevue/issues/1398) +- Checkbox true-value / false-value does not work [\#1320](https://github.com/primefaces/primevue/issues/1320) +- MenuModel - disabled should be a function to support dynamic behavior [\#1293](https://github.com/primefaces/primevue/issues/1293) +- Add router-link-active and router-link-active-exact to menu components [\#1275](https://github.com/primefaces/primevue/issues/1275) +- Add input event for InputSwitch [\#1234](https://github.com/primefaces/primevue/issues/1234) +- Vite support for FullCalendar [\#1211](https://github.com/primefaces/primevue/issues/1211) +- Constants for Toast severities [\#1187](https://github.com/primefaces/primevue/issues/1187) +- InputNumber - Ability to add or remove fraction digits when min-fraction-digits is not set [\#1136](https://github.com/primefaces/primevue/issues/1136) **Fixed bugs:** -- The maskStyle property doesn't work as expected in SpeedDial [\#1494](https://github.com/primefaces/primevue/issues/1494) -- DomHandler imports from wrong module path in SpeedDial component [\#1493](https://github.com/primefaces/primevue/issues/1493) -- Router support for Dock [\#1484](https://github.com/primefaces/primevue/issues/1484) -- CurrentPageReport displays wrong value [\#1475](https://github.com/primefaces/primevue/issues/1475) -- Alignment issue with multiple frozen columns on DataTable [\#1473](https://github.com/primefaces/primevue/issues/1473) -- Dropdown does not correctly handle empty label strings [\#1468](https://github.com/primefaces/primevue/issues/1468) -- Table Header Checkbox not working when lazy loading enabled [\#1467](https://github.com/primefaces/primevue/issues/1467) -- Material themes secondary text color issue [\#1465](https://github.com/primefaces/primevue/issues/1465) -- When Chart component is updated, it throws an exception [\#1463](https://github.com/primefaces/primevue/issues/1463) -- pFrozenColumn is moving when position set to left [\#1461](https://github.com/primefaces/primevue/issues/1461) -- Slotname message is unrecognized in toast template [\#1448](https://github.com/primefaces/primevue/issues/1448) -- Unnecessary horizontal scrollbar displayed with rowgrouping [\#1443](https://github.com/primefaces/primevue/issues/1443) -- Filtered Dropdown unusable on Windows Tablet [\#1411](https://github.com/primefaces/primevue/issues/1411) -- FileUpload Invalid File messages not displaying on repeat attempts [\#1399](https://github.com/primefaces/primevue/issues/1399) -- Calendar WCAG Accessibility Issue with Keyboard Navigation [\#1393](https://github.com/primefaces/primevue/issues/1393) -- Datatable date filter throws uncaught error when invalid date string is entered [\#1392](https://github.com/primefaces/primevue/issues/1392) -- Dropdown onkeydown item search not working properly [\#1390](https://github.com/primefaces/primevue/issues/1390) -- Auto ZIndex Issue with Toast and Sidebar [\#1381](https://github.com/primefaces/primevue/issues/1381) -- DataTable row group and sortable columns are not working together [\#1345](https://github.com/primefaces/primevue/issues/1345) -- input mask - mask affecting dirty state [\#1337](https://github.com/primefaces/primevue/issues/1337) -- DataTable State: columnwidths are not restored correctly when using scrollable and resizableColumns props [\#1311](https://github.com/primefaces/primevue/issues/1311) -- FullCalendar does not use option "backgroundColor" for each events [\#1119](https://github.com/primefaces/primevue/issues/1119) +- The maskStyle property doesn't work as expected in SpeedDial [\#1494](https://github.com/primefaces/primevue/issues/1494) +- DomHandler imports from wrong module path in SpeedDial component [\#1493](https://github.com/primefaces/primevue/issues/1493) +- Router support for Dock [\#1484](https://github.com/primefaces/primevue/issues/1484) +- CurrentPageReport displays wrong value [\#1475](https://github.com/primefaces/primevue/issues/1475) +- Alignment issue with multiple frozen columns on DataTable [\#1473](https://github.com/primefaces/primevue/issues/1473) +- Dropdown does not correctly handle empty label strings [\#1468](https://github.com/primefaces/primevue/issues/1468) +- Table Header Checkbox not working when lazy loading enabled [\#1467](https://github.com/primefaces/primevue/issues/1467) +- Material themes secondary text color issue [\#1465](https://github.com/primefaces/primevue/issues/1465) +- When Chart component is updated, it throws an exception [\#1463](https://github.com/primefaces/primevue/issues/1463) +- pFrozenColumn is moving when position set to left [\#1461](https://github.com/primefaces/primevue/issues/1461) +- Slotname message is unrecognized in toast template [\#1448](https://github.com/primefaces/primevue/issues/1448) +- Unnecessary horizontal scrollbar displayed with rowgrouping [\#1443](https://github.com/primefaces/primevue/issues/1443) +- Filtered Dropdown unusable on Windows Tablet [\#1411](https://github.com/primefaces/primevue/issues/1411) +- FileUpload Invalid File messages not displaying on repeat attempts [\#1399](https://github.com/primefaces/primevue/issues/1399) +- Calendar WCAG Accessibility Issue with Keyboard Navigation [\#1393](https://github.com/primefaces/primevue/issues/1393) +- Datatable date filter throws uncaught error when invalid date string is entered [\#1392](https://github.com/primefaces/primevue/issues/1392) +- Dropdown onkeydown item search not working properly [\#1390](https://github.com/primefaces/primevue/issues/1390) +- Auto ZIndex Issue with Toast and Sidebar [\#1381](https://github.com/primefaces/primevue/issues/1381) +- DataTable row group and sortable columns are not working together [\#1345](https://github.com/primefaces/primevue/issues/1345) +- input mask - mask affecting dirty state [\#1337](https://github.com/primefaces/primevue/issues/1337) +- DataTable State: columnwidths are not restored correctly when using scrollable and resizableColumns props [\#1311](https://github.com/primefaces/primevue/issues/1311) +- FullCalendar does not use option "backgroundColor" for each events [\#1119](https://github.com/primefaces/primevue/issues/1119) ## [3.6.4](https://github.com/primefaces/primevue/tree/3.6.4) (2021-08-10) @@ -1211,7 +1250,7 @@ **Fixed bugs:** -- Vue < 3.2 Compatibility [\#1437](https://github.com/primefaces/primevue/issues/1437) +- Vue < 3.2 Compatibility [\#1437](https://github.com/primefaces/primevue/issues/1437) ## [3.6.3](https://github.com/primefaces/primevue/tree/3.6.3) (2021-08-10) @@ -1219,8 +1258,8 @@ **Fixed bugs:** -- Support for scrolling and column groups [\#1314](https://github.com/primefaces/primevue/issues/1314) -- StyleClass does not open overlay when source is clicked again [\#1436](https://github.com/primefaces/primevue/issues/1436) +- Support for scrolling and column groups [\#1314](https://github.com/primefaces/primevue/issues/1314) +- StyleClass does not open overlay when source is clicked again [\#1436](https://github.com/primefaces/primevue/issues/1436) ## [3.6.2](https://github.com/primefaces/primevue/tree/3.6.2) (2021-08-06) @@ -1228,7 +1267,7 @@ **Fixed bugs:** -- Toast does not clear hide timeout on unmount [\#1415](https://github.com/primefaces/primevue/issues/1415) +- Toast does not clear hide timeout on unmount [\#1415](https://github.com/primefaces/primevue/issues/1415) ## [3.6.1](https://github.com/primefaces/primevue/tree/3.6.1) (2021-08-05) @@ -1236,10 +1275,10 @@ **Implemented New Features and Enhancements:** -- style and class props for FileUpload [\#1407](https://github.com/primefaces/primevue/issues/1407) -- New v-styleclass directive [\#1405](https://github.com/primefaces/primevue/issues/1405) -- value and disabled props for Tooltip [\#1404](https://github.com/primefaces/primevue/issues/1404) -- New styleClass and contentStyleClass props for Toast [\#1403](https://github.com/primefaces/primevue/issues/1403) +- style and class props for FileUpload [\#1407](https://github.com/primefaces/primevue/issues/1407) +- New v-styleclass directive [\#1405](https://github.com/primefaces/primevue/issues/1405) +- value and disabled props for Tooltip [\#1404](https://github.com/primefaces/primevue/issues/1404) +- New styleClass and contentStyleClass props for Toast [\#1403](https://github.com/primefaces/primevue/issues/1403) ## [3.6.0](https://github.com/primefaces/primevue/tree/3.6.0) (2021-07-27) @@ -1247,30 +1286,30 @@ **Implemented New Features and Enhancements:** -- New Dock Component [\#1386](https://github.com/primefaces/primevue/issues/1386) -- Gray palette for themes [\#1385](https://github.com/primefaces/primevue/issues/1385) -- New Speed Dial Component [\#1384](https://github.com/primefaces/primevue/issues/1384) -- Responsive Toast [\#1354](https://github.com/primefaces/primevue/issues/1354) -- Responsive TabMenu and Breadcrumb [\#1353](https://github.com/primefaces/primevue/issues/1353) -- Update FullCalendar to 5.7.2 [\#1351](https://github.com/primefaces/primevue/issues/1351) -- Update Chart.js to 3.3.2 [\#1348](https://github.com/primefaces/primevue/issues/1348) -- Row double click for DataTable [\#1347](https://github.com/primefaces/primevue/issues/1347) -- New SplitButton with TieredMenu [\#1313](https://github.com/primefaces/primevue/issues/1313) -- Feature Request: Templating for Toast component [\#1249](https://github.com/primefaces/primevue/issues/1249) -- Custom target for OverlayPanel [\#942](https://github.com/primefaces/primevue/issues/942) -- VirtualScroller Component [\#692](https://github.com/primefaces/primevue/issues/692) +- New Dock Component [\#1386](https://github.com/primefaces/primevue/issues/1386) +- Gray palette for themes [\#1385](https://github.com/primefaces/primevue/issues/1385) +- New Speed Dial Component [\#1384](https://github.com/primefaces/primevue/issues/1384) +- Responsive Toast [\#1354](https://github.com/primefaces/primevue/issues/1354) +- Responsive TabMenu and Breadcrumb [\#1353](https://github.com/primefaces/primevue/issues/1353) +- Update FullCalendar to 5.7.2 [\#1351](https://github.com/primefaces/primevue/issues/1351) +- Update Chart.js to 3.3.2 [\#1348](https://github.com/primefaces/primevue/issues/1348) +- Row double click for DataTable [\#1347](https://github.com/primefaces/primevue/issues/1347) +- New SplitButton with TieredMenu [\#1313](https://github.com/primefaces/primevue/issues/1313) +- Feature Request: Templating for Toast component [\#1249](https://github.com/primefaces/primevue/issues/1249) +- Custom target for OverlayPanel [\#942](https://github.com/primefaces/primevue/issues/942) +- VirtualScroller Component [\#692](https://github.com/primefaces/primevue/issues/692) **Fixed bugs:** -- Comments in ColumnGroup rows are rendered as \ elements [\#1368](https://github.com/primefaces/primevue/issues/1368) -- Overlay aligning calculation defect [\#1358](https://github.com/primefaces/primevue/issues/1358) -- DataTable cell editing regression [\#1357](https://github.com/primefaces/primevue/issues/1357) -- DataTable row group and resizable column not working together [\#1355](https://github.com/primefaces/primevue/issues/1355) -- Filtering non existing item in dropdown \[filter=true, group=true\] and pressing key down generates error [\#1342](https://github.com/primefaces/primevue/issues/1342) -- Accordion tab-open and tab-close events [\#1329](https://github.com/primefaces/primevue/issues/1329) -- Missing `class` prop on Button component fails Typescript complier [\#1319](https://github.com/primefaces/primevue/issues/1319) -- Tooltips closed on window resize after system keyboard appears on mobile devices [\#1318](https://github.com/primefaces/primevue/issues/1318) -- ProgressBar does not show zero percent [\#1272](https://github.com/primefaces/primevue/issues/1272) +- Comments in ColumnGroup rows are rendered as \ elements [\#1368](https://github.com/primefaces/primevue/issues/1368) +- Overlay aligning calculation defect [\#1358](https://github.com/primefaces/primevue/issues/1358) +- DataTable cell editing regression [\#1357](https://github.com/primefaces/primevue/issues/1357) +- DataTable row group and resizable column not working together [\#1355](https://github.com/primefaces/primevue/issues/1355) +- Filtering non existing item in dropdown \[filter=true, group=true\] and pressing key down generates error [\#1342](https://github.com/primefaces/primevue/issues/1342) +- Accordion tab-open and tab-close events [\#1329](https://github.com/primefaces/primevue/issues/1329) +- Missing `class` prop on Button component fails Typescript complier [\#1319](https://github.com/primefaces/primevue/issues/1319) +- Tooltips closed on window resize after system keyboard appears on mobile devices [\#1318](https://github.com/primefaces/primevue/issues/1318) +- ProgressBar does not show zero percent [\#1272](https://github.com/primefaces/primevue/issues/1272) ## [3.5.1](https://github.com/primefaces/primevue/tree/3.5.1) (2021-06-11) @@ -1278,22 +1317,22 @@ **Implemented New Features and Enhancements:** -- Chip templating support for AutoComplete and MultiSelect [\#1341](https://github.com/primefaces/primevue/issues/1341) -- TreeSelect and CascadeSelect material theming improvements [\#1321](https://github.com/primefaces/primevue/issues/1321) -- Toast center positioning enhancement [\#1315](https://github.com/primefaces/primevue/issues/1315) -- Remove button in Chips template [\#1300](https://github.com/primefaces/primevue/issues/1300) -- The TreeSelect shouldn't scroll the Browser when trying to open it with the keyboard [\#1298](https://github.com/primefaces/primevue/issues/1298) +- Chip templating support for AutoComplete and MultiSelect [\#1341](https://github.com/primefaces/primevue/issues/1341) +- TreeSelect and CascadeSelect material theming improvements [\#1321](https://github.com/primefaces/primevue/issues/1321) +- Toast center positioning enhancement [\#1315](https://github.com/primefaces/primevue/issues/1315) +- Remove button in Chips template [\#1300](https://github.com/primefaces/primevue/issues/1300) +- The TreeSelect shouldn't scroll the Browser when trying to open it with the keyboard [\#1298](https://github.com/primefaces/primevue/issues/1298) **Fixed bugs:** -- AccordionTab error with v-if="false" [\#1339](https://github.com/primefaces/primevue/issues/1339) -- Dynamic columns not showing in Datatable with vue 3.1.1 [\#1323](https://github.com/primefaces/primevue/issues/1323) -- Programmatic PanelMenu header link needs click twice to toggle itself [\#1310](https://github.com/primefaces/primevue/issues/1310) -- Datatable event @value-change return undefined when filtering [\#1308](https://github.com/primefaces/primevue/issues/1308) -- JumpToPageDropdown are numbered from 0 instead of 1 [\#1306](https://github.com/primefaces/primevue/issues/1306) -- Upload button disable on FileUpload [\#1294](https://github.com/primefaces/primevue/issues/1294) -- DataTable slotProps.index mismatch [\#1274](https://github.com/primefaces/primevue/issues/1274) -- DataTable does not honor initial selection [\#1269](https://github.com/primefaces/primevue/issues/1269) +- AccordionTab error with v-if="false" [\#1339](https://github.com/primefaces/primevue/issues/1339) +- Dynamic columns not showing in Datatable with vue 3.1.1 [\#1323](https://github.com/primefaces/primevue/issues/1323) +- Programmatic PanelMenu header link needs click twice to toggle itself [\#1310](https://github.com/primefaces/primevue/issues/1310) +- Datatable event @value-change return undefined when filtering [\#1308](https://github.com/primefaces/primevue/issues/1308) +- JumpToPageDropdown are numbered from 0 instead of 1 [\#1306](https://github.com/primefaces/primevue/issues/1306) +- Upload button disable on FileUpload [\#1294](https://github.com/primefaces/primevue/issues/1294) +- DataTable slotProps.index mismatch [\#1274](https://github.com/primefaces/primevue/issues/1274) +- DataTable does not honor initial selection [\#1269](https://github.com/primefaces/primevue/issues/1269) ## [3.5.0](https://github.com/primefaces/primevue/tree/3.5.0) @@ -1301,72 +1340,72 @@ **Implemented New Features and Enhancements:** -- Add lazy option to TabView and Accordion [\#1268](https://github.com/primefaces/primevue/issues/1268) -- Add responsiveLayout property to TreeTable [\#1261](https://github.com/primefaces/primevue/issues/1261) -- FileUpload invalidFileTypeMessage props and upload button [\#1252](https://github.com/primefaces/primevue/issues/1252) -- Add showToggleAll to MultiSelect [\#1251](https://github.com/primefaces/primevue/issues/1251) -- Add inputStyle to PrimeVue Config [\#1246](https://github.com/primefaces/primevue/issues/1246) -- Templating for Menus [\#1244](https://github.com/primefaces/primevue/issues/1244) -- Add selectionLimit to MultiSelect [\#1239](https://github.com/primefaces/primevue/issues/1239) -- Missing documentation for menu separator [\#1217](https://github.com/primefaces/primevue/issues/1217) -- Slot support for Badge component [\#1207](https://github.com/primefaces/primevue/issues/1207) -- Support moving the item in PickList with double-click [\#1206](https://github.com/primefaces/primevue/issues/1206) -- Add metadata as web-types for better developing experience using Jetbrains Webstorm/Intellij IDEA [\#1138](https://github.com/primefaces/primevue/issues/1138) -- Add loading prop to Dropdown, Multiselect, CascadeSelect [\#1132](https://github.com/primefaces/primevue/issues/1132) -- ScrollPanel pushes content to the left in order to show scrollbar [\#1131](https://github.com/primefaces/primevue/issues/1131) -- Filter Event for Lazy Loading [\#1105](https://github.com/primefaces/primevue/issues/1105) -- Column Reorder and Toggle support for Table [\#1098](https://github.com/primefaces/primevue/issues/1098) -- Anonymous Component in vue-devtools [\#1093](https://github.com/primefaces/primevue/issues/1093) -- DataTable global filter is reset when applying other filters [\#1087](https://github.com/primefaces/primevue/issues/1087) -- Row double click for Table [\#1075](https://github.com/primefaces/primevue/issues/1075) -- Feature Request: Show active tab in TabMenu with different Route-Defintion [\#1051](https://github.com/primefaces/primevue/issues/1051) -- Resize support for Scrollable Tables [\#1018](https://github.com/primefaces/primevue/issues/1018) -- Event for file remove in FileUpload [\#1013](https://github.com/primefaces/primevue/issues/1013) -- Add vetur component data to improve developer experience [\#962](https://github.com/primefaces/primevue/issues/962) -- Possibility to define column visibility [\#956](https://github.com/primefaces/primevue/issues/956) -- Router support for PanelMenu headers [\#949](https://github.com/primefaces/primevue/issues/949) -- Customizing the line of Timeline component [\#931](https://github.com/primefaces/primevue/issues/931) -- Improve active route detection in TabMenu [\#830](https://github.com/primefaces/primevue/issues/830) -- Named routes support for Menu Components [\#594](https://github.com/primefaces/primevue/issues/594) -- Edit and Sort combination support for Table [\#508](https://github.com/primefaces/primevue/issues/508) -- Scrollable Tree [\#396](https://github.com/primefaces/primevue/issues/396) -- Ability to activate PanelMenu item declaratively or programmatically [\#367](https://github.com/primefaces/primevue/issues/367) -- AutoComplete completeOnFocus like PrimeNG [\#354](https://github.com/primefaces/primevue/issues/354) -- Scrollable TreeTable [\#338](https://github.com/primefaces/primevue/issues/338) -- Add JumpToPageDropdown to paginator template [\#247](https://github.com/primefaces/primevue/issues/247) -- New Component: GMap [\#210](https://github.com/primefaces/primevue/issues/210) -- Draggable Dialog [\#85](https://github.com/primefaces/primevue/issues/85) +- Add lazy option to TabView and Accordion [\#1268](https://github.com/primefaces/primevue/issues/1268) +- Add responsiveLayout property to TreeTable [\#1261](https://github.com/primefaces/primevue/issues/1261) +- FileUpload invalidFileTypeMessage props and upload button [\#1252](https://github.com/primefaces/primevue/issues/1252) +- Add showToggleAll to MultiSelect [\#1251](https://github.com/primefaces/primevue/issues/1251) +- Add inputStyle to PrimeVue Config [\#1246](https://github.com/primefaces/primevue/issues/1246) +- Templating for Menus [\#1244](https://github.com/primefaces/primevue/issues/1244) +- Add selectionLimit to MultiSelect [\#1239](https://github.com/primefaces/primevue/issues/1239) +- Missing documentation for menu separator [\#1217](https://github.com/primefaces/primevue/issues/1217) +- Slot support for Badge component [\#1207](https://github.com/primefaces/primevue/issues/1207) +- Support moving the item in PickList with double-click [\#1206](https://github.com/primefaces/primevue/issues/1206) +- Add metadata as web-types for better developing experience using Jetbrains Webstorm/Intellij IDEA [\#1138](https://github.com/primefaces/primevue/issues/1138) +- Add loading prop to Dropdown, Multiselect, CascadeSelect [\#1132](https://github.com/primefaces/primevue/issues/1132) +- ScrollPanel pushes content to the left in order to show scrollbar [\#1131](https://github.com/primefaces/primevue/issues/1131) +- Filter Event for Lazy Loading [\#1105](https://github.com/primefaces/primevue/issues/1105) +- Column Reorder and Toggle support for Table [\#1098](https://github.com/primefaces/primevue/issues/1098) +- Anonymous Component in vue-devtools [\#1093](https://github.com/primefaces/primevue/issues/1093) +- DataTable global filter is reset when applying other filters [\#1087](https://github.com/primefaces/primevue/issues/1087) +- Row double click for Table [\#1075](https://github.com/primefaces/primevue/issues/1075) +- Feature Request: Show active tab in TabMenu with different Route-Defintion [\#1051](https://github.com/primefaces/primevue/issues/1051) +- Resize support for Scrollable Tables [\#1018](https://github.com/primefaces/primevue/issues/1018) +- Event for file remove in FileUpload [\#1013](https://github.com/primefaces/primevue/issues/1013) +- Add vetur component data to improve developer experience [\#962](https://github.com/primefaces/primevue/issues/962) +- Possibility to define column visibility [\#956](https://github.com/primefaces/primevue/issues/956) +- Router support for PanelMenu headers [\#949](https://github.com/primefaces/primevue/issues/949) +- Customizing the line of Timeline component [\#931](https://github.com/primefaces/primevue/issues/931) +- Improve active route detection in TabMenu [\#830](https://github.com/primefaces/primevue/issues/830) +- Named routes support for Menu Components [\#594](https://github.com/primefaces/primevue/issues/594) +- Edit and Sort combination support for Table [\#508](https://github.com/primefaces/primevue/issues/508) +- Scrollable Tree [\#396](https://github.com/primefaces/primevue/issues/396) +- Ability to activate PanelMenu item declaratively or programmatically [\#367](https://github.com/primefaces/primevue/issues/367) +- AutoComplete completeOnFocus like PrimeNG [\#354](https://github.com/primefaces/primevue/issues/354) +- Scrollable TreeTable [\#338](https://github.com/primefaces/primevue/issues/338) +- Add JumpToPageDropdown to paginator template [\#247](https://github.com/primefaces/primevue/issues/247) +- New Component: GMap [\#210](https://github.com/primefaces/primevue/issues/210) +- Draggable Dialog [\#85](https://github.com/primefaces/primevue/issues/85) **Fixed bugs:** -- FilterContent overlaps on frozen columns [\#1266](https://github.com/primefaces/primevue/issues/1266) -- showGridlines display 2px borders on ScrollableTable [\#1265](https://github.com/primefaces/primevue/issues/1265) -- TreeTable does not add column and style props [\#1260](https://github.com/primefaces/primevue/issues/1260) -- Filter column is not frozen [\#1259](https://github.com/primefaces/primevue/issues/1259) -- Chip - allow removable property while template is defined [\#1256](https://github.com/primefaces/primevue/issues/1256) -- Dropdown filter is incorrect when grouped and optionGroupChildren not named "items" [\#1255](https://github.com/primefaces/primevue/issues/1255) -- InputStyle and Ripple config do not work on components that are attached to body [\#1248](https://github.com/primefaces/primevue/issues/1248) -- RowGroup scroll problem on smaller screens [\#1247](https://github.com/primefaces/primevue/issues/1247) -- Calendar view property description error in documentation [\#1236](https://github.com/primefaces/primevue/issues/1236) -- FileUpload - long filename [\#1210](https://github.com/primefaces/primevue/issues/1210) -- AutoComplete forceSelection with Multiple overwrites selection [\#1205](https://github.com/primefaces/primevue/issues/1205) -- Carousel cannot render when value.length === 0 && numVisible !== numScroll [\#1201](https://github.com/primefaces/primevue/issues/1201) -- Disabled options do not get disabled [\#1192](https://github.com/primefaces/primevue/issues/1192) -- Checkbox typings insufficient [\#1191](https://github.com/primefaces/primevue/issues/1191) -- Error when hidding tab panel using v-if [\#1186](https://github.com/primefaces/primevue/issues/1186) -- Dropdown and Multiselect with filter fails in Android [\#1180](https://github.com/primefaces/primevue/issues/1180) -- DataTable state restoring seems broken for columnOrder and columnWidths [\#1178](https://github.com/primefaces/primevue/issues/1178) -- Sidebar content overflows its container [\#1175](https://github.com/primefaces/primevue/issues/1175) -- FullCalendar can't display on a hiden TabView-\> TabPanel [\#1151](https://github.com/primefaces/primevue/issues/1151) -- On Row Expansion Nested Data Table Column Headers No Longer work [\#1096](https://github.com/primefaces/primevue/issues/1096) -- Bad type for column field when fn is used [\#1078](https://github.com/primefaces/primevue/issues/1078) -- Scrollpanel - Cannot read property classList [\#1077](https://github.com/primefaces/primevue/issues/1077) -- OverlayPanel with input closes when typing on mobile [\#984](https://github.com/primefaces/primevue/issues/984) -- Decimal value for Slider step does not work [\#967](https://github.com/primefaces/primevue/issues/967) -- Chart.js gives Chart is not a contructor [\#955](https://github.com/primefaces/primevue/issues/955) -- Dropdown component does not fire focus or blur events [\#944](https://github.com/primefaces/primevue/issues/944) -- \[BUG\] FileUpload accepts any type of file despite configuring at Component Level [\#878](https://github.com/primefaces/primevue/issues/878) -- Conditonally rendering columns in DataTable with v-if is throwing error [\#719](https://github.com/primefaces/primevue/issues/719) +- FilterContent overlaps on frozen columns [\#1266](https://github.com/primefaces/primevue/issues/1266) +- showGridlines display 2px borders on ScrollableTable [\#1265](https://github.com/primefaces/primevue/issues/1265) +- TreeTable does not add column and style props [\#1260](https://github.com/primefaces/primevue/issues/1260) +- Filter column is not frozen [\#1259](https://github.com/primefaces/primevue/issues/1259) +- Chip - allow removable property while template is defined [\#1256](https://github.com/primefaces/primevue/issues/1256) +- Dropdown filter is incorrect when grouped and optionGroupChildren not named "items" [\#1255](https://github.com/primefaces/primevue/issues/1255) +- InputStyle and Ripple config do not work on components that are attached to body [\#1248](https://github.com/primefaces/primevue/issues/1248) +- RowGroup scroll problem on smaller screens [\#1247](https://github.com/primefaces/primevue/issues/1247) +- Calendar view property description error in documentation [\#1236](https://github.com/primefaces/primevue/issues/1236) +- FileUpload - long filename [\#1210](https://github.com/primefaces/primevue/issues/1210) +- AutoComplete forceSelection with Multiple overwrites selection [\#1205](https://github.com/primefaces/primevue/issues/1205) +- Carousel cannot render when value.length === 0 && numVisible !== numScroll [\#1201](https://github.com/primefaces/primevue/issues/1201) +- Disabled options do not get disabled [\#1192](https://github.com/primefaces/primevue/issues/1192) +- Checkbox typings insufficient [\#1191](https://github.com/primefaces/primevue/issues/1191) +- Error when hidding tab panel using v-if [\#1186](https://github.com/primefaces/primevue/issues/1186) +- Dropdown and Multiselect with filter fails in Android [\#1180](https://github.com/primefaces/primevue/issues/1180) +- DataTable state restoring seems broken for columnOrder and columnWidths [\#1178](https://github.com/primefaces/primevue/issues/1178) +- Sidebar content overflows its container [\#1175](https://github.com/primefaces/primevue/issues/1175) +- FullCalendar can't display on a hiden TabView-\> TabPanel [\#1151](https://github.com/primefaces/primevue/issues/1151) +- On Row Expansion Nested Data Table Column Headers No Longer work [\#1096](https://github.com/primefaces/primevue/issues/1096) +- Bad type for column field when fn is used [\#1078](https://github.com/primefaces/primevue/issues/1078) +- Scrollpanel - Cannot read property classList [\#1077](https://github.com/primefaces/primevue/issues/1077) +- OverlayPanel with input closes when typing on mobile [\#984](https://github.com/primefaces/primevue/issues/984) +- Decimal value for Slider step does not work [\#967](https://github.com/primefaces/primevue/issues/967) +- Chart.js gives Chart is not a contructor [\#955](https://github.com/primefaces/primevue/issues/955) +- Dropdown component does not fire focus or blur events [\#944](https://github.com/primefaces/primevue/issues/944) +- \[BUG\] FileUpload accepts any type of file despite configuring at Component Level [\#878](https://github.com/primefaces/primevue/issues/878) +- Conditonally rendering columns in DataTable with v-if is throwing error [\#719](https://github.com/primefaces/primevue/issues/719) ## [3.4.0](https://github.com/primefaces/primevue/tree/3.4.0) (2021-04-16) @@ -1374,31 +1413,31 @@ **Implemented New Features and Enhancements:** -- Support "self" as an appendTo target [\#1185](https://github.com/primefaces/primevue/issues/1185) -- Reimplement EventBus [\#1181](https://github.com/primefaces/primevue/issues/1181) -- Color Picker Touch Support [\#1173](https://github.com/primefaces/primevue/issues/1173) -- Customizable ZIndex Layering [\#1169](https://github.com/primefaces/primevue/issues/1169) -- \[Feature-Request\] Add "loading" prop to Buttons [\#1160](https://github.com/primefaces/primevue/issues/1160) -- New Component: TreeSelect [\#1159](https://github.com/primefaces/primevue/issues/1159) -- Allow Adding Classes to Dialog Content [\#1146](https://github.com/primefaces/primevue/issues/1146) -- Add maximize event to Dialog [\#1108](https://github.com/primefaces/primevue/issues/1108) -- Add panelClass to overlay components [\#1083](https://github.com/primefaces/primevue/issues/1083) +- Support "self" as an appendTo target [\#1185](https://github.com/primefaces/primevue/issues/1185) +- Reimplement EventBus [\#1181](https://github.com/primefaces/primevue/issues/1181) +- Color Picker Touch Support [\#1173](https://github.com/primefaces/primevue/issues/1173) +- Customizable ZIndex Layering [\#1169](https://github.com/primefaces/primevue/issues/1169) +- \[Feature-Request\] Add "loading" prop to Buttons [\#1160](https://github.com/primefaces/primevue/issues/1160) +- New Component: TreeSelect [\#1159](https://github.com/primefaces/primevue/issues/1159) +- Allow Adding Classes to Dialog Content [\#1146](https://github.com/primefaces/primevue/issues/1146) +- Add maximize event to Dialog [\#1108](https://github.com/primefaces/primevue/issues/1108) +- Add panelClass to overlay components [\#1083](https://github.com/primefaces/primevue/issues/1083) **Fixed bugs:** -- AutoComplete scroll defect at demo [\#1183](https://github.com/primefaces/primevue/issues/1183) -- primevue/config: TypeScript error due to unexported type [\#1164](https://github.com/primefaces/primevue/issues/1164) -- documentation: Wrong CSS variable name for secondary text color [\#1162](https://github.com/primefaces/primevue/issues/1162) -- Datatable - Subheader Grouping with button, button comes over the subheader [\#1158](https://github.com/primefaces/primevue/issues/1158) -- primevue/api: TypeScript compilation errors due to wrong declarations [\#1154](https://github.com/primefaces/primevue/issues/1154) -- Switching between OverlayPanels [\#1153](https://github.com/primefaces/primevue/issues/1153) -- DataTable : Selection multiple with checkbox didn't appear with filter row [\#1150](https://github.com/primefaces/primevue/issues/1150) -- DataTable: Filter Menu error [\#1133](https://github.com/primefaces/primevue/issues/1133) -- Circle shape is broken for Avatar [\#1114](https://github.com/primefaces/primevue/issues/1114) -- Animation "none" not working for Skeleton [\#1103](https://github.com/primefaces/primevue/issues/1103) -- DataTable Filter Menu insertBefore defect [\#1076](https://github.com/primefaces/primevue/issues/1076) -- Calendar showOtherMonths = false does not hide neighbour months` [\#1071](https://github.com/primefaces/primevue/issues/1071) -- Dropdown optionDisabled is not working [\#1037](https://github.com/primefaces/primevue/issues/1037) +- AutoComplete scroll defect at demo [\#1183](https://github.com/primefaces/primevue/issues/1183) +- primevue/config: TypeScript error due to unexported type [\#1164](https://github.com/primefaces/primevue/issues/1164) +- documentation: Wrong CSS variable name for secondary text color [\#1162](https://github.com/primefaces/primevue/issues/1162) +- Datatable - Subheader Grouping with button, button comes over the subheader [\#1158](https://github.com/primefaces/primevue/issues/1158) +- primevue/api: TypeScript compilation errors due to wrong declarations [\#1154](https://github.com/primefaces/primevue/issues/1154) +- Switching between OverlayPanels [\#1153](https://github.com/primefaces/primevue/issues/1153) +- DataTable : Selection multiple with checkbox didn't appear with filter row [\#1150](https://github.com/primefaces/primevue/issues/1150) +- DataTable: Filter Menu error [\#1133](https://github.com/primefaces/primevue/issues/1133) +- Circle shape is broken for Avatar [\#1114](https://github.com/primefaces/primevue/issues/1114) +- Animation "none" not working for Skeleton [\#1103](https://github.com/primefaces/primevue/issues/1103) +- DataTable Filter Menu insertBefore defect [\#1076](https://github.com/primefaces/primevue/issues/1076) +- Calendar showOtherMonths = false does not hide neighbour months` [\#1071](https://github.com/primefaces/primevue/issues/1071) +- Dropdown optionDisabled is not working [\#1037](https://github.com/primefaces/primevue/issues/1037) ## [3.3.5](https://github.com/primefaces/primevue/tree/3.3.5) (2021-03-10) @@ -1406,14 +1445,14 @@ **Implemented New Features and Enhancements:** -- \[Enhancement\] - For editor component [\#1050](https://github.com/primefaces/primevue/issues/1050) +- \[Enhancement\] - For editor component [\#1050](https://github.com/primefaces/primevue/issues/1050) **Fixed bugs:** -- Inline Calendar Teleport defect [\#1060](https://github.com/primefaces/primevue/issues/1060) -- Filter Popup window closes when clicking / choosing option in table filter menu [\#1049](https://github.com/primefaces/primevue/issues/1049) -- Date Filter Error on DataTable [\#1048](https://github.com/primefaces/primevue/issues/1048) -- DataTable "select all checkbox" and "export csv" exclude frozen rows [\#1042](https://github.com/primefaces/primevue/issues/1042) +- Inline Calendar Teleport defect [\#1060](https://github.com/primefaces/primevue/issues/1060) +- Filter Popup window closes when clicking / choosing option in table filter menu [\#1049](https://github.com/primefaces/primevue/issues/1049) +- Date Filter Error on DataTable [\#1048](https://github.com/primefaces/primevue/issues/1048) +- DataTable "select all checkbox" and "export csv" exclude frozen rows [\#1042](https://github.com/primefaces/primevue/issues/1042) ## [3.3.4](https://github.com/primefaces/primevue/tree/3.3.4) (2021-03-03) @@ -1421,7 +1460,7 @@ **Fixed bugs:** -- CDN builds are broken [\#1046](https://github.com/primefaces/primevue/issues/1046) +- CDN builds are broken [\#1046](https://github.com/primefaces/primevue/issues/1046) ## [3.3.3](https://github.com/primefaces/primevue/tree/3.3.3) (2021-03-02) @@ -1429,17 +1468,17 @@ **Implemented New Features and Enhancements:** -- Improve the interaction of nested overlays [\#1041](https://github.com/primefaces/primevue/issues/1041) -- Remove mitt event bus [\#1040](https://github.com/primefaces/primevue/issues/1040) -- Breakpoints to OverlayPanel [\#1039](https://github.com/primefaces/primevue/issues/1039) -- Migrate appendTo use Teleport [\#1028](https://github.com/primefaces/primevue/issues/1028) -- Set appendTo as body by default [\#993](https://github.com/primefaces/primevue/issues/993) +- Improve the interaction of nested overlays [\#1041](https://github.com/primefaces/primevue/issues/1041) +- Remove mitt event bus [\#1040](https://github.com/primefaces/primevue/issues/1040) +- Breakpoints to OverlayPanel [\#1039](https://github.com/primefaces/primevue/issues/1039) +- Migrate appendTo use Teleport [\#1028](https://github.com/primefaces/primevue/issues/1028) +- Set appendTo as body by default [\#993](https://github.com/primefaces/primevue/issues/993) **Fixed bugs:** -- Galleria thumbnail animation jumps [\#1038](https://github.com/primefaces/primevue/issues/1038) -- TreeTable filter demo not working [\#1036](https://github.com/primefaces/primevue/issues/1036) -- AutoComplete component is broken [\#1033](https://github.com/primefaces/primevue/issues/1033) +- Galleria thumbnail animation jumps [\#1038](https://github.com/primefaces/primevue/issues/1038) +- TreeTable filter demo not working [\#1036](https://github.com/primefaces/primevue/issues/1036) +- AutoComplete component is broken [\#1033](https://github.com/primefaces/primevue/issues/1033) ## [3.3.2](https://github.com/primefaces/primevue/tree/3.3.2) (2021-02-27) @@ -1447,7 +1486,7 @@ **Fixed bugs:** -- Menubar, ContextMenu, TieredMenu warning [\#1029](https://github.com/primefaces/primevue/issues/1029) +- Menubar, ContextMenu, TieredMenu warning [\#1029](https://github.com/primefaces/primevue/issues/1029) ## [3.3.1](https://github.com/primefaces/primevue/tree/3.3.1) (2021-02-26) @@ -1455,17 +1494,17 @@ **Implemented New Features and Enhancements:** -- Add showGridlines and stripedRows props to DataTable [\#1024](https://github.com/primefaces/primevue/issues/1024) -- Add responsive and breakpoint props to OrderList and PickList [\#1023](https://github.com/primefaces/primevue/issues/1023) -- New Table Responsive layout [\#1022](https://github.com/primefaces/primevue/issues/1022) -- Feature Request: Add "tab-click" to Event from TabView [\#1015](https://github.com/primefaces/primevue/issues/1015) -- Refactor surface color[\#1008](https://github.com/primefaces/primevue/issues/1008) +- Add showGridlines and stripedRows props to DataTable [\#1024](https://github.com/primefaces/primevue/issues/1024) +- Add responsive and breakpoint props to OrderList and PickList [\#1023](https://github.com/primefaces/primevue/issues/1023) +- New Table Responsive layout [\#1022](https://github.com/primefaces/primevue/issues/1022) +- Feature Request: Add "tab-click" to Event from TabView [\#1015](https://github.com/primefaces/primevue/issues/1015) +- Refactor surface color[\#1008](https://github.com/primefaces/primevue/issues/1008) **Fixed bugs:** -- PrimeVue 3.3.0: Dropdown's select item logic is broken [\#1026](https://github.com/primefaces/primevue/issues/1026) -- DataTable error while using stateStorage with date filter [\#1020](https://github.com/primefaces/primevue/issues/1020) -- DataTable Column's header text does not align in v.3.3.0 [\#1016](https://github.com/primefaces/primevue/issues/1016) +- PrimeVue 3.3.0: Dropdown's select item logic is broken [\#1026](https://github.com/primefaces/primevue/issues/1026) +- DataTable error while using stateStorage with date filter [\#1020](https://github.com/primefaces/primevue/issues/1020) +- DataTable Column's header text does not align in v.3.3.0 [\#1016](https://github.com/primefaces/primevue/issues/1016) ## [3.3.0](https://github.com/primefaces/primevue/tree/3.3.0) (2021-02-23) @@ -1473,14 +1512,14 @@ **Implemented New Features and Enhancements:** -- Color Palettes for Each Theme [\#1004](https://github.com/primefaces/primevue/issues/1004) -- breakpoints for Dialog and ConfirmDialog [\#992](https://github.com/primefaces/primevue/issues/992) +- Color Palettes for Each Theme [\#1004](https://github.com/primefaces/primevue/issues/1004) +- breakpoints for Dialog and ConfirmDialog [\#992](https://github.com/primefaces/primevue/issues/992) **Fixed bugs:** -- Calendar seconds are locked when min/max set [\#998](https://github.com/primefaces/primevue/issues/998) -- FileUpload callback 'Select' little adjust. [\#990](https://github.com/primefaces/primevue/issues/990) -- DataTable Column header slot does not work [\#987](https://github.com/primefaces/primevue/issues/987) +- Calendar seconds are locked when min/max set [\#998](https://github.com/primefaces/primevue/issues/998) +- FileUpload callback 'Select' little adjust. [\#990](https://github.com/primefaces/primevue/issues/990) +- DataTable Column header slot does not work [\#987](https://github.com/primefaces/primevue/issues/987) ## [3.3.0-rc.1](https://github.com/primefaces/primevue/tree/3.3.0-rc.1) (2021-02-18) @@ -1488,27 +1527,27 @@ **Breaking Changes:** -- Disable VirtualScroll Table [\#981](https://github.com/primefaces/primevue/issues/981) +- Disable VirtualScroll Table [\#981](https://github.com/primefaces/primevue/issues/981) **Implemented New Features and Enhancements:** -- Add Search to Showcase [\#985](https://github.com/primefaces/primevue/issues/985) -- Constants for PrimeIcons [\#982](https://github.com/primefaces/primevue/issues/982) -- Touch support for ColorPicker [\#980](https://github.com/primefaces/primevue/issues/980) -- FilterService Utility [\#979](https://github.com/primefaces/primevue/issues/979) -- AutoComplete Enhancements [\#976](https://github.com/primefaces/primevue/issues/976) -- Dropdown Enhancements [\#974](https://github.com/primefaces/primevue/issues/974) -- Listbox Enhancements [\#972](https://github.com/primefaces/primevue/issues/972) -- Reimplement DataTable Scrolling [\#960](https://github.com/primefaces/primevue/issues/960) -- Add keys to template v-for [\#959](https://github.com/primefaces/primevue/issues/959) -- Advanced Filtering for DataTable [\#718](https://github.com/primefaces/primevue/issues/718) +- Add Search to Showcase [\#985](https://github.com/primefaces/primevue/issues/985) +- Constants for PrimeIcons [\#982](https://github.com/primefaces/primevue/issues/982) +- Touch support for ColorPicker [\#980](https://github.com/primefaces/primevue/issues/980) +- FilterService Utility [\#979](https://github.com/primefaces/primevue/issues/979) +- AutoComplete Enhancements [\#976](https://github.com/primefaces/primevue/issues/976) +- Dropdown Enhancements [\#974](https://github.com/primefaces/primevue/issues/974) +- Listbox Enhancements [\#972](https://github.com/primefaces/primevue/issues/972) +- Reimplement DataTable Scrolling [\#960](https://github.com/primefaces/primevue/issues/960) +- Add keys to template v-for [\#959](https://github.com/primefaces/primevue/issues/959) +- Advanced Filtering for DataTable [\#718](https://github.com/primefaces/primevue/issues/718) **Fixed bugs:** -- Space key support for row radio and checkbox [\#986](https://github.com/primefaces/primevue/issues/986) -- PrimeVue DataTable bug [\#977](https://github.com/primefaces/primevue/issues/977) -- ScrollTop props have wrong type definitions [\#963](https://github.com/primefaces/primevue/issues/963) -- Error when removing InputNumbers from DOM tree [\#950](https://github.com/primefaces/primevue/issues/950) +- Space key support for row radio and checkbox [\#986](https://github.com/primefaces/primevue/issues/986) +- PrimeVue DataTable bug [\#977](https://github.com/primefaces/primevue/issues/977) +- ScrollTop props have wrong type definitions [\#963](https://github.com/primefaces/primevue/issues/963) +- Error when removing InputNumbers from DOM tree [\#950](https://github.com/primefaces/primevue/issues/950) ## [3.2.4](https://github.com/primefaces/primevue/tree/3.2.4) (2021-02-10) @@ -1516,7 +1555,7 @@ **Fixed bugs:** -- Minified iife builds are broken [\#964](https://github.com/primefaces/primevue/issues/964) +- Minified iife builds are broken [\#964](https://github.com/primefaces/primevue/issues/964) ## [3.2.3](https://github.com/primefaces/primevue/tree/3.2.3) (2021-02-10) @@ -1524,9 +1563,9 @@ **Fixed bugs:** -- Improve TypeScript definitions [\#957](https://github.com/primefaces/primevue/issues/957) -- useToast.d.ts missing api method definitions [\#958](https://github.com/primefaces/primevue/issues/958) -- Compile Problem with Directives( Typescript and 3.2.0-rc.1) [\#877](https://github.com/primefaces/primevue/issues/877) +- Improve TypeScript definitions [\#957](https://github.com/primefaces/primevue/issues/957) +- useToast.d.ts missing api method definitions [\#958](https://github.com/primefaces/primevue/issues/958) +- Compile Problem with Directives( Typescript and 3.2.0-rc.1) [\#877](https://github.com/primefaces/primevue/issues/877) ## [3.2.2](https://github.com/primefaces/primevue/tree/3.2.2) (2021-02-04) @@ -1534,10 +1573,10 @@ **Fixed bugs:** -- DataTable, exportCSV failed: TypeError: Cannot read property 'type' of undefined [\#941](https://github.com/primefaces/primevue/issues/941) -- Calendar component throws error on blur if popup is not visible [\#940](https://github.com/primefaces/primevue/issues/940) -- Optional chaining not working for TreeTable in version 3.2.1 [\#939](https://github.com/primefaces/primevue/issues/939) -- Casing error in primevue/terminalservice/package.json [\#937](https://github.com/primefaces/primevue/issues/937) +- DataTable, exportCSV failed: TypeError: Cannot read property 'type' of undefined [\#941](https://github.com/primefaces/primevue/issues/941) +- Calendar component throws error on blur if popup is not visible [\#940](https://github.com/primefaces/primevue/issues/940) +- Optional chaining not working for TreeTable in version 3.2.1 [\#939](https://github.com/primefaces/primevue/issues/939) +- Casing error in primevue/terminalservice/package.json [\#937](https://github.com/primefaces/primevue/issues/937) ## [3.2.1](https://github.com/primefaces/primevue/tree/3.2.1) (2021-02-03) @@ -1545,7 +1584,7 @@ **Fixed bugs:** -- password-meter.png missing in resources/images in v3.2.0 [\#935](https://github.com/primefaces/primevue/issues/935) +- password-meter.png missing in resources/images in v3.2.0 [\#935](https://github.com/primefaces/primevue/issues/935) ## [3.2.0](https://github.com/primefaces/primevue/tree/3.2.0) (2021-02-03) @@ -1553,21 +1592,21 @@ **Implemented New Features and Enhancements:** -- InputStyle and InputClass for AutoComplete, Calendar and Password [\#933](https://github.com/primefaces/primevue/issues/933) -- Reimplement password strength ui [\#932](https://github.com/primefaces/primevue/issues/932) -- Reset page on filter [\#928](https://github.com/primefaces/primevue/issues/928) -- show password feature [\#892](https://github.com/primefaces/primevue/issues/892) -- forceSelection for AutoComplete [\#872](https://github.com/primefaces/primevue/issues/872) +- InputStyle and InputClass for AutoComplete, Calendar and Password [\#933](https://github.com/primefaces/primevue/issues/933) +- Reimplement password strength ui [\#932](https://github.com/primefaces/primevue/issues/932) +- Reset page on filter [\#928](https://github.com/primefaces/primevue/issues/928) +- show password feature [\#892](https://github.com/primefaces/primevue/issues/892) +- forceSelection for AutoComplete [\#872](https://github.com/primefaces/primevue/issues/872) **Fixed bugs:** -- Vue 3 + TS: fix for config.globalProperties services [\#880](https://github.com/primefaces/primevue/issues/880) -- Tooltip focus fails with some input components [\#915](https://github.com/primefaces/primevue/issues/915) -- v3.2.0-rc.1 webpack babel errors with optional chaining operator [\#913](https://github.com/primefaces/primevue/issues/913) -- DataTable sort not working with boolean shorthand [\#912](https://github.com/primefaces/primevue/issues/912) -- datatable headerStyle is applied to body and footer colgroups. headerClass is not. [\#888](https://github.com/primefaces/primevue/issues/888) -- \[Bug\] Selecting all elements results in scrolling to table bottom [\#887](https://github.com/primefaces/primevue/issues/887) -- Strange behavior using context menu on Safari [\#885](https://github.com/primefaces/primevue/issues/885) +- Vue 3 + TS: fix for config.globalProperties services [\#880](https://github.com/primefaces/primevue/issues/880) +- Tooltip focus fails with some input components [\#915](https://github.com/primefaces/primevue/issues/915) +- v3.2.0-rc.1 webpack babel errors with optional chaining operator [\#913](https://github.com/primefaces/primevue/issues/913) +- DataTable sort not working with boolean shorthand [\#912](https://github.com/primefaces/primevue/issues/912) +- datatable headerStyle is applied to body and footer colgroups. headerClass is not. [\#888](https://github.com/primefaces/primevue/issues/888) +- \[Bug\] Selecting all elements results in scrolling to table bottom [\#887](https://github.com/primefaces/primevue/issues/887) +- Strange behavior using context menu on Safari [\#885](https://github.com/primefaces/primevue/issues/885) ## [3.2.0-rc.1](https://github.com/primefaces/primevue/tree/3.2.0-rc.1) (2021-01-20) @@ -1575,26 +1614,26 @@ **Implemented New Features and Enhancements:** -- New Lazy DataTable Demo with Remote Source [\#862](https://github.com/primefaces/primevue/issues/862) -- state-save and state-restore events for Table [\#850](https://github.com/primefaces/primevue/issues/850) -- File Upload cant disable and hide Upload & Cancel [\#821](https://github.com/primefaces/primevue/issues/821) -- Vite Compatibility [\#581](https://github.com/primefaces/primevue/issues/581) +- New Lazy DataTable Demo with Remote Source [\#862](https://github.com/primefaces/primevue/issues/862) +- state-save and state-restore events for Table [\#850](https://github.com/primefaces/primevue/issues/850) +- File Upload cant disable and hide Upload & Cancel [\#821](https://github.com/primefaces/primevue/issues/821) +- Vite Compatibility [\#581](https://github.com/primefaces/primevue/issues/581) **Fixed bugs:** -- Improve float label support in overlay selects [\#871](https://github.com/primefaces/primevue/issues/871) -- Sidebar Mask not being removed from DOM on close [\#869](https://github.com/primefaces/primevue/issues/869) -- "Clear" button in Calendar wrongly labeled [\#863](https://github.com/primefaces/primevue/issues/863) -- ConfirmPopup : useConfirm define target is missing in ts [\#859](https://github.com/primefaces/primevue/issues/859) -- Autocomplete crashes when "field" property is a function [\#858](https://github.com/primefaces/primevue/issues/858) -- p-button-link not visible in Material Design themes [\#852](https://github.com/primefaces/primevue/issues/852) -- Textarea autoresize does not respect its border [\#847](https://github.com/primefaces/primevue/issues/847) -- Calender monthNavigator error monthNames [\#845](https://github.com/primefaces/primevue/issues/845) -- Knob replaceAll causes issue with nuxt SSR [\#844](https://github.com/primefaces/primevue/issues/844) -- Slider incorrectly positions handle when using mixed-sign min/max [\#826](https://github.com/primefaces/primevue/issues/826) -- MenuItem: class does not apply to separator item [\#814](https://github.com/primefaces/primevue/issues/814) -- \[Bug\] Error import ScrollTop component [\#799](https://github.com/primefaces/primevue/issues/799) -- PrimeVue 3 getting started script tag example not working [\#732](https://github.com/primefaces/primevue/issues/732) +- Improve float label support in overlay selects [\#871](https://github.com/primefaces/primevue/issues/871) +- Sidebar Mask not being removed from DOM on close [\#869](https://github.com/primefaces/primevue/issues/869) +- "Clear" button in Calendar wrongly labeled [\#863](https://github.com/primefaces/primevue/issues/863) +- ConfirmPopup : useConfirm define target is missing in ts [\#859](https://github.com/primefaces/primevue/issues/859) +- Autocomplete crashes when "field" property is a function [\#858](https://github.com/primefaces/primevue/issues/858) +- p-button-link not visible in Material Design themes [\#852](https://github.com/primefaces/primevue/issues/852) +- Textarea autoresize does not respect its border [\#847](https://github.com/primefaces/primevue/issues/847) +- Calender monthNavigator error monthNames [\#845](https://github.com/primefaces/primevue/issues/845) +- Knob replaceAll causes issue with nuxt SSR [\#844](https://github.com/primefaces/primevue/issues/844) +- Slider incorrectly positions handle when using mixed-sign min/max [\#826](https://github.com/primefaces/primevue/issues/826) +- MenuItem: class does not apply to separator item [\#814](https://github.com/primefaces/primevue/issues/814) +- \[Bug\] Error import ScrollTop component [\#799](https://github.com/primefaces/primevue/issues/799) +- PrimeVue 3 getting started script tag example not working [\#732](https://github.com/primefaces/primevue/issues/732) ## [3.1.2](https://github.com/primefaces/primevue/tree/3.1.2) (2021-01-13) @@ -1602,18 +1641,18 @@ **Implemented New Features and Enhancements:** -- New Viva Theme [\#856](https://github.com/primefaces/primevue/issues/856) -- Improve invalid validation visuals on material themes [\#855](https://github.com/primefaces/primevue/issues/855) -- New Lazy DataTable Demo with Remote Source [\#841](https://github.com/primefaces/primevue/issues/841) -- Touch support for Slider [\#757](https://github.com/primefaces/primevue/issues/757) +- New Viva Theme [\#856](https://github.com/primefaces/primevue/issues/856) +- Improve invalid validation visuals on material themes [\#855](https://github.com/primefaces/primevue/issues/855) +- New Lazy DataTable Demo with Remote Source [\#841](https://github.com/primefaces/primevue/issues/841) +- Touch support for Slider [\#757](https://github.com/primefaces/primevue/issues/757) **Fixed bugs:** -- primevue/useconfirm not found [\#839](https://github.com/primefaces/primevue/issues/839) -- usetoast.d.ts casing issue [\#825](https://github.com/primefaces/primevue/issues/825) -- exports files for Chip component [\#781](https://github.com/primefaces/primevue/issues/781) -- Slider has incorrect aria-\* variable values [\#775](https://github.com/primefaces/primevue/issues/775) -- Safari issue with Skeleton [\#755](https://github.com/primefaces/primevue/issues/755) +- primevue/useconfirm not found [\#839](https://github.com/primefaces/primevue/issues/839) +- usetoast.d.ts casing issue [\#825](https://github.com/primefaces/primevue/issues/825) +- exports files for Chip component [\#781](https://github.com/primefaces/primevue/issues/781) +- Slider has incorrect aria-\* variable values [\#775](https://github.com/primefaces/primevue/issues/775) +- Safari issue with Skeleton [\#755](https://github.com/primefaces/primevue/issues/755) ## [3.1.1](https://github.com/primefaces/primevue/tree/3.1.1) (2020-12-10) @@ -1621,7 +1660,7 @@ **Fixed bugs:** -- CascadeSelect fails with Vue 3.0.3 [\#753](https://github.com/primefaces/primevue/issues/753) +- CascadeSelect fails with Vue 3.0.3 [\#753](https://github.com/primefaces/primevue/issues/753) ## [3.1.0](https://github.com/primefaces/primevue/tree/3.1.0) (2020-12-10) @@ -1629,40 +1668,40 @@ **Breaking Changes:** -- Setup Requirement [\#748](https://github.com/primefaces/primevue/issues/748) -- Remove locale from Calendar [\#747](https://github.com/primefaces/primevue/issues/747) +- Setup Requirement [\#748](https://github.com/primefaces/primevue/issues/748) +- Remove locale from Calendar [\#747](https://github.com/primefaces/primevue/issues/747) **Implemented New Features and Enhancements:** -- Implement Badge as a directive alternative [\#753](https://github.com/primefaces/primevue/issues/753) -- Chip Component [\#740](https://github.com/primefaces/primevue/issues/740) -- Close event for Message component [\#739](https://github.com/primefaces/primevue/issues/739) -- Splitter Component [\#737](https://github.com/primefaces/primevue/issues/737) -- Component for Tag [\#717](https://github.com/primefaces/primevue/issues/717) -- Locale API [\#716](https://github.com/primefaces/primevue/issues/716) -- Component for Badge [\#715](https://github.com/primefaces/primevue/issues/715) -- Dot mode for Badge [\#695](https://github.com/primefaces/primevue/issues/695) -- Knob Component [\#693](https://github.com/primefaces/primevue/issues/693) -- ScrollTop Component [\#691](https://github.com/primefaces/primevue/issues/691) -- \[FEATURE REQUEST\] - Divider/Separator Component [\#690](https://github.com/primefaces/primevue/issues/690) -- Skeleton Component [\#689](https://github.com/primefaces/primevue/issues/689) -- CascadeSelect Component [\#686](https://github.com/primefaces/primevue/issues/686) -- \[FEATURE REQUEST\] - Avatar Component [\#684](https://github.com/primefaces/primevue/issues/684) -- New ConfirmPopup Component [\#679](https://github.com/primefaces/primevue/issues/679) -- New ConfirmDialog Component [\#678](https://github.com/primefaces/primevue/issues/678) -- Update to FullCalendar 5 [\#540](https://github.com/primefaces/primevue/issues/540) +- Implement Badge as a directive alternative [\#753](https://github.com/primefaces/primevue/issues/753) +- Chip Component [\#740](https://github.com/primefaces/primevue/issues/740) +- Close event for Message component [\#739](https://github.com/primefaces/primevue/issues/739) +- Splitter Component [\#737](https://github.com/primefaces/primevue/issues/737) +- Component for Tag [\#717](https://github.com/primefaces/primevue/issues/717) +- Locale API [\#716](https://github.com/primefaces/primevue/issues/716) +- Component for Badge [\#715](https://github.com/primefaces/primevue/issues/715) +- Dot mode for Badge [\#695](https://github.com/primefaces/primevue/issues/695) +- Knob Component [\#693](https://github.com/primefaces/primevue/issues/693) +- ScrollTop Component [\#691](https://github.com/primefaces/primevue/issues/691) +- \[FEATURE REQUEST\] - Divider/Separator Component [\#690](https://github.com/primefaces/primevue/issues/690) +- Skeleton Component [\#689](https://github.com/primefaces/primevue/issues/689) +- CascadeSelect Component [\#686](https://github.com/primefaces/primevue/issues/686) +- \[FEATURE REQUEST\] - Avatar Component [\#684](https://github.com/primefaces/primevue/issues/684) +- New ConfirmPopup Component [\#679](https://github.com/primefaces/primevue/issues/679) +- New ConfirmDialog Component [\#678](https://github.com/primefaces/primevue/issues/678) +- Update to FullCalendar 5 [\#540](https://github.com/primefaces/primevue/issues/540) **Fixed bugs:** -- DataTable throws error when there are no columns [\#749](https://github.com/primefaces/primevue/issues/749) -- Textarea does not auto resize its height when created [\#733](https://github.com/primefaces/primevue/issues/733) -- Calendar navigation \(next, prev month\) inside DataTable or OverlayPanel not working [\#729](https://github.com/primefaces/primevue/issues/729) -- Keyboard support problem for AutoComplete [\#723](https://github.com/primefaces/primevue/issues/723) -- InputMask with unmask doesn't work as expected [\#714](https://github.com/primefaces/primevue/issues/714) -- display prop of MultiSelect is not documented [\#713](https://github.com/primefaces/primevue/issues/713) -- Invalid "sortField" property type in Vue and type definition files [\#681](https://github.com/primefaces/primevue/issues/681) -- TreeTable emit warns [\#750](https://github.com/primefaces/primevue/issues/750) -- Fixed use of MenuModel's "class" property in PanelMenuSub [\#746](https://github.com/primefaces/primevue/issues/746) +- DataTable throws error when there are no columns [\#749](https://github.com/primefaces/primevue/issues/749) +- Textarea does not auto resize its height when created [\#733](https://github.com/primefaces/primevue/issues/733) +- Calendar navigation \(next, prev month\) inside DataTable or OverlayPanel not working [\#729](https://github.com/primefaces/primevue/issues/729) +- Keyboard support problem for AutoComplete [\#723](https://github.com/primefaces/primevue/issues/723) +- InputMask with unmask doesn't work as expected [\#714](https://github.com/primefaces/primevue/issues/714) +- display prop of MultiSelect is not documented [\#713](https://github.com/primefaces/primevue/issues/713) +- Invalid "sortField" property type in Vue and type definition files [\#681](https://github.com/primefaces/primevue/issues/681) +- TreeTable emit warns [\#750](https://github.com/primefaces/primevue/issues/750) +- Fixed use of MenuModel's "class" property in PanelMenuSub [\#746](https://github.com/primefaces/primevue/issues/746) ## [3.0.2](https://github.com/primefaces/primevue/tree/3.0.2) (2020-11-26) @@ -1670,32 +1709,32 @@ **Implemented New Features and Enhancements:** -- Add the 'enter' key support to InputNumber [\#675](https://github.com/primefaces/primevue/issues/675) -- Chips mode for MultiSelect [\#673](https://github.com/primefaces/primevue/issues/673) -- New Timeline Component [\#672](https://github.com/primefaces/primevue/issues/672) -- Toolbar requires slot attribute which is deprecated in Vue.js 3 [\#639](https://github.com/primefaces/primevue/issues/639) -- SelectButton should allow a mode to ensure an options is always selected [\#494](https://github.com/primefaces/primevue/issues/494) +- Add the 'enter' key support to InputNumber [\#675](https://github.com/primefaces/primevue/issues/675) +- Chips mode for MultiSelect [\#673](https://github.com/primefaces/primevue/issues/673) +- New Timeline Component [\#672](https://github.com/primefaces/primevue/issues/672) +- Toolbar requires slot attribute which is deprecated in Vue.js 3 [\#639](https://github.com/primefaces/primevue/issues/639) +- SelectButton should allow a mode to ensure an options is always selected [\#494](https://github.com/primefaces/primevue/issues/494) **Fixed bugs:** -- SplitButton: after selecting the default command, the command menu does not close. [\#660](https://github.com/primefaces/primevue/issues/660) -- Multiselect/Dropdown: when the menu open upwards style broken [\#659](https://github.com/primefaces/primevue/issues/659) -- Autocomplete: when the menu open upwards style broken [\#658](https://github.com/primefaces/primevue/issues/658) -- DataTable global filter bug [\#655](https://github.com/primefaces/primevue/issues/655) -- Closing message and reopening it does not work [\#653](https://github.com/primefaces/primevue/issues/653) -- Password element does not inherit attributes [\#651](https://github.com/primefaces/primevue/issues/651) -- DataTable sortField allows a function, but the prop type is only a string [\#647](https://github.com/primefaces/primevue/issues/647) -- Missing .d.ts file for usetoast [\#645](https://github.com/primefaces/primevue/issues/645) -- InputNumber's onInputBlur fails when component gets destroyed [\#633](https://github.com/primefaces/primevue/issues/633) -- missing type definition for toast/useToast.js [\#630](https://github.com/primefaces/primevue/issues/630) -- Sidebar not visible on mount [\#627](https://github.com/primefaces/primevue/issues/627) -- Accordion does not support dynamic tabs [\#622](https://github.com/primefaces/primevue/issues/622) -- TabView does not support dynamic tabs [\#616](https://github.com/primefaces/primevue/issues/616) -- PrimeVue FileUpload FileLimit [\#610](https://github.com/primefaces/primevue/issues/610) -- DataTable multiple click RadioButton focus previous row [\#606](https://github.com/primefaces/primevue/issues/606) -- FileUpload Preview columns become misaligned when both image and non-image files are uploaded [\#585](https://github.com/primefaces/primevue/issues/585) -- Error with empty objects [\#556](https://github.com/primefaces/primevue/issues/556) -- OverlayPanel :before "indicator" needs dynamic placement [\#490](https://github.com/primefaces/primevue/issues/490) +- SplitButton: after selecting the default command, the command menu does not close. [\#660](https://github.com/primefaces/primevue/issues/660) +- Multiselect/Dropdown: when the menu open upwards style broken [\#659](https://github.com/primefaces/primevue/issues/659) +- Autocomplete: when the menu open upwards style broken [\#658](https://github.com/primefaces/primevue/issues/658) +- DataTable global filter bug [\#655](https://github.com/primefaces/primevue/issues/655) +- Closing message and reopening it does not work [\#653](https://github.com/primefaces/primevue/issues/653) +- Password element does not inherit attributes [\#651](https://github.com/primefaces/primevue/issues/651) +- DataTable sortField allows a function, but the prop type is only a string [\#647](https://github.com/primefaces/primevue/issues/647) +- Missing .d.ts file for usetoast [\#645](https://github.com/primefaces/primevue/issues/645) +- InputNumber's onInputBlur fails when component gets destroyed [\#633](https://github.com/primefaces/primevue/issues/633) +- missing type definition for toast/useToast.js [\#630](https://github.com/primefaces/primevue/issues/630) +- Sidebar not visible on mount [\#627](https://github.com/primefaces/primevue/issues/627) +- Accordion does not support dynamic tabs [\#622](https://github.com/primefaces/primevue/issues/622) +- TabView does not support dynamic tabs [\#616](https://github.com/primefaces/primevue/issues/616) +- PrimeVue FileUpload FileLimit [\#610](https://github.com/primefaces/primevue/issues/610) +- DataTable multiple click RadioButton focus previous row [\#606](https://github.com/primefaces/primevue/issues/606) +- FileUpload Preview columns become misaligned when both image and non-image files are uploaded [\#585](https://github.com/primefaces/primevue/issues/585) +- Error with empty objects [\#556](https://github.com/primefaces/primevue/issues/556) +- OverlayPanel :before "indicator" needs dynamic placement [\#490](https://github.com/primefaces/primevue/issues/490) ## [3.0.1](https://github.com/primefaces/primevue/tree/3.0.1) (2020-10-22) @@ -1703,19 +1742,19 @@ **Implemented New Features and Enhancements:** -- Do not hide overlays on body scroll [\#591](https://github.com/primefaces/primevue/issues/591) -- Add inputStyle and inputClass properties to InputNumber [\#551](https://github.com/primefaces/primevue/issues/551) -- Declare events in "emits" section of every component [\#549](https://github.com/primefaces/primevue/issues/549) +- Do not hide overlays on body scroll [\#591](https://github.com/primefaces/primevue/issues/591) +- Add inputStyle and inputClass properties to InputNumber [\#551](https://github.com/primefaces/primevue/issues/551) +- Declare events in "emits" section of every component [\#549](https://github.com/primefaces/primevue/issues/549) **Fixed bugs:** -- Overriding ProgressSpinner colors doc error [\#589](https://github.com/primefaces/primevue/issues/589) -- Property "disabled" was accessed during render but is not defined on instance. [\#587](https://github.com/primefaces/primevue/issues/587) -- Dropdown inside datable using showClear causing: Cannot read property 'classList' of null [\#586](https://github.com/primefaces/primevue/issues/586) -- DataTable crashes with a "Cannot read property 'xxx' of null" for nested objects [\#555](https://github.com/primefaces/primevue/issues/555) -- pRipple works even when disabled\(etc menuitem\) [\#550](https://github.com/primefaces/primevue/issues/550) -- Website / Documentation - Fix third-party dependencies documentation [\#546](https://github.com/primefaces/primevue/issues/546) -- Menu components with web router refresh the whole page [\#536](https://github.com/primefaces/primevue/issues/536) +- Overriding ProgressSpinner colors doc error [\#589](https://github.com/primefaces/primevue/issues/589) +- Property "disabled" was accessed during render but is not defined on instance. [\#587](https://github.com/primefaces/primevue/issues/587) +- Dropdown inside datable using showClear causing: Cannot read property 'classList' of null [\#586](https://github.com/primefaces/primevue/issues/586) +- DataTable crashes with a "Cannot read property 'xxx' of null" for nested objects [\#555](https://github.com/primefaces/primevue/issues/555) +- pRipple works even when disabled\(etc menuitem\) [\#550](https://github.com/primefaces/primevue/issues/550) +- Website / Documentation - Fix third-party dependencies documentation [\#546](https://github.com/primefaces/primevue/issues/546) +- Menu components with web router refresh the whole page [\#536](https://github.com/primefaces/primevue/issues/536) ## [3.0.0](https://github.com/primefaces/primevue/tree/3.0.0) (2020-10-11) @@ -1723,27 +1762,27 @@ **Implemented New Features and Enhancements:** -- Galleria and Carousel highlight item visual improvement on PrimeOne Themes [\#545](https://github.com/primefaces/primevue/issues/545) -- Soho Theme [\#539](https://github.com/primefaces/primevue/issues/539) -- Fluent UI Theme [\#538](https://github.com/primefaces/primevue/issues/538) -- ToastService $toast is not accessible using Composition API [\#535](https://github.com/primefaces/primevue/issues/535) -- Tooltip doesn't close in scrollable containers [\#523](https://github.com/primefaces/primevue/issues/523) -- Lighter Highlight Color for PrimeOne Themes [\#520](https://github.com/primefaces/primevue/issues/520) -- Add indentation property to TreeTable [\#495](https://github.com/primefaces/primevue/issues/495) -- Accordion rounded border minor visual issue [\#384](https://github.com/primefaces/primevue/issues/384) +- Galleria and Carousel highlight item visual improvement on PrimeOne Themes [\#545](https://github.com/primefaces/primevue/issues/545) +- Soho Theme [\#539](https://github.com/primefaces/primevue/issues/539) +- Fluent UI Theme [\#538](https://github.com/primefaces/primevue/issues/538) +- ToastService $toast is not accessible using Composition API [\#535](https://github.com/primefaces/primevue/issues/535) +- Tooltip doesn't close in scrollable containers [\#523](https://github.com/primefaces/primevue/issues/523) +- Lighter Highlight Color for PrimeOne Themes [\#520](https://github.com/primefaces/primevue/issues/520) +- Add indentation property to TreeTable [\#495](https://github.com/primefaces/primevue/issues/495) +- Accordion rounded border minor visual issue [\#384](https://github.com/primefaces/primevue/issues/384) **Fixed bugs:** -- Tree selection is broken when ripple is enabled [\#543](https://github.com/primefaces/primevue/issues/543) -- Tree toggler icon hover color is wrong in bootstrap theme [\#542](https://github.com/primefaces/primevue/issues/542) -- The 'disabled' option has no effect on InputNumber [\#537](https://github.com/primefaces/primevue/issues/537) -- InputNumber cannot set value when format property is false [\#533](https://github.com/primefaces/primevue/issues/533) -- InputNumber with spinner mode throws a JS exception [\#532](https://github.com/primefaces/primevue/issues/532) -- inputNumber with numeric prefix is not working as expected [\#531](https://github.com/primefaces/primevue/issues/531) -- Problems when typing or pasting numbers into InputNumber [\#530](https://github.com/primefaces/primevue/issues/530) -- Can't close MultiSelect or Select when inside Dialog component [\#524](https://github.com/primefaces/primevue/issues/524) -- TouchUI modal gets stuck if input tabs out [\#519](https://github.com/primefaces/primevue/issues/519) -- TriStateCheckbox doesn't show correct icon when value is false when using material themes [\#517](https://github.com/primefaces/primevue/issues/517) +- Tree selection is broken when ripple is enabled [\#543](https://github.com/primefaces/primevue/issues/543) +- Tree toggler icon hover color is wrong in bootstrap theme [\#542](https://github.com/primefaces/primevue/issues/542) +- The 'disabled' option has no effect on InputNumber [\#537](https://github.com/primefaces/primevue/issues/537) +- InputNumber cannot set value when format property is false [\#533](https://github.com/primefaces/primevue/issues/533) +- InputNumber with spinner mode throws a JS exception [\#532](https://github.com/primefaces/primevue/issues/532) +- inputNumber with numeric prefix is not working as expected [\#531](https://github.com/primefaces/primevue/issues/531) +- Problems when typing or pasting numbers into InputNumber [\#530](https://github.com/primefaces/primevue/issues/530) +- Can't close MultiSelect or Select when inside Dialog component [\#524](https://github.com/primefaces/primevue/issues/524) +- TouchUI modal gets stuck if input tabs out [\#519](https://github.com/primefaces/primevue/issues/519) +- TriStateCheckbox doesn't show correct icon when value is false when using material themes [\#517](https://github.com/primefaces/primevue/issues/517) ## [3.0.0-rc.2](https://github.com/primefaces/primevue/tree/3.0.0-rc.2) (2020-09-29) @@ -1751,8 +1790,8 @@ **Fixed bugs:** -- 3.0.0-rc.1 npm package includes a node_modules [\#511](https://github.com/primefaces/primevue/issues/511) -- Dialog component VNode [\#510](https://github.com/primefaces/primevue/issues/510) +- 3.0.0-rc.1 npm package includes a node_modules [\#511](https://github.com/primefaces/primevue/issues/511) +- Dialog component VNode [\#510](https://github.com/primefaces/primevue/issues/510) ## [3.0.0-rc.1](https://github.com/primefaces/primevue/tree/3.0.0-rc.1) (2020-09-28) @@ -1760,21 +1799,21 @@ **Breaking Changes:** -- Accessing column props in Slots [\#498](https://github.com/primefaces/primevue/issues/498) -- activeIndex for TabView and Accordion [\#497](https://github.com/primefaces/primevue/issues/497) +- Accessing column props in Slots [\#498](https://github.com/primefaces/primevue/issues/498) +- activeIndex for TabView and Accordion [\#497](https://github.com/primefaces/primevue/issues/497) **Implemented New Features and Enhancements:** -- Vue 3 Compatibility [\#491](https://github.com/primefaces/primevue/issues/491) -- Improvement in behavior of components that have overlay panels in scrollable containers [\#500](https://github.com/primefaces/primevue/issues/500) -- Improve calendar tabbing behavior [\#507](https://github.com/primefaces/primevue/issues/507) -- Add input event to InputNumber [\#506](https://github.com/primefaces/primevue/issues/506) +- Vue 3 Compatibility [\#491](https://github.com/primefaces/primevue/issues/491) +- Improvement in behavior of components that have overlay panels in scrollable containers [\#500](https://github.com/primefaces/primevue/issues/500) +- Improve calendar tabbing behavior [\#507](https://github.com/primefaces/primevue/issues/507) +- Add input event to InputNumber [\#506](https://github.com/primefaces/primevue/issues/506) **Fixed bugs:** -- Scrollable Table alignment improvement [\#482](https://github.com/primefaces/primevue/issues/482) -- Button not registered in FileUpload [\#478](https://github.com/primefaces/primevue/issues/478) -- BlockUI documentation indicates "show" event whereas the actual event is "unblock" [\#485](https://github.com/primefaces/primevue/issues/485) +- Scrollable Table alignment improvement [\#482](https://github.com/primefaces/primevue/issues/482) +- Button not registered in FileUpload [\#478](https://github.com/primefaces/primevue/issues/478) +- BlockUI documentation indicates "show" event whereas the actual event is "unblock" [\#485](https://github.com/primefaces/primevue/issues/485) ## [2.10.1](https://github.com/primefaces/primevue/tree/2.10.1) (2022-11-18) @@ -1782,17 +1821,17 @@ **Implemented New Features and Enhancements:** -- PrimeFlex & PrimeIcons version update v2 [\#3291](https://github.com/primefaces/primevue/issues/3291) -- Sidebar v2: Add slot to header [\#3217](https://github.com/primefaces/primevue/issues/3217) +- PrimeFlex & PrimeIcons version update v2 [\#3291](https://github.com/primefaces/primevue/issues/3291) +- Sidebar v2: Add slot to header [\#3217](https://github.com/primefaces/primevue/issues/3217) **Fixed bugs:** -- Slider v2: onDragStart\(\) -\> this.modelValue is undefined [\#3251](https://github.com/primefaces/primevue/issues/3251) -- Slider v2: range does not work [\#2986](https://github.com/primefaces/primevue/issues/2986) -- InputNumber v2: Component with Horizontal with step down disabled [\#2980](https://github.com/primefaces/primevue/issues/2980) -- Password v2: Initial value is not displayed [\#2894](https://github.com/primefaces/primevue/issues/2894) -- Textarea v2: resize height when window resized if autoResize is true [\#2919](https://github.com/primefaces/primevue/issues/2919) -- SpeedDial v2: Cannot use Scoped Slot to customize items [\#2889](https://github.com/primefaces/primevue/issues/2889) +- Slider v2: onDragStart\(\) -\> this.modelValue is undefined [\#3251](https://github.com/primefaces/primevue/issues/3251) +- Slider v2: range does not work [\#2986](https://github.com/primefaces/primevue/issues/2986) +- InputNumber v2: Component with Horizontal with step down disabled [\#2980](https://github.com/primefaces/primevue/issues/2980) +- Password v2: Initial value is not displayed [\#2894](https://github.com/primefaces/primevue/issues/2894) +- Textarea v2: resize height when window resized if autoResize is true [\#2919](https://github.com/primefaces/primevue/issues/2919) +- SpeedDial v2: Cannot use Scoped Slot to customize items [\#2889](https://github.com/primefaces/primevue/issues/2889) ## [2.10.0](https://github.com/primefaces/primevue/tree/2.10.0) (2022-08-23) @@ -1800,18 +1839,18 @@ **Implemented New Features and Enhancements:** -- Button: Bring the loading prop from primevue3 to primevue2 [\#2655](https://github.com/primefaces/primevue/issues/2655) -- Password: Missing change and blur events [\#2610](https://github.com/primefaces/primevue/issues/2610) -- v2 PrimeVue @keyup.enter event does not work on InputNumber component [\#2336](https://github.com/primefaces/primevue/issues/2336) +- Button: Bring the loading prop from primevue3 to primevue2 [\#2655](https://github.com/primefaces/primevue/issues/2655) +- Password: Missing change and blur events [\#2610](https://github.com/primefaces/primevue/issues/2610) +- v2 PrimeVue @keyup.enter event does not work on InputNumber component [\#2336](https://github.com/primefaces/primevue/issues/2336) **Fixed bugs:** -- Calendar: Inconsistent @select-month values [\#2859](https://github.com/primefaces/primevue/issues/2859) -- MegaMenu subItems 'to' route ' is not working [\#2501](https://github.com/primefaces/primevue/issues/2501) -- Datatable column order state is not saved [\#2346](https://github.com/primefaces/primevue/issues/2346) -- DataTable SelectAll checkbox stay focused after deselecting [\#2329](https://github.com/primefaces/primevue/issues/2329) -- Cannot use the editorCancelCallBack / editorSaveCallback while editing in cell mode [\#2598](https://github.com/primefaces/primevue/issues/2598) -- v2 Calendar - Could not edit end date with time picker properly [\#2546](https://github.com/primefaces/primevue/issues/2546) +- Calendar: Inconsistent @select-month values [\#2859](https://github.com/primefaces/primevue/issues/2859) +- MegaMenu subItems 'to' route ' is not working [\#2501](https://github.com/primefaces/primevue/issues/2501) +- Datatable column order state is not saved [\#2346](https://github.com/primefaces/primevue/issues/2346) +- DataTable SelectAll checkbox stay focused after deselecting [\#2329](https://github.com/primefaces/primevue/issues/2329) +- Cannot use the editorCancelCallBack / editorSaveCallback while editing in cell mode [\#2598](https://github.com/primefaces/primevue/issues/2598) +- v2 Calendar - Could not edit end date with time picker properly [\#2546](https://github.com/primefaces/primevue/issues/2546) ## [2.9.2](https://github.com/primefaces/primevue/tree/2.9.2) (2022-04-13) @@ -1819,18 +1858,18 @@ **Implemented New Features and Enhancements:** -- Tooltip v2 | Escape Support [\#2432](https://github.com/primefaces/primevue/issues/2432) -- Accordion v2 | New expandIcon and collapseIcon properties [\#2418](https://github.com/primefaces/primevue/issues/2418) +- Tooltip v2 | Escape Support [\#2432](https://github.com/primefaces/primevue/issues/2432) +- Accordion v2 | New expandIcon and collapseIcon properties [\#2418](https://github.com/primefaces/primevue/issues/2418) **Fixed bugs:** -- Ripple v2 directive breaks the behavior of list components in Firefox [\#2430](https://github.com/primefaces/primevue/issues/2430) -- Calendar | Loses alignment when positioned at the top of the input and the user clicks in the year/month [\#2422](https://github.com/primefaces/primevue/issues/2422) -- StyleClass v2 may fail to enter the element [\#2420](https://github.com/primefaces/primevue/issues/2420) -- Tooltip v2 shown at wrong place [\#2416](https://github.com/primefaces/primevue/issues/2416) -- Slider v2 | Range slider get stuck when both handle on max value [\#2414](https://github.com/primefaces/primevue/issues/2414) -- FileUpload v2: Custom upload bug on clear list [\#2412](https://github.com/primefaces/primevue/issues/2412) -- DataTable v2 | Colspan defect with hidden Columns [\#2410](https://github.com/primefaces/primevue/issues/2410) +- Ripple v2 directive breaks the behavior of list components in Firefox [\#2430](https://github.com/primefaces/primevue/issues/2430) +- Calendar | Loses alignment when positioned at the top of the input and the user clicks in the year/month [\#2422](https://github.com/primefaces/primevue/issues/2422) +- StyleClass v2 may fail to enter the element [\#2420](https://github.com/primefaces/primevue/issues/2420) +- Tooltip v2 shown at wrong place [\#2416](https://github.com/primefaces/primevue/issues/2416) +- Slider v2 | Range slider get stuck when both handle on max value [\#2414](https://github.com/primefaces/primevue/issues/2414) +- FileUpload v2: Custom upload bug on clear list [\#2412](https://github.com/primefaces/primevue/issues/2412) +- DataTable v2 | Colspan defect with hidden Columns [\#2410](https://github.com/primefaces/primevue/issues/2410) ## [2.9.1](https://github.com/primefaces/primevue/tree/2.9.1) (2022-03-16) @@ -1838,23 +1877,23 @@ **Implemented New Features and Enhancements:** -- v2 Add p-button-\* class support to SplitButton [\#2300](https://github.com/primefaces/primevue/issues/2300) -- Calendar v2 | hide timepicker on month/year select [\#2290](https://github.com/primefaces/primevue/issues/2290) -- v2 New stripedRows property for OrderList and PickList [\#2288](https://github.com/primefaces/primevue/issues/2288) -- MultiSelect v2 | Filter autocomplete attribute support [\#2286](https://github.com/primefaces/primevue/issues/2286) -- v2 Custom Table CSV Export Headers [\#2284](https://github.com/primefaces/primevue/issues/2284) -- Knob v2 | replace surface letters with new surface variables [\#2282](https://github.com/primefaces/primevue/issues/2282) -- v2 Replace surface letters with new surface variables [\#2280](https://github.com/primefaces/primevue/issues/2280) -- DataTable v2 editor templating [\#2277](https://github.com/primefaces/primevue/issues/2277) -- InputNumber v2 | Emit focus and blur events added [\#1795](https://github.com/primefaces/primevue/issues/1935) +- v2 Add p-button-\* class support to SplitButton [\#2300](https://github.com/primefaces/primevue/issues/2300) +- Calendar v2 | hide timepicker on month/year select [\#2290](https://github.com/primefaces/primevue/issues/2290) +- v2 New stripedRows property for OrderList and PickList [\#2288](https://github.com/primefaces/primevue/issues/2288) +- MultiSelect v2 | Filter autocomplete attribute support [\#2286](https://github.com/primefaces/primevue/issues/2286) +- v2 Custom Table CSV Export Headers [\#2284](https://github.com/primefaces/primevue/issues/2284) +- Knob v2 | replace surface letters with new surface variables [\#2282](https://github.com/primefaces/primevue/issues/2282) +- v2 Replace surface letters with new surface variables [\#2280](https://github.com/primefaces/primevue/issues/2280) +- DataTable v2 editor templating [\#2277](https://github.com/primefaces/primevue/issues/2277) +- InputNumber v2 | Emit focus and blur events added [\#1795](https://github.com/primefaces/primevue/issues/1935) **Fixed bugs:** -- v2 Dropdown search don't work with Gboard [\#2297](https://github.com/primefaces/primevue/issues/2297) -- v2 DataTable row-select and row-unselect index is always undefined [\#2295](https://github.com/primefaces/primevue/issues/2295) -- v2 Scrollable TabView forwardIsDisabled defect [\#2292](https://github.com/primefaces/primevue/issues/2292) -- Row editing does not work as expected in DataTable [\#2270](https://github.com/primefaces/primevue/issues/2270) -- v2 DataTable ColGroup in footer/header: Cannot read properties of undefined \(reading 'tag'\) [\#2163](https://github.com/primefaces/primevue/issues/2163) +- v2 Dropdown search don't work with Gboard [\#2297](https://github.com/primefaces/primevue/issues/2297) +- v2 DataTable row-select and row-unselect index is always undefined [\#2295](https://github.com/primefaces/primevue/issues/2295) +- v2 Scrollable TabView forwardIsDisabled defect [\#2292](https://github.com/primefaces/primevue/issues/2292) +- Row editing does not work as expected in DataTable [\#2270](https://github.com/primefaces/primevue/issues/2270) +- v2 DataTable ColGroup in footer/header: Cannot read properties of undefined \(reading 'tag'\) [\#2163](https://github.com/primefaces/primevue/issues/2163) ## [2.9.0](https://github.com/primefaces/primevue/tree/2.9.0) (2022-02-07) @@ -1862,27 +1901,27 @@ **Implemented New Features and Enhancements:** -- New v2 TreeTable showGridlines property [\#2115](https://github.com/primefaces/primevue/issues/2115) -- v2 DataTable component does not work correctly "Checkbox selection" together with "lazy" [\#2109](https://github.com/primefaces/primevue/issues/2109) -- Dialog v2: close button cannot receive focus [\#2087](https://github.com/primefaces/primevue/issues/2087) -- PrimeFlex 3 update for PrimeVue 2 showcase [\#2085](https://github.com/primefaces/primevue/issues/2085) -- v2 Update themes for datatable list shadow style [\#2072](https://github.com/primefaces/primevue/issues/2072) -- v2 New Color Scheme for Lara Dark [\#2070](https://github.com/primefaces/primevue/issues/2070) -- New Dialog v2 containerStyle prop and modal leave defect [\#1957](https://github.com/primefaces/primevue/issues/1957) +- New v2 TreeTable showGridlines property [\#2115](https://github.com/primefaces/primevue/issues/2115) +- v2 DataTable component does not work correctly "Checkbox selection" together with "lazy" [\#2109](https://github.com/primefaces/primevue/issues/2109) +- Dialog v2: close button cannot receive focus [\#2087](https://github.com/primefaces/primevue/issues/2087) +- PrimeFlex 3 update for PrimeVue 2 showcase [\#2085](https://github.com/primefaces/primevue/issues/2085) +- v2 Update themes for datatable list shadow style [\#2072](https://github.com/primefaces/primevue/issues/2072) +- v2 New Color Scheme for Lara Dark [\#2070](https://github.com/primefaces/primevue/issues/2070) +- New Dialog v2 containerStyle prop and modal leave defect [\#1957](https://github.com/primefaces/primevue/issues/1957) **Fixed bugs:** -- Sidebar v2: ripple appears in the wrong place [\#2105](https://github.com/primefaces/primevue/issues/2105) -- TreeTable v2 | ColResize Expand Mode not Compatible with Table Scroll and Frozen [\#2101](https://github.com/primefaces/primevue/issues/2101) -- v2 Dropdown doesn't display empty string [\#2095](https://github.com/primefaces/primevue/issues/2095) -- v2 Tree node toggler button is shrunk until not visible if label starts to not fit the node [\#2093](https://github.com/primefaces/primevue/issues/2093) -- Tag v2 doesn't show icon when slot is used instead of "value" attribute [\#2091](https://github.com/primefaces/primevue/issues/2091) -- DataTable v2: Inline filterMenuStyle doesn't add css properties [\#2089](https://github.com/primefaces/primevue/issues/2089) -- DataTable v2 | ColResize Expand Mode not Compatible with Table Scroll [\#2080](https://github.com/primefaces/primevue/issues/2080) -- v2 DataTable, TreeTable | Checkbox and RadioButton Focus Missing on Material [\#2078](https://github.com/primefaces/primevue/issues/2078) -- Calendar v2: the Year is incorrect for Multiple Months mode [\#2076](https://github.com/primefaces/primevue/issues/2076) -- v2 Tailwind theme - wrong styles [\#2071](https://github.com/primefaces/primevue/issues/2071) -- bugfix panelMenuSub isActive bug in 2.8.0 [\#1986](https://github.com/primefaces/primevue/issues/1986) +- Sidebar v2: ripple appears in the wrong place [\#2105](https://github.com/primefaces/primevue/issues/2105) +- TreeTable v2 | ColResize Expand Mode not Compatible with Table Scroll and Frozen [\#2101](https://github.com/primefaces/primevue/issues/2101) +- v2 Dropdown doesn't display empty string [\#2095](https://github.com/primefaces/primevue/issues/2095) +- v2 Tree node toggler button is shrunk until not visible if label starts to not fit the node [\#2093](https://github.com/primefaces/primevue/issues/2093) +- Tag v2 doesn't show icon when slot is used instead of "value" attribute [\#2091](https://github.com/primefaces/primevue/issues/2091) +- DataTable v2: Inline filterMenuStyle doesn't add css properties [\#2089](https://github.com/primefaces/primevue/issues/2089) +- DataTable v2 | ColResize Expand Mode not Compatible with Table Scroll [\#2080](https://github.com/primefaces/primevue/issues/2080) +- v2 DataTable, TreeTable | Checkbox and RadioButton Focus Missing on Material [\#2078](https://github.com/primefaces/primevue/issues/2078) +- Calendar v2: the Year is incorrect for Multiple Months mode [\#2076](https://github.com/primefaces/primevue/issues/2076) +- v2 Tailwind theme - wrong styles [\#2071](https://github.com/primefaces/primevue/issues/2071) +- bugfix panelMenuSub isActive bug in 2.8.0 [\#1986](https://github.com/primefaces/primevue/issues/1986) ## [2.8.0](https://github.com/primefaces/primevue/tree/2.8.0) (2021-12-14) @@ -1890,28 +1929,28 @@ **Implemented New Features and Enhancements:** -- Provide chartjs object v2 [\#1887](https://github.com/primefaces/primevue/issues/1887) -- Calendar v2 | Escape Support For Month and Year Picker [\#1879](https://github.com/primefaces/primevue/issues/1879) -- Constants for Toast [\#1874](https://github.com/primefaces/primevue/issues/1874) -- Constants for PrimeIcons [\#1873](https://github.com/primefaces/primevue/issues/1873) -- Add inputStyle to PrimeVue Config v2 [\#1871](https://github.com/primefaces/primevue/issues/1871) -- responsiveLayout for TreeTable v2 [\#1870](https://github.com/primefaces/primevue/issues/1870) -- Reimplemented TreeTable with new FilterService [\#1869](https://github.com/primefaces/primevue/issues/1869) -- New Utils module [\#1867](https://github.com/primefaces/primevue/issues/1867) -- New OverlayEventBus [\#1866](https://github.com/primefaces/primevue/issues/1866) -- New FilterService Utility [\#1865](https://github.com/primefaces/primevue/issues/1865) -- Reimplemented DataTable v2 [\#1864](https://github.com/primefaces/primevue/issues/1864) +- Provide chartjs object v2 [\#1887](https://github.com/primefaces/primevue/issues/1887) +- Calendar v2 | Escape Support For Month and Year Picker [\#1879](https://github.com/primefaces/primevue/issues/1879) +- Constants for Toast [\#1874](https://github.com/primefaces/primevue/issues/1874) +- Constants for PrimeIcons [\#1873](https://github.com/primefaces/primevue/issues/1873) +- Add inputStyle to PrimeVue Config v2 [\#1871](https://github.com/primefaces/primevue/issues/1871) +- responsiveLayout for TreeTable v2 [\#1870](https://github.com/primefaces/primevue/issues/1870) +- Reimplemented TreeTable with new FilterService [\#1869](https://github.com/primefaces/primevue/issues/1869) +- New Utils module [\#1867](https://github.com/primefaces/primevue/issues/1867) +- New OverlayEventBus [\#1866](https://github.com/primefaces/primevue/issues/1866) +- New FilterService Utility [\#1865](https://github.com/primefaces/primevue/issues/1865) +- Reimplemented DataTable v2 [\#1864](https://github.com/primefaces/primevue/issues/1864) **Fixed bugs:** -- Slider range with min/max bug [\#1882](https://github.com/primefaces/primevue/issues/1882) -- Calendar v2 | Year Picker and Month Picker empty when using Range and Multiple options [\#1880](https://github.com/primefaces/primevue/issues/1880) -- Calendar v2 manual input doesn't work [\#1878](https://github.com/primefaces/primevue/issues/1878) -- Dropdown v2 positioning issue [\#1868](https://github.com/primefaces/primevue/issues/1868) +- Slider range with min/max bug [\#1882](https://github.com/primefaces/primevue/issues/1882) +- Calendar v2 | Year Picker and Month Picker empty when using Range and Multiple options [\#1880](https://github.com/primefaces/primevue/issues/1880) +- Calendar v2 manual input doesn't work [\#1878](https://github.com/primefaces/primevue/issues/1878) +- Dropdown v2 positioning issue [\#1868](https://github.com/primefaces/primevue/issues/1868) **Deprecated:** -- Disable VirtualScroll DataTable v2 [\#1863](https://github.com/primefaces/primevue/issues/1863) +- Disable VirtualScroll DataTable v2 [\#1863](https://github.com/primefaces/primevue/issues/1863) ## [2.7.0](https://github.com/primefaces/primevue/tree/2.7.0) (2021-11-25) @@ -1919,47 +1958,47 @@ **Implemented New Features and Enhancements:** -- Remove mitt event bus [\#1826](https://github.com/primefaces/primevue/issues/1826) -- New calendar styple props for v2 [\#1824](https://github.com/primefaces/primevue/issues/1824) -- Dynamic labels for Menu components v2 [\#1821](https://github.com/primefaces/primevue/issues/1821) -- Update Chart to trigger on any change to object data - v2 [\#1813](https://github.com/primefaces/primevue/issues/1813) -- Vue as peer dependency [\#1812](https://github.com/primefaces/primevue/issues/1812) -- icon templating for Message v2 [\#1811](https://github.com/primefaces/primevue/issues/1811) -- PickList v2 slots before and after the buttons [\#1806](https://github.com/primefaces/primevue/issues/1806) -- OrderList v2 slots before and after the buttons [\#1805](https://github.com/primefaces/primevue/issues/1805) -- Add responsiveOptions property to Calendar v2 [\#1803](https://github.com/primefaces/primevue/issues/1803) -- Year Picker for Calendar v2 [\#1802](https://github.com/primefaces/primevue/issues/1802) -- Enhanced UI for month and year picker for Calendar v2 [\#1801](https://github.com/primefaces/primevue/issues/1801) -- Default focus button should be configurable for ConfirmDialog v2 [\#1797](https://github.com/primefaces/primevue/issues/1797) -- New rowStyle prop for DataTable v2 [\#1790](https://github.com/primefaces/primevue/issues/1790) -- Disabled buttons on InputNumber v2 when value reach min, max [\#1789](https://github.com/primefaces/primevue/issues/1789) -- Templating Support for ConfirmPopup v2 [\#1787](https://github.com/primefaces/primevue/issues/1787) -- Update PrimeIcons v5 [\#1785](https://github.com/primefaces/primevue/issues/1785) -- Update Themes and add New Lara Theme [\#1784](https://github.com/primefaces/primevue/issues/1784) +- Remove mitt event bus [\#1826](https://github.com/primefaces/primevue/issues/1826) +- New calendar styple props for v2 [\#1824](https://github.com/primefaces/primevue/issues/1824) +- Dynamic labels for Menu components v2 [\#1821](https://github.com/primefaces/primevue/issues/1821) +- Update Chart to trigger on any change to object data - v2 [\#1813](https://github.com/primefaces/primevue/issues/1813) +- Vue as peer dependency [\#1812](https://github.com/primefaces/primevue/issues/1812) +- icon templating for Message v2 [\#1811](https://github.com/primefaces/primevue/issues/1811) +- PickList v2 slots before and after the buttons [\#1806](https://github.com/primefaces/primevue/issues/1806) +- OrderList v2 slots before and after the buttons [\#1805](https://github.com/primefaces/primevue/issues/1805) +- Add responsiveOptions property to Calendar v2 [\#1803](https://github.com/primefaces/primevue/issues/1803) +- Year Picker for Calendar v2 [\#1802](https://github.com/primefaces/primevue/issues/1802) +- Enhanced UI for month and year picker for Calendar v2 [\#1801](https://github.com/primefaces/primevue/issues/1801) +- Default focus button should be configurable for ConfirmDialog v2 [\#1797](https://github.com/primefaces/primevue/issues/1797) +- New rowStyle prop for DataTable v2 [\#1790](https://github.com/primefaces/primevue/issues/1790) +- Disabled buttons on InputNumber v2 when value reach min, max [\#1789](https://github.com/primefaces/primevue/issues/1789) +- Templating Support for ConfirmPopup v2 [\#1787](https://github.com/primefaces/primevue/issues/1787) +- Update PrimeIcons v5 [\#1785](https://github.com/primefaces/primevue/issues/1785) +- Update Themes and add New Lara Theme [\#1784](https://github.com/primefaces/primevue/issues/1784) **Fixed bugs:** -- Carousel swipe function is broken on iOS devices v2 [\#1822](https://github.com/primefaces/primevue/issues/1822) -- Disabled not working for SelectButton v2 [\#1819](https://github.com/primefaces/primevue/issues/1819) -- Calendar in timeonly mode ignores minDate, maxDate - v2 [\#1818](https://github.com/primefaces/primevue/issues/1818) -- Fix TypeScript definitions for selects - v2 [\#1816](https://github.com/primefaces/primevue/issues/1816) -- optionDisabled wrongly typed [\#1815](https://github.com/primefaces/primevue/issues/1815) -- DataTable lazy loading paginator defect - v2 [\#1814](https://github.com/primefaces/primevue/issues/1814) -- ProgressBar: color text accessibility issue - v2 [\#1810](https://github.com/primefaces/primevue/issues/1810) -- Cell editing without editor templating defect for DataTable v2 [\#1804](https://github.com/primefaces/primevue/issues/1804) -- DataTable v2 events wrong TypeScript definitions [\#1788](https://github.com/primefaces/primevue/issues/1788) -- Panel missing icon template in d.ts [\#1786](https://github.com/primefaces/primevue/issues/1786) -- MenuModel 'to' is not working as routerlink - refreshing the whole app [\#1749](https://github.com/primefaces/primevue/issues/1749) +- Carousel swipe function is broken on iOS devices v2 [\#1822](https://github.com/primefaces/primevue/issues/1822) +- Disabled not working for SelectButton v2 [\#1819](https://github.com/primefaces/primevue/issues/1819) +- Calendar in timeonly mode ignores minDate, maxDate - v2 [\#1818](https://github.com/primefaces/primevue/issues/1818) +- Fix TypeScript definitions for selects - v2 [\#1816](https://github.com/primefaces/primevue/issues/1816) +- optionDisabled wrongly typed [\#1815](https://github.com/primefaces/primevue/issues/1815) +- DataTable lazy loading paginator defect - v2 [\#1814](https://github.com/primefaces/primevue/issues/1814) +- ProgressBar: color text accessibility issue - v2 [\#1810](https://github.com/primefaces/primevue/issues/1810) +- Cell editing without editor templating defect for DataTable v2 [\#1804](https://github.com/primefaces/primevue/issues/1804) +- DataTable v2 events wrong TypeScript definitions [\#1788](https://github.com/primefaces/primevue/issues/1788) +- Panel missing icon template in d.ts [\#1786](https://github.com/primefaces/primevue/issues/1786) +- MenuModel 'to' is not working as routerlink - refreshing the whole app [\#1749](https://github.com/primefaces/primevue/issues/1749) **Breaking Changes:** -- Rename slots for toolbar - v2 [\#1809](https://github.com/primefaces/primevue/issues/1809) -- Rename slot names for paginatorLeft and paginatorRight - v2 [\#1808](https://github.com/primefaces/primevue/issues/1808) -- Lowercase slot names for PickList sourceHeader-targetHeader v2 [\#1807](https://github.com/primefaces/primevue/issues/1807) +- Rename slots for toolbar - v2 [\#1809](https://github.com/primefaces/primevue/issues/1809) +- Rename slot names for paginatorLeft and paginatorRight - v2 [\#1808](https://github.com/primefaces/primevue/issues/1808) +- Lowercase slot names for PickList sourceHeader-targetHeader v2 [\#1807](https://github.com/primefaces/primevue/issues/1807) **Deprecated:** -- Deprecated props in Calendar v2 [\#1798](https://github.com/primefaces/primevue/issues/1798) +- Deprecated props in Calendar v2 [\#1798](https://github.com/primefaces/primevue/issues/1798) ## [2.6.0](https://github.com/primefaces/primevue/tree/2.6.0) (2021-09-29) @@ -1967,48 +2006,48 @@ **Implemented New Features and Enhancements:** -- Add JumpToPageDropdown and JumpToPageInput template to Paginator v2 [\#1605](https://github.com/primefaces/primevue/issues/1605) -- Scrollable Tabs for v2 [\#1604](https://github.com/primefaces/primevue/issues/1604) -- Reimplemented InputNumber v2 [\#1600](https://github.com/primefaces/primevue/issues/1600) -- Modal layer enter-leave transition v2 [\#1599](https://github.com/primefaces/primevue/issues/1599) -- Add autoHighlight to AutoComplete v2 [\#1589](https://github.com/primefaces/primevue/issues/1589) -- function disabled for MenuModel v2 [\#1587](https://github.com/primefaces/primevue/issues/1587) -- Upgrade v2 to Gulp 4 [\#1585](https://github.com/primefaces/primevue/issues/1585) -- Add trueValue-falseValue to Checkbox v2 [\#1583](https://github.com/primefaces/primevue/issues/1583) -- Add trueValue-falseValue to InputSwitch v2 [\#1582](https://github.com/primefaces/primevue/issues/1582) -- Add router-link-active and router-link-active-exact to all menu components v2 [\#1575](https://github.com/primefaces/primevue/issues/1575) -- New Image Preview component v2 [\#1574](https://github.com/primefaces/primevue/issues/1574) -- Responsive Dock v2 [\#1568](https://github.com/primefaces/primevue/issues/1568) -- start and end slots for MegaMenu v2 [\#1566](https://github.com/primefaces/primevue/issues/1566) -- Add indicator slot [\#1565](https://github.com/primefaces/primevue/issues/1565) -- Add tooltipOptions property to Dock v2 [\#1564](https://github.com/primefaces/primevue/issues/1564) -- Add appendTo property to Dialog v2 [\#1561](https://github.com/primefaces/primevue/issues/1561) -- Add tooltipOptions property to SpeedDial v2 [\#1560](https://github.com/primefaces/primevue/issues/1560) -- new activeIndex props for TabMenu v2 [\#1553](https://github.com/primefaces/primevue/issues/1553) -- Change button/maskClassName properties with button/maskClass properties on SpeedDial v2 [\#1551](https://github.com/primefaces/primevue/issues/1551) -- Tailwind theme v2 [\#1549](https://github.com/primefaces/primevue/issues/1549) -- Dropdown v2 doesn't scroll when navigating with keyboard [\#1535](https://github.com/primefaces/primevue/issues/1535) -- Scrollable Tabs [\#364](https://github.com/primefaces/primevue/issues/364) +- Add JumpToPageDropdown and JumpToPageInput template to Paginator v2 [\#1605](https://github.com/primefaces/primevue/issues/1605) +- Scrollable Tabs for v2 [\#1604](https://github.com/primefaces/primevue/issues/1604) +- Reimplemented InputNumber v2 [\#1600](https://github.com/primefaces/primevue/issues/1600) +- Modal layer enter-leave transition v2 [\#1599](https://github.com/primefaces/primevue/issues/1599) +- Add autoHighlight to AutoComplete v2 [\#1589](https://github.com/primefaces/primevue/issues/1589) +- function disabled for MenuModel v2 [\#1587](https://github.com/primefaces/primevue/issues/1587) +- Upgrade v2 to Gulp 4 [\#1585](https://github.com/primefaces/primevue/issues/1585) +- Add trueValue-falseValue to Checkbox v2 [\#1583](https://github.com/primefaces/primevue/issues/1583) +- Add trueValue-falseValue to InputSwitch v2 [\#1582](https://github.com/primefaces/primevue/issues/1582) +- Add router-link-active and router-link-active-exact to all menu components v2 [\#1575](https://github.com/primefaces/primevue/issues/1575) +- New Image Preview component v2 [\#1574](https://github.com/primefaces/primevue/issues/1574) +- Responsive Dock v2 [\#1568](https://github.com/primefaces/primevue/issues/1568) +- start and end slots for MegaMenu v2 [\#1566](https://github.com/primefaces/primevue/issues/1566) +- Add indicator slot [\#1565](https://github.com/primefaces/primevue/issues/1565) +- Add tooltipOptions property to Dock v2 [\#1564](https://github.com/primefaces/primevue/issues/1564) +- Add appendTo property to Dialog v2 [\#1561](https://github.com/primefaces/primevue/issues/1561) +- Add tooltipOptions property to SpeedDial v2 [\#1560](https://github.com/primefaces/primevue/issues/1560) +- new activeIndex props for TabMenu v2 [\#1553](https://github.com/primefaces/primevue/issues/1553) +- Change button/maskClassName properties with button/maskClass properties on SpeedDial v2 [\#1551](https://github.com/primefaces/primevue/issues/1551) +- Tailwind theme v2 [\#1549](https://github.com/primefaces/primevue/issues/1549) +- Dropdown v2 doesn't scroll when navigating with keyboard [\#1535](https://github.com/primefaces/primevue/issues/1535) +- Scrollable Tabs [\#364](https://github.com/primefaces/primevue/issues/364) **Fixed bugs:** -- Thumbnails are not displayed correctly on Galleria if numVisible is greater than the length of value for v2 [\#1594](https://github.com/primefaces/primevue/issues/1594) -- Checkbox v2 causes layout issues when used inside an overflow: auto div [\#1593](https://github.com/primefaces/primevue/issues/1593) -- Tooltip v2 word wrap [\#1592](https://github.com/primefaces/primevue/issues/1592) -- BlockUI v2 doesn't get rid of div [\#1591](https://github.com/primefaces/primevue/issues/1591) -- extra space between Dropdown/MultiSelect and filter list [\#1590](https://github.com/primefaces/primevue/issues/1590) -- Chart update throws an exception v2 [\#1588](https://github.com/primefaces/primevue/issues/1588) -- input mask - mask affecting dirty state v2 [\#1581](https://github.com/primefaces/primevue/issues/1581) -- Filtered Dropdown for Windows Tablet [\#1577](https://github.com/primefaces/primevue/issues/1577) -- Calendar WCAG Accessibility Issue with Keyboard Navigation for v2 [\#1576](https://github.com/primefaces/primevue/issues/1576) -- Dropdown onkeydown item search [\#1570](https://github.com/primefaces/primevue/issues/1570) -- Router support for v2 Dock [\#1567](https://github.com/primefaces/primevue/issues/1567) -- FileUpload Invalid File messages [\#1563](https://github.com/primefaces/primevue/issues/1563) -- CurrentPageReport displays wrong value v2 [\#1554](https://github.com/primefaces/primevue/issues/1554) -- The maskStyle property doesn't work as expected in SpeedDial v2 [\#1552](https://github.com/primefaces/primevue/issues/1552) -- DataTable does not assign colspan correctly when working with filters [\#1456](https://github.com/primefaces/primevue/issues/1456) -- DataTable: Pagination stops working when a column filter is applied [\#1388](https://github.com/primefaces/primevue/issues/1388) -- Input components inside DataTable break when upgrading from PrimeVue 1 to PrimeVue 2 [\#1330](https://github.com/primefaces/primevue/issues/1330) +- Thumbnails are not displayed correctly on Galleria if numVisible is greater than the length of value for v2 [\#1594](https://github.com/primefaces/primevue/issues/1594) +- Checkbox v2 causes layout issues when used inside an overflow: auto div [\#1593](https://github.com/primefaces/primevue/issues/1593) +- Tooltip v2 word wrap [\#1592](https://github.com/primefaces/primevue/issues/1592) +- BlockUI v2 doesn't get rid of div [\#1591](https://github.com/primefaces/primevue/issues/1591) +- extra space between Dropdown/MultiSelect and filter list [\#1590](https://github.com/primefaces/primevue/issues/1590) +- Chart update throws an exception v2 [\#1588](https://github.com/primefaces/primevue/issues/1588) +- input mask - mask affecting dirty state v2 [\#1581](https://github.com/primefaces/primevue/issues/1581) +- Filtered Dropdown for Windows Tablet [\#1577](https://github.com/primefaces/primevue/issues/1577) +- Calendar WCAG Accessibility Issue with Keyboard Navigation for v2 [\#1576](https://github.com/primefaces/primevue/issues/1576) +- Dropdown onkeydown item search [\#1570](https://github.com/primefaces/primevue/issues/1570) +- Router support for v2 Dock [\#1567](https://github.com/primefaces/primevue/issues/1567) +- FileUpload Invalid File messages [\#1563](https://github.com/primefaces/primevue/issues/1563) +- CurrentPageReport displays wrong value v2 [\#1554](https://github.com/primefaces/primevue/issues/1554) +- The maskStyle property doesn't work as expected in SpeedDial v2 [\#1552](https://github.com/primefaces/primevue/issues/1552) +- DataTable does not assign colspan correctly when working with filters [\#1456](https://github.com/primefaces/primevue/issues/1456) +- DataTable: Pagination stops working when a column filter is applied [\#1388](https://github.com/primefaces/primevue/issues/1388) +- Input components inside DataTable break when upgrading from PrimeVue 1 to PrimeVue 2 [\#1330](https://github.com/primefaces/primevue/issues/1330) ## [2.5.1](https://github.com/primefaces/primevue/tree/2.5.1) (2021-08-10) @@ -2016,8 +2055,8 @@ **Fixed bugs:** -- Scrollable Table alignment improvement [\#1438](https://github.com/primefaces/primevue/issues/1438) -- PrimeFlex 3 support for DataView [\#1435](https://github.com/primefaces/primevue/issues/1435) +- Scrollable Table alignment improvement [\#1438](https://github.com/primefaces/primevue/issues/1438) +- PrimeFlex 3 support for DataView [\#1435](https://github.com/primefaces/primevue/issues/1435) ## [2.5.0](https://github.com/primefaces/primevue/tree/2.5.0) (2021-08-10) @@ -2025,26 +2064,26 @@ **Implemented New Features and Enhancements:** -- Dock component v2 [\#1434](https://github.com/primefaces/primevue/issues/1434) -- Chart.js version update [\#1432](https://github.com/primefaces/primevue/issues/1432) -- Speed Dial component v2 [\#1431](https://github.com/primefaces/primevue/issues/1431) -- FullCalendar-Vue theme update [\#1430](https://github.com/primefaces/primevue/issues/1430) -- Responsive TabMenu and Breadcrumb v2 [\#1424](https://github.com/primefaces/primevue/issues/1424) -- breakpoints prop for Responsive Toast [\#1423](https://github.com/primefaces/primevue/issues/1423) -- Center positioning Toast [\#1422](https://github.com/primefaces/primevue/issues/1422) -- Templating for Toast component [\#1421](https://github.com/primefaces/primevue/issues/1421) -- v-styleclass directive for v2 [\#1417](https://github.com/primefaces/primevue/issues/1417) -- style and class props for FileUpload component [\#1416](https://github.com/primefaces/primevue/issues/1416) -- value and disabled props for Tooltip component [\#1414](https://github.com/primefaces/primevue/issues/1414) -- styleClass and contentStyleClass props for Toast component [\#1413](https://github.com/primefaces/primevue/issues/1413) -- Row double click for DataTable [\#1347](https://github.com/primefaces/primevue/issues/1347) -- CascadeSelect material theming improvements [\#1324](https://github.com/primefaces/primevue/issues/1324) +- Dock component v2 [\#1434](https://github.com/primefaces/primevue/issues/1434) +- Chart.js version update [\#1432](https://github.com/primefaces/primevue/issues/1432) +- Speed Dial component v2 [\#1431](https://github.com/primefaces/primevue/issues/1431) +- FullCalendar-Vue theme update [\#1430](https://github.com/primefaces/primevue/issues/1430) +- Responsive TabMenu and Breadcrumb v2 [\#1424](https://github.com/primefaces/primevue/issues/1424) +- breakpoints prop for Responsive Toast [\#1423](https://github.com/primefaces/primevue/issues/1423) +- Center positioning Toast [\#1422](https://github.com/primefaces/primevue/issues/1422) +- Templating for Toast component [\#1421](https://github.com/primefaces/primevue/issues/1421) +- v-styleclass directive for v2 [\#1417](https://github.com/primefaces/primevue/issues/1417) +- style and class props for FileUpload component [\#1416](https://github.com/primefaces/primevue/issues/1416) +- value and disabled props for Tooltip component [\#1414](https://github.com/primefaces/primevue/issues/1414) +- styleClass and contentStyleClass props for Toast component [\#1413](https://github.com/primefaces/primevue/issues/1413) +- Row double click for DataTable [\#1347](https://github.com/primefaces/primevue/issues/1347) +- CascadeSelect material theming improvements [\#1324](https://github.com/primefaces/primevue/issues/1324) **Fixed bugs:** -- ProgressBar does not show 0 percent [\#1420](https://github.com/primefaces/primevue/issues/1420) -- Toast does not clear hide timeout on beforeDestroy [\#1418](https://github.com/primefaces/primevue/issues/1418) -- Accordion tab-open and tab-close events [\#1329](https://github.com/primefaces/primevue/issues/1329) +- ProgressBar does not show 0 percent [\#1420](https://github.com/primefaces/primevue/issues/1420) +- Toast does not clear hide timeout on beforeDestroy [\#1418](https://github.com/primefaces/primevue/issues/1418) +- Accordion tab-open and tab-close events [\#1329](https://github.com/primefaces/primevue/issues/1329) ## [2.4.2](https://github.com/primefaces/primevue/tree/2.4.2) (2021-06-07) @@ -2052,26 +2091,26 @@ **Implemented New Features and Enhancements:** -- Chips remove button for templating [\#1307](https://github.com/primefaces/primevue/issues/1307) -- IDE support [\#1296](https://github.com/primefaces/primevue/issues/1296) -- MultiSelect selectionLimit showToggleAll [\#1288](https://github.com/primefaces/primevue/issues/1288) -- FileUpload long filename [\#1287](https://github.com/primefaces/primevue/issues/1287) -- hideIcon and showIcon for Password [\#1286](https://github.com/primefaces/primevue/issues/1286) +- Chips remove button for templating [\#1307](https://github.com/primefaces/primevue/issues/1307) +- IDE support [\#1296](https://github.com/primefaces/primevue/issues/1296) +- MultiSelect selectionLimit showToggleAll [\#1288](https://github.com/primefaces/primevue/issues/1288) +- FileUpload long filename [\#1287](https://github.com/primefaces/primevue/issues/1287) +- hideIcon and showIcon for Password [\#1286](https://github.com/primefaces/primevue/issues/1286) **Fixed bugs:** -- DataTable multi selection with meta key [\#1305](https://github.com/primefaces/primevue/issues/1305) -- Sidebar content overflows [\#1295](https://github.com/primefaces/primevue/issues/1295) -- FileUpload accepts any type of file [\#1291](https://github.com/primefaces/primevue/issues/1291) -- AutoComplete forceSelection with Multiple [\#1289](https://github.com/primefaces/primevue/issues/1289) -- Decimal value for Slider [\#1285](https://github.com/primefaces/primevue/issues/1285) -- Panel closes itself when typing on mobile [\#1284](https://github.com/primefaces/primevue/issues/1284) -- DataTable state restore broken for columnOrder and columnWidths [\#1283](https://github.com/primefaces/primevue/issues/1283) -- Multiselect doesn't set focus to the multiselect filter when dropdown is expanded [\#1243](https://github.com/primefaces/primevue/issues/1243) -- Error when navigating to a component including TabView with active index \> 0 [\#1221](https://github.com/primefaces/primevue/issues/1221) -- Calendar.vue property panelClass is not used. [\#1213](https://github.com/primefaces/primevue/issues/1213) -- Multiple Form Components Break Inside TabView [\#1209](https://github.com/primefaces/primevue/issues/1209) -- Primevue 2.4 TabView and Accordeon throw errow on npm build [\#1019](https://github.com/primefaces/primevue/issues/1019) +- DataTable multi selection with meta key [\#1305](https://github.com/primefaces/primevue/issues/1305) +- Sidebar content overflows [\#1295](https://github.com/primefaces/primevue/issues/1295) +- FileUpload accepts any type of file [\#1291](https://github.com/primefaces/primevue/issues/1291) +- AutoComplete forceSelection with Multiple [\#1289](https://github.com/primefaces/primevue/issues/1289) +- Decimal value for Slider [\#1285](https://github.com/primefaces/primevue/issues/1285) +- Panel closes itself when typing on mobile [\#1284](https://github.com/primefaces/primevue/issues/1284) +- DataTable state restore broken for columnOrder and columnWidths [\#1283](https://github.com/primefaces/primevue/issues/1283) +- Multiselect doesn't set focus to the multiselect filter when dropdown is expanded [\#1243](https://github.com/primefaces/primevue/issues/1243) +- Error when navigating to a component including TabView with active index \> 0 [\#1221](https://github.com/primefaces/primevue/issues/1221) +- Calendar.vue property panelClass is not used. [\#1213](https://github.com/primefaces/primevue/issues/1213) +- Multiple Form Components Break Inside TabView [\#1209](https://github.com/primefaces/primevue/issues/1209) +- Primevue 2.4 TabView and Accordeon throw errow on npm build [\#1019](https://github.com/primefaces/primevue/issues/1019) ## [2.4.1](https://github.com/primefaces/primevue/tree/2.4.1) (2021-04-22) @@ -2079,16 +2118,16 @@ **Implemented New Features and Enhancements:** -- Reset page on filter [\#1121](https://github.com/primefaces/primevue/issues/1121) -- forceSelection for AutoComplete [\#1120](https://github.com/primefaces/primevue/issues/1120) +- Reset page on filter [\#1121](https://github.com/primefaces/primevue/issues/1121) +- forceSelection for AutoComplete [\#1120](https://github.com/primefaces/primevue/issues/1120) **Fixed bugs:** -- Circle shape is broken for Avatar [\#1116](https://github.com/primefaces/primevue/issues/1116) -- Animation "none" not working for Skeleton [\#1115](https://github.com/primefaces/primevue/issues/1115) -- Calendar: prop showOtherMonths = false does not hide neighbour months` dates [\#875](https://github.com/primefaces/primevue/issues/875) -- FileUpload throws error on build [\#1017](https://github.com/primefaces/primevue/issues/1017) -- autocomplete input no response [\#1010](https://github.com/primefaces/primevue/issues/1010) +- Circle shape is broken for Avatar [\#1116](https://github.com/primefaces/primevue/issues/1116) +- Animation "none" not working for Skeleton [\#1115](https://github.com/primefaces/primevue/issues/1115) +- Calendar: prop showOtherMonths = false does not hide neighbour months` dates [\#875](https://github.com/primefaces/primevue/issues/875) +- FileUpload throws error on build [\#1017](https://github.com/primefaces/primevue/issues/1017) +- autocomplete input no response [\#1010](https://github.com/primefaces/primevue/issues/1010) ## [2.4.0](https://github.com/primefaces/primevue/tree/2.4.0) (2021-02-22) @@ -2096,37 +2135,37 @@ **Implemented New Features and Enhancements:** -- Touch support for ColorPicker [\#1003](https://github.com/primefaces/primevue/issues/1003) -- Error when removing InputNumbers from DOM tree [\#1001](https://github.com/primefaces/primevue/issues/1001) -- FileUpload callback 'Select' little adjust. [\#1000](https://github.com/primefaces/primevue/issues/1000) -- Add activeIndex to Tabview [\#927](https://github.com/primefaces/primevue/issues/927) -- Add activeIndex to Accordion [\#924](https://github.com/primefaces/primevue/issues/924) -- Update material theming and add invalid field demo [\#920](https://github.com/primefaces/primevue/issues/920) -- Upgrade PrimeIcons 4.1.0 [\#914](https://github.com/primefaces/primevue/issues/914) -- \[FileUpload\] when :fileLimit is exceeded, Upload button should not be active [\#909](https://github.com/primefaces/primevue/issues/909) -- state-save and state-restore events for Table [\#901](https://github.com/primefaces/primevue/issues/901) -- File Upload cant disable and hide Upload & Cancel [\#897](https://github.com/primefaces/primevue/issues/897) -- New Lazy DataTable Demo with Remote Source [\#862](https://github.com/primefaces/primevue/issues/862) +- Touch support for ColorPicker [\#1003](https://github.com/primefaces/primevue/issues/1003) +- Error when removing InputNumbers from DOM tree [\#1001](https://github.com/primefaces/primevue/issues/1001) +- FileUpload callback 'Select' little adjust. [\#1000](https://github.com/primefaces/primevue/issues/1000) +- Add activeIndex to Tabview [\#927](https://github.com/primefaces/primevue/issues/927) +- Add activeIndex to Accordion [\#924](https://github.com/primefaces/primevue/issues/924) +- Update material theming and add invalid field demo [\#920](https://github.com/primefaces/primevue/issues/920) +- Upgrade PrimeIcons 4.1.0 [\#914](https://github.com/primefaces/primevue/issues/914) +- \[FileUpload\] when :fileLimit is exceeded, Upload button should not be active [\#909](https://github.com/primefaces/primevue/issues/909) +- state-save and state-restore events for Table [\#901](https://github.com/primefaces/primevue/issues/901) +- File Upload cant disable and hide Upload & Cancel [\#897](https://github.com/primefaces/primevue/issues/897) +- New Lazy DataTable Demo with Remote Source [\#862](https://github.com/primefaces/primevue/issues/862) **Fixed bugs:** -- Space key support for row radio [\#1002](https://github.com/primefaces/primevue/issues/1002) -- Calendar seconds are locked when min/max set [\#923](https://github.com/primefaces/primevue/issues/923) -- Improve float label support in overlay selects [\#907](https://github.com/primefaces/primevue/issues/907) -- Sidebar Mask not being removed from DOM on close [\#906](https://github.com/primefaces/primevue/issues/906) -- "Clear" button in Calendar wrongly labeled [\#905](https://github.com/primefaces/primevue/issues/905) -- Autocomplete crashes when "field" property is a function [\#903](https://github.com/primefaces/primevue/issues/903) -- p-button-link not visible in Material Design themes [\#902](https://github.com/primefaces/primevue/issues/902) -- Textarea autoresize does not respect its border [\#900](https://github.com/primefaces/primevue/issues/900) -- Knob replaceAll causes issue with nuxt SSR [\#898](https://github.com/primefaces/primevue/issues/898) -- \[Bug\] Error import ScrollTop component [\#896](https://github.com/primefaces/primevue/issues/896) -- MenuItem: class does not apply to separator item [\#895](https://github.com/primefaces/primevue/issues/895) -- Slider incorrectly positions handle when using mixed-sign min/max [\#893](https://github.com/primefaces/primevue/issues/893) -- Strange behavior using context menu on Safari [\#886](https://github.com/primefaces/primevue/issues/886) -- Calendar fails with prop monthNavigator = true [\#876](https://github.com/primefaces/primevue/issues/876) -- Calendar component doesn't respect dateFormat config value [\#870](https://github.com/primefaces/primevue/issues/870) -- Multiselect: selected values are not shown without placeholder [\#868](https://github.com/primefaces/primevue/issues/868) -- primevue/fieldset not found [\#860](https://github.com/primefaces/primevue/issues/860) +- Space key support for row radio [\#1002](https://github.com/primefaces/primevue/issues/1002) +- Calendar seconds are locked when min/max set [\#923](https://github.com/primefaces/primevue/issues/923) +- Improve float label support in overlay selects [\#907](https://github.com/primefaces/primevue/issues/907) +- Sidebar Mask not being removed from DOM on close [\#906](https://github.com/primefaces/primevue/issues/906) +- "Clear" button in Calendar wrongly labeled [\#905](https://github.com/primefaces/primevue/issues/905) +- Autocomplete crashes when "field" property is a function [\#903](https://github.com/primefaces/primevue/issues/903) +- p-button-link not visible in Material Design themes [\#902](https://github.com/primefaces/primevue/issues/902) +- Textarea autoresize does not respect its border [\#900](https://github.com/primefaces/primevue/issues/900) +- Knob replaceAll causes issue with nuxt SSR [\#898](https://github.com/primefaces/primevue/issues/898) +- \[Bug\] Error import ScrollTop component [\#896](https://github.com/primefaces/primevue/issues/896) +- MenuItem: class does not apply to separator item [\#895](https://github.com/primefaces/primevue/issues/895) +- Slider incorrectly positions handle when using mixed-sign min/max [\#893](https://github.com/primefaces/primevue/issues/893) +- Strange behavior using context menu on Safari [\#886](https://github.com/primefaces/primevue/issues/886) +- Calendar fails with prop monthNavigator = true [\#876](https://github.com/primefaces/primevue/issues/876) +- Calendar component doesn't respect dateFormat config value [\#870](https://github.com/primefaces/primevue/issues/870) +- Multiselect: selected values are not shown without placeholder [\#868](https://github.com/primefaces/primevue/issues/868) +- primevue/fieldset not found [\#860](https://github.com/primefaces/primevue/issues/860) ## [2.3.0](https://github.com/primefaces/primevue/tree/2.3.0) (2021-01-06) @@ -2134,30 +2173,31 @@ **Breaking Changes:** -- Remove locale from Calendar [\#824](https://github.com/primefaces/primevue/issues/824) -- Setup Requirement [\#823](https://github.com/primefaces/primevue/issues/823) +- Remove locale from Calendar [\#824](https://github.com/primefaces/primevue/issues/824) +- Setup Requirement [\#823](https://github.com/primefaces/primevue/issues/823) **Implemented New Features and Enhancements:** -- Touch support for Slider [\#757](https://github.com/primefaces/primevue/issues/757) -- Nuxt Module [\#819](https://github.com/primefaces/primevue/issues/819) -- Refactor Build [\#818](https://github.com/primefaces/primevue/issues/818) -- Locale API [\#817](https://github.com/primefaces/primevue/issues/817) -- ConfirmPopup Component [\#791](https://github.com/primefaces/primevue/issues/791) -- ConfirmDialog Component [\#790](https://github.com/primefaces/primevue/issues/790) -- Splitter Component [\#789](https://github.com/primefaces/primevue/issues/789) -- ScrollTop Component [\#788](https://github.com/primefaces/primevue/issues/788) -- Skeleton Component [\#787](https://github.com/primefaces/primevue/issues/787) -- Divider Component [\#786](https://github.com/primefaces/primevue/issues/786) -- Knob Component [\#785](https://github.com/primefaces/primevue/issues/785) -- CascadeSelect Component [\#784](https://github.com/primefaces/primevue/issues/784) -- Avatar Component [\#783](https://github.com/primefaces/primevue/issues/783) -- Badge Component [\#782](https://github.com/primefaces/primevue/issues/782) -- Tag Component [\#779](https://github.com/primefaces/primevue/issues/779) -- Chip Component [\#778](https://github.com/primefaces/primevue/issues/778) +- Touch support for Slider [\#757](https://github.com/primefaces/primevue/issues/757) +- Nuxt Module [\#819](https://github.com/primefaces/primevue/issues/819) +- Refactor Build [\#818](https://github.com/primefaces/primevue/issues/818) +- Locale API [\#817](https://github.com/primefaces/primevue/issues/817) +- ConfirmPopup Component [\#791](https://github.com/primefaces/primevue/issues/791) +- ConfirmDialog Component [\#790](https://github.com/primefaces/primevue/issues/790) +- Splitter Component [\#789](https://github.com/primefaces/primevue/issues/789) +- ScrollTop Component [\#788](https://github.com/primefaces/primevue/issues/788) +- Skeleton Component [\#787](https://github.com/primefaces/primevue/issues/787) +- Divider Component [\#786](https://github.com/primefaces/primevue/issues/786) +- Knob Component [\#785](https://github.com/primefaces/primevue/issues/785) +- CascadeSelect Component [\#784](https://github.com/primefaces/primevue/issues/784) +- Avatar Component [\#783](https://github.com/primefaces/primevue/issues/783) +- Badge Component [\#782](https://github.com/primefaces/primevue/issues/782) +- Tag Component [\#779](https://github.com/primefaces/primevue/issues/779) +- Chip Component [\#778](https://github.com/primefaces/primevue/issues/778) **Fixed bugs:** -- Vertical Slider [\#780](https://github.com/primefaces/primevue/issues/780) + +- Vertical Slider [\#780](https://github.com/primefaces/primevue/issues/780) ## [2.2.3](https://github.com/primefaces/primevue/tree/2.2.3) (2020-12-14) @@ -2165,20 +2205,20 @@ **Implemented New Features and Enhancements:** -- Chip component cosmetics [\#777](https://github.com/primefaces/primevue/issues/777) -- Update to FullCalendar 5 [\#776](https://github.com/primefaces/primevue/issues/776) -- Close event for Message component [\#761](https://github.com/primefaces/primevue/issues/761) -- Touch support for Slider [\#758](https://github.com/primefaces/primevue/issues/758) +- Chip component cosmetics [\#777](https://github.com/primefaces/primevue/issues/777) +- Update to FullCalendar 5 [\#776](https://github.com/primefaces/primevue/issues/776) +- Close event for Message component [\#761](https://github.com/primefaces/primevue/issues/761) +- Touch support for Slider [\#758](https://github.com/primefaces/primevue/issues/758) **Fixed bugs:** -- Slider has incorrect aria-\* variable values [\#774](https://github.com/primefaces/primevue/issues/774) -- Invalid "sortField" property type in Vue and type definition files [\#764](https://github.com/primefaces/primevue/issues/764) -- Keyboard support problem for AutoComplete [\#763](https://github.com/primefaces/primevue/issues/763) -- Textarea does not auto resize its height when created [\#762](https://github.com/primefaces/primevue/issues/762) -- Calendar navigation \(next, prev month\) inside DataTable or OverlayPanel not working [\#759](https://github.com/primefaces/primevue/issues/759) -- Primevue 2 dismissableMask=true not working when clicking outside the modal [\#741](https://github.com/primefaces/primevue/issues/741) -- FileUpload with fileLimit problem [\#677](https://github.com/primefaces/primevue/issues/677) +- Slider has incorrect aria-\* variable values [\#774](https://github.com/primefaces/primevue/issues/774) +- Invalid "sortField" property type in Vue and type definition files [\#764](https://github.com/primefaces/primevue/issues/764) +- Keyboard support problem for AutoComplete [\#763](https://github.com/primefaces/primevue/issues/763) +- Textarea does not auto resize its height when created [\#762](https://github.com/primefaces/primevue/issues/762) +- Calendar navigation \(next, prev month\) inside DataTable or OverlayPanel not working [\#759](https://github.com/primefaces/primevue/issues/759) +- Primevue 2 dismissableMask=true not working when clicking outside the modal [\#741](https://github.com/primefaces/primevue/issues/741) +- FileUpload with fileLimit problem [\#677](https://github.com/primefaces/primevue/issues/677) ## [2.2.2](https://github.com/primefaces/primevue/tree/2.2.2) (2020-11-30) @@ -2186,67 +2226,67 @@ **Implemented New Features and Enhancements:** -- New Timeline Component [\#712](https://github.com/primefaces/primevue/issues/712) -- Chips mode for MultiSelect [\#711](https://github.com/primefaces/primevue/issues/711) -- SelectButton should allow a mode to ensure an options is always selected [\#698](https://github.com/primefaces/primevue/issues/698) -- OverlayPanel :before "indicator" needs dynamic placement [\#697](https://github.com/primefaces/primevue/issues/697) -- Improve typescript definitions [\#696](https://github.com/primefaces/primevue/issues/696) -- Add the 'enter' key support to InputNumber [\#676](https://github.com/primefaces/primevue/issues/676) +- New Timeline Component [\#712](https://github.com/primefaces/primevue/issues/712) +- Chips mode for MultiSelect [\#711](https://github.com/primefaces/primevue/issues/711) +- SelectButton should allow a mode to ensure an options is always selected [\#698](https://github.com/primefaces/primevue/issues/698) +- OverlayPanel :before "indicator" needs dynamic placement [\#697](https://github.com/primefaces/primevue/issues/697) +- Improve typescript definitions [\#696](https://github.com/primefaces/primevue/issues/696) +- Add the 'enter' key support to InputNumber [\#676](https://github.com/primefaces/primevue/issues/676) **Fixed bugs:** -- SplitButton: after selecting the default command, the command menu does not close. [\#710](https://github.com/primefaces/primevue/issues/710) -- Autocomplete: when the menu open upwards style broken [\#709](https://github.com/primefaces/primevue/issues/709) -- Multiselect/Dropdown: when the menu open upwards style broken [\#708](https://github.com/primefaces/primevue/issues/708) -- DataTable global filter bug [\#707](https://github.com/primefaces/primevue/issues/707) -- InputNumber's onInputBlur fails when component gets destroyed [\#705](https://github.com/primefaces/primevue/issues/705) -- Sidebar not visible on mount [\#704](https://github.com/primefaces/primevue/issues/704) -- PrimeVue FileUpload FileLimit [\#703](https://github.com/primefaces/primevue/issues/703) -- DataTable multiple click RadioButton focus previous row [\#702](https://github.com/primefaces/primevue/issues/702) -- FileUpload Preview columns become misaligned when both image and non-image files are uploaded [\#701](https://github.com/primefaces/primevue/issues/701) -- Error with empty objects [\#700](https://github.com/primefaces/primevue/issues/700) -- ColorPicker overlay input does not reflect to hue section changes [\#699](https://github.com/primefaces/primevue/issues/699) -- Multiselect dropdown closes after selecting one option [\#602](https://github.com/primefaces/primevue/issues/602) -- PrimeVue 2 InputMask with unmask problem [\#577](https://github.com/primefaces/primevue/issues/577) +- SplitButton: after selecting the default command, the command menu does not close. [\#710](https://github.com/primefaces/primevue/issues/710) +- Autocomplete: when the menu open upwards style broken [\#709](https://github.com/primefaces/primevue/issues/709) +- Multiselect/Dropdown: when the menu open upwards style broken [\#708](https://github.com/primefaces/primevue/issues/708) +- DataTable global filter bug [\#707](https://github.com/primefaces/primevue/issues/707) +- InputNumber's onInputBlur fails when component gets destroyed [\#705](https://github.com/primefaces/primevue/issues/705) +- Sidebar not visible on mount [\#704](https://github.com/primefaces/primevue/issues/704) +- PrimeVue FileUpload FileLimit [\#703](https://github.com/primefaces/primevue/issues/703) +- DataTable multiple click RadioButton focus previous row [\#702](https://github.com/primefaces/primevue/issues/702) +- FileUpload Preview columns become misaligned when both image and non-image files are uploaded [\#701](https://github.com/primefaces/primevue/issues/701) +- Error with empty objects [\#700](https://github.com/primefaces/primevue/issues/700) +- ColorPicker overlay input does not reflect to hue section changes [\#699](https://github.com/primefaces/primevue/issues/699) +- Multiselect dropdown closes after selecting one option [\#602](https://github.com/primefaces/primevue/issues/602) +- PrimeVue 2 InputMask with unmask problem [\#577](https://github.com/primefaces/primevue/issues/577) -## [2.2.1](https://github.com/primefaces/primevue/tree/2.2.1) (2020-11-23) +## [2.2.1](https://github.com/primefaces/primevue/tree/2.2.1) (2020-11-23) **Implemented New Features and Enhancements:** -- Do not hide overlays on body scroll [\#661](https://github.com/primefaces/primevue/issues/661) +- Do not hide overlays on body scroll [\#661](https://github.com/primefaces/primevue/issues/661) **Fixed bugs:** -- Overriding ProgressSpinner colors doc error [\#662](https://github.com/primefaces/primevue/issues/662) -- Dropdown inside datable using showClear causing: Cannot read property 'classList' of null [\#664](https://github.com/primefaces/primevue/issues/664) -- DataTable crashes with a "Cannot read property 'xxx' of null" for nested objects [\#665](https://github.com/primefaces/primevue/issues/665) +- Overriding ProgressSpinner colors doc error [\#662](https://github.com/primefaces/primevue/issues/662) +- Dropdown inside datable using showClear causing: Cannot read property 'classList' of null [\#664](https://github.com/primefaces/primevue/issues/664) +- DataTable crashes with a "Cannot read property 'xxx' of null" for nested objects [\#665](https://github.com/primefaces/primevue/issues/665) -## [2.2.0](https://github.com/primefaces/primevue/tree/2.2.0) (2020-10-14) +## [2.2.0](https://github.com/primefaces/primevue/tree/2.2.0) (2020-10-14) **Implemented New Features and Enhancements:** -- Add inputStyle and inputClass properties to InputNumber [\#573](https://github.com/primefaces/primevue/issues/573) -- Accordion rounded border minor visual issue [\#572](https://github.com/primefaces/primevue/issues/572) -- Add indentation property to TreeTable [\#571](https://github.com/primefaces/primevue/issues/571) -- Lighter Highlight Color for PrimeOne Themes [\#568](https://github.com/primefaces/primevue/issues/568) -- Fluent UI Theme [\#561](https://github.com/primefaces/primevue/issues/561) -- Soho Theme [\#560](https://github.com/primefaces/primevue/issues/560) -- Galleria and Carousel highlight item visual improvement on PrimeOne Themes [\#557](https://github.com/primefaces/primevue/issues/557) -- Tooltip doesn't close in scrollable containers [\#526](https://github.com/primefaces/primevue/issues/526) +- Add inputStyle and inputClass properties to InputNumber [\#573](https://github.com/primefaces/primevue/issues/573) +- Accordion rounded border minor visual issue [\#572](https://github.com/primefaces/primevue/issues/572) +- Add indentation property to TreeTable [\#571](https://github.com/primefaces/primevue/issues/571) +- Lighter Highlight Color for PrimeOne Themes [\#568](https://github.com/primefaces/primevue/issues/568) +- Fluent UI Theme [\#561](https://github.com/primefaces/primevue/issues/561) +- Soho Theme [\#560](https://github.com/primefaces/primevue/issues/560) +- Galleria and Carousel highlight item visual improvement on PrimeOne Themes [\#557](https://github.com/primefaces/primevue/issues/557) +- Tooltip doesn't close in scrollable containers [\#526](https://github.com/primefaces/primevue/issues/526) **Fixed bugs:** -- pRipple working when disabled\(etc menuitem\) [\#574](https://github.com/primefaces/primevue/issues/574) -- TriStateCheckbox doesn't show correct icon when value is false when using material themes [\#570](https://github.com/primefaces/primevue/issues/570) -- TouchUI modal gets stuck if input tabs out [\#569](https://github.com/primefaces/primevue/issues/569) -- Can't close MultiSelect or Select when inside Dialog component [\#567](https://github.com/primefaces/primevue/issues/567) -- Problems when typing or pasting numbers into InputNumber [\#566](https://github.com/primefaces/primevue/issues/566) -- inputNumber with numeric prefix is not working as expected [\#565](https://github.com/primefaces/primevue/issues/565) -- InputNumber with spinner mode throws a JS exception [\#564](https://github.com/primefaces/primevue/issues/564) -- InputNumber cannot set value when format property is false [\#563](https://github.com/primefaces/primevue/issues/563) -- The 'disabled' option has no effect on InputNumber [\#562](https://github.com/primefaces/primevue/issues/562) -- Tree toggler icon hover color is wrong in bootstrap theme [\#559](https://github.com/primefaces/primevue/issues/559) -- Tree selection is broken when ripple is enabled [\#558](https://github.com/primefaces/primevue/issues/558) +- pRipple working when disabled\(etc menuitem\) [\#574](https://github.com/primefaces/primevue/issues/574) +- TriStateCheckbox doesn't show correct icon when value is false when using material themes [\#570](https://github.com/primefaces/primevue/issues/570) +- TouchUI modal gets stuck if input tabs out [\#569](https://github.com/primefaces/primevue/issues/569) +- Can't close MultiSelect or Select when inside Dialog component [\#567](https://github.com/primefaces/primevue/issues/567) +- Problems when typing or pasting numbers into InputNumber [\#566](https://github.com/primefaces/primevue/issues/566) +- inputNumber with numeric prefix is not working as expected [\#565](https://github.com/primefaces/primevue/issues/565) +- InputNumber with spinner mode throws a JS exception [\#564](https://github.com/primefaces/primevue/issues/564) +- InputNumber cannot set value when format property is false [\#563](https://github.com/primefaces/primevue/issues/563) +- The 'disabled' option has no effect on InputNumber [\#562](https://github.com/primefaces/primevue/issues/562) +- Tree toggler icon hover color is wrong in bootstrap theme [\#559](https://github.com/primefaces/primevue/issues/559) +- Tree selection is broken when ripple is enabled [\#558](https://github.com/primefaces/primevue/issues/558) ## [2.1.0](https://github.com/primefaces/primevue/tree/2.1.0) (2020-09-29) @@ -2254,15 +2294,15 @@ **Implemented New Features and Enhancements:** -- Improvement in behavior of components that have overlay panels in scrollable containers [\#514](https://github.com/primefaces/primevue/issues/514) -- Scrollable Table alignment improvement [\#513](https://github.com/primefaces/primevue/issues/513) -- Improve calendar tabbing behavior [\#512](https://github.com/primefaces/primevue/issues/512) +- Improvement in behavior of components that have overlay panels in scrollable containers [\#514](https://github.com/primefaces/primevue/issues/514) +- Scrollable Table alignment improvement [\#513](https://github.com/primefaces/primevue/issues/513) +- Improve calendar tabbing behavior [\#512](https://github.com/primefaces/primevue/issues/512) **Fixed bugs:** -- TouchUI modal gets stuck if input tabs out [\#518](https://github.com/primefaces/primevue/issues/518) -- Button not registered in FileUpload [\#516](https://github.com/primefaces/primevue/issues/516) -- BlockUI documentation indicates "show" event whereas the actual event is "unblock" [\#515](https://github.com/primefaces/primevue/issues/515) +- TouchUI modal gets stuck if input tabs out [\#518](https://github.com/primefaces/primevue/issues/518) +- Button not registered in FileUpload [\#516](https://github.com/primefaces/primevue/issues/516) +- BlockUI documentation indicates "show" event whereas the actual event is "unblock" [\#515](https://github.com/primefaces/primevue/issues/515) ## [2.0.9](https://github.com/primefaces/primevue/tree/2.0.9) (2020-09-09) @@ -2270,21 +2310,21 @@ **Implemented New Features and Enhancements:** -- InputGroup support for input components with wrappers [\#471](https://github.com/primefaces/primevue/issues/471) -- Update PrimeFlex documentation to 2.0.0 [\#464](https://github.com/primefaces/primevue/issues/464) -- Scrollable Table alignment improvement [\#462](https://github.com/primefaces/primevue/issues/462) -- emptyFilterMessage for Dropdown, MultiSelect and Listbox filter [\#459](https://github.com/primefaces/primevue/issues/459) -- Negative sign with InputNumber [\#458](https://github.com/primefaces/primevue/issues/458) -- InputNumber Currency not working as expected [\#330](https://github.com/primefaces/primevue/issues/330) +- InputGroup support for input components with wrappers [\#471](https://github.com/primefaces/primevue/issues/471) +- Update PrimeFlex documentation to 2.0.0 [\#464](https://github.com/primefaces/primevue/issues/464) +- Scrollable Table alignment improvement [\#462](https://github.com/primefaces/primevue/issues/462) +- emptyFilterMessage for Dropdown, MultiSelect and Listbox filter [\#459](https://github.com/primefaces/primevue/issues/459) +- Negative sign with InputNumber [\#458](https://github.com/primefaces/primevue/issues/458) +- InputNumber Currency not working as expected [\#330](https://github.com/primefaces/primevue/issues/330) **Fixed bugs:** -- Dialog with Long Content does not scroll in IE11 [\#473](https://github.com/primefaces/primevue/issues/473) -- Click on Dropdown's filter text box closes items list [\#465](https://github.com/primefaces/primevue/issues/465) -- Calendar misplaced layout if more than one month is shown [\#461](https://github.com/primefaces/primevue/issues/461) -- inputNumber cannot set value bigger than 99.999 for an ES locale [\#460](https://github.com/primefaces/primevue/issues/460) -- Items in PanelMenu are highlighted wrongly with Material dark themes [\#456](https://github.com/primefaces/primevue/issues/456) -- InputNumber with dynamic fraction digits doesn't work as expected [\#455](https://github.com/primefaces/primevue/issues/455) +- Dialog with Long Content does not scroll in IE11 [\#473](https://github.com/primefaces/primevue/issues/473) +- Click on Dropdown's filter text box closes items list [\#465](https://github.com/primefaces/primevue/issues/465) +- Calendar misplaced layout if more than one month is shown [\#461](https://github.com/primefaces/primevue/issues/461) +- inputNumber cannot set value bigger than 99.999 for an ES locale [\#460](https://github.com/primefaces/primevue/issues/460) +- Items in PanelMenu are highlighted wrongly with Material dark themes [\#456](https://github.com/primefaces/primevue/issues/456) +- InputNumber with dynamic fraction digits doesn't work as expected [\#455](https://github.com/primefaces/primevue/issues/455) ## [2.0.8](https://github.com/primefaces/primevue/tree/2.0.8) (2020-08-27) @@ -2292,21 +2332,21 @@ **Implemented New Features and Enhancements:** -- Add Del key support to InputNumber [\#452](https://github.com/primefaces/primevue/issues/452) -- Documentation for primeflex setup [\#434](https://github.com/primefaces/primevue/issues/434) -- InputNumber with decimals should support entering comma/decimal point [\#432](https://github.com/primefaces/primevue/issues/432) -- dismissableMask and closeOnEscape for Dialog [\#372](https://github.com/primefaces/primevue/issues/372) +- Add Del key support to InputNumber [\#452](https://github.com/primefaces/primevue/issues/452) +- Documentation for primeflex setup [\#434](https://github.com/primefaces/primevue/issues/434) +- InputNumber with decimals should support entering comma/decimal point [\#432](https://github.com/primefaces/primevue/issues/432) +- dismissableMask and closeOnEscape for Dialog [\#372](https://github.com/primefaces/primevue/issues/372) **Fixed bugs:** -- Can't type - as first symbol into an Inputnumber [\#453](https://github.com/primefaces/primevue/issues/453) -- When autocomplete is bound to an object, float label overlaps in some circumstances [\#450](https://github.com/primefaces/primevue/issues/450) -- TreeTable template always render field value [\#445](https://github.com/primefaces/primevue/issues/445) -- Setting placeholder text for Editor / Quill component doesn't work [\#433](https://github.com/primefaces/primevue/issues/433) -- InputNumber with stacked Buttons is broken [\#431](https://github.com/primefaces/primevue/issues/431) -- Doc error on InputNumber [\#430](https://github.com/primefaces/primevue/issues/430) -- InputNumber throws error if emptied [\#429](https://github.com/primefaces/primevue/issues/429) -- Pill Text not centered [\#428](https://github.com/primefaces/primevue/issues/428) +- Can't type - as first symbol into an Inputnumber [\#453](https://github.com/primefaces/primevue/issues/453) +- When autocomplete is bound to an object, float label overlaps in some circumstances [\#450](https://github.com/primefaces/primevue/issues/450) +- TreeTable template always render field value [\#445](https://github.com/primefaces/primevue/issues/445) +- Setting placeholder text for Editor / Quill component doesn't work [\#433](https://github.com/primefaces/primevue/issues/433) +- InputNumber with stacked Buttons is broken [\#431](https://github.com/primefaces/primevue/issues/431) +- Doc error on InputNumber [\#430](https://github.com/primefaces/primevue/issues/430) +- InputNumber throws error if emptied [\#429](https://github.com/primefaces/primevue/issues/429) +- Pill Text not centered [\#428](https://github.com/primefaces/primevue/issues/428) ## [2.0.7](https://github.com/primefaces/primevue/tree/2.0.7) (2020-08-05) @@ -2314,9 +2354,9 @@ **Fixed bugs:** -- Global filter is not working with invalid values on TreeTable [\#427](https://github.com/primefaces/primevue/issues/427) -- Global filter throws error in TreeTable[\#425](https://github.com/primefaces/primevue/issues/425) -- Duplicate keys in TreeTable [\#424](https://github.com/primefaces/primevue/issues/424) +- Global filter is not working with invalid values on TreeTable [\#427](https://github.com/primefaces/primevue/issues/427) +- Global filter throws error in TreeTable[\#425](https://github.com/primefaces/primevue/issues/425) +- Duplicate keys in TreeTable [\#424](https://github.com/primefaces/primevue/issues/424) ## [2.0.6](https://github.com/primefaces/primevue/tree/2.0.6) (2020-08-04) @@ -2324,19 +2364,19 @@ **Implemented New Features and Enhancements:** -- Improve connected overlay positioning [\#418](https://github.com/primefaces/primevue/issues/418) -- TabMenu should include subpaths in active tab detection [\#417](https://github.com/primefaces/primevue/issues/417) -- Rename toast message title class [\#420](https://github.com/primefaces/primevue/issues/420) +- Improve connected overlay positioning [\#418](https://github.com/primefaces/primevue/issues/418) +- TabMenu should include subpaths in active tab detection [\#417](https://github.com/primefaces/primevue/issues/417) +- Rename toast message title class [\#420](https://github.com/primefaces/primevue/issues/420) **Fixed bugs:** -- TabMenu error when no route matches one of the menu paths [\#416](https://github.com/primefaces/primevue/issues/416) -- DataTable row reorder demo not working [\#419](https://github.com/primefaces/primevue/issues/419) -- DataTable: Exporting an empty DataTable throws TypeError [\#413](https://github.com/primefaces/primevue/issues/413) -- Duplicate keys in TreeTable [\#424](https://github.com/primefaces/primevue/issues/424) -- Fixed typo in ProgressBarDoc.vue [\#414](https://github.com/primefaces/primevue/issues/414) -- Paginator is displayed over table loading overlay [\#422](https://github.com/primefaces/primevue/issues/422) -- p-error, p-invalid styling missing on some form elements [\#421](https://github.com/primefaces/primevue/issues/421) +- TabMenu error when no route matches one of the menu paths [\#416](https://github.com/primefaces/primevue/issues/416) +- DataTable row reorder demo not working [\#419](https://github.com/primefaces/primevue/issues/419) +- DataTable: Exporting an empty DataTable throws TypeError [\#413](https://github.com/primefaces/primevue/issues/413) +- Duplicate keys in TreeTable [\#424](https://github.com/primefaces/primevue/issues/424) +- Fixed typo in ProgressBarDoc.vue [\#414](https://github.com/primefaces/primevue/issues/414) +- Paginator is displayed over table loading overlay [\#422](https://github.com/primefaces/primevue/issues/422) +- p-error, p-invalid styling missing on some form elements [\#421](https://github.com/primefaces/primevue/issues/421) ## [2.0.5](https://github.com/primefaces/primevue/tree/2.0.5) (2020-07-24) @@ -2344,12 +2384,12 @@ **Implemented New Features and Enhancements:** -- SideBar p-sidebar-mask div is not removed automatically [\#329](https://github.com/primefaces/primevue/issues/329) -- Block UI mask remove automatically [\#409](https://github.com/primefaces/primevue/issues/409) +- SideBar p-sidebar-mask div is not removed automatically [\#329](https://github.com/primefaces/primevue/issues/329) +- Block UI mask remove automatically [\#409](https://github.com/primefaces/primevue/issues/409) **Fixed bugs:** -- Calendar mask animation [\#408](https://github.com/primefaces/primevue/issues/408) +- Calendar mask animation [\#408](https://github.com/primefaces/primevue/issues/408) ## [2.0.4](https://github.com/primefaces/primevue/tree/2.0.4) (2020-07-23) @@ -2357,15 +2397,15 @@ **Implemented New Features and Enhancements:** -- MultiSelect close icon spacing issue [\#405](https://github.com/primefaces/primevue/issues/405) -- Refactor OrderList and PickList header style classes [\#403](https://github.com/primefaces/primevue/issues/403) -- Improve Dialog padding [\#404](https://github.com/primefaces/primevue/issues/404) -- Refactor selectbutton focus visuals [\#406](https://github.com/primefaces/primevue/issues/406) +- MultiSelect close icon spacing issue [\#405](https://github.com/primefaces/primevue/issues/405) +- Refactor OrderList and PickList header style classes [\#403](https://github.com/primefaces/primevue/issues/403) +- Improve Dialog padding [\#404](https://github.com/primefaces/primevue/issues/404) +- Refactor selectbutton focus visuals [\#406](https://github.com/primefaces/primevue/issues/406) **Fixed bugs:** -- Alignment issue on left and right contents of Toolbar [\#400](https://github.com/primefaces/primevue/issues/400) -- Remove default text-decoration style from the header links on Fieldset [\#399](https://github.com/primefaces/primevue/issues/399) +- Alignment issue on left and right contents of Toolbar [\#400](https://github.com/primefaces/primevue/issues/400) +- Remove default text-decoration style from the header links on Fieldset [\#399](https://github.com/primefaces/primevue/issues/399) ## [2.0.3](https://github.com/primefaces/primevue/tree/2.0.3) (2020-07-18) @@ -2373,21 +2413,21 @@ **Breaking changes:** -- Improve Toast CSS structure and Add new positions [\#391](https://github.com/primefaces/primevue/issues/391) +- Improve Toast CSS structure and Add new positions [\#391](https://github.com/primefaces/primevue/issues/391) **Implemented New Features and Enhancements:** -- Add p-button-plain add-on for text button [\#398](https://github.com/primefaces/primevue/issues/398) -- Sort the icons alphabetically in the documentation [\#385](https://github.com/primefaces/primevue/issues/385) -- Button slot [\#388](https://github.com/primefaces/primevue/pull/388) -- Rename p-datatable-row to p-selectable-row [\#397](https://github.com/primefaces/primevue/issues/397) -- Cleanup FullCalendar CSS [\#392](https://github.com/primefaces/primevue/issues/392) +- Add p-button-plain add-on for text button [\#398](https://github.com/primefaces/primevue/issues/398) +- Sort the icons alphabetically in the documentation [\#385](https://github.com/primefaces/primevue/issues/385) +- Button slot [\#388](https://github.com/primefaces/primevue/pull/388) +- Rename p-datatable-row to p-selectable-row [\#397](https://github.com/primefaces/primevue/issues/397) +- Cleanup FullCalendar CSS [\#392](https://github.com/primefaces/primevue/issues/392) **Fixed bugs:** -- Alignment issue on tree [\#395](https://github.com/primefaces/primevue/issues/395) -- Add type="button" to buttons to avoid form submission [\#394](https://github.com/primefaces/primevue/issues/394) -- Wrong class name at FileUpload [\#390](https://github.com/primefaces/primevue/issues/390) +- Alignment issue on tree [\#395](https://github.com/primefaces/primevue/issues/395) +- Add type="button" to buttons to avoid form submission [\#394](https://github.com/primefaces/primevue/issues/394) +- Wrong class name at FileUpload [\#390](https://github.com/primefaces/primevue/issues/390) ## [2.0.2](https://github.com/primefaces/primevue/tree/2.0.2) (2020-07-12) @@ -2395,8 +2435,8 @@ **Implemented New Features and Enhancements:** -- OverlayPanel padding visual problem [\#382](https://github.com/primefaces/primevue/issues/382) -- Improved active state for dark themes [\#383](https://github.com/primefaces/primevue/issues/383) +- OverlayPanel padding visual problem [\#382](https://github.com/primefaces/primevue/issues/382) +- Improved active state for dark themes [\#383](https://github.com/primefaces/primevue/issues/383) ## [2.0.1](https://github.com/primefaces/primevue/tree/2.0.1) (2020-07-10) @@ -2404,17 +2444,17 @@ **Implemented New Features and Enhancements:** -- Ability to programmatically show or hide Dropdown/MultiSelect [\#368](https://github.com/primefaces/primevue/issues/368) -- Ability to add scaling inputs by group [\#373](https://github.com/primefaces/primevue/issues/373) -- Support for left and right icons for Input [\#379](https://github.com/primefaces/primevue/issues/379) +- Ability to programmatically show or hide Dropdown/MultiSelect [\#368](https://github.com/primefaces/primevue/issues/368) +- Ability to add scaling inputs by group [\#373](https://github.com/primefaces/primevue/issues/373) +- Support for left and right icons for Input [\#379](https://github.com/primefaces/primevue/issues/379) **Fixed bugs:** -- Datatable with RowGroup and Scroll scrollbar misplaced [\#380](https://github.com/primefaces/primevue/issues/380) -- InlineMessage typescript declaration is not available at package root [\#366](https://github.com/primefaces/primevue/issues/366) -- Editor readonly not working due to typo [\#369](https://github.com/primefaces/primevue/issues/369) -- Message error with Ripple [\#378](https://github.com/primefaces/primevue/issues/378) -- Separator problem with Menu [\#377](https://github.com/primefaces/primevue/issues/377) +- Datatable with RowGroup and Scroll scrollbar misplaced [\#380](https://github.com/primefaces/primevue/issues/380) +- InlineMessage typescript declaration is not available at package root [\#366](https://github.com/primefaces/primevue/issues/366) +- Editor readonly not working due to typo [\#369](https://github.com/primefaces/primevue/issues/369) +- Message error with Ripple [\#378](https://github.com/primefaces/primevue/issues/378) +- Separator problem with Menu [\#377](https://github.com/primefaces/primevue/issues/377) ## [2.0.0](https://github.com/primefaces/primevue/tree/2.0.0) (2020-07-06) @@ -2426,20 +2466,20 @@ **Implemented New Features and Enhancements:** -- FileLimit for FileUpload [\#361](https://github.com/primefaces/primevue/issues/361) -- Custom Upload for FileUpload [\#360](https://github.com/primefaces/primevue/issues/360) -- Filter event for Listbox, Dropdown and MultiSelect [\#359](https://github.com/primefaces/primevue/issues/359) -- DataView should reset paginator on sort [\#356](https://github.com/primefaces/primevue/issues/356) +- FileLimit for FileUpload [\#361](https://github.com/primefaces/primevue/issues/361) +- Custom Upload for FileUpload [\#360](https://github.com/primefaces/primevue/issues/360) +- Filter event for Listbox, Dropdown and MultiSelect [\#359](https://github.com/primefaces/primevue/issues/359) +- DataView should reset paginator on sort [\#356](https://github.com/primefaces/primevue/issues/356) **Fixed bugs:** -- Usage of header slot produces JavaScript error when beeing combined with ColumnGroups [\#349](https://github.com/primefaces/primevue/issues/349) -- Messages are not visible in simple uploader [\#343](https://github.com/primefaces/primevue/issues/343) -- Accordion breaks input components inside [\#342](https://github.com/primefaces/primevue/issues/342) -- Picklist 'move-all-to-source' event argument e.items is empty [\#341](https://github.com/primefaces/primevue/issues/341) -- datatable filter not work in some firefox [\#325](https://github.com/primefaces/primevue/issues/325) -- DataTable : \(row\) editing + selection column - focus issues [\#315](https://github.com/primefaces/primevue/issues/315) -- Datatable scrollable mode doesn't load Loading Template [\#296](https://github.com/primefaces/primevue/issues/296) +- Usage of header slot produces JavaScript error when beeing combined with ColumnGroups [\#349](https://github.com/primefaces/primevue/issues/349) +- Messages are not visible in simple uploader [\#343](https://github.com/primefaces/primevue/issues/343) +- Accordion breaks input components inside [\#342](https://github.com/primefaces/primevue/issues/342) +- Picklist 'move-all-to-source' event argument e.items is empty [\#341](https://github.com/primefaces/primevue/issues/341) +- datatable filter not work in some firefox [\#325](https://github.com/primefaces/primevue/issues/325) +- DataTable : \(row\) editing + selection column - focus issues [\#315](https://github.com/primefaces/primevue/issues/315) +- Datatable scrollable mode doesn't load Loading Template [\#296](https://github.com/primefaces/primevue/issues/296) ## [2.0.0-rc.2](https://github.com/primefaces/primevue/tree/2.0.0-rc.2) (2020-07-02) @@ -2447,14 +2487,14 @@ **Implemented New Features and Enhancements:** -- Material Theme [\#363](https://github.com/primefaces/primevue/issues/363) -- Bootstrap Theme [\#362](https://github.com/primefaces/primevue/issues/362) -- Improve Galleria animation on FullScreen mode [\#346](https://github.com/primefaces/primevue/issues/346) +- Material Theme [\#363](https://github.com/primefaces/primevue/issues/363) +- Bootstrap Theme [\#362](https://github.com/primefaces/primevue/issues/362) +- Improve Galleria animation on FullScreen mode [\#346](https://github.com/primefaces/primevue/issues/346) **Fixed bugs:** -- Item content in Carousel does not expand according to the wrapper element [\#348](https://github.com/primefaces/primevue/issues/348) -- InputNumber prevents min key number [\#337](https://github.com/primefaces/primevue/issues/337) +- Item content in Carousel does not expand according to the wrapper element [\#348](https://github.com/primefaces/primevue/issues/348) +- InputNumber prevents min key number [\#337](https://github.com/primefaces/primevue/issues/337) ## [2.0.0-rc.1](https://github.com/primefaces/primevue/tree/2.0.0-rc.1) (2020-05-28) @@ -2462,21 +2502,21 @@ **Implemented New Features and Enhancements:** -- Disable virtual keyboard in calendar [\#334](https://github.com/primefaces/primevue/issues/334) -- Rename dialog titlebar class to dialog header [\#333](https://github.com/primefaces/primevue/issues/333) -- Flex Scroll height for DataTable [\#328](https://github.com/primefaces/primevue/issues/328) -- New Component: ScrollPanel [\#322](https://github.com/primefaces/primevue/issues/322) -- Refactor p-panel-titlebar to p-panel-header [\#321](https://github.com/primefaces/primevue/issues/321) -- Terminal should scroll to bottom after command [\#319](https://github.com/primefaces/primevue/issues/319) -- Rename Nova Themes [\#318](https://github.com/primefaces/primevue/issues/318) -- Datatable coltoggle changes columns order. [\#311](https://github.com/primefaces/primevue/issues/311) +- Disable virtual keyboard in calendar [\#334](https://github.com/primefaces/primevue/issues/334) +- Rename dialog titlebar class to dialog header [\#333](https://github.com/primefaces/primevue/issues/333) +- Flex Scroll height for DataTable [\#328](https://github.com/primefaces/primevue/issues/328) +- New Component: ScrollPanel [\#322](https://github.com/primefaces/primevue/issues/322) +- Refactor p-panel-titlebar to p-panel-header [\#321](https://github.com/primefaces/primevue/issues/321) +- Terminal should scroll to bottom after command [\#319](https://github.com/primefaces/primevue/issues/319) +- Rename Nova Themes [\#318](https://github.com/primefaces/primevue/issues/318) +- Datatable coltoggle changes columns order. [\#311](https://github.com/primefaces/primevue/issues/311) **Fixed bugs:** -- Table loader is not visible in scrollable table [\#332](https://github.com/primefaces/primevue/issues/332) -- Alignment issue on Galleria with left and right thumbnail position [\#327](https://github.com/primefaces/primevue/issues/327) -- InputNumber Up Down buttons send form on submit [\#313](https://github.com/primefaces/primevue/issues/313) -- Slider handle moves on click [\#298](https://github.com/primefaces/primevue/issues/298) +- Table loader is not visible in scrollable table [\#332](https://github.com/primefaces/primevue/issues/332) +- Alignment issue on Galleria with left and right thumbnail position [\#327](https://github.com/primefaces/primevue/issues/327) +- InputNumber Up Down buttons send form on submit [\#313](https://github.com/primefaces/primevue/issues/313) +- Slider handle moves on click [\#298](https://github.com/primefaces/primevue/issues/298) ## [2.0.0-beta.1](https://github.com/primefaces/primevue/tree/2.0.0-beta.1) (2020-05-15) @@ -2484,21 +2524,22 @@ **Implemented New Features and Enhancements:** -- Modernize CSS [\#263](https://github.com/primefaces/primevue/issues/263) -- Responsive Menubar [\#316](https://github.com/primefaces/primevue/issues/316) -- Top and Bottom icon positioning for button [\#309](https://github.com/primefaces/primevue/issues/309) -- Badges and Tags [\#308](https://github.com/primefaces/primevue/issues/308) -- Saga and Vela Themes [\#307](https://github.com/primefaces/primevue/issues/307) -- Add link button [\#306](https://github.com/primefaces/primevue/issues/306) -- Icons inside InputText [\#305](https://github.com/primefaces/primevue/issues/305) -- Add inputId to Dropdown and MultiSelect [\#303](https://github.com/primefaces/primevue/issues/303) -- ToggleButton refactor [\#297](https://github.com/primefaces/primevue/issues/297) -- Decouple MegaMenu from PrimeFlex [\#295](https://github.com/primefaces/primevue/issues/295) +- Modernize CSS [\#263](https://github.com/primefaces/primevue/issues/263) +- Responsive Menubar [\#316](https://github.com/primefaces/primevue/issues/316) +- Top and Bottom icon positioning for button [\#309](https://github.com/primefaces/primevue/issues/309) +- Badges and Tags [\#308](https://github.com/primefaces/primevue/issues/308) +- Saga and Vela Themes [\#307](https://github.com/primefaces/primevue/issues/307) +- Add link button [\#306](https://github.com/primefaces/primevue/issues/306) +- Icons inside InputText [\#305](https://github.com/primefaces/primevue/issues/305) +- Add inputId to Dropdown and MultiSelect [\#303](https://github.com/primefaces/primevue/issues/303) +- ToggleButton refactor [\#297](https://github.com/primefaces/primevue/issues/297) +- Decouple MegaMenu from PrimeFlex [\#295](https://github.com/primefaces/primevue/issues/295) **Breaking Changes:** -- Remove Spinner [\#287](https://github.com/primefaces/primevue/issues/287) -- Rename ValidationMessage to InlineMessage [\#301](https://github.com/primefaces/primevue/issues/301) -- Refactor Messages css naming [\#302](https://github.com/primefaces/primevue/issues/302) + +- Remove Spinner [\#287](https://github.com/primefaces/primevue/issues/287) +- Rename ValidationMessage to InlineMessage [\#301](https://github.com/primefaces/primevue/issues/301) +- Refactor Messages css naming [\#302](https://github.com/primefaces/primevue/issues/302) ## [1.3.2](https://github.com/primefaces/primevue/tree/1.3.2) (2020-04-24) @@ -2506,8 +2547,8 @@ **Fixed bugs:** -- Context Menu throw error after update to 1.3.1 [\#291](https://github.com/primefaces/primevue/issues/291) -- InputMask somehow clears the initial value to empty string [\#290](https://github.com/primefaces/primevue/issues/290) +- Context Menu throw error after update to 1.3.1 [\#291](https://github.com/primefaces/primevue/issues/291) +- InputMask somehow clears the initial value to empty string [\#290](https://github.com/primefaces/primevue/issues/290) ## [1.3.1](https://github.com/primefaces/primevue/tree/1.3.1) (2020-04-23) @@ -2515,13 +2556,13 @@ **Implemented New Features and Enhancements:** -- FilterPlaceholder for Listbox [\#284](https://github.com/primefaces/primevue/issues/284) -- Function support for MenuModel visible prop [\#286](https://github.com/primefaces/primevue/issues/286) +- FilterPlaceholder for Listbox [\#284](https://github.com/primefaces/primevue/issues/284) +- Function support for MenuModel visible prop [\#286](https://github.com/primefaces/primevue/issues/286) **Fixed bugs:** -- Group Header Broken without Footer Template [\#288](https://github.com/primefaces/primevue/issues/288) -- SplitButton is misaligned [\#289](https://github.com/primefaces/primevue/issues/289) +- Group Header Broken without Footer Template [\#288](https://github.com/primefaces/primevue/issues/288) +- SplitButton is misaligned [\#289](https://github.com/primefaces/primevue/issues/289) ## [1.3.0](https://github.com/primefaces/primevue/tree/1.3.0) (2020-04-20) @@ -2529,38 +2570,37 @@ **Implemented New Features and Enhancements:** -- Add empty template to FileUpload [\#265](https://github.com/primefaces/primevue/issues/265) -- DragDrop support for FileUpload [\#262](https://github.com/primefaces/primevue/issues/262) -- Improve DataTable ContextMenu Styling [\#253](https://github.com/primefaces/primevue/issues/253) -- Separator, addOnBlur and allowDuplicate for Chips [\#252](https://github.com/primefaces/primevue/issues/252) -- Add id property to Steps [\#251](https://github.com/primefaces/primevue/issues/251) -- ReImplemented Steps styles [\#250](https://github.com/primefaces/primevue/issues/250) -- Improve autocomplete css by using flex [\#249](https://github.com/primefaces/primevue/issues/249) -- Add menubar-left and menubar-right slots to Menubar [\#246](https://github.com/primefaces/primevue/issues/246) -- New Component: Galleria [\#212](https://github.com/primefaces/primevue/issues/212) -- Ability to disable PanelMenu items [\#171](https://github.com/primefaces/primevue/issues/171) -- TreeTable should pass more information on page-sort-filter events [\#282](https://github.com/primefaces/primevue/issues/282) -- filterLocale for components with filtering [\#279](https://github.com/primefaces/primevue/issues/279) -- Update sort icons [\#278](https://github.com/primefaces/primevue/issues/278) -- Placeholder for Chips [\#277](https://github.com/primefaces/primevue/issues/277) -- New Component: InputNumber [\#275](https://github.com/primefaces/primevue/issues/275) -- Value slot for Dropdown [\#271](https://github.com/primefaces/primevue/issues/271) -- Removable sort on DataTable - TreeTable [\#235](https://github.com/primefaces/primevue/issues/235) -- Order indicators for Multi column sorting [\#189](https://github.com/primefaces/primevue/issues/189) +- Add empty template to FileUpload [\#265](https://github.com/primefaces/primevue/issues/265) +- DragDrop support for FileUpload [\#262](https://github.com/primefaces/primevue/issues/262) +- Improve DataTable ContextMenu Styling [\#253](https://github.com/primefaces/primevue/issues/253) +- Separator, addOnBlur and allowDuplicate for Chips [\#252](https://github.com/primefaces/primevue/issues/252) +- Add id property to Steps [\#251](https://github.com/primefaces/primevue/issues/251) +- ReImplemented Steps styles [\#250](https://github.com/primefaces/primevue/issues/250) +- Improve autocomplete css by using flex [\#249](https://github.com/primefaces/primevue/issues/249) +- Add menubar-left and menubar-right slots to Menubar [\#246](https://github.com/primefaces/primevue/issues/246) +- New Component: Galleria [\#212](https://github.com/primefaces/primevue/issues/212) +- Ability to disable PanelMenu items [\#171](https://github.com/primefaces/primevue/issues/171) +- TreeTable should pass more information on page-sort-filter events [\#282](https://github.com/primefaces/primevue/issues/282) +- filterLocale for components with filtering [\#279](https://github.com/primefaces/primevue/issues/279) +- Update sort icons [\#278](https://github.com/primefaces/primevue/issues/278) +- Placeholder for Chips [\#277](https://github.com/primefaces/primevue/issues/277) +- New Component: InputNumber [\#275](https://github.com/primefaces/primevue/issues/275) +- Value slot for Dropdown [\#271](https://github.com/primefaces/primevue/issues/271) +- Removable sort on DataTable - TreeTable [\#235](https://github.com/primefaces/primevue/issues/235) +- Order indicators for Multi column sorting [\#189](https://github.com/primefaces/primevue/issues/189) **Fixed bugs:** -- Calendar.vue: Poor handling of user input [\#70](https://github.com/primefaces/primevue/issues/70) -- Carousel - Button inside carousel-item is not clickable in mobile phones [\#264](https://github.com/primefaces/primevue/issues/264) -- Popup menu does not appear where it should [\#258](https://github.com/primefaces/primevue/issues/258) -- FileUpload Multiple: Error when deleting file before upload [\#257](https://github.com/primefaces/primevue/issues/257) -- FileUpload in auto mode sends two post requests in IE11 [\#254](https://github.com/primefaces/primevue/issues/254) -- TreeTable global filtering fails [\#283](https://github.com/primefaces/primevue/issues/283) -- Loop on treetable sort [\#281](https://github.com/primefaces/primevue/issues/281) -- Datatable Group footer doesn't work [\#276](https://github.com/primefaces/primevue/issues/276) -- Textarea with autoResize true not displayed correctly when initially hidden [\#274](https://github.com/primefaces/primevue/issues/274) -- Calendar is not empty when the v-model is null [\#270](https://github.com/primefaces/primevue/issues/270) - +- Calendar.vue: Poor handling of user input [\#70](https://github.com/primefaces/primevue/issues/70) +- Carousel - Button inside carousel-item is not clickable in mobile phones [\#264](https://github.com/primefaces/primevue/issues/264) +- Popup menu does not appear where it should [\#258](https://github.com/primefaces/primevue/issues/258) +- FileUpload Multiple: Error when deleting file before upload [\#257](https://github.com/primefaces/primevue/issues/257) +- FileUpload in auto mode sends two post requests in IE11 [\#254](https://github.com/primefaces/primevue/issues/254) +- TreeTable global filtering fails [\#283](https://github.com/primefaces/primevue/issues/283) +- Loop on treetable sort [\#281](https://github.com/primefaces/primevue/issues/281) +- Datatable Group footer doesn't work [\#276](https://github.com/primefaces/primevue/issues/276) +- Textarea with autoResize true not displayed correctly when initially hidden [\#274](https://github.com/primefaces/primevue/issues/274) +- Calendar is not empty when the v-model is null [\#270](https://github.com/primefaces/primevue/issues/270) ## [1.2.0](https://github.com/primefaces/primevue/tree/1.2.0) (2020-04-17) @@ -2568,27 +2608,27 @@ **Implemented New Features and Enhancements:** -- Improve autocomplete css by using flex [\#249](https://github.com/primefaces/primevue/issues/249) -- Improve DataTable ContextMenu Styling [\#253](https://github.com/primefaces/primevue/issues/253) -- DragDrop support for FileUpload [\#262](https://github.com/primefaces/primevue/issues/262) -- Add empty template to FileUpload [\#265](https://github.com/primefaces/primevue/issues/265) -- Separator, addOnBlur and allowDuplicate for Chips [\#252](https://github.com/primefaces/primevue/issues/252) -- Add menubar-left and menubar-right slots to Menubar [\#246](https://github.com/primefaces/primevue/issues/246) -- Ability to disable PanelMenu items [\#171](https://github.com/primefaces/primevue/issues/171) -- Add id property to Steps [\#251](https://github.com/primefaces/primevue/issues/251) -- ReImplemented Steps styles [\#250](https://github.com/primefaces/primevue/issues/250) -- ReImplemented Steps styles [\#250](https://github.com/primefaces/primevue/issues/250) +- Improve autocomplete css by using flex [\#249](https://github.com/primefaces/primevue/issues/249) +- Improve DataTable ContextMenu Styling [\#253](https://github.com/primefaces/primevue/issues/253) +- DragDrop support for FileUpload [\#262](https://github.com/primefaces/primevue/issues/262) +- Add empty template to FileUpload [\#265](https://github.com/primefaces/primevue/issues/265) +- Separator, addOnBlur and allowDuplicate for Chips [\#252](https://github.com/primefaces/primevue/issues/252) +- Add menubar-left and menubar-right slots to Menubar [\#246](https://github.com/primefaces/primevue/issues/246) +- Ability to disable PanelMenu items [\#171](https://github.com/primefaces/primevue/issues/171) +- Add id property to Steps [\#251](https://github.com/primefaces/primevue/issues/251) +- ReImplemented Steps styles [\#250](https://github.com/primefaces/primevue/issues/250) +- ReImplemented Steps styles [\#250](https://github.com/primefaces/primevue/issues/250) **Fixed bugs:** -- Carousel - Button inside carousel-item is not clickable in mobile phones [\#264](https://github.com/primefaces/primevue/issues/264) -- FileUpload Multiple: Error when deleting file before upload [\#257](https://github.com/primefaces/primevue/issues/257) -- Popup menu does not appear where it should [\#258](https://github.com/primefaces/primevue/issues/258) -- FileUpload in auto mode sends two post requests in IE11 [\#254](https://github.com/primefaces/primevue/issues/254) +- Carousel - Button inside carousel-item is not clickable in mobile phones [\#264](https://github.com/primefaces/primevue/issues/264) +- FileUpload Multiple: Error when deleting file before upload [\#257](https://github.com/primefaces/primevue/issues/257) +- Popup menu does not appear where it should [\#258](https://github.com/primefaces/primevue/issues/258) +- FileUpload in auto mode sends two post requests in IE11 [\#254](https://github.com/primefaces/primevue/issues/254) **Deprecated:** -- Deprecate menubar custom slot [\#260](https://github.com/primefaces/primevue/issues/260) +- Deprecate menubar custom slot [\#260](https://github.com/primefaces/primevue/issues/260) ## [1.1.0](https://github.com/primefaces/primevue/tree/1.1.0) (2020-03-17) @@ -2596,27 +2636,27 @@ **Implemented New Features and Enhancements:** -- Move column filters to their own row [\#226](https://github.com/primefaces/primevue/issues/226) -- Loading template for DataTable [\#244](https://github.com/primefaces/primevue/issues/244) -- Move TreeTable filters to their own header row [\#241](https://github.com/primefaces/primevue/issues/241) -- Add filterHeaderStyle and filterHeaderClass to Column [\#240](https://github.com/primefaces/primevue/issues/240) -- Unify placeholder colors [\#239](https://github.com/primefaces/primevue/issues/239) -- Opacity Animation for Modals [\#237](https://github.com/primefaces/primevue/issues/237) -- Remove Responsive DataTable [\#232](https://github.com/primefaces/primevue/issues/232) -- Display issues with Chips [\#231](https://github.com/primefaces/primevue/issues/231) -- More options for currentPageReportTemplate [\#230](https://github.com/primefaces/primevue/issues/230) -- New Component: Terminal [\#229](https://github.com/primefaces/primevue/issues/229) -- New Component: BlockUI [\#211](https://github.com/primefaces/primevue/issues/211) -- Ability to disable TabMenu items [\#172](https://github.com/primefaces/primevue/issues/172) -- Ability to disable MegaMenu items [\#170](https://github.com/primefaces/primevue/issues/170) +- Move column filters to their own row [\#226](https://github.com/primefaces/primevue/issues/226) +- Loading template for DataTable [\#244](https://github.com/primefaces/primevue/issues/244) +- Move TreeTable filters to their own header row [\#241](https://github.com/primefaces/primevue/issues/241) +- Add filterHeaderStyle and filterHeaderClass to Column [\#240](https://github.com/primefaces/primevue/issues/240) +- Unify placeholder colors [\#239](https://github.com/primefaces/primevue/issues/239) +- Opacity Animation for Modals [\#237](https://github.com/primefaces/primevue/issues/237) +- Remove Responsive DataTable [\#232](https://github.com/primefaces/primevue/issues/232) +- Display issues with Chips [\#231](https://github.com/primefaces/primevue/issues/231) +- More options for currentPageReportTemplate [\#230](https://github.com/primefaces/primevue/issues/230) +- New Component: Terminal [\#229](https://github.com/primefaces/primevue/issues/229) +- New Component: BlockUI [\#211](https://github.com/primefaces/primevue/issues/211) +- Ability to disable TabMenu items [\#172](https://github.com/primefaces/primevue/issues/172) +- Ability to disable MegaMenu items [\#170](https://github.com/primefaces/primevue/issues/170) **Fixed bugs:** -- Disabled menuitems with routerLink integration are still functional [\#243](https://github.com/primefaces/primevue/issues/243) -- Disabled menuitems opacity is doubled in MenuBar, TieredMenu and ContextMenu [\#242](https://github.com/primefaces/primevue/issues/242) -- MultiSelect label size grows on items select [\#238](https://github.com/primefaces/primevue/issues/238) -- DataTable scrollHeight doesn't calculate correctly with frozen columns and percentages [\#234](https://github.com/primefaces/primevue/issues/234) -- Select components may throw non-primitive key error [\#233](https://github.com/primefaces/primevue/issues/233) +- Disabled menuitems with routerLink integration are still functional [\#243](https://github.com/primefaces/primevue/issues/243) +- Disabled menuitems opacity is doubled in MenuBar, TieredMenu and ContextMenu [\#242](https://github.com/primefaces/primevue/issues/242) +- MultiSelect label size grows on items select [\#238](https://github.com/primefaces/primevue/issues/238) +- DataTable scrollHeight doesn't calculate correctly with frozen columns and percentages [\#234](https://github.com/primefaces/primevue/issues/234) +- Select components may throw non-primitive key error [\#233](https://github.com/primefaces/primevue/issues/233) ## [1.0.6](https://github.com/primefaces/primevue/tree/1.0.6) (2020-03-04) @@ -2624,18 +2664,18 @@ **Implemented New Features and Enhancements:** -- Add appendTo to components with Overlays [\#224](https://github.com/primefaces/primevue/issues/224) -- Add filterField to column [\#223](https://github.com/primefaces/primevue/issues/223) -- Accents support in Table filtering [\#220](https://github.com/primefaces/primevue/issues/220) -- Date support in table filtering [\#219](https://github.com/primefaces/primevue/issues/219) -- New filtering modes for Table [\#217](https://github.com/primefaces/primevue/issues/217) +- Add appendTo to components with Overlays [\#224](https://github.com/primefaces/primevue/issues/224) +- Add filterField to column [\#223](https://github.com/primefaces/primevue/issues/223) +- Accents support in Table filtering [\#220](https://github.com/primefaces/primevue/issues/220) +- Date support in table filtering [\#219](https://github.com/primefaces/primevue/issues/219) +- New filtering modes for Table [\#217](https://github.com/primefaces/primevue/issues/217) **Fixed bugs:** -- CurrentPageReport is initially wrong [\#222](https://github.com/primefaces/primevue/issues/222) -- Primitive values support in Select components [\#221](https://github.com/primefaces/primevue/issues/221) -- sortField of column is ignored [\#216](https://github.com/primefaces/primevue/issues/216) -- DataTable Column Group Sort Bug [\#214](https://github.com/primefaces/primevue/issues/214) +- CurrentPageReport is initially wrong [\#222](https://github.com/primefaces/primevue/issues/222) +- Primitive values support in Select components [\#221](https://github.com/primefaces/primevue/issues/221) +- sortField of column is ignored [\#216](https://github.com/primefaces/primevue/issues/216) +- DataTable Column Group Sort Bug [\#214](https://github.com/primefaces/primevue/issues/214) ## [1.0.5](https://github.com/primefaces/primevue/tree/1.0.5) (2020-02-27) @@ -2643,14 +2683,14 @@ **Implemented New Features and Enhancements:** -- Tooltip Component missing typescript declaration file [\#202](https://github.com/primefaces/primevue/issues/202) +- Tooltip Component missing typescript declaration file [\#202](https://github.com/primefaces/primevue/issues/202) **Fixed bugs:** -- Tooltip reactive text [\#206](https://github.com/primefaces/primevue/issues/206) -- Editor infinite loop with some specific values [\#204](https://github.com/primefaces/primevue/issues/204) -- DataTable \> Missing `custom` filterMatchMode [\#200](https://github.com/primefaces/primevue/issues/200) -- Top\* and Bottom\* animation are not working correctly on Dialog with 'position' property [\#190](https://github.com/primefaces/primevue/issues/190) +- Tooltip reactive text [\#206](https://github.com/primefaces/primevue/issues/206) +- Editor infinite loop with some specific values [\#204](https://github.com/primefaces/primevue/issues/204) +- DataTable \> Missing `custom` filterMatchMode [\#200](https://github.com/primefaces/primevue/issues/200) +- Top\* and Bottom\* animation are not working correctly on Dialog with 'position' property [\#190](https://github.com/primefaces/primevue/issues/190) ## [1.0.4](https://github.com/primefaces/primevue/tree/1.0.4) (2020-02-08) @@ -2658,7 +2698,7 @@ **Fixed bugs:** -- Dialog positions regressions [\#191](https://github.com/primefaces/primevue/issues/191) +- Dialog positions regressions [\#191](https://github.com/primefaces/primevue/issues/191) ## [1.0.3](https://github.com/primefaces/primevue/tree/1.0.3) (2020-02-07) @@ -2666,20 +2706,20 @@ **Implemented New Features and Enhancements:** -- Add position property to Dialog [\#184](https://github.com/primefaces/primevue/issues/184) -- Add maximizable property to Dialog [\#183](https://github.com/primefaces/primevue/issues/183) -- DataTable "$event" argument on page/sort events does not contains filterSearchMode. [\#181](https://github.com/primefaces/primevue/issues/181) -- Dialog header not visible [\#179](https://github.com/primefaces/primevue/issues/179) -- Ability to disable TieredMenu items [\#173](https://github.com/primefaces/primevue/issues/173) -- Ability to disable ContextMenu items [\#169](https://github.com/primefaces/primevue/issues/169) -- Ability to disable Menubar items [\#168](https://github.com/primefaces/primevue/issues/168) +- Add position property to Dialog [\#184](https://github.com/primefaces/primevue/issues/184) +- Add maximizable property to Dialog [\#183](https://github.com/primefaces/primevue/issues/183) +- DataTable "$event" argument on page/sort events does not contains filterSearchMode. [\#181](https://github.com/primefaces/primevue/issues/181) +- Dialog header not visible [\#179](https://github.com/primefaces/primevue/issues/179) +- Ability to disable TieredMenu items [\#173](https://github.com/primefaces/primevue/issues/173) +- Ability to disable ContextMenu items [\#169](https://github.com/primefaces/primevue/issues/169) +- Ability to disable Menubar items [\#168](https://github.com/primefaces/primevue/issues/168) **Fixed bugs:** -- Chart.vue : Error in v-on handler: "TypeError: this.emit is not a function" [\#188](https://github.com/primefaces/primevue/issues/188) -- OverlayPanel dismissable does not work [\#187](https://github.com/primefaces/primevue/issues/187) -- Could not find module './components/row/Row' [\#185](https://github.com/primefaces/primevue/issues/185) -- Style classes are not rendered correctly on Dialog [\#182](https://github.com/primefaces/primevue/issues/182) +- Chart.vue : Error in v-on handler: "TypeError: this.emit is not a function" [\#188](https://github.com/primefaces/primevue/issues/188) +- OverlayPanel dismissable does not work [\#187](https://github.com/primefaces/primevue/issues/187) +- Could not find module './components/row/Row' [\#185](https://github.com/primefaces/primevue/issues/185) +- Style classes are not rendered correctly on Dialog [\#182](https://github.com/primefaces/primevue/issues/182) ## [1.0.2](https://github.com/primefaces/primevue/tree/1.0.2) (2020-01-30) @@ -2687,30 +2727,30 @@ **Implemented New Features and Enhancements:** -- Align focus visuals with the theme [\#177](https://github.com/primefaces/primevue/issues/177) -- Refactor SplitButton to use Menu [\#174](https://github.com/primefaces/primevue/issues/174) -- DataTable onPage event fires without sort and filter information [\#163](https://github.com/primefaces/primevue/issues/163) -- Ability to disable SplitButton or Menu items [\#161](https://github.com/primefaces/primevue/issues/161) -- Enter key should select a PickList item [\#156](https://github.com/primefaces/primevue/issues/156) -- Dialog in mobile view [\#153](https://github.com/primefaces/primevue/issues/153) -- Dropdown and MultiSelect on expand event [\#150](https://github.com/primefaces/primevue/issues/150) +- Align focus visuals with the theme [\#177](https://github.com/primefaces/primevue/issues/177) +- Refactor SplitButton to use Menu [\#174](https://github.com/primefaces/primevue/issues/174) +- DataTable onPage event fires without sort and filter information [\#163](https://github.com/primefaces/primevue/issues/163) +- Ability to disable SplitButton or Menu items [\#161](https://github.com/primefaces/primevue/issues/161) +- Enter key should select a PickList item [\#156](https://github.com/primefaces/primevue/issues/156) +- Dialog in mobile view [\#153](https://github.com/primefaces/primevue/issues/153) +- Dropdown and MultiSelect on expand event [\#150](https://github.com/primefaces/primevue/issues/150) **Fixed bugs:** -- Editable Dropdown loses focus [\#149](https://github.com/primefaces/primevue/issues/149) -- Rename select event with \*-select [\#148](https://github.com/primefaces/primevue/issues/148) -- Dialog block UI removes page scroll [\#145](https://github.com/primefaces/primevue/issues/145) -- Calendar select event has no value [\#144](https://github.com/primefaces/primevue/issues/144) -- Calendar manual input fails [\#143](https://github.com/primefaces/primevue/issues/143) -- Calendar giving focus to today when disabled [\#141](https://github.com/primefaces/primevue/issues/141) -- optionValue and dataKey combination is broken is Select Components [\#90](https://github.com/primefaces/primevue/issues/90) -- DataTable column headers always receive focus [\#176](https://github.com/primefaces/primevue/issues/176) -- Disabled button should remove pointer cursor [\#175](https://github.com/primefaces/primevue/issues/175) -- Dialog visuals broken when initially displayed [\#167](https://github.com/primefaces/primevue/issues/167) -- Dialog animation leave does not work [\#166](https://github.com/primefaces/primevue/issues/166) -- rowsPerPageOptions dropdown is not coming in Paginator [\#159](https://github.com/primefaces/primevue/issues/159) -- Calendar today button TypeError: Cannot read property 'currentTarget' of null [\#158](https://github.com/primefaces/primevue/issues/158) -- Row edit save not working properly in data table [\#151](https://github.com/primefaces/primevue/issues/151) +- Editable Dropdown loses focus [\#149](https://github.com/primefaces/primevue/issues/149) +- Rename select event with \*-select [\#148](https://github.com/primefaces/primevue/issues/148) +- Dialog block UI removes page scroll [\#145](https://github.com/primefaces/primevue/issues/145) +- Calendar select event has no value [\#144](https://github.com/primefaces/primevue/issues/144) +- Calendar manual input fails [\#143](https://github.com/primefaces/primevue/issues/143) +- Calendar giving focus to today when disabled [\#141](https://github.com/primefaces/primevue/issues/141) +- optionValue and dataKey combination is broken is Select Components [\#90](https://github.com/primefaces/primevue/issues/90) +- DataTable column headers always receive focus [\#176](https://github.com/primefaces/primevue/issues/176) +- Disabled button should remove pointer cursor [\#175](https://github.com/primefaces/primevue/issues/175) +- Dialog visuals broken when initially displayed [\#167](https://github.com/primefaces/primevue/issues/167) +- Dialog animation leave does not work [\#166](https://github.com/primefaces/primevue/issues/166) +- rowsPerPageOptions dropdown is not coming in Paginator [\#159](https://github.com/primefaces/primevue/issues/159) +- Calendar today button TypeError: Cannot read property 'currentTarget' of null [\#158](https://github.com/primefaces/primevue/issues/158) +- Row edit save not working properly in data table [\#151](https://github.com/primefaces/primevue/issues/151) ## [1.0.0](https://github.com/primefaces/primevue/tree/1.0.0) (2020-01-13) @@ -2718,15 +2758,15 @@ **Implemented New Features and Enhancements:** -- New Component: ColorPicker [\#139](https://github.com/primefaces/primevue/issues/139) -- Enhance Dialog Positioning [\#136](https://github.com/primefaces/primevue/issues/136) +- New Component: ColorPicker [\#139](https://github.com/primefaces/primevue/issues/139) +- Enhance Dialog Positioning [\#136](https://github.com/primefaces/primevue/issues/136) **Fixed bugs:** -- Error: Do not access Object.prototype method [\#138](https://github.com/primefaces/primevue/issues/138) -- The slot \#empty of DataTable not working [\#137](https://github.com/primefaces/primevue/issues/137) -- Sidebar showCloseIcon not working [\#135](https://github.com/primefaces/primevue/issues/135) -- Error with calendar year navigator [\#134](https://github.com/primefaces/primevue/issues/134) +- Error: Do not access Object.prototype method [\#138](https://github.com/primefaces/primevue/issues/138) +- The slot \#empty of DataTable not working [\#137](https://github.com/primefaces/primevue/issues/137) +- Sidebar showCloseIcon not working [\#135](https://github.com/primefaces/primevue/issues/135) +- Error with calendar year navigator [\#134](https://github.com/primefaces/primevue/issues/134) ## [1.0.0-rc.6](https://github.com/primefaces/primevue/tree/1.0.0-rc.6) (2019-12-30) @@ -2734,7 +2774,7 @@ **Fixed bugs:** -- Keydown causes sort on sortable header [\#130](https://github.com/primefaces/primevue/issues/130) +- Keydown causes sort on sortable header [\#130](https://github.com/primefaces/primevue/issues/130) ## [1.0.0-rc.5](https://github.com/primefaces/primevue/tree/1.0.0-rc.5) (2019-12-30) @@ -2742,11 +2782,11 @@ **Implemented New Features and Enhancements:** -- TimePicker buttons should trap focus [\#128](https://github.com/primefaces/primevue/issues/128) +- TimePicker buttons should trap focus [\#128](https://github.com/primefaces/primevue/issues/128) **Fixed bugs:** -- RadioButton throws error [\#129](https://github.com/primefaces/primevue/issues/129) +- RadioButton throws error [\#129](https://github.com/primefaces/primevue/issues/129) ## [1.0.0-rc.4](https://github.com/primefaces/primevue/tree/1.0.0-rc.4) (2019-12-30) @@ -2754,15 +2794,15 @@ **Implemented New Features and Enhancements:** -- Inplace focus visuals not themed [\#123](https://github.com/primefaces/primevue/issues/123) -- New Component: Tooltip [\#122](https://github.com/primefaces/primevue/issues/122) -- Keyboard accessibility for Calendar [\#109](https://github.com/primefaces/primevue/issues/109) -- Enhance ARIA roles and attributes for the components [\#108](https://github.com/primefaces/primevue/issues/108) +- Inplace focus visuals not themed [\#123](https://github.com/primefaces/primevue/issues/123) +- New Component: Tooltip [\#122](https://github.com/primefaces/primevue/issues/122) +- Keyboard accessibility for Calendar [\#109](https://github.com/primefaces/primevue/issues/109) +- Enhance ARIA roles and attributes for the components [\#108](https://github.com/primefaces/primevue/issues/108) **Fixed bugs:** -- Error in datatable keyboard navigation [\#127](https://github.com/primefaces/primevue/issues/127) -- Scroll+Paginator fails [\#126](https://github.com/primefaces/primevue/issues/126) +- Error in datatable keyboard navigation [\#127](https://github.com/primefaces/primevue/issues/127) +- Scroll+Paginator fails [\#126](https://github.com/primefaces/primevue/issues/126) ## [1.0.0-rc.3](https://github.com/primefaces/primevue/tree/1.0.0-rc.3) (2019-12-23) @@ -2770,9 +2810,9 @@ **Fixed bugs:** -- DataView Grid should have nogutter [\#121](https://github.com/primefaces/primevue/issues/121) -- Menu should prevent default action when there is none [\#120](https://github.com/primefaces/primevue/issues/120) -- Range slider goes out of bounds [\#119](https://github.com/primefaces/primevue/issues/119) +- DataView Grid should have nogutter [\#121](https://github.com/primefaces/primevue/issues/121) +- Menu should prevent default action when there is none [\#120](https://github.com/primefaces/primevue/issues/120) +- Range slider goes out of bounds [\#119](https://github.com/primefaces/primevue/issues/119) ## [1.0.0-rc.2](https://github.com/primefaces/primevue/tree/1.0.0-rc.2) (2019-12-20) @@ -2780,16 +2820,16 @@ **Implemented New Features and Enhancements:** -- Add p-placeholder class to Multiselect label [\#111](https://github.com/primefaces/primevue/issues/111) +- Add p-placeholder class to Multiselect label [\#111](https://github.com/primefaces/primevue/issues/111) **Fixed bugs:** -- ContextMenu fails in global mode [\#118](https://github.com/primefaces/primevue/issues/118) -- ProgressBar showValue prop is ignored [\#117](https://github.com/primefaces/primevue/issues/117) -- Calendar icon button submitting form [\#114](https://github.com/primefaces/primevue/issues/114) -- Message icon correction [\#112](https://github.com/primefaces/primevue/issues/112) -- Disabled Dropdown still picking values [\#110](https://github.com/primefaces/primevue/issues/110) -- Calendar clear button does not reset the input field [\#107](https://github.com/primefaces/primevue/issues/107) +- ContextMenu fails in global mode [\#118](https://github.com/primefaces/primevue/issues/118) +- ProgressBar showValue prop is ignored [\#117](https://github.com/primefaces/primevue/issues/117) +- Calendar icon button submitting form [\#114](https://github.com/primefaces/primevue/issues/114) +- Message icon correction [\#112](https://github.com/primefaces/primevue/issues/112) +- Disabled Dropdown still picking values [\#110](https://github.com/primefaces/primevue/issues/110) +- Calendar clear button does not reset the input field [\#107](https://github.com/primefaces/primevue/issues/107) ## [1.0.0-rc.1](https://github.com/primefaces/primevue/tree/1.0.0-rc.1) (2019-12-10) @@ -2797,23 +2837,23 @@ **Implemented New Features and Enhancements:** -- New Component: Steps [\#103](https://github.com/primefaces/primevue/issues/103) -- New Component: PanelMenu [\#102](https://github.com/primefaces/primevue/issues/102) -- New Component: ContextMenu [\#101](https://github.com/primefaces/primevue/issues/101) -- New Component: MegaMenu [\#100](https://github.com/primefaces/primevue/issues/100) -- New Component: TabMenu [\#99](https://github.com/primefaces/primevue/issues/99) -- New Component: Menubar [\#98](https://github.com/primefaces/primevue/issues/98) -- New Component: TieredMenu [\#97](https://github.com/primefaces/primevue/issues/97) -- New Component: Breadcrumb [\#96](https://github.com/primefaces/primevue/issues/96) -- Add default focus on searchable dropdowns [\#95](https://github.com/primefaces/primevue/issues/95) -- Nuxt integration [\#86](https://github.com/primefaces/primevue/issues/86) +- New Component: Steps [\#103](https://github.com/primefaces/primevue/issues/103) +- New Component: PanelMenu [\#102](https://github.com/primefaces/primevue/issues/102) +- New Component: ContextMenu [\#101](https://github.com/primefaces/primevue/issues/101) +- New Component: MegaMenu [\#100](https://github.com/primefaces/primevue/issues/100) +- New Component: TabMenu [\#99](https://github.com/primefaces/primevue/issues/99) +- New Component: Menubar [\#98](https://github.com/primefaces/primevue/issues/98) +- New Component: TieredMenu [\#97](https://github.com/primefaces/primevue/issues/97) +- New Component: Breadcrumb [\#96](https://github.com/primefaces/primevue/issues/96) +- Add default focus on searchable dropdowns [\#95](https://github.com/primefaces/primevue/issues/95) +- Nuxt integration [\#86](https://github.com/primefaces/primevue/issues/86) **Fixed bugs:** -- Paginator should go to last page if current page has no data [\#106](https://github.com/primefaces/primevue/issues/106) -- TreeNode is not toggled with left and right arrow keys [\#105](https://github.com/primefaces/primevue/issues/105) -- Dialog is not modal when v-if used [\#94](https://github.com/primefaces/primevue/issues/94) -- DataTable rowClick returns a dom event with no data property [\#91](https://github.com/primefaces/primevue/issues/91) +- Paginator should go to last page if current page has no data [\#106](https://github.com/primefaces/primevue/issues/106) +- TreeNode is not toggled with left and right arrow keys [\#105](https://github.com/primefaces/primevue/issues/105) +- Dialog is not modal when v-if used [\#94](https://github.com/primefaces/primevue/issues/94) +- DataTable rowClick returns a dom event with no data property [\#91](https://github.com/primefaces/primevue/issues/91) ## [1.0.0-beta.14](https://github.com/primefaces/primevue/tree/1.0.0-beta.14) (2019-11-20) @@ -2821,9 +2861,9 @@ **Implemented New Features and Enhancements:** -- Scrollable DataTable [\#87](https://github.com/primefaces/primevue/issues/87) -- Add p-placeholder to Dropdown label [\#84](https://github.com/primefaces/primevue/issues/84) -- Add row-click event to Table [\#82](https://github.com/primefaces/primevue/issues/82) +- Scrollable DataTable [\#87](https://github.com/primefaces/primevue/issues/87) +- Add p-placeholder to Dropdown label [\#84](https://github.com/primefaces/primevue/issues/84) +- Add row-click event to Table [\#82](https://github.com/primefaces/primevue/issues/82) ## [1.0.0-beta.13](https://github.com/primefaces/primevue/tree/1.0.0-beta.13) (2019-11-01) @@ -2831,13 +2871,13 @@ **Implemented New Features and Enhancements:** -- Ability to style certain rows and cells in Table [\#81](https://github.com/primefaces/primevue/issues/81) -- Menu Component a11y issue [\#78](https://github.com/primefaces/primevue/issues/78) -- Modal dialog not blocking background [\#77](https://github.com/primefaces/primevue/issues/77) +- Ability to style certain rows and cells in Table [\#81](https://github.com/primefaces/primevue/issues/81) +- Menu Component a11y issue [\#78](https://github.com/primefaces/primevue/issues/78) +- Modal dialog not blocking background [\#77](https://github.com/primefaces/primevue/issues/77) **Fixed bugs:** -- Modal dialog is not destroyed properly [\#80](https://github.com/primefaces/primevue/issues/80) +- Modal dialog is not destroyed properly [\#80](https://github.com/primefaces/primevue/issues/80) ## [1.0.0-beta.12](https://github.com/primefaces/primevue/tree/1.0.0-beta.12) (2019-10-22) @@ -2845,16 +2885,16 @@ **Implemented New Features and Enhancements:** -- New Carousel Component [\#73](https://github.com/primefaces/primevue/issues/73) -- Expandable Rows for DataTable [\#72](https://github.com/primefaces/primevue/issues/72) -- TableState for DataTable [\#68](https://github.com/primefaces/primevue/issues/68) -- Row Grouping for DataTable [\#65](https://github.com/primefaces/primevue/issues/65) +- New Carousel Component [\#73](https://github.com/primefaces/primevue/issues/73) +- Expandable Rows for DataTable [\#72](https://github.com/primefaces/primevue/issues/72) +- TableState for DataTable [\#68](https://github.com/primefaces/primevue/issues/68) +- Row Grouping for DataTable [\#65](https://github.com/primefaces/primevue/issues/65) **Fixed bugs:** -- Time buttons select a date on mouseout event on Calendar with showTime property [\#75](https://github.com/primefaces/primevue/issues/75) -- Clicking column header resets paginator [\#74](https://github.com/primefaces/primevue/issues/74) -- Calendar.vue: "close on blur" not working properly [\#71](https://github.com/primefaces/primevue/issues/71) +- Time buttons select a date on mouseout event on Calendar with showTime property [\#75](https://github.com/primefaces/primevue/issues/75) +- Clicking column header resets paginator [\#74](https://github.com/primefaces/primevue/issues/74) +- Calendar.vue: "close on blur" not working properly [\#71](https://github.com/primefaces/primevue/issues/71) ## [1.0.0-beta.11](https://github.com/primefaces/primevue/tree/1.0.0-beta.11) (2019-10-18) @@ -2862,15 +2902,15 @@ **Implemented New Features and Enhancements:** -- Row Reordering with DragDrop [\#69](https://github.com/primefaces/primevue/issues/69) -- Improve component styles on Luna and Nova Themes [\#66](https://github.com/primefaces/primevue/issues/66) -- Column Reordering with DragDrop [\#64](https://github.com/primefaces/primevue/issues/64) -- ColumnGroups for DataTable [\#63](https://github.com/primefaces/primevue/issues/63) +- Row Reordering with DragDrop [\#69](https://github.com/primefaces/primevue/issues/69) +- Improve component styles on Luna and Nova Themes [\#66](https://github.com/primefaces/primevue/issues/66) +- Column Reordering with DragDrop [\#64](https://github.com/primefaces/primevue/issues/64) +- ColumnGroups for DataTable [\#63](https://github.com/primefaces/primevue/issues/63) **Fixed bugs:** -- Accordion and TabView do not sync children changes [\#67](https://github.com/primefaces/primevue/issues/67) -- Accordion and TabView create empty tabs [\#59](https://github.com/primefaces/primevue/issues/59) +- Accordion and TabView do not sync children changes [\#67](https://github.com/primefaces/primevue/issues/67) +- Accordion and TabView create empty tabs [\#59](https://github.com/primefaces/primevue/issues/59) ## [1.0.0-beta.10](https://github.com/primefaces/primevue/tree/1.0.0-beta.10) (2019-10-15) @@ -2878,12 +2918,12 @@ **Implemented New Features and Enhancements:** -- New Component: Carousel [\#61](https://github.com/primefaces/primevue/issues/61) +- New Component: Carousel [\#61](https://github.com/primefaces/primevue/issues/61) **Fixed bugs:** -- Menu and OverlayPanel target position miscalculated [\#62](https://github.com/primefaces/primevue/issues/62) -- Dataview paginator gets out of sync [\#60](https://github.com/primefaces/primevue/issues/60) +- Menu and OverlayPanel target position miscalculated [\#62](https://github.com/primefaces/primevue/issues/62) +- Dataview paginator gets out of sync [\#60](https://github.com/primefaces/primevue/issues/60) ## [1.0.0-beta.9](https://github.com/primefaces/primevue/tree/1.0.0-beta.9) (2019-10-01) @@ -2891,19 +2931,19 @@ **Implemented New Features and Enhancements:** -- Remove empty spaces with Lint [\#58](https://github.com/primefaces/primevue/issues/58) -- Reimplement Accordion with Templating [\#56](https://github.com/primefaces/primevue/issues/56) -- Reimplement TabView with Templating [\#51](https://github.com/primefaces/primevue/issues/51) +- Remove empty spaces with Lint [\#58](https://github.com/primefaces/primevue/issues/58) +- Reimplement Accordion with Templating [\#56](https://github.com/primefaces/primevue/issues/56) +- Reimplement TabView with Templating [\#51](https://github.com/primefaces/primevue/issues/51) **Fixed bugs:** -- MultiSelect filter cannot be turned off [\#57](https://github.com/primefaces/primevue/issues/57) -- DataTable sortField cannot be synced [\#55](https://github.com/primefaces/primevue/issues/55) -- Duplicate key issue in menu component [\#52](https://github.com/primefaces/primevue/issues/52) -- Calendar.vue: when the value is updated, the component partially updates itself [\#47](https://github.com/primefaces/primevue/issues/47) -- MultiSelect.vue: error on onToggleAll and bad default placeholder [\#45](https://github.com/primefaces/primevue/issues/45) -- Calendar clear button does not reset the input field [\#42](https://github.com/primefaces/primevue/issues/42) -- Time does not stop spinning in Calendar [\#40](https://github.com/primefaces/primevue/issues/40) +- MultiSelect filter cannot be turned off [\#57](https://github.com/primefaces/primevue/issues/57) +- DataTable sortField cannot be synced [\#55](https://github.com/primefaces/primevue/issues/55) +- Duplicate key issue in menu component [\#52](https://github.com/primefaces/primevue/issues/52) +- Calendar.vue: when the value is updated, the component partially updates itself [\#47](https://github.com/primefaces/primevue/issues/47) +- MultiSelect.vue: error on onToggleAll and bad default placeholder [\#45](https://github.com/primefaces/primevue/issues/45) +- Calendar clear button does not reset the input field [\#42](https://github.com/primefaces/primevue/issues/42) +- Time does not stop spinning in Calendar [\#40](https://github.com/primefaces/primevue/issues/40) ## [1.0.0-beta.8](https://github.com/primefaces/primevue/tree/1.0.0-beta.8) (2019-08-21) @@ -2911,12 +2951,12 @@ **Fixed bugs:** -- Cannot delete date from calendar once it's selected [\#38](https://github.com/primefaces/primevue/issues/38) -- Dropdown click icon gives error on Firefox [\#37](https://github.com/primefaces/primevue/issues/37) -- TreeTable single sort broken [\#35](https://github.com/primefaces/primevue/issues/35) -- TreeTable highlights unsorted columns [\#34](https://github.com/primefaces/primevue/issues/34) -- InputMask pressing enter [\#33](https://github.com/primefaces/primevue/issues/33) -- Column component registration fails with Typescript [\#29](https://github.com/primefaces/primevue/issues/29) +- Cannot delete date from calendar once it's selected [\#38](https://github.com/primefaces/primevue/issues/38) +- Dropdown click icon gives error on Firefox [\#37](https://github.com/primefaces/primevue/issues/37) +- TreeTable single sort broken [\#35](https://github.com/primefaces/primevue/issues/35) +- TreeTable highlights unsorted columns [\#34](https://github.com/primefaces/primevue/issues/34) +- InputMask pressing enter [\#33](https://github.com/primefaces/primevue/issues/33) +- Column component registration fails with Typescript [\#29](https://github.com/primefaces/primevue/issues/29) ## [1.0.0-beta.7](https://github.com/primefaces/primevue/tree/1.0.0-beta.7) (2019-08-15) @@ -2924,9 +2964,9 @@ **Implemented New Features and Enhancements:** -- New Component: TreeTable [\#31](https://github.com/primefaces/primevue/issues/31) -- Resizable Columns for DataTable [\#30](https://github.com/primefaces/primevue/issues/30) -- New Component: InputMask [\#26](https://github.com/primefaces/primevue/issues/26) +- New Component: TreeTable [\#31](https://github.com/primefaces/primevue/issues/31) +- Resizable Columns for DataTable [\#30](https://github.com/primefaces/primevue/issues/30) +- New Component: InputMask [\#26](https://github.com/primefaces/primevue/issues/26) ## [1.0.0-beta.6](https://github.com/primefaces/primevue/tree/1.0.0-beta.6) (2019-08-05) @@ -2934,7 +2974,7 @@ **Implemented New Features and Enhancements:** -- New Component: Tree [\#28](https://github.com/primefaces/primevue/issues/28) +- New Component: Tree [\#28](https://github.com/primefaces/primevue/issues/28) ## [1.0.0-beta.5](https://github.com/primefaces/primevue/tree/1.0.0-beta.5) (2019-07-29) @@ -2942,22 +2982,22 @@ **Implemented New Features and Enhancements:** -- New Component: DataTable [\#23](https://github.com/primefaces/primevue/issues/23) -- Convert emptyMessage to a template for DataView [\#10](https://github.com/primefaces/primevue/issues/10) -- Auto z-index layering for Toast [\#9](https://github.com/primefaces/primevue/issues/9) -- Reset DataTable page after sort [\#27](https://github.com/primefaces/primevue/issues/27) -- New Component: ProgressSpinner [\#24](https://github.com/primefaces/primevue/issues/24) -- New Component: DeferredContent [\#20](https://github.com/primefaces/primevue/issues/20) -- New Component: Inplace [\#19](https://github.com/primefaces/primevue/issues/19) -- New Component: PickList [\#18](https://github.com/primefaces/primevue/issues/18) -- New Component: OrderList [\#17](https://github.com/primefaces/primevue/issues/17) -- New Component: OrganizationChart [\#16](https://github.com/primefaces/primevue/issues/16) +- New Component: DataTable [\#23](https://github.com/primefaces/primevue/issues/23) +- Convert emptyMessage to a template for DataView [\#10](https://github.com/primefaces/primevue/issues/10) +- Auto z-index layering for Toast [\#9](https://github.com/primefaces/primevue/issues/9) +- Reset DataTable page after sort [\#27](https://github.com/primefaces/primevue/issues/27) +- New Component: ProgressSpinner [\#24](https://github.com/primefaces/primevue/issues/24) +- New Component: DeferredContent [\#20](https://github.com/primefaces/primevue/issues/20) +- New Component: Inplace [\#19](https://github.com/primefaces/primevue/issues/19) +- New Component: PickList [\#18](https://github.com/primefaces/primevue/issues/18) +- New Component: OrderList [\#17](https://github.com/primefaces/primevue/issues/17) +- New Component: OrganizationChart [\#16](https://github.com/primefaces/primevue/issues/16) **Fixed bugs:** -- Calendar today button throws an error [\#22](https://github.com/primefaces/primevue/issues/22) -- DataView paginator is always displayed [\#21](https://github.com/primefaces/primevue/issues/21) -- Dropdown ignores false or 0 values [\#11](https://github.com/primefaces/primevue/issues/11) +- Calendar today button throws an error [\#22](https://github.com/primefaces/primevue/issues/22) +- DataView paginator is always displayed [\#21](https://github.com/primefaces/primevue/issues/21) +- Dropdown ignores false or 0 values [\#11](https://github.com/primefaces/primevue/issues/11) ## [1.0.0-beta.3](https://github.com/primefaces/primevue/tree/1.0.0-beta.3) (2019-05-30) @@ -2971,6 +3011,4 @@ [Full Changelog](https://github.com/primefaces/primevue/compare/9d2c525d528c9bd6f306c6f550e3f0eef7879054...1.0.0-beta.1) - - -\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* +\* _This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)_