@rarui/components 1.18.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 CHANGED
@@ -2,6 +2,24 @@
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
+
14
+ ## 2025-01-28 `1.19.0`
15
+
16
+ #### 🎉 New features
17
+
18
+ - Added new navigation `SideNavigation` component with collapsible functionality. ([#129](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/129) by [@junior](https://git.rarolabs.com.br/junior))
19
+ - Added `SideNavigationItem` sub-component with level support for nested navigation. ([#129](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/129) by [@junior](https://git.rarolabs.com.br/junior))
20
+ - Implemented slot-based architecture for leading icons and custom content. ([#129](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/129) by [@junior](https://git.rarolabs.com.br/junior))
21
+ - Added toggle event for open/close state changes and improved boolean attribute handling. ([#129](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/129) by [@junior](https://git.rarolabs.com.br/junior))
22
+
5
23
  ## 2024-08-28 `1.18.0`
6
24
 
7
25
  #### 🎉 New features