Skip to content

Commit

Permalink
Merge pull request #1239 from dequelabs/master
Browse files Browse the repository at this point in the history
chore: merge master into develop
  • Loading branch information
scurker authored Oct 16, 2023
2 parents 033b4e8 + 0041513 commit 2544e36
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 3 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,34 @@

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.

## [5.9.0](https://github.com/dequelabs/cauldron/compare/v5.8.1...v5.9.0) (2023-10-16)


### Features

* **Modal:** sync modal styles with pattern library and include alignment props ([#1236](https://github.com/dequelabs/cauldron/issues/1236)) ([3563505](https://github.com/dequelabs/cauldron/commit/356350519c56e2bf60f9c63a3796508fd454a268))
* **Popover:** add new component ([#1171](https://github.com/dequelabs/cauldron/issues/1171)) ([b09c14c](https://github.com/dequelabs/cauldron/commit/b09c14c1021068985abc35f8a5d946a040ea700c))
* **react:** add Combobox component ([#1180](https://github.com/dequelabs/cauldron/issues/1180)) ([4d29227](https://github.com/dequelabs/cauldron/commit/4d292274916c7399fd2b9ccc4daf6ca7d1968432))
* **react:** add Listbox component ([#1167](https://github.com/dequelabs/cauldron/issues/1167)) ([2562efe](https://github.com/dequelabs/cauldron/commit/2562efe585ad2d351dce721808dea9957b3b8a75))
* **styles:** apply a fixed size to radio/checkbox inherited from icon-size ([#1195](https://github.com/dequelabs/cauldron/issues/1195)) ([c7e293c](https://github.com/dequelabs/cauldron/commit/c7e293cc0a1907af5929d83c02fc30e3ba05bc78))
* **styles:** update focus-dark color to better contrast against different backgrounds ([#1194](https://github.com/dequelabs/cauldron/issues/1194)) ([e27cfd1](https://github.com/dequelabs/cauldron/commit/e27cfd137f2ccd54ea46c114ab513632ce3b7dcc))
* **styles:** update styles for Code component ([#1199](https://github.com/dequelabs/cauldron/issues/1199)) ([5921a8e](https://github.com/dequelabs/cauldron/commit/5921a8e624140fa987dbb63f89f78e1870c285dc))
* **TagButton:** add new tag button component ([#1191](https://github.com/dequelabs/cauldron/issues/1191)) ([033b4e8](https://github.com/dequelabs/cauldron/commit/033b4e816c59e800b883b09f0b7764fd0728e7b1))


### Bug Fixes

* corrected color of button tags on hover in light theme. ([#1162](https://github.com/dequelabs/cauldron/issues/1162)) ([b0d3b50](https://github.com/dequelabs/cauldron/commit/b0d3b5016cb8f19f46540882e94186bf32f6c03c))
* **react:** ensure that no results get announced for NVDA ([#1200](https://github.com/dequelabs/cauldron/issues/1200)) ([2093334](https://github.com/dequelabs/cauldron/commit/20933343c6216b028e41c77d490fbbca8d56d524))
* **react:** prevent esm modules from appearing in cjs dist ([#1207](https://github.com/dequelabs/cauldron/issues/1207)) ([29e23f8](https://github.com/dequelabs/cauldron/commit/29e23f8951d96b860aa4526811736bb3027b9214))
* **styles:** align Notice icon to top when text is wrapped ([#1225](https://github.com/dequelabs/cauldron/issues/1225)) ([f20fcb4](https://github.com/dequelabs/cauldron/commit/f20fcb40342c3e0881d062ba67db7bc24ee70d9b))
* **styles:** deprecation notices for table sort button styles ([#793](https://github.com/dequelabs/cauldron/issues/793)) ([5655cf1](https://github.com/dequelabs/cauldron/commit/5655cf1ae91d26e7a8dab85ea8bd3b05ef6b8b85))
* **styles:** fix color contrast for selected listbox options ([#1226](https://github.com/dequelabs/cauldron/issues/1226)) ([1e651e5](https://github.com/dequelabs/cauldron/commit/1e651e5c38976832bf7d1573207b27cd9643f82c))
* **styles:** fix color contrast issue for required text on TextField with error ([#1182](https://github.com/dequelabs/cauldron/issues/1182)) ([e151162](https://github.com/dequelabs/cauldron/commit/e1511621cdf3789b809a21869f501c68ddd60065))
* **styles:** fix color contrast issue with selected Combobox text ([#1235](https://github.com/dequelabs/cauldron/issues/1235)) ([06862aa](https://github.com/dequelabs/cauldron/commit/06862aa3b2301b787b28a50110467799817244e9))
* **styles:** prevent overflow for TwoColumnPanel left container at narrow viewports ([#1234](https://github.com/dequelabs/cauldron/issues/1234)) ([53b0649](https://github.com/dequelabs/cauldron/commit/53b06494753199f458878c60aa86a2cdda38f155))
* tooltip content cut off at reflow ([#1230](https://github.com/dequelabs/cauldron/issues/1230)) ([8f4cfab](https://github.com/dequelabs/cauldron/commit/8f4cfabf83bd84b6e92cb698daebea124ac7a125))

### [5.8.1](https://github.com/dequelabs/cauldron/compare/v5.8.0...v5.8.1) (2023-09-25)


Expand Down
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": "5.8.1",
"version": "5.9.0",
"license": "MPL-2.0",
"scripts": {
"clean": "rimraf dist docs/dist",
Expand Down
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": "5.8.1",
"version": "5.9.0",
"license": "MPL-2.0",
"description": "Fully accessible react components library for Deque Cauldron",
"homepage": "https://cauldron.dequelabs.com/",
Expand Down
2 changes: 1 addition & 1 deletion packages/styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deque/cauldron-styles",
"version": "5.8.1",
"version": "5.9.0",
"license": "MPL-2.0",
"description": "deque cauldron pattern library styles",
"repository": "https://github.com/dequelabs/cauldron",
Expand Down

0 comments on commit 2544e36

Please sign in to comment.