Releases: primefaces/primevue
Releases · primefaces/primevue
PrimeVue 4.2.2
What's Changed
- Docs: Update ResolversDoc.vue by @sivareddyuppathi in #6711
- fix(Checkbox): Added "update:indeterminate" emit. by @Stawlie in #6714
- test(multi-select): update unit tests by @betavs in #6705
- fix: Slider: "Unable to preventDefault inside passive event listener invocation" in primevue_slider.js (touchmove) by @caryhgq in #6537
- Update DrawerEmitsOptions by @evovas in #6622
- fix(slider): correct range operation bug by @j0rgedev in #6674
- fix(Select): resolve $el undefined error by @KumJungMin in #6541
- fix: Destroy dialog instance on close to release unused memory by @YannisJustine in #6597
- Fix/datepicker changes 12am to 12pm on date selection by @Alex-Grimes in #6687
- Fix #6317 InputOtp by @brtinney in #6596
- fix(ConfirmPopup): set this.target to document.activeElement when this.target is empty by @KumJungMin in #6591
- fix(TextArea): autoResize issue with v-show by implementing ResizeObserver by @KumJungMin in #6630
- fix(date-picker): prevent events from bubbling when overlay is clicked by @betavs in #6703
- fix(TreeSelect): prevent event propagation when clicking overlay by @KumJungMin in #6758
- Button: Added "loadingIcon" and "icon" pt options to its slots by @Stawlie in #6765
- fix: InputNumber does not work on Android devices fix by @sivareddyuppathi in #6768
- fix(toggleswitch): ensure visual switch with Material theme by @j0rgedev in #6769
- #6233 - Listbox: Preserve option groups while filtering. by @avramz in #6275
- Fix #5606: Adding support for Quill V2 by @Abassion in #6620
New Contributors
- @sivareddyuppathi made their first contribution in #6711
- @Stawlie made their first contribution in #6714
- @caryhgq made their first contribution in #6537
- @evovas made their first contribution in #6622
- @j0rgedev made their first contribution in #6674
- @YannisJustine made their first contribution in #6597
- @Alex-Grimes made their first contribution in #6687
- @brtinney made their first contribution in #6596
- @Abassion made their first contribution in #6620
Full Changelog: 4.2.1...4.2.2
PrimeVue 4.2.1
What's Changed
- Forms: Incorrect main/module/exports error when importing in #6709
- Forms: Could not resolve "valibot" in #6708
Full Changelog: 4.2.0...4.2.1
PrimeVue 4.2.0
What's Changed
- PrimeVue Forms by @tugcekucukoglu in #6632
- RTL initial by @tugcekucukoglu in #6634
- fix: remove closeIcon prop from InPlace documentation by @navedqb in #6676
- fixes #6543 (missing slot prop: toggleCallback) by @mergehez in #6548
- fixed typo in delay doc by @stackoverfloweth in #6697
- Update ImportPTDoc.vue by @cybtroxy in #6610
- bump vue version by @tuziemon in #6493
New Contributors
- @stackoverfloweth made their first contribution in #6697
- @cybtroxy made their first contribution in #6610
Full Changelog: 4.1.1...4.2.0
PrimeVue 4.1.1
What's Changed
- fix: #5903 by @2234839 in #6088
- fix(Splitter): #6570 (Typo in splitter.js (autocomplete err)) by @MstrVLT in #6571
- fix(DataTable): prevent rowClick trigger when button clicked by @KumJungMin in #6544
New Contributors
Full Changelog: 4.1.0...4.1.1
PrimeVue 4.1.0
What's Changed
- Fix DataTable: emptyMessage passthrough by @philipstarkey in #6455
- fix: remove needless description of popover by @tuziemon in #6449
- Add itemicon slot similar to the one in the breadcrumbs component by @likeadeckofcards in #6031
- Fix #6371: Add node and expanded data on nodetoggleicon. by @mehdirande in #6372
- #6374 Tree: allow
filterBy
to be a getter by @jacobtylerwalls in #6367 - #6151: refactor the TableHeader template so it renders filters when c… by @avramz in #6197
- Feat(DataTable): added showHeaders prop to datatable by @karpov159 in #5950
- Fix #6390: Updated
Tree
example code of document by @kimhanui in #6391 - Proposal for #5463: Add a resetState method to splitter to manually reset state by @mehdirande in #6394
- #6303 fix: Multiselect - correctly default to locale when selectedItemsLabel… by @avramz in #6414
- [InputOtp] select box content when clicking on a box by @mergehez in #6354
- #6347 fix: Datepicker -> Allow user to set year via input when view="year" by @avramz in #6415
- fix DataTable: Allow drop below bottom row by @philipstarkey in #6424
- fix(docs): emit options of drawer component description error by @Mumujianguang in #6465
- #6404 fix: add messages to FileUpload templates by @WatCodeDatCode in #6417
- fix: emit unmask value to update:modelValue when unmask mode by @KumJungMin in #6407
- fix: add unstyled prop to HeaderCheckbox component by @navedqb in #6471
- Fix: focus on wrong element when adding "Select" component to footer slot of DatePicker by @lehuuphuc in #6480
- fix(Password): add 'autofocus' property on Password component by @C17AN in #6483
- fix(Select): replace logical OR Operator to Nullish Coalescing Operator by @C17AN in #6484
- Update .prettierignore by @Tamas-hi in #6495
- #6420 fix: Select: autoFilterFocus stuck when switching between Selects by @avramz in #6510
- #6443 fix: v-tooltip -> getTarget: Correctly fallback to el when find… by @avramz in #6509
- feat: add expandedKeys, update emit event in TreeSelect by @KumJungMin in #6501
New Contributors
- @philipstarkey made their first contribution in #6455
- @tuziemon made their first contribution in #6449
- @likeadeckofcards made their first contribution in #6031
- @mehdirande made their first contribution in #6372
- @karpov159 made their first contribution in #5950
- @kimhanui made their first contribution in #6391
- @Mumujianguang made their first contribution in #6465
- @lehuuphuc made their first contribution in #6480
- @C17AN made their first contribution in #6483
Full Changelog: 4.0.7...4.1.0
PrimeVue 4.0.7
What's Changed
- Fix various typos by @jacobtylerwalls in #6319
- ColumnWidths yanlış yazım düzeltildi. by @ByStronq in #6364
- Dialog: fix #6356 and implement #6357 by @b7c in #6358
- fix: DatePicker: fix showOtherMonths behavior so it doesn't show oth… by @avramz in #6324
- fixes #6353 - InputOtp: IntegerOnly mode accepts "space" by @mergehez in #6355
- fix: handle click event using event.currentTarget in DataTable by @KumJungMin in #6333
- feat(Select): avoid IME input issue when typing in filter by @charlie0228 in #6280
- Improve typing of FileUploadState.messages by @jacobtylerwalls in #6322
- Fix incorrect statement in palette() docs by @jacobtylerwalls in #6378
- Fix issue #6262 - Click outside only when not modal for v4.0.5 by @FabienVINCENT in #6284
New Contributors
- @ByStronq made their first contribution in #6364
- @b7c made their first contribution in #6358
- @mergehez made their first contribution in #6355
- @charlie0228 made their first contribution in #6280
- @FabienVINCENT made their first contribution in #6284
Full Changelog: 4.0.6...4.0.7
PrimeVue 4.0.6
What's Changed
- Update [Live Demo] urls by @TekPike in #6298
- removed incorrect duplicate template in code sample by @JasonLandbridge in #6293
- chore: update to latest
@nuxt/module-builder
by @danielroe in #6336 - fix: global vue type augmentation by @sceee in #6207
New Contributors
- @TekPike made their first contribution in #6298
- @JasonLandbridge made their first contribution in #6293
Full Changelog: 4.0.5...4.0.6
PrimeVue 4.0.5
What's Changed
- fix(Stepper): include panel value in activateCallback signature by @damoxc in #6226
- Fix issue #6242 - Syntax error in docs example by @johanneslo1 in #6243
- fix: Add 'iconfield' to PrimeVuePTOptions by @navedqb in #6224
- Fixed Button in the popover basic doc to be consistent in both the demo and the code section by @lukfd in #6192
- #6203 fix: switching to year view when modelValue is populated by @avramz in #6204
- fix(DatePicker): change value to modelvalue in isYearSelected by @KumJungMin in #5986
- fix(FileUpload): fix broken choose button in basic mode, fixes #6257,… by @m-meier in #6259
- fix: InputOtp - allow NumpadEnter event by @Payn in #6182
- Fixed issue where the select focus was lost when an option was selected with enter key while autoFilterFocus was true by @trombonist76 in #6201
- Make that "as" of Button Props can be assigned Component Object by @Creo-KR in #6239
- fix: extend as props to accept component objects by @WatCodeDatCode in #6267
- fix: fix the unexpected joggle state when
dialog
component non-fixed by @wangziling in #6161 - Update InputMask.vue by @wuc656 in #6231
- fix: Adjust
p-inputnumber-button-group
z-index
so it's not lower … by @avramz in #6273
New Contributors
- @damoxc made their first contribution in #6226
- @johanneslo1 made their first contribution in #6243
- @lukfd made their first contribution in #6192
- @Payn made their first contribution in #6182
- @trombonist76 made their first contribution in #6201
- @WatCodeDatCode made their first contribution in #6267
- @wangziling made their first contribution in #6161
- @wuc656 made their first contribution in #6231
Full Changelog: 4.0.4...4.0.5
PrimeVue 4.0.4
What's Changed
- fix(docs): Update DatePicker inline and basic docs by @chu121su12 in #6124
- Fix - add buttongroup to PrimeVuePTOptions #6137 by @avramz in #6146
- fix: month selection highlighting problem in range mode by @LemonAppleMo in #6121
- button add opacity transition by @kkfive in #6138
- #6125 Fix (DatePicker, Locale) - deep merge options during install by @avramz in #6143
- fix: #6106, DatePicker: cannot type an end date that is the same as the start date by @akshayaqburst in #6107
- Fix datepicker unstyled - #6147 by @cjalex1313 in #6155
- Fix(DatePicker): allow to type the end date equal to the start date by @KumJungMin in #6082
- fix: add @keydown emit event in DatePicker component by @andrew-cmdltt in #6068
- fix(ContextMenu): adjust anchor element selector to execute action on Enter key when the "item" template has been redefined by @clemvnt in #5944
- Fix positioning of overlay arrows by @ajm13 in #5975
- fix: prevent icon display when inline property is set by @navedqb in #6158
- Dialog: Cherry pick 're-focus original element on close' fix to v4 by @clemvnt in #6142
- Add multi-data to overivew chart by @tanerengiiin in #6156
- fix: InputOtp - [IntegerOnly] make enable Tab, Enter Key down by @Creo-KR in #6172
- Chore: Unit tests (#5095) by @avramz in #6170
New Contributors
- @avramz made their first contribution in #6146
- @LemonAppleMo made their first contribution in #6121
- @kkfive made their first contribution in #6138
- @cjalex1313 made their first contribution in #6155
- @andrew-cmdltt made their first contribution in #6068
- @ajm13 made their first contribution in #5975
- @tanerengiiin made their first contribution in #6156
- @Creo-KR made their first contribution in #6172
Full Changelog: 4.0.3...4.0.4
PrimeVue 4.0.3
What's Changed
- Fix: Add inputId Prop to BaseColorPicker Component by @navedqb in #6136
- fix (docs): "Select also known as Select" by @mateusscheper in #6133
New Contributors
- @mateusscheper made their first contribution in #6133
Full Changelog: 4.0.2...4.0.3