fix(components/filter-bar): add top border styling for filter bar in data manager#4094
Merged
Blackbaud-CoreyArcher merged 1 commit intomainfrom Nov 24, 2025
Merged
Conversation
|
View your CI Pipeline Execution ↗ for commit 1073ed0
☁️ Nx Cloud last updated this comment at |
Collaborator
|
Component Storybooks: Apps: |
libs/components/filter-bar/src/lib/modules/filter-bar/filter-bar.component.scss
Show resolved
Hide resolved
...-e2e/src/e2e/data-manager-with-list-toolbars/data-manager-with-list-toolbars.component.cy.ts
Show resolved
Hide resolved
...orybook/src/app/data-manager-with-list-toolbars/data-manager-with-list-toolbars.component.ts
Outdated
Show resolved
Hide resolved
libs/components/filter-bar/src/lib/modules/filter-bar/filter-bar.component.scss
Show resolved
Hide resolved
Blackbaud-SandhyaRajasabeson
approved these changes
Nov 21, 2025
e09d85a to
1073ed0
Compare
Merged
johnhwhite
pushed a commit
that referenced
this pull request
Dec 1, 2025
# [13.9.0](13.8.2...13.9.0) (2025-12-01) ### Bug Fixes * **components/ag-grid:** lookup cell editor should not stop editing when adding a new record ([#4086](#4086)) ([cbd547b](cbd547b)), closes [AB#3619682](https://github.com/AB/issues/3619682) * **components/filter-bar:** add top border styling for filter bar in data manager ([#4094](#4094)) ([7bdc781](7bdc781)) * **components/tabs:** tab dropdown close button is on the right in modern theme ([#4073](#4073)) ([d7deacb](d7deacb)), closes [AB#3614210](https://github.com/AB/issues/3614210) * **components/theme:** fix default semantic header styling ([#4093](#4093)) ([8591069](8591069)), closes [AB#3618574](https://github.com/AB/issues/3618574) ### Features * **components/packages:** create schematic to convert SKY UX projects to use standalone components ([#4082](#4082)) ([9c1b329](9c1b329)), closes [AB#3603880](https://github.com/AB/issues/3603880)
johnhwhite
added a commit
that referenced
this pull request
Dec 3, 2025
* origin/main: fix(components/lookup): selection modal show only selected items return known selections (#4101) chore: release 13.10.0 (#4099) chore(components/theme): add internal eyebrow font class (#4100) feat: update ag grid package versions (#4095) feat: update design tokens to 3.3.0 (#4098) chore: release 13.9.1 (#4097) fix: restore module providers (#4096) chore: release 13.9.0 (#4091) fix(components/filter-bar): add top border styling for filter bar in data manager (#4094) # Conflicts: # libs/components/ag-grid/package.json
johnhwhite
added a commit
that referenced
this pull request
Dec 3, 2025
* origin/main: fix(components/lookup): selection modal show only selected items return known selections (#4101) chore: release 13.10.0 (#4099) chore(components/theme): add internal eyebrow font class (#4100) feat: update ag grid package versions (#4095) feat: update design tokens to 3.3.0 (#4098) chore: release 13.9.1 (#4097) fix: restore module providers (#4096) chore: release 13.9.0 (#4091) fix(components/filter-bar): add top border styling for filter bar in data manager (#4094) # Conflicts: # libs/components/ag-grid/package.json
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.
AB#3626265