-
Notifications
You must be signed in to change notification settings - Fork 25
Patternlab/dp 28816 simplify subnav show loc #1821
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
Closed
clairesunstudio
wants to merge
40
commits into
develop
from
patternlab/DP-28670-simplify-subnav-show-loc
Closed
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
5caf474
restructure org nav data and template
clairesunstudio 7ed1162
cleanup unused js
clairesunstudio b599636
match styles
clairesunstudio 59817af
cleanup unused
clairesunstudio 83af008
change I want to... to Actions & Services
clairesunstudio fac57b4
add id prop to heading
clairesunstudio 830eeb9
add id and href data
clairesunstudio 46dbc5e
add scrolling effect
clairesunstudio 64ee56b
remove mobile toggle label pseudo classes
clairesunstudio 2c849cb
fix and cleanup css
clairesunstudio 5f40c33
remove test data
clairesunstudio 6f3f114
fix classname typo and update orgnav screen reader labels
clairesunstudio 91bf126
reorder nav
clairesunstudio c450c1b
remove menubar roles
clairesunstudio 6c46b4b
fix mobile toggle button styles
clairesunstudio 238d561
cleanup deplicating class in css
clairesunstudio 6c10d4d
add changelog
clairesunstudio 1d7efb1
add focus trapping for mobile modal
clairesunstudio 82a80b3
add aria attributes
clairesunstudio 8afd0bc
add aria-expanded and aria-label to mobile
clairesunstudio 6064d22
code cleanup
clairesunstudio edc6179
add changelog
clairesunstudio e4e4096
Merge branch 'develop' into patternlab/DP-28670-simplify-subnav
clairesunstudio a884c86
remove unused data and add documentation
clairesunstudio e57c6b5
Merge branch 'patternlab/DP-28670-simplify-subnav' of github.com:mass…
clairesunstudio 707a1f1
remove unused
clairesunstudio 4970fac
set var
clairesunstudio d537dd5
pass data into organizationNavigation.js
clairesunstudio 99cc68c
cleanup unsed styles
clairesunstudio bdaaea9
cleanup unsed styles
clairesunstudio 34d5385
Merge branch 'patternlab/DP-28670-simplify-subnav' into patternlab/DP…
clairesunstudio 8b53db4
add observer to add active class
clairesunstudio e8a7886
add styles to active class
clairesunstudio fb025cc
fix styles
clairesunstudio 211b0aa
Merge branch 'develop' into patternlab/DP-28670-simplify-subnav
arthurbaghdas e81020d
Merge branch 'develop' into patternlab/DP-28670-simplify-subnav
arthurbaghdas 7ffbf0b
Add id for the colored heading
arthurbaghdas 36cf94c
Add id for the colored heading
arthurbaghdas cc42b04
Merge branch 'patternlab/DP-28670-simplify-subnav' into patternlab/DP…
tom-fleming 782b0ea
resolve merge conflicts
clairesunstudio File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,28 @@ | ||
| Changed: | ||
| - project: Patternlab | ||
| component: Heading1,Heading2,Heading3,Heading4,Heading5,Heading6 | ||
| description: Add `id` prop. (#1819) | ||
| issue: DP-28670 | ||
| impact: Minor | ||
| - project: Patternlab | ||
| component: OrganizationNavigation | ||
| description: Only allow jump links in organization nav, add `id` to each section to become jump link anchors. (#1819) | ||
| issue: DP-28670 | ||
| impact: Minor | ||
| Removed: | ||
| - project: Patternlab | ||
| component: OrgNavContactMenu,OrgNavContactRow,OrgNavIWantToMenu | ||
| description: Removed deprecated subcomponents used in the OrganizationNavigation. (#1819) | ||
| issue: DP-28670 | ||
| impact: Minor | ||
| Fixed: | ||
| - project: Patternlab | ||
| component: OrganizationNavigation | ||
| description: Improve desktop and mobile keyboard and screen reader user experience. Label elements correctly and concisely, make interactive elements keyboard accessible and announce the state to screen readers. (#1819) | ||
| issue: DP-28670 | ||
| impact: Patch | ||
| - project: Assets, React | ||
| component: FilterBox | ||
| description: Fixed `.ma__visually-hidden` typo. (#1819) | ||
| issue: DP-28670 | ||
| impact: Patch |
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
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
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
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.