From f1f32ff810a2d737fdb1481d2f98b8078b31b6e3 Mon Sep 17 00:00:00 2001 From: gucal Date: Wed, 17 Jan 2024 16:47:34 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4e81aa571..a4bec3d81d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,49 @@ # Changelog +## [10.4.0](https://github.com/primefaces/primereact/tree/10.4.0) (2024-01-10) + +[Full Changelog](https://github.com/primefaces/primereact/compare/10.3.1...10.4.0) + +**Fixed bugs:** + +- FileUpload component, file content for non-image file types [\#5786](https://github.com/primefaces/primereact/issues/5786) +- Mega Menu is not working on mobile devices [\#5788](https://github.com/primefaces/primereact/issues/5788) +- Megamenu demo pages should sync with primevue megamenu demos [\#5791](https://github.com/primefaces/primereact/issues/5791) +- Panel Menu opens empty item [\#5789](https://github.com/primefaces/primereact/issues/5789) +- Menubar demo classname typo [\#5790](https://github.com/primefaces/primereact/issues/5790) +- Float Label demo is broken in mobile mode [\#5781](https://github.com/primefaces/primereact/issues/5781) +- Megamenu demo pages should sync with primevue megamenu demos [\#5791](https://github.com/primefaces/primereact/issues/5791) +- PanelMenu:Items not displaying correctly [\#5777](https://github.com/primefaces/primereact/issues/5777) +- ConfirmDialog:confirmDialog method in unstyled mode, the pop-up window style not apply [\#5656](https://github.com/primefaces/primereact/issues/5656) +- Image: image zoomed out when opening second time [\#5771](https://github.com/primefaces/primereact/issues/5771) +- Global Escape Key Listener Already Exists Error When Opening Multiple Dialogs [\#5767](https://github.com/primefaces/primereact/issues/5767) +- Calendar: Month does not change when the onViewDateChange property is used [\#5754](https://github.com/primefaces/primereact/issues/5754) +- TieredMenu and Megamenu: not rendering content [\#5766](https://github.com/primefaces/primereact/issues/5766) +- InputMask: cannot test component with @testing-library/user-event >= 14.0.0 [\#5747](https://github.com/primefaces/primereact/issues/5747) +- Locale: Clarify configuration [\#5760](https://github.com/primefaces/primereact/issues/5760) +- Accordion: Error reading disabled [\#5757](https://github.com/primefaces/primereact/issues/5757) +- DataTable: cell editing can't be cancelled when invalid [\#5750](https://github.com/primefaces/primereact/issues/5750) +- Panel: Passthrough not working for header [\#5570](https://github.com/primefaces/primereact/issues/5570) +- Calendar input pt [\#5564](https://github.com/primefaces/primereact/issues/5564) +- ConfirmDialog pt prop style doesn't work with tailwind classes [\#5144](https://github.com/primefaces/primereact/issues/5144) +- InputNumber: format error after the decimal point when Locale set de-DE [\#5745](https://github.com/primefaces/primereact/issues/5745) +- TieredMenu: Reference error - create Submenu [\#5751](https://github.com/primefaces/primereact/issues/5751) +- PrimeReactPTOptions: typo for multi state checkbox [\#5752](https://github.com/primefaces/primereact/issues/5752) +- DataTable: Cannot update a component while rendering a different component warning [\#5556](https://github.com/primefaces/primereact/issues/5556) +- TreeTable: column align header is not working [\#5315](https://github.com/primefaces/primereact/issues/5315) +- TabView: the right scrollable is always true even if there is only one Tab [\#5743](https://github.com/primefaces/primereact/issues/5743) +- Menu: click on menu item with url does nothing [\#5785](https://github.com/primefaces/primereact/issues/5785) +- OrderList: Behavior when using spread syntax in onChange [\#4089](https://github.com/primefaces/primereact/issues/4089) +- PickList: Behavior when using spread syntax in onChange [\#5739](https://github.com/primefaces/primereact/issues/5739) +- InputNumber: Pos1/End places caret before/after prefix/postfix [\#5730](https://github.com/primefaces/primereact/issues/5730) +- Documentation (Sidebar): fullScreen not visible by default [\#5741](https://github.com/primefaces/primereact/issues/5741) +- DataTable: ResizeableColumns doesnt work with unstyled [\#5706](https://github.com/primefaces/primereact/issues/5706) +- Dropdown: After selecting an option, clearing the value using close icon should clear the filter input [\#5735](https://github.com/primefaces/primereact/issues/5735) +- InputNumber: 0 Decimal Entry Issue using Currency Mode [\#5728](https://github.com/primefaces/primereact/issues/5728) +- Calendar - Pasting a datetime value with AM in it results in PM time instead [\#5719](https://github.com/primefaces/primereact/issues/5719) +- Form Components: Convert class selector to data selector [\#5686](https://github.com/primefaces/primereact/issues/5686) +- TieredMenu appears broken? - "ReferenceError: item is not defined" even on your own demo page [\#5724](https://github.com/primefaces/primereact/issues/5724) + ## [10.3.1](https://github.com/primefaces/primereact/tree/10.3.1) (2024-01-10) [Full Changelog](https://github.com/primefaces/primereact/compare/10.3.0...10.3.1)