Branch: refs/heads/master Home: https://github.com/xwiki-contrib/application-releasenotes Commit: 1e23b3b779068f8e2e42656c66012cbf05429d30 https://github.com/xwiki-contrib/application-releasenotes/commit/1e23b3b7790... Author: Vincent Massol <[email protected]> Date: 2026-09-03 (Thu, 03 Sep 2026) Changed paths: M application-releasenotes-ui/src/main/resources/ReleaseNotes/Code/Change/ChangeDisplayerFlow.xml M application-releasenotes-ui/src/test/java/org/xwiki/releasenotes/DisplayChangesMacroPageTest.java Log Message: ----------- RN-107: The flow displayer misaligns a change's media and displays none when the change has no screenshot * Give every change a media block, the way the grid displayer does: the screenshots when the change has any, its video when it has none, and the "no image" placeholder when it has neither. A change was previously left with an empty half-width column, which made the screenshot of the next change read as illustrating it. * Add a stylesheet to the displayer that starts both halves of a change at the same height: neither column opens with the theme's leading margin any more, and the gallery box hugs its screenshot and pins it to the top instead of padding itself out to a fixed height and centring a short screenshot up to a hundred pixels below the title. The maximised gallery is left alone, so opening a screenshot full screen still fills the viewport. * Cover the two behaviours with page tests: the flow displayer puts the screenshots in the media column and the title in the text column, and both the grid and the flow displayers give a change with no screenshot a media block holding the placeholder. Commit: 0b019e98181cb6219bc11477c919b0711517ec78 https://github.com/xwiki-contrib/application-releasenotes/commit/0b019e98181... Author: Vincent Massol <[email protected]> Date: 2026-09-03 (Thu, 03 Sep 2026) Changed paths: M application-releasenotes-ui/src/main/resources/ReleaseNotes/Code/Change/ChangeDisplayerFlow.xml M application-releasenotes-ui/src/test/java/org/xwiki/releasenotes/DisplayChangesMacroPageTest.java Log Message: ----------- RN-108: The flow displayer keeps its two columns side by side at every screen width * Make the media and the text columns halves from the medium breakpoint up only, instead of at every width: below it they stack, rather than shrink the screenshot to a 120 pixel thumbnail and the summary beside it to a ribbon a few words wide. The breakpoint is the width from which a column can still hold the screenshot at the size the gallery asks for. * Give the text back the separation from the media that it loses to the alignment rule once the two are stacked. Commit: 082dc1912dc9facc74d437562f079b83740e6e35 https://github.com/xwiki-contrib/application-releasenotes/commit/082dc1912dc... Author: Vincent Massol <[email protected]> Date: 2026-09-03 (Thu, 03 Sep 2026) Changed paths: M application-releasenotes-ui/src/main/resources/ReleaseNotes/Code/Change/ChangeDisplayerFlow.xml M application-releasenotes-ui/src/test/java/org/xwiki/releasenotes/DisplayChangesMacroPageTest.java Log Message: ----------- Merge pull request #48 from xwiki-contrib/RN-107 RN-107 / RN-108: Fix the media alignment, the missing media and the responsive layout of the flow displayer Compare: https://github.com/xwiki-contrib/application-releasenotes/compare/f4253b3055... To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/application-releasenotes/settings/notificat...