Retrospective release record
The overlay stacking fix was implemented in PR #117 and released in Components 2.6.2 before an owning issue was filed. This issue records that process gap; it does not claim issue-first ordering occurred.
Previous behavior
Dropdown, MultiSelect, and Calendar panels opened inside a dialog could render behind the dialog mask from the second dialog open onward. useOverlayZIndex overwrote PrimeReact's inline z-index during unregistering, leaked registry entries, and let later dialog masks outrank the panels.
Shipped behavior
useOverlayZIndex is a raise-only floor: it raises panels below the configured minimum and never lowers or overwrites a z-index computed by PrimeReact.
Release
Retrospective release record
The overlay stacking fix was implemented in PR #117 and released in Components 2.6.2 before an owning issue was filed. This issue records that process gap; it does not claim issue-first ordering occurred.
Previous behavior
Dropdown, MultiSelect, and Calendar panels opened inside a dialog could render behind the dialog mask from the second dialog open onward.
useOverlayZIndexoverwrote PrimeReact's inline z-index during unregistering, leaked registry entries, and let later dialog masks outrank the panels.Shipped behavior
useOverlayZIndexis a raise-only floor: it raises panels below the configured minimum and never lowers or overwrites a z-index computed by PrimeReact.Release
4bcc6d12e