beacon-ui 3.4.2 → 3.4.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [3.4.3] - 2026-01-04
|
|
9
|
+
|
|
10
|
+
### Added
|
|
11
|
+
- Tabs component with Tab and TabItem subcomponents for navigation and content organization
|
|
12
|
+
- TabItem supports horizontal and vertical placement, default and pill styles, multiple sizes, and icon support
|
|
13
|
+
- Tab component supports equal width distribution and configurable corner radius for pill style
|
|
14
|
+
|
|
8
15
|
## [3.4.2] - 2026-01-03
|
|
9
16
|
|
|
10
17
|
### Added
|
package/package.json
CHANGED