Releases: Siumauricio/rippleui
Releases · Siumauricio/rippleui
v1.12.1
1.12.1 (2023-04-23)
Bug Fixes
- file-input: add support for firefox and add rounded to button on safari (#95) (14a3262)
v1.11.0
1.11.0 (2023-04-09)
Features
- spinner: spinner component (eb83aff)
Refactor
- switch: set gray-7 to border hover (4f5325b)
v1.10.0
1.10.0 (2023-03-20)
Features
- button, checkbox, input, radio, select, textarea: add solid variant (53a0e54)
- sidebar: sidebar component (e99276f)
Bug Fixes
- tooltip: set value instead variable (28c3aa9)
v1.9.2
1.9.2 (2023-03-05)
Refactor
- checkbox, radio, range, switch: set static white value (f3ccb18) #39
- config: remove white and black colors (ad88491) #39
v1.9.1
1.9.1 (2023-03-04)
Features
- config: add standalone-cli executables (f170e2b)
- skeleton: add static variant (c7e8137)
Refactor
- config: add example of standalone cli (2019a8b)
- menu,popover,button,dropdown: prevent components vibrate on click (6b41ef8)
Breaking Changes
- Change tokens colors to not clash with tailwind colors (c2f1171) #39
Since the classes that we use are clashing with tailwindcss default colors.
The colors have the same name the only thing will change is the last token
and follow the same semantic as RadixUI e.g:
Old Token |
New Token |
bg-blue-500 |
bg-blue-6 |
bg-red-900 |
bg-red-10 |
v1.9.0
1.9.0 (2023-02-12)
Features
Refactor
- button: set text color to default variant (895d034)
- dropdown: add center bottom and top variant (4793894)
- dropdown: removed border and add scale to dropdown item (2dacaf7)
- dropdown: removed margin to menu (20c7502)
- dropdown: set width only to a main menu class (83a7417)
- dropdown: simplify selectors and change transition duration on transform (7e31aa6)
v1.8.1
1.8.1 (2023-02-03)
Features
Bug Fixes
- progress: Fix indeterminate progress bar on cross-platform (92337b6)
Refactor
- dot: set display value (632a425)
- progress: set width by default (31c8a16)
- switch: reduce transition duration (fed5324)
v1.8.0
1.8.0 (2023-01-30)
Features
- dot: dot component (a11a242)
- kbd: kbd component (5586892)
- progress: progress bar (0b1fc86)
- range: range component (4d5223d)
- Docs: Revamp Docs Section