Skip to content

Commit 79df093

Browse files
committed
release: v4.26.0
1 parent b567340 commit 79df093

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
# [4.26.0](https://github.com/globalbrain/sefirot/compare/v4.25.1...v4.26.0) (2025-07-17)
4+
5+
6+
### Bug Fixes
7+
8+
* **input:** pass missing props to input base ([17c2077](https://github.com/globalbrain/sefirot/commit/17c207766e77c42feaf88b9903eeb7764e5409e9))
9+
10+
11+
### Features
12+
13+
* **data-list:** introduce `<SDataList>` ([#629](https://github.com/globalbrain/sefirot/issues/629)) ([e536d3a](https://github.com/globalbrain/sefirot/commit/e536d3a44647c0a18a75e77f89ba08c988bb724b))
14+
* **table:** support specifying width in column options ([#631](https://github.com/globalbrain/sefirot/issues/631)) ([b567340](https://github.com/globalbrain/sefirot/commit/b56734032f8e1976b6d5050db265f94f94fadd7e)), closes [#630](https://github.com/globalbrain/sefirot/issues/630)
15+
316
## [4.25.1](https://github.com/globalbrain/sefirot/compare/v4.25.0...v4.25.1) (2025-06-25)
417

518

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@globalbrain/sefirot",
33
"type": "module",
4-
"version": "4.25.1",
4+
"version": "4.26.0",
55
"packageManager": "[email protected]",
66
"description": "Vue Components for Global Brain Design System.",
77
"author": "Kia Ishii <[email protected]>",

0 commit comments

Comments
 (0)