-
Notifications
You must be signed in to change notification settings - Fork 1
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
Release 1.2.0 #106
Merged
Release 1.2.0 #106
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
* chore: Changed to new way of naming component * fix: Add role attribute to Box (defaulting to region)
## [1.1.2-next.1](v1.1.1...v1.1.2-next.1) (2023-10-23) ### Bug Fixes * Add role property to Box component ([#92](#92)) ([6e1fa01](6e1fa01))
* WIP fix a11y issues for attention component * remove redundant aria-props * Fix a11y issues for tooltip attention * fix a11y issues for callout + popover attention * revert formatting of w-attention * add dynamic role + aria-label attributes in w-attention * remove redundant console.log * remove aria-label for w-attention-arrow * replace h4-class with h4-tag * remove redundant arrowLabels from attentionUtil * refactor pointingAt computed function * change to ternary in pointingAt computed function * refactor activeAttentionProp-computed function to use ternary expression instead * format to use single quotes * format to remove semi-colon * fix indentation * adjust formatting of functions * remove redundant space * adjust format of model * adjust format * adjust format * handle translations for w-attention * rename translatedDirection to pointingAtDirection + add story for resetting role and aria-label * set format indentation to 2 spaces * rename direction id for i18n * use indentation with spaces instead of tab * move role + aria-label to wrapper-div + replace aria-describedby with aria-details * remove 'speech bubble' from tooltip message * add role + ariaLabel as props to allow user to reset/override default * return props.ariaLabel if user has inserted a string * change from null to undefined
## [1.1.2-next.2](v1.1.2-next.1...v1.1.2-next.2) (2023-10-24) ### Bug Fixes * a11y issues attention ([#85](#85)) ([37b6165](37b6165))
## [1.1.2-next.3](v1.1.2-next.2...v1.1.2-next.3) (2023-10-24) ### Bug Fixes * crowdin sync build ([#94](#94)) ([520203c](520203c))
## [1.1.2-next.4](v1.1.2-next.3...v1.1.2-next.4) (2023-10-26) ### Bug Fixes * a11y fixes for steps ([#95](#95)) ([194650a](194650a))
## [1.1.2-next.5](v1.1.2-next.4...v1.1.2-next.5) (2023-10-26) ### Bug Fixes * changed css for expandable ([#97](#97)) ([533016e](533016e))
* fix: WIP fix a11y issues for expandable component * fix animation when switching between chevron icons * remove redundant use of chevronTransform css class * add comment to explain the use of setTimeout
## [1.1.2-next.6](v1.1.2-next.5...v1.1.2-next.6) (2023-10-27) ### Bug Fixes * a11y for expandable ([#98](#98)) ([61769b5](61769b5))
# [1.2.0-next.1](v1.1.2-next.6...v1.2.0-next.1) (2023-10-30) ### Features * **attention:** add highlight variant ([#96](#96)) ([b4d1a73](b4d1a73))
* fix: add similar a11y fixes as in the attention component in react * remove background-color on button * update attention examples after comments from a11y-team * remove redundant ':' on aria-expanded * rename aria-controls * rename translation id to follow correct format * update messages * update attention examples according to comments from a11y-team * remove redundant use of aria-details from popover-example
# [1.2.0-next.2](v1.2.0-next.1...v1.2.0-next.2) (2023-10-30) ### Bug Fixes * adjust further attention a11y ([#101](#101)) ([0cd3fa2](0cd3fa2))
* feat(attention): add optional close button and dismiss on esc keypress * docs(attention): add dismissible attention examples (popover & highlight) * docs(attention): fix ref value on target elements * chore(deps): update @warp-ds/css to 1.3.0
# [1.2.0-next.3](v1.2.0-next.2...v1.2.0-next.3) (2023-11-02) ### Features * **attention:** add close button ([#104](#104)) ([081bf50](081bf50))
* fix: remove target from non-interactive elements * remove redundant declaration of calloutTarget-ref * revert change of ref
# [1.2.0-next.4](v1.2.0-next.3...v1.2.0-next.4) (2023-11-02) ### Bug Fixes * remove target from non-interactive elements ([#102](#102)) ([6e8267f](6e8267f))
* docs: Replace deprecated wTag with wBadge in Card docs * docs: Replace use of old text classes in Card docs
felicia-haggqvist
approved these changes
Nov 6, 2023
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.
Fixes are listed in the commit history. They will also be included in the release notes.
Note: we might want to sync merging this PR with corresponding react and elements release PRs.