@rarui/components 1.24.2-rc.6 → 1.25.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 +17 -0
- package/dist/index.d.ts +190 -0
- package/dist/index.js +301 -409
- package/package.json +2 -3
- package/src/exhibition/Avatar/CHANGELOG.md +0 -32
- package/src/exhibition/Badge/CHANGELOG.md +0 -32
- package/src/exhibition/Divider/CHANGELOG.md +0 -26
- package/src/exhibition/Icon/CHANGELOG.md +0 -32
- package/src/exhibition/Label/CHANGELOG.md +0 -38
- package/src/exhibition/Stepper/CHANGELOG.md +0 -31
- package/src/exhibition/Text/CHANGELOG.md +0 -39
- package/src/exhibition/Title/CHANGELOG.md +0 -39
- package/src/exhibition/Tooltip/CHANGELOG.md +0 -26
- package/src/feedback/Progress/CHANGELOG.md +0 -28
- package/src/feedback/Skeleton/CHANGELOG.md +0 -26
- package/src/feedback/Status/CHANGELOG.md +0 -26
- package/src/input/Button/CHANGELOG.md +0 -59
- package/src/input/Checkbox/CHANGELOG.md +0 -45
- package/src/input/Chip/CHANGELOG.md +0 -43
- package/src/input/Dropdown/CHANGELOG.md +0 -41
- package/src/input/IconButton/CHANGELOG.md +0 -28
- package/src/input/Input/CHANGELOG.md +0 -46
- package/src/input/RadioButton/CHANGELOG.md +0 -28
- package/src/input/Select/CHANGELOG.md +0 -43
- package/src/input/Textarea/CHANGELOG.md +0 -38
- package/src/input/Toggle/CHANGELOG.md +0 -28
- package/src/layout/Box/CHANGELOG.md +0 -50
- package/src/layout/Sidebar/CHANGELOG.md +0 -28
- package/src/navigation/Breadcrumb/CHANGELOG.md +0 -26
- package/src/navigation/Link/CHANGELOG.md +0 -28
- package/src/navigation/Pagination/CHANGELOG.md +0 -28
- package/src/navigation/SideNavigation/CHANGELOG.md +0 -33
- package/src/navigation/Tabs/CHANGELOG.md +0 -40
- package/src/stylization/ThemeProvider/CHANGELOG.md +0 -32
- package/src/surface/Accordion/CHANGELOG.md +0 -28
- package/src/surface/Banner/CHANGELOG.md +0 -26
- package/src/surface/Card/CHANGELOG.md +0 -29
- package/src/surface/Modal/CHANGELOG.md +0 -30
- package/src/types/CHANGELOG.md +0 -22
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rarui/components",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.25.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -36,6 +36,5 @@
|
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@rarui/tools": "^1.0.0"
|
|
39
|
-
}
|
|
40
|
-
"stableVersion": "1.24.1"
|
|
39
|
+
}
|
|
41
40
|
}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
The Avatar component is typically used to display user profile pictures.
|
|
4
|
-
|
|
5
|
-
## 2025-09-05 `1.3.0`
|
|
6
|
-
|
|
7
|
-
#### 🎉 New features
|
|
8
|
-
|
|
9
|
-
- Enhanced Avatar component with comprehensive accessibility improvements including proper ARIA attributes (aria-label, aria-labelledby, aria-describedby) and semantic role implementation for screen reader support when displaying user profile information. ([#134](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/134) by [@junior](https://git.rarolabs.com.br/junior))
|
|
10
|
-
|
|
11
|
-
## 2025-05-27 `1.2.0`
|
|
12
|
-
|
|
13
|
-
#### 🎉 New features
|
|
14
|
-
|
|
15
|
-
- Added the `custom-elements.json` file to the package for automatic documentation tools and web component support editors. ([#110](https://git.rarolabs.com.br/frontend/rarui/pull/110) by [@junior](https://git.rarolabs.com.br/junior))
|
|
16
|
-
|
|
17
|
-
## 2025-05-23 `1.1.0`
|
|
18
|
-
|
|
19
|
-
#### 🎉 New features
|
|
20
|
-
|
|
21
|
-
- Added `size` property to the Component. ([#109](https://git.rarolabs.com.br/frontend/rarui/pull/109) by [@junior](https://git.rarolabs.com.br/junior))
|
|
22
|
-
- Added stories on Component. ([#109](https://git.rarolabs.com.br/frontend/rarui/pull/109) by [@junior](https://git.rarolabs.com.br/junior))
|
|
23
|
-
|
|
24
|
-
<!-- #### 🛠 Breaking changes -->
|
|
25
|
-
|
|
26
|
-
<!-- #### 📚 3rd party library updates -->
|
|
27
|
-
|
|
28
|
-
<!-- #### 🎉 New features -->
|
|
29
|
-
|
|
30
|
-
<!-- #### 🐛 Bug fixes -->
|
|
31
|
-
|
|
32
|
-
<!-- #### 💡 Others -->
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
Badge components are used to convey dynamic information, such as a count or status.
|
|
4
|
-
|
|
5
|
-
## 2025-09-04 `1.3.0`
|
|
6
|
-
|
|
7
|
-
#### 🎉 New features
|
|
8
|
-
|
|
9
|
-
- Enhanced accessibility with ARIA attributes and semantic role="status" for screen reader support. ([#134](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/134) by [@junior](https://git.rarolabs.com.br/junior))
|
|
10
|
-
|
|
11
|
-
## 2025-05-27 `1.2.0`
|
|
12
|
-
|
|
13
|
-
#### 🎉 New features
|
|
14
|
-
|
|
15
|
-
- Added the `custom-elements.json` file to the package for automatic documentation tools and web component support editors. ([#110](https://git.rarolabs.com.br/frontend/rarui/pull/110) by [@junior](https://git.rarolabs.com.br/junior))
|
|
16
|
-
|
|
17
|
-
## 2025-05-23 `1.1.0`
|
|
18
|
-
|
|
19
|
-
#### 🎉 New features
|
|
20
|
-
|
|
21
|
-
- Added `appearance`, `variant` and `size` properties to the Component. ([#109](https://git.rarolabs.com.br/frontend/rarui/pull/109) by [@junior](https://git.rarolabs.com.br/junior))
|
|
22
|
-
- Added stories on Component. ([#109](https://git.rarolabs.com.br/frontend/rarui/pull/109) by [@junior](https://git.rarolabs.com.br/junior))
|
|
23
|
-
|
|
24
|
-
<!-- #### 🛠 Breaking changes -->
|
|
25
|
-
|
|
26
|
-
<!-- #### 📚 3rd party library updates -->
|
|
27
|
-
|
|
28
|
-
<!-- #### 🎉 New features -->
|
|
29
|
-
|
|
30
|
-
<!-- #### 🐛 Bug fixes -->
|
|
31
|
-
|
|
32
|
-
<!-- #### 💡 Others -->
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
A Divider is a thin line used to separate or group content into lists and layouts.
|
|
4
|
-
|
|
5
|
-
## 2025-09-04 `1.1.0`
|
|
6
|
-
|
|
7
|
-
#### 🎉 New features
|
|
8
|
-
|
|
9
|
-
- Enhanced accessibility with ARIA attributes and semantic role="separator" with orientation support for screen reader support. ([#134](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/134) by [@junior](https://git.rarolabs.com.br/junior))
|
|
10
|
-
|
|
11
|
-
## 2025-05-27 `1.0.0`
|
|
12
|
-
|
|
13
|
-
#### 🎉 New features
|
|
14
|
-
|
|
15
|
-
- Added `size`, `type`, `color`, `thickness` and `direction` property to the Component. ([#111](https://git.rarolabs.com.br/frontend/rarui/pull/111) by [@junior](https://git.rarolabs.com.br/junior))
|
|
16
|
-
- Added stories on Component. ([#111](https://git.rarolabs.com.br/frontend/rarui/pull/111) by [@junior](https://git.rarolabs.com.br/junior))
|
|
17
|
-
|
|
18
|
-
<!-- #### 🛠 Breaking changes -->
|
|
19
|
-
|
|
20
|
-
<!-- #### 📚 3rd party library updates -->
|
|
21
|
-
|
|
22
|
-
<!-- #### 🎉 New features -->
|
|
23
|
-
|
|
24
|
-
<!-- #### 🐛 Bug fixes -->
|
|
25
|
-
|
|
26
|
-
<!-- #### 💡 Others -->
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
Icons are used to visually communicate core parts of the product and available actions. They can act as wayfinding tools to help merchants more easily understand where they are in the product, and common interaction patterns that are available.
|
|
4
|
-
|
|
5
|
-
## 2025-09-04 `1.2.0`
|
|
6
|
-
|
|
7
|
-
#### 🎉 New features
|
|
8
|
-
|
|
9
|
-
- Enhanced accessibility with ARIA attributes and smart 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))
|
|
10
|
-
|
|
11
|
-
## 2025-06-13 `1.1.0`
|
|
12
|
-
|
|
13
|
-
#### 🎉 New features
|
|
14
|
-
|
|
15
|
-
- Added `name` and `size` properties to the Component. ([#116](https://git.rarolabs.com.br/frontend/rarui/pull/116) by [@junior](https://git.rarolabs.com.br/junior))
|
|
16
|
-
|
|
17
|
-
## 2025-06-02 `1.0.0`
|
|
18
|
-
|
|
19
|
-
#### 🎉 New features
|
|
20
|
-
|
|
21
|
-
- Added `color` and `cursor` properties to the Component. ([#114](https://git.rarolabs.com.br/frontend/rarui/pull/114) by [@junior](https://git.rarolabs.com.br/junior))
|
|
22
|
-
- Added stories on Component. ([#114](https://git.rarolabs.com.br/frontend/rarui/pull/114) by [@junior](https://git.rarolabs.com.br/junior))
|
|
23
|
-
|
|
24
|
-
<!-- #### 🛠 Breaking changes -->
|
|
25
|
-
|
|
26
|
-
<!-- #### 📚 3rd party library updates -->
|
|
27
|
-
|
|
28
|
-
<!-- #### 🎉 New features -->
|
|
29
|
-
|
|
30
|
-
<!-- #### 🐛 Bug fixes -->
|
|
31
|
-
|
|
32
|
-
<!-- #### 💡 Others -->
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
The label component allows us to name elements within a form.
|
|
4
|
-
|
|
5
|
-
## 2025-09-18 `1.4.0`
|
|
6
|
-
|
|
7
|
-
#### 🎉 New features
|
|
8
|
-
|
|
9
|
-
- Enhanced form integration with standardized `for` attribute (replacing `htmlFor`) for proper HTML label semantics. ([#135](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/135) by [@junior](https://git.rarolabs.com.br/junior))
|
|
10
|
-
- Added automatic form control association with custom `rarui-label-click` event for seamless label-to-control communication. ([#135](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/135) by [@junior](https://git.rarolabs.com.br/junior))
|
|
11
|
-
- Implemented click handler for programmatic focus management on associated form elements. ([#135](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/135) by [@junior](https://git.rarolabs.com.br/junior))
|
|
12
|
-
|
|
13
|
-
#### 🛠 Breaking changes
|
|
14
|
-
|
|
15
|
-
- Changed `htmlFor` property to `for` to align with standard HTML label attribute. ([#135](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/135) by [@junior](https://git.rarolabs.com.br/junior))
|
|
16
|
-
|
|
17
|
-
## 2025-09-04 `1.3.0`
|
|
18
|
-
|
|
19
|
-
#### 🎉 New features
|
|
20
|
-
|
|
21
|
-
- Enhanced accessibility with 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))
|
|
22
|
-
|
|
23
|
-
## 2025-06-26 `1.2.0`
|
|
24
|
-
|
|
25
|
-
#### 🎉 New features
|
|
26
|
-
|
|
27
|
-
- Added `htmlFor` and `hidden` property to the Component. ([#122](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/122) by [@junior](https://git.rarolabs.com.br/junior))
|
|
28
|
-
- Added stories on Component. ([#122](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/122) by [@junior](https://git.rarolabs.com.br/junior))
|
|
29
|
-
|
|
30
|
-
<!-- #### 🛠 Breaking changes -->
|
|
31
|
-
|
|
32
|
-
<!-- #### 📚 3rd party library updates -->
|
|
33
|
-
|
|
34
|
-
<!-- #### 🎉 New features -->
|
|
35
|
-
|
|
36
|
-
<!-- #### 🐛 Bug fixes -->
|
|
37
|
-
|
|
38
|
-
<!-- #### 💡 Others -->
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
The Stepper component facilitates the sequential navigation of multi-step forms by visually representing each step's progression.
|
|
4
|
-
|
|
5
|
-
## 2025-09-04 `1.1.0`
|
|
6
|
-
|
|
7
|
-
#### 🎉 New features
|
|
8
|
-
|
|
9
|
-
- Enhanced accessibility with ARIA attributes, semantic roles, and orientation support for screen reader navigation. ([#134](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/134) by [@junior](https://git.rarolabs.com.br/junior))
|
|
10
|
-
- Added accessibility support to `rarui-stepper-step` with aria-current and listitem roles. ([#134](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/134) by [@junior](https://git.rarolabs.com.br/junior))
|
|
11
|
-
- Fixed missing `title` property declaration in `rarui-stepper-step` component. ([#134](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/134) by [@junior](https://git.rarolabs.com.br/junior))
|
|
12
|
-
|
|
13
|
-
## 2025-06-17 `1.0.0`
|
|
14
|
-
|
|
15
|
-
#### 🎉 New features
|
|
16
|
-
|
|
17
|
-
- Added `direction` property to the Component. ([#118](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/118) by [@junior](https://git.rarolabs.com.br/junior))
|
|
18
|
-
- Added stories on Component. ([#118](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/118) by [@junior](https://git.rarolabs.com.br/junior))
|
|
19
|
-
- Created new `rarui-stepper-step` subcomponent. ([#118](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/118) by [@junior](https://git.rarolabs.com.br/junior))
|
|
20
|
-
- Added `title`, `description`, `active` and `done` properties to the Component `rarui-stepper-step`. ([#118](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/118) by [@junior](https://git.rarolabs.com.br/junior))
|
|
21
|
-
- Added stories on `rarui-stepper-step` subcomponent. ([#118](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/118) by [@junior](https://git.rarolabs.com.br/junior))
|
|
22
|
-
|
|
23
|
-
<!-- #### 🛠 Breaking changes -->
|
|
24
|
-
|
|
25
|
-
<!-- #### 📚 3rd party library updates -->
|
|
26
|
-
|
|
27
|
-
<!-- #### 🎉 New features -->
|
|
28
|
-
|
|
29
|
-
<!-- #### 🐛 Bug fixes -->
|
|
30
|
-
|
|
31
|
-
<!-- #### 💡 Others -->
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
Text is a basic component that allows us to write blocks of text and give it formatting to use within other components, sections and pages of our application or website.
|
|
4
|
-
|
|
5
|
-
## 2025-09-04 `1.3.0`
|
|
6
|
-
|
|
7
|
-
#### 🎉 New features
|
|
8
|
-
|
|
9
|
-
- Added `as` property 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))
|
|
10
|
-
- Enhanced accessibility with 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))
|
|
11
|
-
|
|
12
|
-
## 2025-05-27 `1.2.0`
|
|
13
|
-
|
|
14
|
-
#### 🎉 New features
|
|
15
|
-
|
|
16
|
-
- Added the `custom-elements.json` file to the package for automatic documentation tools and web component support editors. ([#110](https://git.rarolabs.com.br/frontend/rarui/pull/110) by [@junior](https://git.rarolabs.com.br/junior))
|
|
17
|
-
|
|
18
|
-
## 2025-05-23 `1.1.0`
|
|
19
|
-
|
|
20
|
-
#### 🎉 New features
|
|
21
|
-
|
|
22
|
-
- Adjusted the creation of components for `lit` use to `stencil` Inves. ([#109](https://git.rarolabs.com.br/frontend/rarui/pull/109) by [@junior](https://git.rarolabs.com.br/junior))
|
|
23
|
-
|
|
24
|
-
## 2024-08-06 `1.0.0`
|
|
25
|
-
|
|
26
|
-
#### 🎉 New features
|
|
27
|
-
|
|
28
|
-
- Added `color`, `as`, `lineClamp`, `fontWeight`, `fontSize`, `lineHeight`, `width`, `textAlign`, `textOverflow`, `textTransform`, `whiteSpace`, `wordBreak`, `overflow` and `textDecoration` properties to the Component. ([#87](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/87) by [@junior](https://git.rarolabs.com.br/junior))
|
|
29
|
-
- Added stories on Component. ([#87](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/87) by [@junior](https://git.rarolabs.com.br/junior))
|
|
30
|
-
|
|
31
|
-
<!-- #### 🛠 Breaking changes -->
|
|
32
|
-
|
|
33
|
-
<!-- #### 📚 3rd party library updates -->
|
|
34
|
-
|
|
35
|
-
<!-- #### 🎉 New features -->
|
|
36
|
-
|
|
37
|
-
<!-- #### 🐛 Bug fixes -->
|
|
38
|
-
|
|
39
|
-
<!-- #### 💡 Others -->
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
Tilte is a basic component that allows you to give titles and more hierarchy to blocks of text for sections or header components.
|
|
4
|
-
|
|
5
|
-
## 2025-09-04 `1.3.0`
|
|
6
|
-
|
|
7
|
-
#### 🎉 New features
|
|
8
|
-
|
|
9
|
-
- Added `as` property for semantic heading element selection with dynamic tag rendering (h1-h6). ([#134](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/134) by [@junior](https://git.rarolabs.com.br/junior))
|
|
10
|
-
- Enhanced accessibility with 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))
|
|
11
|
-
|
|
12
|
-
## 2025-05-27 `1.2.0`
|
|
13
|
-
|
|
14
|
-
#### 🎉 New features
|
|
15
|
-
|
|
16
|
-
- Added the `custom-elements.json` file to the package for automatic documentation tools and web component support editors. ([#110](https://git.rarolabs.com.br/frontend/rarui/pull/110) by [@junior](https://git.rarolabs.com.br/junior))
|
|
17
|
-
|
|
18
|
-
## 2025-05-23 `1.1.0`
|
|
19
|
-
|
|
20
|
-
#### 🎉 New features
|
|
21
|
-
|
|
22
|
-
- Adjusted the creation of components for `lit` use to `stencil` Inves. ([#109](https://git.rarolabs.com.br/frontend/rarui/pull/109) by [@junior](https://git.rarolabs.com.br/junior))
|
|
23
|
-
|
|
24
|
-
## 2024-08-06 `1.0.0`
|
|
25
|
-
|
|
26
|
-
#### 🎉 New features
|
|
27
|
-
|
|
28
|
-
- Added `color`, `as`, `fontWeight`, `fontSize`, `lineHeight`, `textAlign`, `textTransform` and `textDecoration` properties to the Component. ([#87](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/87) by [@junior](https://git.rarolabs.com.br/junior))
|
|
29
|
-
- Added stories on Component. ([#87](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/87) by [@junior](https://git.rarolabs.com.br/junior))
|
|
30
|
-
|
|
31
|
-
<!-- #### 🛠 Breaking changes -->
|
|
32
|
-
|
|
33
|
-
<!-- #### 📚 3rd party library updates -->
|
|
34
|
-
|
|
35
|
-
<!-- #### 🎉 New features -->
|
|
36
|
-
|
|
37
|
-
<!-- #### 🐛 Bug fixes -->
|
|
38
|
-
|
|
39
|
-
<!-- #### 💡 Others -->
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
Tooltip are informative, specific, and action -oriented text labels that provide contextual support.
|
|
4
|
-
|
|
5
|
-
## 2025-09-04 `1.1.0`
|
|
6
|
-
|
|
7
|
-
#### 🎉 New features
|
|
8
|
-
|
|
9
|
-
- Enhanced accessibility with ARIA attributes for screen reader support on reference container. ([#134](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/134) by [@junior](https://git.rarolabs.com.br/junior))
|
|
10
|
-
|
|
11
|
-
## 2025-05-27 `1.0.0`
|
|
12
|
-
|
|
13
|
-
#### 🎉 New features
|
|
14
|
-
|
|
15
|
-
- Added `enabled-hover`, `content`, `children`, `visible`, `onVisibility`, `arrow`, `match-referenceWidth`, `position`, `enabled-click`, `enabled-dismiss`, `offset`, `padding` and `inverted` property to the Component. ([#115](https://git.rarolabs.com.br/frontend/rarui/pull/115) by [@junior](https://git.rarolabs.com.br/junior))
|
|
16
|
-
- Added stories on Component. ([#115](https://git.rarolabs.com.br/frontend/rarui/pull/115) by [@junior](https://git.rarolabs.com.br/junior))
|
|
17
|
-
|
|
18
|
-
<!-- #### 🛠 Breaking changes -->
|
|
19
|
-
|
|
20
|
-
<!-- #### 📚 3rd party library updates -->
|
|
21
|
-
|
|
22
|
-
<!-- #### 🎉 New features -->
|
|
23
|
-
|
|
24
|
-
<!-- #### 🐛 Bug fixes -->
|
|
25
|
-
|
|
26
|
-
<!-- #### 💡 Others -->
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
Progress indicators express an unspecified waiting time or display the duration of a process.
|
|
4
|
-
|
|
5
|
-
## 2025-09-04 `1.2.0`
|
|
6
|
-
|
|
7
|
-
#### 🎉 New features
|
|
8
|
-
|
|
9
|
-
- Enhanced accessibility for `rarui-progress-circle` with role="progressbar" and comprehensive ARIA attributes. ([#134](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/134) by [@junior](https://git.rarolabs.com.br/junior))
|
|
10
|
-
- Added aria-hidden to SVG elements for better screen reader compatibility. ([#134](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/134) by [@junior](https://git.rarolabs.com.br/junior))
|
|
11
|
-
|
|
12
|
-
## 2025-06-02 `1.1.0`
|
|
13
|
-
|
|
14
|
-
#### 🎉 New features
|
|
15
|
-
|
|
16
|
-
- Added `percentage` and `color` properties to the Component. ([#114](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/114) by [@junior](https://git.rarolabs.com.br/junior))
|
|
17
|
-
- Added stories on Component. ([#114](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/114) by [@junior](https://git.rarolabs.com.br/junior))
|
|
18
|
-
- Created new `rarui-progress-circle` subcomponent. ([#114](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/114) by [@junior](https://git.rarolabs.com.br/junior))
|
|
19
|
-
- Added `percentage`, `color` and `size` properties to the Component `rarui-progress-circle`. ([#114](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/114) by [@junior](https://git.rarolabs.com.br/junior))
|
|
20
|
-
<!-- #### 🛠 Breaking changes -->
|
|
21
|
-
|
|
22
|
-
<!-- #### 📚 3rd party library updates -->
|
|
23
|
-
|
|
24
|
-
<!-- #### 🎉 New features -->
|
|
25
|
-
|
|
26
|
-
<!-- #### 🐛 Bug fixes -->
|
|
27
|
-
|
|
28
|
-
<!-- #### 💡 Others -->
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
The skeleton is a basic component that displays a placeholder preview of its content before the data is loaded, reducing the feeling of slow loading time.
|
|
4
|
-
|
|
5
|
-
## 2025-09-04 `1.1.0`
|
|
6
|
-
|
|
7
|
-
#### 🎉 New features
|
|
8
|
-
|
|
9
|
-
- Enhanced accessibility with role="status", aria-busy state, and default loading message for screen reader support. ([#134](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/134) by [@junior](https://git.rarolabs.com.br/junior))
|
|
10
|
-
|
|
11
|
-
## 2025-05-27 `1.0.0`
|
|
12
|
-
|
|
13
|
-
#### 🎉 New features
|
|
14
|
-
|
|
15
|
-
- Added `data-testid`, `border-radius`, `width`, `height`, `max-width`, `max-height`, `min-width` and `min-height` property to the Component. ([#111](https://git.rarolabs.com.br/frontend/rarui/pull/111) by [@junior](https://git.rarolabs.com.br/junior))
|
|
16
|
-
- Added stories on Component. ([#111](https://git.rarolabs.com.br/frontend/rarui/pull/111) by [@junior](https://git.rarolabs.com.br/junior))
|
|
17
|
-
|
|
18
|
-
<!-- #### 🛠 Breaking changes -->
|
|
19
|
-
|
|
20
|
-
<!-- #### 📚 3rd party library updates -->
|
|
21
|
-
|
|
22
|
-
<!-- #### 🎉 New features -->
|
|
23
|
-
|
|
24
|
-
<!-- #### 🐛 Bug fixes -->
|
|
25
|
-
|
|
26
|
-
<!-- #### 💡 Others -->
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
Status components display the state or condition of a system, item, or process, providing users with important contextual information.
|
|
4
|
-
|
|
5
|
-
## 2025-09-04 `1.1.0`
|
|
6
|
-
|
|
7
|
-
#### 🎉 New features
|
|
8
|
-
|
|
9
|
-
- Enhanced accessibility with role="status" and 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))
|
|
10
|
-
|
|
11
|
-
## 2025-06-18 `1.0.0`
|
|
12
|
-
|
|
13
|
-
#### 🎉 New features
|
|
14
|
-
|
|
15
|
-
- Added `dot`, `appearance`, `size`, `variant` and `full` property to the Component. ([#119](https://git.rarolabs.com.br/frontend/rarui/pull/119) by [@junior](https://git.rarolabs.com.br/junior))
|
|
16
|
-
- Added stories on Component. ([#119](https://git.rarolabs.com.br/frontend/rarui/pull/119) by [@junior](https://git.rarolabs.com.br/junior))
|
|
17
|
-
|
|
18
|
-
<!-- #### 🛠 Breaking changes -->
|
|
19
|
-
|
|
20
|
-
<!-- #### 📚 3rd party library updates -->
|
|
21
|
-
|
|
22
|
-
<!-- #### 🎉 New features -->
|
|
23
|
-
|
|
24
|
-
<!-- #### 🐛 Bug fixes -->
|
|
25
|
-
|
|
26
|
-
<!-- #### 💡 Others -->
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
The Button component allows us to initiate actions, make state or page changes.
|
|
4
|
-
|
|
5
|
-
## 2025-09-18 `1.5.0`
|
|
6
|
-
|
|
7
|
-
#### 🎉 New features
|
|
8
|
-
|
|
9
|
-
- Enhanced form interaction with intelligent submit/reset behavior based on button type (submit/reset/button). ([#135](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/135) by [@junior](https://git.rarolabs.com.br/junior))
|
|
10
|
-
- Added standardized custom event `rarui-button-click` with detailed event information for consistent interaction handling. ([#135](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/135) by [@junior](https://git.rarolabs.com.br/junior))
|
|
11
|
-
- Implemented automatic form submission/reset when button is inside form element with appropriate type. ([#135](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/135) by [@junior](https://git.rarolabs.com.br/junior))
|
|
12
|
-
|
|
13
|
-
## 2025-09-04 `1.4.0`
|
|
14
|
-
|
|
15
|
-
#### 🎉 New features
|
|
16
|
-
|
|
17
|
-
- Enhanced accessibility support with additional ARIA attributes (aria-pressed, aria-expanded) for advanced button states. ([#134](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/134) by [@junior](https://git.rarolabs.com.br/junior))
|
|
18
|
-
- Added comprehensive HTML form integration with name, value, and form attributes for proper form submission support. ([#134](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/134) by [@junior](https://git.rarolabs.com.br/junior))
|
|
19
|
-
|
|
20
|
-
## 2025-08-28 `1.3.1`
|
|
21
|
-
|
|
22
|
-
#### 🐛 Bug fixes
|
|
23
|
-
|
|
24
|
-
- Fixed component width issue by adjusting host display styles. ([#128](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/128) by [@junior](https://git.rarolabs.com.br/junior))
|
|
25
|
-
|
|
26
|
-
## 2025-04-06 `1.3.0`
|
|
27
|
-
|
|
28
|
-
#### 🎉 New features
|
|
29
|
-
|
|
30
|
-
- Added `type` property to the Component. ([#115](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/115) by [@junior](https://git.rarolabs.com.br/junior))
|
|
31
|
-
|
|
32
|
-
## 2025-05-27 `1.2.0`
|
|
33
|
-
|
|
34
|
-
#### 🎉 New features
|
|
35
|
-
|
|
36
|
-
- Added the `custom-elements.json` file to the package for automatic documentation tools and web component support editors. ([#110](https://git.rarolabs.com.br/frontend/rarui/pull/110) by [@junior](https://git.rarolabs.com.br/junior))
|
|
37
|
-
|
|
38
|
-
## 2025-05-23 `1.1.0`
|
|
39
|
-
|
|
40
|
-
#### 🎉 New features
|
|
41
|
-
|
|
42
|
-
- Adjusted the creation of components for `lit` use to `stencil` Inves. ([#109](https://git.rarolabs.com.br/frontend/rarui/pull/109) by [@junior](https://git.rarolabs.com.br/junior))
|
|
43
|
-
|
|
44
|
-
## 2024-08-06 `1.0.0`
|
|
45
|
-
|
|
46
|
-
#### 🎉 New features
|
|
47
|
-
|
|
48
|
-
- Added `appearance`, `as`, `full`, `size` and `variant` properties to the Component. ([#87](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/87) by [@junior](https://git.rarolabs.com.br/junior))
|
|
49
|
-
- Added stories on Component. ([#87](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/87) by [@junior](https://git.rarolabs.com.br/junior))
|
|
50
|
-
|
|
51
|
-
<!-- #### 🛠 Breaking changes -->
|
|
52
|
-
|
|
53
|
-
<!-- #### 📚 3rd party library updates -->
|
|
54
|
-
|
|
55
|
-
<!-- #### 🎉 New features -->
|
|
56
|
-
|
|
57
|
-
<!-- #### 🐛 Bug fixes -->
|
|
58
|
-
|
|
59
|
-
<!-- #### 💡 Others -->
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
Checkboxes allow the user to select multiple options from a set, or to turn an option on and off.
|
|
4
|
-
|
|
5
|
-
## 2025-09-18 `1.3.0`
|
|
6
|
-
|
|
7
|
-
#### 🎉 New features
|
|
8
|
-
|
|
9
|
-
- Enhanced form integration with native HTML form association using ElementInternals API for seamless form submission and validation. ([#135](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/135) by [@junior](https://git.rarolabs.com.br/junior))
|
|
10
|
-
- Added standardized custom event `rarui-checkbox-change` (replacing generic `change`) with detailed event information for consistent interaction handling. ([#135](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/135) by [@junior](https://git.rarolabs.com.br/junior))
|
|
11
|
-
- Implemented automatic form reset support with `formResetCallback()` for native form reset behavior. ([#135](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/135) by [@junior](https://git.rarolabs.com.br/junior))
|
|
12
|
-
- Enhanced label integration with automatic focus management through `rarui-label-click` event listener and `focus()`/`blur()` methods. ([#135](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/135) by [@junior](https://git.rarolabs.com.br/junior))
|
|
13
|
-
|
|
14
|
-
## 2025-09-04 `1.2.0`
|
|
15
|
-
|
|
16
|
-
#### 🎉 New features
|
|
17
|
-
|
|
18
|
-
- Enhanced accessibility support with comprehensive ARIA attributes (aria-checked, aria-invalid, aria-required) including mixed state support for indeterminate checkboxes. ([#134](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/134) by [@junior](https://git.rarolabs.com.br/junior))
|
|
19
|
-
- Added comprehensive HTML form integration with name, value, form, and required attributes for proper form submission and validation. ([#134](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/134) by [@junior](https://git.rarolabs.com.br/junior))
|
|
20
|
-
|
|
21
|
-
## 2025-01-09 `1.1.0`
|
|
22
|
-
|
|
23
|
-
#### 🎉 New features
|
|
24
|
-
|
|
25
|
-
- Added hybrid behavior support with `checked` and `readonly` properties. ([#133](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/133) by [@junior](https://git.rarolabs.com.br/junior))
|
|
26
|
-
- Implemented controlled mode when `checked` prop is provided (works like React controlled component). ([#133](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/133) by [@junior](https://git.rarolabs.com.br/junior))
|
|
27
|
-
- Implemented native mode when `checked` prop is not provided (works like native HTML checkbox). ([#133](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/133) by [@junior](https://git.rarolabs.com.br/junior))
|
|
28
|
-
- Added `readonly` property to prevent user interaction while displaying current state. ([#133](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/133) by [@junior](https://git.rarolabs.com.br/junior))
|
|
29
|
-
|
|
30
|
-
## 2025-05-28 `1.0.0`
|
|
31
|
-
|
|
32
|
-
#### 🎉 New features
|
|
33
|
-
|
|
34
|
-
- Added `id`, `label`, `size`, `disabled`, `danger` and `indeterminate` properties to the Component. ([#112](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/112) by [@junior](https://git.rarolabs.com.br/junior))
|
|
35
|
-
- Added stories on Component. ([#112](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/112) by [@junior](https://git.rarolabs.com.br/junior))
|
|
36
|
-
|
|
37
|
-
<!-- #### 🛠 Breaking changes -->
|
|
38
|
-
|
|
39
|
-
<!-- #### 📚 3rd party library updates -->
|
|
40
|
-
|
|
41
|
-
<!-- #### 🎉 New features -->
|
|
42
|
-
|
|
43
|
-
<!-- #### 🐛 Bug fixes -->
|
|
44
|
-
|
|
45
|
-
<!-- #### 💡 Others -->
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
Chip is a small component used to make selections, filter content, or trigger actions.
|
|
4
|
-
|
|
5
|
-
## 2025-09-18 `2.1.0`
|
|
6
|
-
|
|
7
|
-
#### 🎉 New features
|
|
8
|
-
|
|
9
|
-
- Standardized custom events to `rarui-chip-click` and `rarui-chip-close` (from `chip-click` and `chip-close`) for consistent event naming across all components. ([#135](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/135) by [@junior](https://git.rarolabs.com.br/junior))
|
|
10
|
-
|
|
11
|
-
#### 🛠 Breaking changes
|
|
12
|
-
|
|
13
|
-
- Updated custom event names: `chip-click` → `rarui-chip-click`, `chip-close` → `rarui-chip-close` for consistent namespace organization. ([#135](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/135) by [@junior](https://git.rarolabs.com.br/junior))
|
|
14
|
-
|
|
15
|
-
#### 💡 Others
|
|
16
|
-
|
|
17
|
-
- Enhanced type definitions with comprehensive event documentation including detailed type signatures for both mouse and keyboard events. ([#135](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/135) by [@junior](https://git.rarolabs.com.br/junior))
|
|
18
|
-
|
|
19
|
-
## 2025-09-05 `2.0.0`
|
|
20
|
-
|
|
21
|
-
#### 🎉 New features
|
|
22
|
-
|
|
23
|
-
- Added accessibility improvements with `disabled`, `type`, `name`, `value` and `form` properties for better form integration. ([#134](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/134) by [@junior](https://git.rarolabs.com.br/junior))
|
|
24
|
-
- Added standardized custom events `chip-click` and `chip-close` for consistent interaction handling. ([#134](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/134) by [@junior](https://git.rarolabs.com.br/junior))
|
|
25
|
-
- Enhanced keyboard navigation support for closeable chips with Enter and Space key handling. ([#134](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/134) by [@junior](https://git.rarolabs.com.br/junior))
|
|
26
|
-
- Improved ARIA support with `aria-pressed`, `aria-label`, `aria-labelledby` and `aria-describedby` attributes. ([#134](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/134) by [@junior](https://git.rarolabs.com.br/junior))
|
|
27
|
-
|
|
28
|
-
## 2025-06-16 `1.0.0`
|
|
29
|
-
|
|
30
|
-
#### 🎉 New features
|
|
31
|
-
|
|
32
|
-
- Added `text-transform`, `text-overflow`, `closeable`, `pill`, `size`, `padding` and `selected` properties to the Component. ([#117](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/117) by [@junior](https://git.rarolabs.com.br/junior))
|
|
33
|
-
- Added stories on Component. ([#117](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/117) by [@junior](https://git.rarolabs.com.br/junior))
|
|
34
|
-
|
|
35
|
-
<!-- #### 🛠 Breaking changes -->
|
|
36
|
-
|
|
37
|
-
<!-- #### 📚 3rd party library updates -->
|
|
38
|
-
|
|
39
|
-
<!-- #### 🎉 New features -->
|
|
40
|
-
|
|
41
|
-
<!-- #### 🐛 Bug fixes -->
|
|
42
|
-
|
|
43
|
-
<!-- #### 💡 Others -->
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
Dropdown are informative, specific, and action -oriented text labels that provide contextual support.
|
|
4
|
-
|
|
5
|
-
## 2025-09-05 `1.2.0`
|
|
6
|
-
|
|
7
|
-
#### 🎉 New features
|
|
8
|
-
|
|
9
|
-
- Enhanced Dropdown component with comprehensive accessibility support including proper ARIA attributes (aria-haspopup, aria-expanded, aria-controls) for screen reader compatibility. ([#134](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/134) by [@junior](https://git.rarolabs.com.br/junior))
|
|
10
|
-
- Enhanced DropdownItem component with accessibility improvements (disabled, value, type, role properties), proper ARIA attributes (aria-selected, aria-disabled), and standardized custom events (dropdown-item-click). ([#134](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/134) by [@junior](https://git.rarolabs.com.br/junior))
|
|
11
|
-
- Standardized custom event `dropdown-visibility-change` with detailed event payload for consistent interaction handling. ([#134](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/134) by [@junior](https://git.rarolabs.com.br/junior))
|
|
12
|
-
- Added keyboard support for Enter and Space keys to activate dropdown trigger and items for better accessibility. ([#134](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/134) by [@junior](https://git.rarolabs.com.br/junior))
|
|
13
|
-
|
|
14
|
-
## 2025-01-09 `1.1.0`
|
|
15
|
-
|
|
16
|
-
#### 🎉 New features
|
|
17
|
-
|
|
18
|
-
- Added 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))
|
|
19
|
-
- Implemented intelligent 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))
|
|
20
|
-
- Added native 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))
|
|
21
|
-
- 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))
|
|
22
|
-
- Improved keyboard navigation and event handling for better user experience. ([#133](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/133) by [@junior](https://git.rarolabs.com.br/junior))
|
|
23
|
-
|
|
24
|
-
## 2025-06-30 `1.0.0`
|
|
25
|
-
|
|
26
|
-
#### 🎉 New features
|
|
27
|
-
|
|
28
|
-
- Added `padding`, `width`, `max-width`, `match-reference-width`, `enabled-dismiss`, `enabled-click`, `enabled-flip`, `offset`, `visible`, `z-index`, `position` and `strategy` properties to the component. ([#124](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/124) by [@junior](https://git.rarolabs.com.br/junior))
|
|
29
|
-
- Added stories on Component. ([#124](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/124) by [@junior](https://git.rarolabs.com.br/junior))
|
|
30
|
-
- Added `name` and `selected` properties to the Component `rarui-dropdown-item`. ([#124 ](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/124) by [@junior](https://git.rarolabs.com.br/junior))
|
|
31
|
-
- Added stories to the Component `rarui-dropdown-item`. ([#124](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/124) by [@junior](https://git.rarolabs.com.br/junior))
|
|
32
|
-
|
|
33
|
-
<!-- #### 🛠 Breaking changes -->
|
|
34
|
-
|
|
35
|
-
<!-- #### 📚 3rd party library updates -->
|
|
36
|
-
|
|
37
|
-
<!-- #### 🎉 New features -->
|
|
38
|
-
|
|
39
|
-
<!-- #### 🐛 Bug fixes -->
|
|
40
|
-
|
|
41
|
-
<!-- #### 💡 Others -->
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
The IconButton component allows us to initiate actions, make state or page changes.
|
|
4
|
-
|
|
5
|
-
## 2025-09-05 `1.2.0`
|
|
6
|
-
|
|
7
|
-
#### 🎉 New features
|
|
8
|
-
|
|
9
|
-
- Enhanced IconButton component with comprehensive accessibility and form integration (type, name, value, form properties) for proper HTML form submission and semantic button behavior. ([#134](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/134) by [@junior](https://git.rarolabs.com.br/junior))
|
|
10
|
-
- Added standardized custom event `icon-button-click` for consistent interaction handling across the component library. ([#134](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/134) by [@junior](https://git.rarolabs.com.br/junior))
|
|
11
|
-
- Improved ARIA support with native `aria-label`, `aria-labelledby`, and `aria-describedby` attributes for screen reader accessibility. ([#134](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/134) by [@junior](https://git.rarolabs.com.br/junior))
|
|
12
|
-
|
|
13
|
-
## 2025-06-13 `1.0.0`
|
|
14
|
-
|
|
15
|
-
#### 🎉 New features
|
|
16
|
-
|
|
17
|
-
- Added `appearance`, `variant`, `rounded`, `size` and `disabled` properties to the Component. ([#116](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/116) by [@junior](https://git.rarolabs.com.br/junior))
|
|
18
|
-
- Added stories on Component. ([#116](https://git.rarolabs.com.br/frontend/rarui/-/merge_requests/116) by [@junior](https://git.rarolabs.com.br/junior))
|
|
19
|
-
|
|
20
|
-
<!-- #### 🛠 Breaking changes -->
|
|
21
|
-
|
|
22
|
-
<!-- #### 📚 3rd party library updates -->
|
|
23
|
-
|
|
24
|
-
<!-- #### 🎉 New features -->
|
|
25
|
-
|
|
26
|
-
<!-- #### 🐛 Bug fixes -->
|
|
27
|
-
|
|
28
|
-
<!-- #### 💡 Others -->
|