fix(components/filter-bar): ensure order of selected filters remains constant (#4158)#4166
Merged
Blackbaud-CoreyArcher merged 2 commits intomainfrom Jan 20, 2026
Conversation
|
View your CI Pipeline Execution ↗ for commit ffa2366
☁️ Nx Cloud last updated this comment at |
Collaborator
Author
|
Component Storybooks: Apps: |
Blackbaud-CoreyArcher
approved these changes
Jan 20, 2026
…7791b6a5_1768593604703
johnhwhite
pushed a commit
that referenced
this pull request
Feb 4, 2026
## [14.0.0-alpha.1](14.0.0-alpha.0...14.0.0-alpha.1) (2026-02-04) ### Features * **components/filter-bar:** extend generics for filter types in filter items ([#4175](#4175)) ([#4182](#4182)) ([8278d17](8278d17)) * **components/pages:** modal link list items may provide a click handler ([#4169](#4169)) ([#4170](#4170)) ([76e6d4d](76e6d4d)), closes [AB#3682483](https://github.com/blackbaud/AB/issues/3682483) * **sdk/stylelint-config-skyux:** update stylelint to 17.1.0 ([#4187](#4187)) ([86fafb0](86fafb0)), closes [AB#3642976](https://github.com/blackbaud/AB/issues/3642976) [AB#3691772](https://github.com/blackbaud/AB/issues/3691772) * **sdk/testing:** update axe-core to 4.11.1 ([#4185](#4185)) ([6c3f370](6c3f370)), closes [AB#3642976](https://github.com/blackbaud/AB/issues/3642976) [AB#3691545](https://github.com/blackbaud/AB/issues/3691545) ### Bug Fixes * **components/filter-bar:** ensure order of selected filters remains constant ([#4158](#4158)) ([#4166](#4166)) ([833f7ce](833f7ce)) * **components/indicators:** use correct info icon matte token ([#4161](#4161)) ([#4165](#4165)) ([f4bfe2b](f4bfe2b))
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🍒 Cherry picked from #4158 fix(components/filter-bar): ensure order of selected filters remains constant