-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(components/toast): add toast and toaster harness #3141
Merged
Conversation
This file contains 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
View your CI Pipeline Execution ↗ for commit 29b6664.
☁️ Nx Cloud last updated this comment at |
libs/components/core/testing/src/modules/overlay/overlay-harness-filters.ts
Show resolved
Hide resolved
Blackbaud-CoreyArcher
approved these changes
Feb 12, 2025
Cherry-pick failed! ❌ Please resolve conflicts and create a new PR. |
Merged
Blackbaud-SandhyaRajasabeson
added a commit
that referenced
this pull request
Feb 12, 2025
[AB#2195574](https://dev.azure.com/blackbaud/Products/_boards/board/t/SKY%20UX%20Program/Stories/?workitem=2195574) --------- Co-authored-by: Sandhya Adhirvuh <[email protected]>
johnhwhite
added a commit
that referenced
this pull request
Feb 12, 2025
…slations-with-lts-branch * origin/11.x.x: feat(components/toast): add toast and toaster harness (#3141)
Blackbaud-SandhyaRajasabeson
added a commit
that referenced
this pull request
Feb 12, 2025
🍒 cherry pick from [#3141](#3141) [AB#2195574](https://dev.azure.com/blackbaud/Products/_boards/board/t/SKY%20UX%20Program/Stories/?workitem=2195574) --------- Co-authored-by: Sandhya Adhirvuh <[email protected]>
Blackbaud-SandhyaRajasabeson
pushed a commit
that referenced
this pull request
Feb 14, 2025
🤖 I have created a release *beep* *boop* --- ## [11.42.0](11.41.0...11.42.0) (2025-02-14) ### Features * **components/toast:** add toast and toaster harness ([#3141](#3141)) ([6eae2c0](6eae2c0)) ### Bug Fixes * **components/popovers:** fix sporadic dropdown menu misalignment ([#3153](#3153)) ([1d8c052](1d8c052)) * **components/tabs:** vertical tabs keyboard operable in mobile view ([#3150](#3150)) ([7f2111d](7f2111d)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
johnhwhite
added a commit
that referenced
this pull request
Feb 18, 2025
* origin/main: feat(components/toast): add toast and toaster harness (#3141) (#3147) ci: workflow to keep automated-translations in sync (#3145) (#3148) chore: changelog for 11.41.0 (#3139) 🍒 (#3144) feat(components/popovers): add support for custom trigger buttons to dropdown harness (#3129) (#3137) feat(components/core): add SkyViewkeeper support for SkyAppViewportService properties (#3120) (#3143) feat(components/popovers): add custom trigger option to dropdown (#3118) (#3126) fix(components/datetime): address flaky display behavior of key date tooltips (#3128) (#3140) fix(components/router): skyHref should shut down when the application is destroyed (#3134) (#3136) chore: changelog for 11.40.0 (#3133) 🍒 (#3138) chore: add tokenization github copilot prompts (#3135) feat(components/pages): add `sky-modal-link-list` component (#3131) (#3132) chore: changelog for 11.39.0 (#3114) 🍒 (#3127) feat(components/manifest): add code example file contents (internal use only) (#3122) feat(components/layout): add harness for description list (#3124) (#3125) feat(components/split-view): tokenize split view styles (#3119) feat(components/errors): tokenize error styles (#3123) feat(components/inline-form): tokenize inline form styles (#3116) feat(components/pages): tokenize action hub styles (#3109) feat(components/layout): tokenize inline delete styles (#3111) feat(components/flyout): tokenize flyout styles (#3098)
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#2195574