Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions workspaces/homepage/.changeset/red-insects-teach.md

This file was deleted.

10 changes: 10 additions & 0 deletions workspaces/homepage/plugins/dynamic-home-page/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @red-hat-developer-hub/backstage-plugin-dynamic-home-page

## 1.10.7

### Patch Changes

- cf8ee79: Enhance home page layout adaptability when QuickStart is displayed.

Updated the homepage layout logic to utilize container width monitoring rather than relying on viewport-based Grid breakpoints. This change ensures the illustration card seamlessly switches to a vertical stack when the QuickStart drawer is open, independent of the user's screen resolution.

Additionally, introduced scrollbars to the onboarding, software catalog, and template sections for improved navigation and usability.

## 1.10.6

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@red-hat-developer-hub/backstage-plugin-dynamic-home-page",
"version": "1.10.6",
"version": "1.10.7",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
Loading