Skip to content
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
merged 22 commits into from
Nov 6, 2023
Merged

Release 1.2.0 #106

merged 22 commits into from
Nov 6, 2023

Conversation

BalbinaK
Copy link
Contributor

@BalbinaK BalbinaK commented Nov 3, 2023

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.

magnuh and others added 22 commits October 23, 2023 14:37
* 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
@BalbinaK BalbinaK requested a review from a team November 3, 2023 12:12
@BalbinaK BalbinaK merged commit ee75df7 into main Nov 6, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants