Skip to content

Commit

Permalink
chore(release): 146.5.0
Browse files Browse the repository at this point in the history
## [146.5.0](v146.4.7...v146.5.0) (2025-01-23)

### Features

* **popover-container:** add hasFullWidth prop ([9a20414](9a20414))
* **popover-container:** allow open button to be focused programmatically ([335fde3](335fde3))

### Bug Fixes

* **popover-container:** ensure Form with stickyFooter has overflow styling ([88ef403](88ef403))
* **popover-container:** ensure popup is accessible to screen readers ([6f543d2](6f543d2)), closes [#7133](#7133)
  • Loading branch information
semantic-release-bot authored and carbonci committed Jan 23, 2025
1 parent 3d6b28a commit 82596c2
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [146.5.0](https://github.com/Sage/carbon/compare/v146.4.7...v146.5.0) (2025-01-23)


### Features

* **popover-container:** add hasFullWidth prop ([9a20414](https://github.com/Sage/carbon/commit/9a2041408005b100b38bedb243e804f8240f93c1))
* **popover-container:** allow open button to be focused programmatically ([335fde3](https://github.com/Sage/carbon/commit/335fde396ff77b49ed98c92d2c9a836574c9a197))


### Bug Fixes

* **popover-container:** ensure Form with stickyFooter has overflow styling ([88ef403](https://github.com/Sage/carbon/commit/88ef403019c431297c7e3aa787b919ac739a6bcd))
* **popover-container:** ensure popup is accessible to screen readers ([6f543d2](https://github.com/Sage/carbon/commit/6f543d2ae95df6252f2f15ca917c056059925f51)), closes [#7133](https://github.com/Sage/carbon/issues/7133)

### [146.4.7](https://github.com/Sage/carbon/compare/v146.4.6...v146.4.7) (2025-01-22)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "carbon-react",
"version": "146.4.7",
"version": "146.5.0",
"description": "A library of reusable React components for easily building user interfaces.",
"files": [
"lib",
Expand Down

0 comments on commit 82596c2

Please sign in to comment.