@rarui/components 1.22.0 → 1.24.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,44 @@
2
2
 
3
3
  `@rarui/components` components is a component library built with [Lit](https://lit.dev/).
4
4
 
5
+ ## 2025-09-05 `1.24.0`
6
+
7
+ #### 🎉 New features
8
+
9
+ - Enhanced navigation components with comprehensive accessibility improvements: Tabs with complete ARIA tabs pattern (tablist, tab, tabpanel), SideNavigation with proper expandable controls (aria-expanded, aria-controls), Pagination with semantic navigation and aria-current, Link with external link security and form integration, and Breadcrumb with semantic navigation structure for complete screen reader support. ([#134](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/134) by [@junior](https://git.rarolabs.com.br/junior))
10
+ - Enhanced Toggle component with comprehensive accessibility and form integration (value, form, required properties), standardized custom event (toggle-change), semantic switch behavior with role="switch", and complete ARIA attributes implementation (aria-checked) for screen reader accessibility. ([#134](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/134) by [@junior](https://git.rarolabs.com.br/junior))
11
+ - Enhanced Textarea component with comprehensive accessibility and form integration (name, form, required, readonly, placeholder, minlength, maxlength properties), standardized custom event (textarea-change), and complete ARIA attributes implementation for screen reader accessibility. ([#134](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/134) by [@junior](https://git.rarolabs.com.br/junior))
12
+ - Enhanced Select component with comprehensive accessibility and form integration (name, form, required properties), complete ARIA support with proper attributes (aria-haspopup, aria-expanded, semantic roles), and hidden form inputs for seamless HTML form integration in both single and multiple selection modes. ([#134](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/134) by [@junior](https://git.rarolabs.com.br/junior))
13
+ - Enhanced RadioButton component with comprehensive accessibility and form integration (value, form, required, readonly properties), standardized custom event (radio-button-change), and complete ARIA attributes implementation for screen reader support. ([#134](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/134) by [@junior](https://git.rarolabs.com.br/junior))
14
+ - Enhanced Input components (Input, InputPassword, InputSearch) with comprehensive accessibility and form integration (HTML5 validation attributes, ARIA support) and standardized custom events (input-change, input-password-change, input-search-change, input-search-submit) for consistent user interaction across all input variants. ([#134](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/134) by [@junior](https://git.rarolabs.com.br/junior))
15
+ - Enhanced IconButton component with comprehensive accessibility and form integration (type, name, value, form properties), standardized custom event (icon-button-click), and complete ARIA attributes implementation for screen reader support. ([#134](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/134) by [@junior](https://git.rarolabs.com.br/junior))
16
+ - Enhanced Dropdown component with comprehensive accessibility support (ARIA attributes, keyboard navigation) and standardized custom events (dropdown-visibility-change, dropdown-item-click) for better user interaction and screen reader compatibility. ([#134](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/134) by [@junior](https://git.rarolabs.com.br/junior))
17
+ - Enhanced Chip component with comprehensive accessibility and form integration (disabled, type, name, value, form properties), standardized custom events (chip-click, chip-close), keyboard navigation support, and complete ARIA attributes implementation. ([#134](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/134) by [@junior](https://git.rarolabs.com.br/junior))
18
+ - Enhanced Checkbox component with comprehensive accessibility support (aria-checked with mixed state, aria-invalid, aria-required) and complete HTML form integration (name, value, form, required attributes). ([#134](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/134) by [@junior](https://git.rarolabs.com.br/junior))
19
+ - Enhanced Button component with advanced accessibility support (aria-pressed, aria-expanded) and comprehensive HTML form integration (name, value, form attributes). ([#134](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/134) by [@junior](https://git.rarolabs.com.br/junior))
20
+ - Enhanced accessibility across feedback components (Progress, ProgressCircle, Skeleton, Status) with comprehensive ARIA attributes for screen reader support. ([#134](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/134) by [@junior](https://git.rarolabs.com.br/junior))
21
+ - Enhanced accessibility across layout components (Box, Sidebar) with ARIA attributes for screen reader compatibility. ([#134](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/134) by [@junior](https://git.rarolabs.com.br/junior))
22
+ - Enhanced accessibility across surface components (Card, Modal, Banner, Accordion) with comprehensive ARIA attributes and semantic roles. ([#134](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/134) by [@junior](https://git.rarolabs.com.br/junior))
23
+ - Enhanced accessibility for stylization components (ThemeProvider) with ARIA attributes support. ([#134](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/134) by [@junior](https://git.rarolabs.com.br/junior))
24
+ - Enhanced accessibility across exhibition components with comprehensive ARIA attributes and semantic roles for screen reader support. ([#134](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/134) by [@junior](https://git.rarolabs.com.br/junior))
25
+ - Added `as` property to `Text` and `Title` components for semantic HTML element selection with dynamic tag rendering. ([#134](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/134) by [@junior](https://git.rarolabs.com.br/junior))
26
+ - Improved `Icon` component with intelligent aria-hidden behavior for decorative vs meaningful icons. ([#134](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/134) by [@junior](https://git.rarolabs.com.br/junior))
27
+ - Enhanced `Stepper` and `StepperStep` components with comprehensive accessibility support including aria-current navigation. ([#134](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/134) by [@junior](https://git.rarolabs.com.br/junior))
28
+
29
+ ## 2025-01-09 `1.23.0`
30
+
31
+ #### 🎉 New features
32
+
33
+ - Added new input `Select` component with single and multiple selection modes. ([#133](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/133) by [@junior](https://git.rarolabs.com.br/junior))
34
+ - Enhanced `Checkbox` component with hybrid behavior support - controlled and native modes. ([#133](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/133) by [@junior](https://git.rarolabs.com.br/junior))
35
+ - Enhanced `Dropdown` component with hybrid behavior support for `visible` property - controlled and native modes. ([#133](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/133) by [@junior](https://git.rarolabs.com.br/junior))
36
+ - Added `readonly` property to `Checkbox` component for display-only state. ([#133](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/133) by [@junior](https://git.rarolabs.com.br/junior))
37
+ - Implemented intelligent checkbox state management that works as controlled component when `checked` prop is provided. ([#133](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/133) by [@junior](https://git.rarolabs.com.br/junior))
38
+ - Implemented intelligent dropdown state management that works as controlled component when `visible` prop is provided. ([#133](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/133) by [@junior](https://git.rarolabs.com.br/junior))
39
+ - Added native HTML checkbox behavior when `checked` prop is not provided, maintaining internal state automatically. ([#133](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/133) by [@junior](https://git.rarolabs.com.br/junior))
40
+ - Added native dropdown behavior when `visible` prop is not provided, maintaining internal state automatically. ([#133](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/133) by [@junior](https://git.rarolabs.com.br/junior))
41
+ - Enhanced accessibility with ESC key support to close dropdown when `enabled-dismiss` is true. ([#133](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/133) by [@junior](https://git.rarolabs.com.br/junior))
42
+
5
43
  ## 2025-09-01 `1.22.0`
6
44
 
7
45
  #### 🎉 New features