Skip to content

Commit f29f0a7

Browse files
chore(release): 2.53.21
1 parent 1c89aa3 commit f29f0a7

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
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.
44

5+
### [2.53.21](https://github.com/EightfoldAI/octuple/compare/v2.53.20...v2.53.21) (2025-10-01)
6+
7+
### Features
8+
9+
- allow passing titleClassNames to Empty component ([#1038](https://github.com/EightfoldAI/octuple/issues/1038)) ([cd3241c](https://github.com/EightfoldAI/octuple/commits/cd3241cd9bdc0c52f28acf671d798fae8b2f1b96))
10+
11+
### Bug Fixes
12+
13+
- **Avatar:** respect tabIndex prop and remove Avatar from default tab order ([#1037](https://github.com/EightfoldAI/octuple/issues/1037)) ([43253ab](https://github.com/EightfoldAI/octuple/commits/43253ab9978597d0bf19415cb75a27637b46f0be))
14+
- **DatePicker:** announcement for navigation of DatePicker on NVDA ([#1040](https://github.com/EightfoldAI/octuple/issues/1040)) ([1c89aa3](https://github.com/EightfoldAI/octuple/commits/1c89aa37a733ce9ba4a93fb951235c6758d1017a))
15+
516
### [2.53.20](https://github.com/EightfoldAI/octuple/compare/v2.53.19...v2.53.20) (2025-09-19)
617

718
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eightfold.ai/octuple",
3-
"version": "2.53.20",
3+
"version": "2.53.21",
44
"license": "MIT",
55
"description": "Eightfold Octuple Design System Component Library",
66
"sideEffects": [

0 commit comments

Comments
 (0)