-
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
fix(components/tabs): vertical tabs keyboard operable in mobile view #3150
Merged
Blackbaud-SandhyaRajasabeson
merged 5 commits into
11.x.x
from
vertical-tabs-keyboard-bug
Feb 14, 2025
Merged
fix(components/tabs): vertical tabs keyboard operable in mobile view #3150
Blackbaud-SandhyaRajasabeson
merged 5 commits into
11.x.x
from
vertical-tabs-keyboard-bug
Feb 14, 2025
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 1e07db1.
☁️ Nx Cloud last updated this comment at |
Component Storybooks: Apps: |
Blackbaud-SteveBrush
approved these changes
Feb 14, 2025
blackbaud-sky-build-user
pushed a commit
that referenced
this pull request
Feb 14, 2025
…3150) [AB#3189408](https://dev.azure.com/blackbaud/Products/_boards/board/t/SKY%20UX%20Program/Stories/?workitem=3189408) --------- Co-authored-by: Sandhya Adhirvuh <[email protected]>
Cherry-pick successful! 🍒 🎉 See #3151 |
This was referenced Feb 14, 2025
Merged
Blackbaud-SandhyaRajasabeson
pushed a commit
that referenced
this pull request
Feb 14, 2025
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: add code example viewer component (internal use only) (#3155) fix(components/layout): exclude controls text content when returning heading text for the box harness (#3156) fix(components/tabs): vertical tabs keyboard operable in mobile view (#3150) (#3151) chore: release 12.0.0-alpha.4 (#3115)
johnhwhite
added a commit
that referenced
this pull request
Feb 20, 2025
🤖 I have created a release *beep* *boop* --- ## [12.0.0-alpha.5](12.0.0-alpha.4...12.0.0-alpha.5) (2025-02-20) ### ⚠ BREAKING CHANGES * **components/lookup:** ### Features * add code example viewer component (internal use only) ([#3155](#3155)) ([2b3a72e](2b3a72e)) * **components/flyout:** add flyout test harness ([#3149](#3149)) ([#3171](#3171)) ([04ac8be](04ac8be)) * **components/layout:** tokenize text expand styles ([#3161](#3161)) ([f9362cf](f9362cf)) * **components/lookup:** lookup and country field input contents are selected automatically on focus ([#3167](#3167)) ([b7e3b85](b7e3b85)) * **components/lookup:** remove flag from country field input ([#3166](#3166)) ([f9a25be](f9a25be)) ### Bug Fixes * **components/layout:** exclude controls text content when returning heading text for the box harness ([#3156](#3156)) ([ec018cd](ec018cd)) * **components/popovers:** fix sporadic dropdown menu misalignment ([#3153](#3153)) ([#3154](#3154)) ([3a889d2](3a889d2)) * **components/tabs:** vertical tabs keyboard operable in mobile view ([#3150](#3150)) ([#3151](#3151)) ([ec7abbb](ec7abbb)) * **components/theme:** set initial active status for viewport reserve space element ([#3168](#3168)) ([#3169](#3169)) ([b2cdda6](b2cdda6)) * **components/toast:** move harness files under `/toast` to match docs ([#3173](#3173)) ([#3174](#3174)) ([1e84b16](1e84b16)) * use alias instead of property name for directive inputs in the manifest ([#3160](#3160)) ([#3162](#3162)) ([566e6bd](566e6bd)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: John White <[email protected]>
johnhwhite
added a commit
that referenced
this pull request
Feb 27, 2025
* origin/11.x.x: fix: mark all harness `hostSelector` properties as "internal" (#3180) chore: release 11.43.0 (#3172) fix(components/toast): move harness files under `/toast` to match docs (#3173) feat(components/flyout): add flyout test harness (#3149) chore: release 11.42.1 (#3163) fix(components/theme): set initial active status for viewport reserve space element (#3168) fix: use alias instead of property name for directive inputs in the manifest (#3160) test: wait for SVG icon sprite when loading fonts (#3158) chore: release 11.42.0 (#3146) fix(components/popovers): fix sporadic dropdown menu misalignment (#3153) fix(components/tabs): vertical tabs keyboard operable in mobile view (#3150) ci: workflow to keep automated-translations in sync (#3145)
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#3189408