@rarui/components 1.19.0 → 1.21.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-09-01 `1.21.0`
6
+
7
+ #### 🎉 New features
8
+
9
+ - Added comprehensive Storybook documentation for `Accordion` sub-components with individual stories. ([#131](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/131) by [@junior](https://git.rarolabs.com.br/junior))
10
+ - Enhanced `AccordionHeader` component with individual disable functionality and improved state management. ([#131](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/131) by [@junior](https://git.rarolabs.com.br/junior))
11
+ - Improved `AccordionItem` component with individual disable support and better event handling. ([#131](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/131) by [@junior](https://git.rarolabs.com.br/junior))
12
+ - Added `AccordionBody` Storybook stories demonstrating different padding options and content types. ([#131](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/131) by [@junior](https://git.rarolabs.com.br/junior))
13
+
14
+ ## 2025-08-29 `1.20.0`
15
+
16
+ #### 🎉 New features
17
+
18
+ - 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))
19
+ - 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))
20
+ - 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))
21
+ - 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))
22
+
5
23
  ## 2025-01-28 `1.19.0`
6
24
 
7
25
  #### 🎉 New features