Update CHANGELOG.md
parent
fff7ebbc34
commit
024eb76ee6
43
CHANGELOG.md
43
CHANGELOG.md
|
@ -1,5 +1,46 @@
|
|||
# Changelog
|
||||
|
||||
## [4.2.2](https://github.com/primefaces/primevue/tree/4.2.2) (2024-11-14)
|
||||
|
||||
[Full Changelog](https://github.com/primefaces/primevue/compare/4.2.1...4.2.2)
|
||||
|
||||
**Fixed bugs:**
|
||||
|
||||
- Menubar: submenu icon rtl defects [\#6784](https://github.com/primefaces/primevue/issues/6784)
|
||||
- Drawer: dismissable mode behaviour defects [\#6779](https://github.com/primefaces/primevue/issues/6779)
|
||||
- Component Name: InputNumber does not work on Android devices [\#6766](https://github.com/primefaces/primevue/issues/6766)
|
||||
- Improve filter rule visuals [\#6761](https://github.com/primefaces/primevue/issues/6761)
|
||||
- paginator rtl [\#6759](https://github.com/primefaces/primevue/issues/6759)
|
||||
- Button: Variant "link" is not assignable [\#6756](https://github.com/primefaces/primevue/issues/6756)
|
||||
- Timeline: rtl defect [\#6754](https://github.com/primefaces/primevue/issues/6754)
|
||||
- Frozen Columns Header: value on Columns Header won't hidden [\#6745](https://github.com/primefaces/primevue/issues/6745)
|
||||
- InputGroup: IconField is not supported in InputGroup [\#6743](https://github.com/primefaces/primevue/issues/6743)
|
||||
- PanelMenu: rtl submenu icon rotate defect [\#6753](https://github.com/primefaces/primevue/issues/6753)
|
||||
- Button: "loadingicon" slot has no class and data attribute [\#6747](https://github.com/primefaces/primevue/issues/6747)
|
||||
- ToggleSwitch: does not switch visually when selecting Material theme [\#6735](https://github.com/primefaces/primevue/issues/6735)
|
||||
- Checkbox: "update:indeterminate" is not added as available emit type. [\#6713](https://github.com/primefaces/primevue/issues/6713)
|
||||
- Provide showEmptyMessage for AutoComplete [\#6773](https://github.com/primefaces/primevue/issues/6709)
|
||||
- MegaMenu: type error in props model [\#6706](https://github.com/primefaces/primevue/issues/6706)
|
||||
- MultiSelect: Unit test exception [\#6704](https://github.com/primefaces/primevue/issues/6704)
|
||||
- DatePicker does not play well with ConfirmPopup. [\#6696](https://github.com/primefaces/primevue/issues/6696)
|
||||
- Menu components: Blocked aria-hidden on an element error [\#6692](https://github.com/primefaces/primevue/issues/6692)
|
||||
- DatePicker 12am to 12pm issue [\#6686](https://github.com/primefaces/primevue/issues/6686)
|
||||
- Slider range operation bug [\#6649](https://github.com/primefaces/primevue/issues/6649)
|
||||
- ListBox: @filter event must return filter options [\#6641](https://github.com/primefaces/primevue/issues/6641)
|
||||
- Metergroup: Required icon [\#6639](https://github.com/primefaces/primevue/issues/6639)
|
||||
- Drawer: missing 'after-hide' emit [\#6621](https://github.com/primefaces/primevue/issues/6621)
|
||||
- InputText: Many props have a default of undefined but the docs say the default is null [\#6593](https://github.com/primefaces/primevue/issues/6593)
|
||||
- ButtonGroup: Invalid alignement of icon and non-icon buttons [\#6556](https://github.com/primefaces/primevue/issues/6556)
|
||||
- Select: throws an error with auto-filter-focus [\#6539](https://github.com/primefaces/primevue/issues/6539)
|
||||
- DynamicDialog: Underlying dialog not destroyed [\#6535](https://github.com/primefaces/primevue/issues/6535)
|
||||
- ConfirmPopup: Not positioned correctly when not used inside <button> [\#6525](https://github.com/primefaces/primevue/issues/6525)
|
||||
- InputOtp: iOS Autocomplete Jumbled [\#6317](https://github.com/primefaces/primevue/issues/6317)
|
||||
- Listbox: OptionGroup disappear with filter [\#6233](https://github.com/primefaces/primevue/issues/6233)
|
||||
- Slider: "Unable to preventDefault inside passive event listener invocation" in primevue_slider.js (touchmove) [\#5745](https://github.com/primefaces/primevue/issues/5745)
|
||||
- Editor: v-model not updating with Quill v2.0 [\#5606](https://github.com/primefaces/primevue/issues/5606)
|
||||
- TreeSelect: appendTo="self" and selectionMode="checkbox" causes panel to close on click on node arrows [\#4927](https://github.com/primefaces/primevue/issues/4927)
|
||||
- Textarea: AutoResize not working if the value is changed while textarea is not visible [\#4510](https://github.com/primefaces/primevue/issues/4510)
|
||||
|
||||
## [4.2.1](https://github.com/primefaces/primevue/tree/4.2.1) (2024-11-01)
|
||||
|
||||
[Full Changelog](https://github.com/primefaces/primevue/compare/4.2.0...4.2.1)
|
||||
|
@ -4350,4 +4391,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)_
|
||||
|
|
Loading…
Reference in New Issue