diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 000000000..5008ddfcf Binary files /dev/null and b/.DS_Store differ diff --git a/.babelrc-lib b/.babelrc-lib deleted file mode 100644 index 95f66ec83..000000000 --- a/.babelrc-lib +++ /dev/null @@ -1,5 +0,0 @@ -{ - "presets": [ - "@babel/env" - ] -} \ No newline at end of file diff --git a/.browserslistrc b/.browserslistrc deleted file mode 100644 index 9dee64646..000000000 --- a/.browserslistrc +++ /dev/null @@ -1,3 +0,0 @@ -> 1% -last 2 versions -not ie <= 8 diff --git a/.editorconfig b/.editorconfig deleted file mode 100644 index b585a7616..000000000 --- a/.editorconfig +++ /dev/null @@ -1,13 +0,0 @@ -# Editor configuration, see https://editorconfig.org -root = true - -[*] -charset = utf-8 -indent_style = space -indent_size = 4 -insert_final_newline = true -trim_trailing_whitespace = true - -[*.md] -max_line_length = off -trim_trailing_whitespace = false diff --git a/.eslintrc.js b/.eslintrc.js deleted file mode 100644 index f5657a947..000000000 --- a/.eslintrc.js +++ /dev/null @@ -1,18 +0,0 @@ -module.exports = { - root: true, - env: { - node: true, - jest: true - }, - 'extends': [ - 'plugin:vue/vue3-essential', - 'eslint:recommended' - ], - parserOptions: { - parser: 'babel-eslint' - }, - rules: { - 'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off', - 'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off' - } -} \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml deleted file mode 100644 index a0ec5a8f6..000000000 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ /dev/null @@ -1,98 +0,0 @@ -name: Bug report -description: Create a report to help us improve -title: "Component Name: Issue Title" -labels: "bug" -body: - - type: markdown - attributes: - # yamllint disable rule:line-length - value: > - ### There is no guarantee in receiving an immediate response in GitHub Issue Tracker, If you'd like to secure our response, you may consider *PrimeVue PRO Support* where support is provided within 4 business hours - # yamllint enable rule:line-length - - type: textarea - id: description - attributes: - label: Describe the bug - description: A clear and concise description of what the bug is. - validations: - required: true - - type: input - id: reproducer - attributes: - label: Reproducer - placeholder: https://codesandbox.io/s/primevue-3-issue-template-ip3vm - description: | - Please fork one of the issue template - [PrimeVue 3 Issue Template](https://codesandbox.io/s/primevue-3-issue-template-ip3vm) - [PrimeVue TypeScript Issue Template](https://codesandbox.io/s/primevue-3-typescript-issue-template-z1f6e2) - [PrimeVue 2 Issue Template](https://codesandbox.io/s/primevue-2-issue-template-dw7jd7) - and create a case demonstrating your bug report. Issues **without** a CodeSandbox have much less possibility to be reviewed. - validations: - required: false - - type: input - id: pr-version - attributes: - label: PrimeVue version - placeholder: x.x.x - validations: - required: true - - type: dropdown - id: vue-version - attributes: - label: Vue version - multiple: false - options: - - 3.x - - 2.x - validations: - required: true - - type: dropdown - id: language - attributes: - label: Language - multiple: false - options: - - TypeScript - - ES5 - - ES6 - - ALL - validations: - required: true - - type: dropdown - id: engine - attributes: - label: Build / Runtime - multiple: false - options: - - Vue CLI App - - TypeScript - - Nuxt - - Vite - validations: - required: true - - type: input - id: browsers - attributes: - label: Browser(s) - description: List specific browser(s) the problem occurs on or leave blank if ALL browsers - placeholder: > - e.g. Safari 15, iOS 15.4, Chrome 90 - - type: textarea - id: reproduce-steps - attributes: - label: Steps to reproduce the behavior - description: A clear and concise description of how to make the issue happen. - placeholder: > - 1. Go to '...' - 2. Click on '....' - 3. Scroll down to '....' - 4. See error - validations: - required: false - - type: textarea - id: expected-behavior - attributes: - label: Expected behavior - description: A clear and concise description of what you expected to happen. - validations: - required: false diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml deleted file mode 100644 index 44c11e544..000000000 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ /dev/null @@ -1,39 +0,0 @@ -name: Feature request -description: Suggest an idea for this project -title: "Component Name: Issue Title" -labels: ["enhancement"] -body: - - type: textarea - id: description - attributes: - label: Describe the feature you would like to see added - validations: - required: true - - type: textarea - id: problem-related - attributes: - label: Is your feature request related to a problem? - description: A clear and concise description of what the problem is. Ex. I'm always frustrated when? - validations: - required: false - - type: textarea - id: solution - attributes: - label: Describe the solution you'd like - description: A clear and concise description of what you want to happen. - validations: - required: false - - type: textarea - id: alternatives - attributes: - label: Describe alternatives you have considered - description: A clear and concise description of any alternative solutions or features you've considered. - validations: - required: false - - type: textarea - id: additional-context - attributes: - label: Additional context - description: Add any other context or screenshots about the feature request here. - validations: - required: false diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index acdf57ea2..000000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,5 +0,0 @@ -###Defect Fixes -When submitting a PR, please also create an issue documenting the error. - -###Feature Requests -Due to company policy, we are unable to accept feature request PRs with significant changes as such cases has to be implemented by our team following our own processes. \ No newline at end of file diff --git a/.gitignore b/.gitignore index bbd496fa6..438cb0860 100644 --- a/.gitignore +++ b/.gitignore @@ -1,42 +1,8 @@ -.DS_Store node_modules -/dist -/resources -/components -package-lock.json - -# misc -/.sass-cache -/connect.lock -/coverage -/libpeerconnection.log -npm-debug.log -testem.log -/typings - -# local env files -.env.local -.env.*.local - -# Log files -npm-debug.log* -yarn-debug.log* -yarn-error.log* - -# Editor directories and files -.idea -.vscode -*.suo -*.ntvs* -*.njsproj -*.sln -*.sw* - -# Themes -public/themes/soho-light/ -public/themes/soho-dark/ -public/themes/viva-light/ -public/themes/viva-dark/ -public/themes/mira/ -public/themes/nano/ - +*.log* +.nuxt +.nitro +.cache +.output +.env +dist diff --git a/.npmignore b/.npmignore deleted file mode 100644 index ffdaff521..000000000 --- a/.npmignore +++ /dev/null @@ -1,16 +0,0 @@ -node_modules -public -/dist -exports -src -tests -.browserslistrc -.eslintrc.js -.gitignore -babel.config.js -package-lock.json -npm-shrinkwrap.json -postcss.config.js -vue.config.js -build-lib.js -.babelrc-lib \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index dfff7444f..000000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,2357 +0,0 @@ -# Changelog - -## [3.16.2](https://github.com/primefaces/primevue/tree/3.16.2) (2022-08-23) - -[Full Changelog](https://github.com/primefaces/primevue/compare/3.16.1...3.16.2) - -**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) - -## [3.16.1](https://github.com/primefaces/primevue/tree/3.16.1) (2022-08-17) - -[Full Changelog](https://github.com/primefaces/primevue/compare/3.16.0...3.16.1) - -**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) - -## [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) - -**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) - -**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) - -## [3.15.0](https://github.com/primefaces/primevue/tree/3.15.0) (2022-06-15) - -[Full Changelog](https://github.com/primefaces/primevue/compare/3.13.1...3.15.0) - -**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) - -**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) - -## [3.13.1](https://github.com/primefaces/primevue/tree/3.13.1) (2022-06-07) - -[Full Changelog](https://github.com/primefaces/primevue/compare/3.13.0...3.13.1) - -**Fixed bugs:** - -- 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) - -[Full Changelog](https://github.com/primefaces/primevue/compare/3.12.6...3.13.0) - -**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) - -**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) - -## [3.12.6](https://github.com/primefaces/primevue/tree/3.12.5) (2022-04-27) - -[Full Changelog](https://github.com/primefaces/primevue/compare/3.12.5...3.12.6) - -**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) - -**Fixed bugs:** - -- 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) - -[Full Changelog](https://github.com/primefaces/primevue/compare/3.12.4...3.12.5) - -**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) - -## [3.12.4](https://github.com/primefaces/primevue/tree/3.12.4) (2022-03-31) - -[Full Changelog](https://github.com/primefaces/primevue/compare/3.12.3...3.12.4) - -**Fixed bugs:** - -- 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) - -[Full Changelog](https://github.com/primefaces/primevue/compare/3.12.2...3.12.3) - -**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) - -**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) - -## [3.12.2](https://github.com/primefaces/primevue/tree/3.12.2) (2022-03-16) - -[Full Changelog](https://github.com/primefaces/primevue/compare/3.12.1...3.12.2) - -**Implemented New Features and Enhancements:** - -- 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) - -## [3.12.1](https://github.com/primefaces/primevue/tree/3.12.1) (2022-03-02) - -[Full Changelog](https://github.com/primefaces/primevue/compare/3.12.0...3.12.1) - -**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) - -**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) - -## [3.12.0](https://github.com/primefaces/primevue/tree/3.12.0) (2022-02-15) - -[Full Changelog](https://github.com/primefaces/primevue/compare/3.11.0...3.12.0) - -**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) - -**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) - -## [3.11.1](https://github.com/primefaces/primevue/tree/3.11.1) (2022-01-31) - -[Full Changelog](https://github.com/primefaces/primevue/compare/3.11.0...3.11.1) - -**Implemented New Features and Enhancements:** - -- 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) - -## [3.11.0](https://github.com/primefaces/primevue/tree/3.11.0) (2022-01-18) - -[Full Changelog](https://github.com/primefaces/primevue/compare/3.10.0...3.11.0) - -**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) - -**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) - -## [3.10.0](https://github.com/primefaces/primevue/tree/3.10.0) (2021-12-07) - -[Full Changelog](https://github.com/primefaces/primevue/compare/2.7.0...3.10.0) - -**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) - -**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) - -**Deprecated:** - -- 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) - -## [3.9.0](https://github.com/primefaces/primevue/tree/3.9.0) (2021-11-18) - -[Full Changelog](https://github.com/primefaces/primevue/compare/3.8.1...3.9.0) - -**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) - -**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) - -**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) - -**Deprecated:** - -- 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) - -[Full Changelog](https://github.com/primefaces/primevue/compare/3.8.1...3.8.2) - -**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) - -**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) - -## [3.8.1](https://github.com/primefaces/primevue/tree/3.8.1) (2021-10-13) - -[Full Changelog](https://github.com/primefaces/primevue/compare/3.8.0...3.8.1) - -**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) - -**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) - -## [3.8.0](https://github.com/primefaces/primevue/tree/3.8.0) (2021-10-05) - -[Full Changelog](https://github.com/primefaces/primevue/compare/3.7.2...3.8.0) - -**Breaking Changes:** - -- 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) - -**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) - -## [3.7.2](https://github.com/primefaces/primevue/tree/3.7.2) (2021-09-15) - -[Full Changelog](https://github.com/primefaces/primevue/compare/3.7.1...3.7.2) - -**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) - -**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) - -## [3.7.1](https://github.com/primefaces/primevue/tree/3.7.1) (2021-09-06) - -[Full Changelog](https://github.com/primefaces/primevue/compare/3.7.0...3.7.1) - -**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) - -**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) - -## [3.7.0](https://github.com/primefaces/primevue/tree/3.7.0) (2021-09-01) - -[Full Changelog](https://github.com/primefaces/primevue/compare/3.6.4...3.7.0) - -**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) - -**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) - -## [3.6.4](https://github.com/primefaces/primevue/tree/3.6.4) (2021-08-10) - -[Full Changelog](https://github.com/primefaces/primevue/compare/3.6.3...3.6.4) - -**Fixed bugs:** - -- 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) - -[Full Changelog](https://github.com/primefaces/primevue/compare/3.6.2...3.6.3) - -**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) - -## [3.6.2](https://github.com/primefaces/primevue/tree/3.6.2) (2021-08-06) - -[Full Changelog](https://github.com/primefaces/primevue/compare/3.6.1...3.6.2) - -**Fixed bugs:** - -- 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) - -[Full Changelog](https://github.com/primefaces/primevue/compare/3.6.0...3.6.1) - -**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) - -## [3.6.0](https://github.com/primefaces/primevue/tree/3.6.0) (2021-07-27) - -[Full Changelog](https://github.com/primefaces/primevue/compare/3.5.1...3.6.0) - -**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) - -**Fixed bugs:** - -- Comments in ColumnGroup rows are rendered as \
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation - ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. - Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
-Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi - architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione - voluptatem sequi nesciunt. Consectetur, adipisci velit, sed quia non numquam eius modi.
-At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati - cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. - Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus.
-Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
' - } - }); - - expect(wrapper.text()).toBe('Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do'); - }); -}); \ No newline at end of file diff --git a/src/components/accordiontab/AccordionTab.vue b/src/components/accordiontab/AccordionTab.vue deleted file mode 100755 index 4d36421f0..000000000 --- a/src/components/accordiontab/AccordionTab.vue +++ /dev/null @@ -1,20 +0,0 @@ - -The story begins as Don Vito Corleone, the head of a New York Mafia family.
-