Releases: primefaces/primereact
Releases · primefaces/primereact
11.0.0-alpha.5
What's Changed
- New Hook: useKeyFilter by @tugcekucukoglu in #8232
- New Component Knob by @tugcekucukoglu in #8229
- New useMask hook by @tugcekucukoglu in #8225
- New Component SpeedDial by @tugcekucukoglu in #8217
- New Component Timeline by @tugcekucukoglu in #8212
- New InputGroup Component by @tugcekucukoglu in #8210
- V11 iconfield by @tugcekucukoglu in #8189
- New Component Paginator by @tanerengiiin in #8237
- New Component Fluid by @tugcekucukoglu in #8247
Full Changelog: 11.0.0-alpha.4...11.0.0-alpha.5
10.9.7
What's Changed
- Fix: ToggleButton accessibility attributes by @tneeraja95 in #8068
- Menu Items id and no null id by @Aryan3902 in #8076
- Docs: fix table custom filter docs by @angelod1as in #8078
- fix(MultiStateCheckbox): add missing invalid and variant props to TypeScript Interface by @navedqb in #8086
- fix(Dialog): Out-of-viewport dialog can be dragged back in by @Simbayyy in #8091
- Datatable: cellMemo parameter for radio/checkbox cells by @acc-cassio in #8098
- fix: add missing icon types by @navedqb in #8100
- fix:#8099:DataTable: dissapearing values when clicking quickly by @kl-nevermore in #8105
- build(deps-dev): bump gulp from 5.0.0 to 5.0.1 by @dependabot[bot] in #8112
- build(deps): bump chart.js from 4.4.9 to 4.5.0 by @dependabot[bot] in #8110
- Fix #8120: Datatable default cellMemo props by @melloware in #8123
- DataTable: Restore CustomSort on restoreState by @gnawjaren in #8122
- Update instructions to use yalc by @gnawjaren in #8124
- Dropdown: show emptyMessage when Dropdown with VirtualScroller has no data by @sergiomendi in #8125
- Fix #8115 DataTableSelectionCellChangeEvent only return a single value by @ulgyd0gg in #8127
- DataTable: Fix and Simplify overlay handling in cell edit mode by @gnawjaren in #7951
- Carousel: Fix initial position for circular by @gnawjaren in #8131
- Update ColumnFilter.js by @spatelengg in #8137
- fix(InputNumber): fix decimal value on spin by @navedqb in #8139
- Fix #8145: Button icon remove pointer events by @melloware in #8147
- build(deps-dev): bump form-data from 4.0.0 to 4.0.4 by @dependabot[bot] in #8154
- fix(datepicker): clear seconds when showSeconds is false by @navedqb in #8167
- fix(tree): toggle node while filtering and position of the dropdown panel by @kaylaa0 in #8173
- fix(menubar): clicking submenu header inside dropdown by @kaylaa0 in #8175
- fix(datatable, cell): consistency when multiple frozen columns exist … by @kaylaa0 in #8180
- Expose
processedData
inDataTable
by @makeeno in #8181 - Enhancement: add in Multiselect filterInputKeyDown to filterTemplate options for consistency with Dropdown by @sergiomendi in #8199
- Fix #8202: Dropdown & MultiSelect prevent option focus on reopen when autoOptionFocus is false by @sergiomendi in #8203
- fix: onMonthChange returns inconsistent month value by @navedqb in #8204
- Revert "Fix #8202: Dropdown & MultiSelect prevent option focus on reopen when autoOptionFocus is false" by @mertsincan in #8218
New Contributors
- @Aryan3902 made their first contribution in #8076
- @angelod1as made their first contribution in #8078
- @Simbayyy made their first contribution in #8091
- @sergiomendi made their first contribution in #8125
- @ulgyd0gg made their first contribution in #8127
- @spatelengg made their first contribution in #8137
- @kaylaa0 made their first contribution in #8173
- @makeeno made their first contribution in #8181
Full Changelog: 10.9.6...10.9.7
11.0.0-alpha.4
What's Changed
- New Components by @tugcekucukoglu in #8179
- New Component: Rating by @tanerengiiin in #8182
Full Changelog: 11.0.0-alpha.3...11.0.0-alpha.4
11.0.0-alpha.3
What's Changed
- V11 dialog confirm by @tugcekucukoglu in #8157
- feat: Add Slider by @tugcekucukoglu in #8159
- New Component: Tooltip by @mertsincan in #8162
- New Component: Rating by @mertsincan in #8163
- New Component: Popover by @mertsincan in #8164
Full Changelog: 11.0.0-alpha.2...11.0.0-alpha.3
11.0.0-alpha.2
Full Changelog: 11.0.0-beta.1...11.0.0-alpha.2
9.6.5
Full Changelog: 9.6.4...9.6.5
11.0.0-alpha.1
10.9.6
What's Changed
- Fix #7938: Fix incorrect types in PickList documentation by @ryoku4 in #7939
- Fix #5353 Datatable BodyRow docs by @melloware in #7940
- fix (Galleria): ensure transition enter lifecycle runs on first render by @KumJungMin in #7944
- fix: #7949, File Upload: Shows Nan undefined text when trying to clear the uploaded file by @akshayaqburst in #7950
- Fix #7953: Datatable export only exportable columns by @melloware in #7954
- build(deps): bump chart.js from 4.4.8 to 4.4.9 by @dependabot in #7955
- api: improve typing of locale option key in exported keyed locale functions by @benedictjohannes in #7967
- Dropdown: onClick is called twice #7941 by @gnawjaren in #7970
- Calendar: Fix Manual Input breaking with dd M yy date format by @gnawjaren in #7971
- Calendar: Restore Seconds & Millisecond support by @gnawjaren in #7972
- feat: Add node click and double-click callbacks to TreeSelect by @rubenochiavone in #7975
- DataTable: Fix current implementation of overlay handling in cell edit mode by @gnawjaren in #7973
- Fixes #7977: Decimal prevention in IntegerOnly and WithoutGrouping using numeric as reference in InputNumber by @Sumeet-2023 in #7981
- Fix: #7984 (Autocomplete type issue) when multiple and Templates are used by @GuillaumeC in #7986
- fix: allow single-click date selection when input is focused by @navedqb in #7994
- Fix: InputNumber - use decimal separator based on locale by @tneeraja95 in #7996
- fix: prevent Enter key from clearing selection when no option focused by @codiini in #7999
- feat (cascadeselect): add panelStyles and panelClassName props by @codiini in #8002
- feat(cascadeselect) add showClear prop by @codiini in #8007
- fix: MenuItem onClick handler not triggering when clicking on items by @shikhar-4739 in #8010
- feat(MultiStateCheckbox): add id prop to improve accessibility by @timmy471 in #8009
- fix: enable arrow key navigation when filter input is focused by @navedqb in #8012
- fix: file removal issue when selecting the same file twice by @navedqb in #7993
- Fix #8023: Locale include all labels from PrimeLocale by @melloware in #8024
- Fix #8022: MultiStateCheckbox remove unnecessary ARIA by @melloware in #8025
- fix(#8026): Add missing FilterMatchMode notIn by @wmouwen in #8027
- Revert "TableBody: Fix range selection when lazy loading is enabled (#7799)" by @rubenochiavone in #8028
- fix: add id prop to improve accessibility by @navedqb in #8030
- fix: FileUpload component now removes files with single click by @shikhar-4739 in #8034
- Datatable: cell memoization options and documentation by @acc-cassio in #8035
- Fix #7977: InputNumber also check maxFractionDigits by @melloware in #8036
- Fix #8020: Listbox to ListBox in Typescript by @melloware in #8037
- Fix #8020: Listbox to ListBox in Typescript by @melloware in #8038
- Fix: Datatable row expansion bug by @acc-cassio in #8039
- fix(MultiStateCheckbox): support invalid and variant props by @navedqb in #8041
- fix(calendar): crash on invalid prevPropValue by @navedqb in #8044
- Stepper fix linear example by @melloware in #8046
- Fix crash on DataTable edit cancel by @rubenochiavone in #8047
- Fix value prop to keep SelectInput's input as controlled by @rubenochiavone in #8048
- Fix MultiSelect non-unique keys by @rubenochiavone in #8050
New Contributors
- @ryoku4 made their first contribution in #7939
- @benedictjohannes made their first contribution in #7967
- @GuillaumeC made their first contribution in #7986
- @codiini made their first contribution in #7999
- @shikhar-4739 made their first contribution in #8010
- @wmouwen made their first contribution in #8027
Full Changelog: 10.9.5...10.9.6
10.9.5
What's Changed
- build(deps-dev): bump prettier from 3.4.1 to 3.5.3 by @dependabot in #7853
- Performance (datatable): avoiding unnecessary re-render of cells of rows with no state-change by @acc-cassio in #7420
- Re-apply #7545 by @melloware in #7858
- fix (DataTable): Columns not getting dynamically frozen by @acc-cassio in #7860
- Performance (datatable): limiting re-render for only radiobutton/checkbox cells at row selection by @acc-cassio in #7425
- fix #7229: update OrderList scroll position when item is moved by @ozantekin in #7230
- Fix build by @melloware in #7861
- fix(Dropdown): prevent item selection on Escape key press by @KumJungMin in #7863
- Fix #7864: Mention add variant by @melloware in #7865
- Fix #7849: RadioButton readonly to readOnly by @melloware in #7869
- Fix #7455: Decimal prevention in IntegerOnly and WithoutGrouping using numeric as reference in InputNumber by @Sumeet-2023 in #7868
- Fix #7867: TreeSelect filterDelay fix by @melloware in #7870
- fix(Checkbox): resolve readOnly component accessibility issue by @sahilrajthapa in #7871
- fix: #7877 Dropdown - add missing typescript definition for filterClearIcon pt by @dodvarko in #7878
- Fix #7806: InputOtp add autoFocus by @melloware in #7879
- fix: #7881, AutoComplete, Dropdown: added missing onOverlayHide prop for panels AutoComplete, Dropdown by @aaleo402 in #7882
- Fix #7890: Calendar refocus input after ESC key by @melloware in #7891
- Fix #7892: CascadeSelect loading/loadingIcon typescript def by @melloware in #7893
- Fix #7894: AutoComplete/Chips do not allow removeItem in readonly by @melloware in #7895
- fix(InputMask): set element value to '' when props.value is empty (null, undefined, '') by @KumJungMin in #7897
- OverlayPanel: fix left alignment by @sescandell in #7902
- OverlayPanel fix following scroll by @sescandell in #7904
- Fix #7914: TristateCheckbox value typescript fix by @melloware in #7915
- Fix #7914: TriStateCheckbox 3rd state is NULL not '' by @melloware in #7916
- Fix #7911: Chip store unique id by @melloware in #7917
- Fix #7922: MenuBar remove aria-level by @melloware in #7923
- fix(Chip/Menu): prevent Event Misbehavior When Clicking Chip Delete Button Inside Menu by @KumJungMin in #7924
- Breadcrumb: disabled item receives keyboard focus by @tugcekucukoglu in #7930
- Fix #7931 by @tanerengiiin in #7932
New Contributors
Full Changelog: 10.9.4...10.9.5
10.9.4
What's Changed
- Fix type in useTimeout hook docs by @radu-iamandi-visma in #7772
- Fix #7771: InputText TS fix by @melloware in #7773
- Fix #7770: ObjectUtils fix regression for passing all params by @melloware in #7774
- Fix #7775: Stepper fix typescript add children by @melloware in #7777
- fix: InputText - updated condition to add 'p-filled' class to input element by @skj-skj in #7779
- Fix #7785: Add NULL to getElement() TS def by @melloware in #7787
- #7569: Added frozenEditingMetaState for DataTable by @tneeraja95 in #7785
- Fixed typo in onPaste callback in InputNumber by @skj-skj in #7788
- Bump canvg from 3.0.10 to 3.0.11 by @dependabot in #7793
- Bump jspdf and jspdf-autotable by @dependabot in #7798
- Fix #7778 (DataTable): Fix range selection when lazy loading is enabled by @rayman-de in #7799
- Fix #6782: Datatable fix rowExpansion PT prop by @melloware in #7804
- fix(InputOtp): align Delete key behavior with Backspace by @KumJungMin in #7810
- fix(InputOtp): allow Delete key in interOnly option by @KumJungMin in #7811
- fix: #7797, Dropdown: When using Dropdown filter to call data in API, the filter text bugs if the results is empty by @akshayaqburst in #7812
- [ColorPicker] Add preventDefault on hueDrag like for colorDrag to avoid text selection by @sescandell in #7814
- Next.js 12.3.5 by @melloware in #7816
- Fix #7819: MultSelect respect 'selectionMessage' locale by @melloware in #7821
- Fix: #7817 (Autocomplete type issue) by @sarathkumarsasi in #7823
- Doc Fix #7825: TypeScript Type Issues in AutoComplete Component Example #7825 by @sarathkumarsasi in #7827
- Fix: #7831 InputUtp: Using the normal enter key allows submitting the form, not with the numpad enter key. by @zefanjajobse in #7832
- fix: #7790,MultiSelect: MultiSelect component has an accessibility issue (Tab key navigation) by @akshayaqburst in #7829
- fix: #7835, Knob: Hand Icon missing while hovering over knob range by @akshayaqburst in #7836
- Fix #7837: Datatable Body passthrough options fix by @melloware in #7838
- fix(PickList): duplicate ids in columns by @sahilrajthapa in #7840
- fix(Menu): popup mode with template hover issue by @sahilrajthapa in #7839
- fix(TreeTable): avoid React warning by passing valid DOM props by @KumJungMin in #7841
- fix(MultiSelect): resolve select all crash with virtual scroll by @sahilrajthapa in #7842
- fix(Tree): ensure correct DragNode/DropNode on filtered tree by @sahilrajthapa in #7843
New Contributors
- @radu-iamandi-visma made their first contribution in #7772
- @sescandell made their first contribution in #7814
- @sarathkumarsasi made their first contribution in #7823
- @zefanjajobse made their first contribution in #7832
- @sahilrajthapa made their first contribution in #7840
Full Changelog: 10.9.3...10.9.4