Skip to content

Commit 0a3c2b0

Browse files
chore(release): 2.56.4
1 parent 74b6c11 commit 0a3c2b0

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
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.56.4](https://github.com/EightfoldAI/octuple/compare/v2.56.2...v2.56.4) (2026-02-03)
6+
7+
### Features
8+
9+
- **Tabs:** Add dropdown in tab ([#1087](https://github.com/EightfoldAI/octuple/issues/1087)) ([8c80566](https://github.com/EightfoldAI/octuple/commits/8c80566931163e9c39ff9186fd7e720ed3f17383))
10+
11+
### Bug Fixes
12+
13+
- Add keyboard accessibility to DatePicker clear button (ENG-164575) ([#1086](https://github.com/EightfoldAI/octuple/issues/1086)) ([ec8e6a7](https://github.com/EightfoldAI/octuple/commits/ec8e6a7b11fc8894102be4129be6282ad319d332))
14+
- **DatePicker:** Added position relative to picker so that the visually hidden label ([#1094](https://github.com/EightfoldAI/octuple/issues/1094)) ([e366426](https://github.com/EightfoldAI/octuple/commits/e366426f246d28bedcaa88a9edbd552ff74a3c64))
15+
- **Pager:** remove list semantics for simplified version of Pager ([#1091](https://github.com/EightfoldAI/octuple/issues/1091)) ([ea2c89f](https://github.com/EightfoldAI/octuple/commits/ea2c89f6e16d95e2ccc02263b005255584d8d99f))
16+
- prevent slider thumbs from being keyboard focusable when readonly or disabled ([#1082](https://github.com/EightfoldAI/octuple/issues/1082)) ([0e49d47](https://github.com/EightfoldAI/octuple/commits/0e49d4735cc4a2788939e385c5095242bdbc0f60))
17+
- **useFocusVisibleClassName:** prevent class removal when multiple hooks active ([#1090](https://github.com/EightfoldAI/octuple/issues/1090)) ([756e151](https://github.com/EightfoldAI/octuple/commits/756e1511e5d994f08ff817b84d0ade68432cbbcb))
18+
519
### [2.56.3](https://github.com/EightfoldAI/octuple/compare/v2.56.2...v2.56.3) (2026-01-27)
620

721
### Bug Fixes

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.56.3",
3+
"version": "2.56.4",
44
"license": "MIT",
55
"description": "Eightfold Octuple Design System Component Library",
66
"sideEffects": [

0 commit comments

Comments
 (0)