FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

docs: update changelog with unreleased changes since v0.9.1 · patternfly-java/patternfly-java@ac3ac97 · GitHub

Commit ac3ac97

Browse files
committed
docs: update changelog with unreleased changes since v0.9.1
1 parent 81ef43f commit ac3ac97

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

‎CHANGELOG.md‎

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

77
## [Unreleased]
88

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+
924
## [0.9.1] - 2026-06-08
1025

1126
### Added

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL