Skip to content

Commit 551fd9c

Browse files
committed
docs(gallery-web): add changelog for pagination placement
1 parent 3cd4e08 commit 551fd9c

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

packages/pluggableWidgets/gallery-web/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
### Changed
10+
11+
- The pagination alignment design property now offers Left, Center and Right, and is applied above and below the gallery. Aligning the pagination moves the selection count or the load more button aside so both stay visible on the same row.
12+
913
### Fixed
1014

1115
- We fixed an issue where the Gallery widget could crash with an "invalid attribute id" error when a stored sort order referenced an attribute that was no longer available. The widget now falls back to the default sort order instead.
1216

17+
- We fixed the pagination alignment design property, which had no effect on the position of the pagination controls.
18+
19+
- We fixed an issue where custom pagination widgets always rendered below the gallery, ignoring the "Position of pagination" setting. Selecting "Above grid" now renders them above the gallery, and the page editor shows them in the same place as the running app. With "Both" selected, custom pagination widgets render once, below the gallery.
20+
1321
## [3.11.3] - 2026-07-27
1422

1523
### Fixed

0 commit comments

Comments
 (0)