Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [9.146.15] - 2025-10-30

### Added

- **Button** new props `role` and `ariaLabel` for improved accessibility support
Expand Down Expand Up @@ -4200,9 +4202,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- **Dropdown** and **Input** props `short` and `long`. Their widths should be defined by their parents.


[Unreleased]: https://github.com/vtex/styleguide/compare/v9.146.14...HEAD
[Unreleased]: https://github.com/vtex/styleguide/compare/v9.146.15...HEAD
[9.146.1]: https://github.com/vtex/styleguide/compare/v9.146.0...v9.146.1

[9.146.15]: https://github.com/vtex/styleguide/compare/v9.146.14...v9.146.15
[9.146.14]: https://github.com/vtex/styleguide/compare/v9.146.13...v9.146.14
[9.146.13]: https://github.com/vtex/styleguide/compare/v9.146.12...v9.146.13
[9.146.12]: https://github.com/vtex/styleguide/compare/v9.146.11...v9.146.12
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"vendor": "vtex",
"name": "styleguide",
"title": "VTEX Styleguide",
"version": "9.146.14",
"version": "9.146.15",
"description": "The VTEX Styleguide components for the Render framework",
"builders": {
"react": "3.x"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vtex/styleguide",
"version": "9.146.14",
"version": "9.146.15",
"scripts": {
"lint": "eslint react --ext js,jsx,ts,tsx",
"test": "node config/test.js",
Expand Down