@rarui/components 1.19.0 → 1.20.0
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 +9 -0
- package/custom-elements.json +1555 -1163
- package/dist/index.d.ts +105 -0
- package/dist/index.js +237 -135
- package/package.json +1 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
`@rarui/components` components is a component library built with [Lit](https://lit.dev/).
|
|
4
4
|
|
|
5
|
+
## 2025-08-29 `1.20.0`
|
|
6
|
+
|
|
7
|
+
#### 🎉 New features
|
|
8
|
+
|
|
9
|
+
- Added new navigation `Breadcrumb` component with truncation and dropdown support. ([#130](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/130) by [@junior](https://git.rarolabs.com.br/junior))
|
|
10
|
+
- Added `BreadcrumbItem` sub-component with slot-based icon support and polymorphic rendering. ([#130](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/130) by [@junior](https://git.rarolabs.com.br/junior))
|
|
11
|
+
- Enhanced `Box` component with polymorphic element rendering via `as` property. ([#130](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/130) by [@junior](https://git.rarolabs.com.br/junior))
|
|
12
|
+
- Implemented automatic item visibility distribution with configurable truncation limits. ([#130](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/130) by [@junior](https://git.rarolabs.com.br/junior))
|
|
13
|
+
|
|
5
14
|
## 2025-01-28 `1.19.0`
|
|
6
15
|
|
|
7
16
|
#### 🎉 New features
|