Skip to content

Commit

Permalink
Merge pull request #1502 from dequelabs/release-v6.4.1
Browse files Browse the repository at this point in the history
chore(cauldron): Release 6.4.1
  • Loading branch information
scurker authored Jun 5, 2024
2 parents f523abf + b941148 commit f886a5c
Show file tree
Hide file tree
Showing 35 changed files with 587 additions and 292 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sync-branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
pr-title: "chore: merge master into develop"
pr-body: "Remember to _merge_ (rather than squash) this PR!"
pr-reviewers: schne324,scurker,stephenmathieson
pr-reviewers: schne324,scurker
head: master
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [6.4.1](https://github.com/dequelabs/cauldron/compare/v6.4.0...v6.4.1) (2024-06-05)


### Bug Fixes

* **Combobox:** fix issue where autocomplete automatic does not fire selection event ([#1493](https://github.com/dequelabs/cauldron/issues/1493)) ([0f061da](https://github.com/dequelabs/cauldron/commit/0f061da64bba7fe5c48ac43b75c8c4877d67c25e))
* **IconButton:** loosen polymorphic type to allow for any type of JSXElement ([#1494](https://github.com/dequelabs/cauldron/issues/1494)) ([0408555](https://github.com/dequelabs/cauldron/commit/040855523776cb753787654634a0cf2a1ebd30e0))
* **react:** make focusOnInitialRender work without setTimeout ([#1486](https://github.com/dequelabs/cauldron/issues/1486)) ([fc280bd](https://github.com/dequelabs/cauldron/commit/fc280bd3433011c4c265c3f7ce8784a13fc7cfe0))
* set `value` rather than `label` when using `onChange` and `onSelectionChange` with `Combobox` ([#1500](https://github.com/dequelabs/cauldron/issues/1500)) ([9defe04](https://github.com/dequelabs/cauldron/commit/9defe04ed5b2741201d6d6ce2036f3815a78a7aa))
* **styles:** fix issue where field focus ring did not provide enough contrast ([#1489](https://github.com/dequelabs/cauldron/issues/1489)) ([adefb4a](https://github.com/dequelabs/cauldron/commit/adefb4a77a4e18172e92db1cccfae446a25d86ca))

## [6.4.0](https://github.com/dequelabs/cauldron/compare/v6.3.2...v6.4.0) (2024-05-16)


Expand Down
Binary file modified e2e/screenshots/combobox-error-.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified e2e/screenshots/dark--combobox-error-.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified e2e/screenshots/dark--select-error-.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified e2e/screenshots/dark--textfield-error-.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified e2e/screenshots/select-error-.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified e2e/screenshots/textfield-error-.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cauldron",
"private": true,
"version": "6.4.0",
"version": "6.4.1",
"license": "MPL-2.0",
"scripts": {
"clean": "rimraf dist docs/dist",
Expand Down

This file was deleted.

51 changes: 0 additions & 51 deletions packages/react/__tests__/src/components/MenuItem/click-link.js

This file was deleted.

64 changes: 0 additions & 64 deletions packages/react/__tests__/src/components/MenuItem/index.js

This file was deleted.

45 changes: 0 additions & 45 deletions packages/react/__tests__/src/components/Modal/index.js

This file was deleted.

This file was deleted.

13 changes: 0 additions & 13 deletions packages/react/__tests__/src/components/TopBar/TopBarTrigger.js

This file was deleted.

2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deque/cauldron-react",
"version": "6.4.0",
"version": "6.4.1",
"license": "MPL-2.0",
"description": "Fully accessible react components library for Deque Cauldron",
"homepage": "https://cauldron.dequelabs.com/",
Expand Down
Loading

0 comments on commit f886a5c

Please sign in to comment.