| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -6,6 +6,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | |||
| 6 | 6 | ||
| 7 | 7 | ## [Unreleased] | |
| 8 | 8 | ||
| 9 | + ### Added | ||
| 10 | + | ||
| 11 | + - Add finder path restoration with `Finder.select(String)` and `Finder.select(FinderPath)` for async column loading and programmatic path selection | ||
| 12 | + | ||
| 13 | + ### Changed | ||
| 14 | + | ||
| 15 | + - Change `Finder.select(FinderPath)` to fire select and preview events only for the deepest resolved item instead of every intermediate segment during path restoration | ||
| 16 | + - Fire `SelectHandler` on ArrowLeft keyboard navigation so consumers are notified when focus moves back to a previously selected item | ||
| 17 | + | ||
| 18 | + ### Fixed | ||
| 19 | + | ||
| 20 | + - Improve finder path selection resilience by stopping on missing columns or items instead of continuing with stale state | ||
| 21 | + - Fix code review findings across `org.patternfly.component` package | ||
| 22 | + - Fix markdown directory tree copy in publish-docs workflow | ||
| 23 | + | ||
| 9 | 24 | ## [0.9.1] - 2026-06-08 | |
| 10 | 25 | ||
| 11 | 26 | ### Added | |
| Back | FazBrowse Home | New Git URL |
0 commit comments