Skip to content

Commit e50e65d

Browse files
docs: changelog entry for 4.9.5
1 parent 05aa08b commit e50e65d

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file. See [standa
44

55
## 4.X
66

7+
### [4.9.5](https://github.com/SkepticMystic/breadcrumbs/compare/4.9.4...4.9.5) (2026-05-13)
8+
9+
### Bug Fixes
10+
11+
* Fix inline `.BC-page-views` rendering as a left column beside `.cm-sizer` (instead of stacking above it) when the Banners Reloaded plugin is **not** active on the current note. 4.9.4 removed `flex-wrap` from `.cm-scroller.BC-cm-scroller-inline-page-views`; default Obsidian uses `flex-direction: row`, so without wrap `.BC-page-views` became a flex sibling of `.cm-sizer`. Two follow-on issues blocked the wrap from taking effect:
12+
- `.banner-image` is injected as a scroller child by Banners Reloaded even when no banner is set on the note (no `.banner-view-active` class), consuming a flex column. The absolute-position rule on `.banner-image` is now ungated so it is always pulled out of flex flow.
13+
- The readable-line-width cap of 700px on `> .BC-page-views` applied in default Obsidian too, holding the trail at 700px inside a wide row so `.cm-sizer` still fit beside it. That cap is now scoped to `.banner-view-active` where it was intended.
14+
- `flex-wrap` is re-enabled on the scroller only when `.banner-view-active` is absent, so Banners Reloaded's column layout remains untouched.
15+
716
### [4.9.4](https://github.com/SkepticMystic/breadcrumbs/compare/4.9.3...4.9.4) (2026-05-13)
817

918
### Bug Fixes

0 commit comments

Comments
 (0)