Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
​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
​1.9.1 (2023-03-04)
​Features
​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 |
​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)
​1.8.1 (2023-02-03)
​Features
- forms: forms component (dbea29a)
​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)
​1.8.0 (2023-01-30)
​Features
- dot: dot component (a11a242)
- kbd: kbd component (5586892)
- progress: progress bar (0b1fc86)
- range: range component (4d5223d)
​1.7.0 (2023-01-25)
​Features
- divider: divider component (c3b67d9)
- link: link component (ddde65c)
- pagination: pagination component (853564c)
- skeleton: skeleton component (b50e16f)
- stepper: add stepper component (875385c)
​Bug Fixes
- radio: center the circle (0206530)
​1.6.2 (2023-01-20)
​Bug Fixes
- inputs: add focus state (823dcc7)
​1.6.1 (2023-01-19)
​Bug Fixes
- Dark mode with 'media' is not supported (41d24ce)
​1.6.0 (2023-01-15)
​Features
- config: add prefix option (349498a)
​Bug Fixes
- tooltip: allow to use breakpoints (99de37e)
​Refactor
- add custom color (fb16455)
- button-group: add direction to horizontal class (c14f6d2)
- card: change shadow box to sm (4ca5d94)
- config: update types (baceb83)
- input and select: adjust height to be more standard size (6073359)
- landing-page: update design and add new sections (fc504e4)
- tabs: support for radio tabs (f8b0e89)
​1.5.0 (2023-01-07)
​Features
​Bug Fixes
- navbar: add backdrop saturate to navbar glass and update colors to radixUI (a71d9a7)
​Refactor
- config: add safelist on production styles.css for CDN purposes (367975b)
- new-pallete: add slate color (07b9249)
- new-types: expand pallete scalle (0b83ec4)
- base: add highlight color tap (e9f47a8)
- base: device highlight transparent (0fd3717)
- button: prevent select content (faace23)
- card: update to radixUI colors (711d704)
- button: change loader color (2da97bb)
- utilities: clean utilities (c326698)
- components-colors: update colors to new radixUI colors (0bec47d)
- config: force match at init in regexExpr safelist (58047da)
- config: separate utilities to another config (e3aa62b)
- navbar: set gray-50 instead of gray-100 (23ed3d9)
- table: prevent text content wrap (dd5f3ed)
- background-colors: update background borders (0efce60)
- tab: update to radixUI colors (29fdcf0)
- theme: use radixUI pallete (b514482)
​1.4.0 (2022-12-30)
​Features
​Refactor
- base: removed duplicate selector (97f80fa)
- move the base to separate config (b376066)
- set type to configValue (a98490b)
- update colors type (b52afd5)
- update themes type (05440f6)
​1.3.3 (2022-12-26)
​Features
- config: utils function for convert and handle opacity (45da8a1)
​Refactor
- base: removed base styles (a40b60b)
- button: change button size props (491921e)
- components: add rgb function to each variable (5755038)
- config: change type return to colors (76574d9)
- config: convert hexa to rgb (9ec6174)
- config: inject base bg and text color by default (d0cb4d5)
- config: trigger function when color called (68d8201)
- dropdown: reduce z-index to z-49 (df5e6ce)
- modal: increase z-index to be in front of navbar (0fac4e0)
- utilites: add hide-scrollbar (4bb05b9)
​1.3.2 (2022-12-25)
​Bug Fixes
- add h-screen to drawer and overlay (5e4c7b8)
- change disabled class to native disabled selector (7b95eeb)
- dropdown: left and right positions stay at center (0c2ca61)
​Refactor
- button: set min-height (260691a)
- reduced gap in navbar positions (7a2f942)
- set display flex and set min-height by default (2027922)
​1.3.1 (2022-12-19)
​Features
- add layouts (7475b58)
- add mdx base components (f88bf05)
- add new docs components (a90dfd4)
- base components (7608a88)
- codeblocks added (a81d7c5)
- components docs added (6acc665)
- document page (3d37f4b)
- fn to convert string to slug (f982143)
- fn to get all paths of content dir (31cab5d)
- hook to copy content (9cabe3c)
- new icons (23c8e5a)
- one dark theme pro (102d097)
- render mdx content of content dir (bdee639)
- textarea docs (3f59aee)
​Bug Fixes
- duplicate dark query css (a8bf967)
​Refactor
- add active state to navbar (201c806)
- add by default color to p tag (70ee73d)
- add layout to initial screen (77b00b1)
- add mdx path (39f7499)
- add new components (3ed1a37)
- add state and close on click item (8146276)
- add types to have a getLayout fn (6069eb6)
- change description to have more sense (1f1e99c)
- change property names (41d3f5b)
- changed wrong title (e61b6b4)
- move navbar to main wrapper to prevent modal and drawers go behind the nav (b2f9294)
- removed component item (e1a48d5)
- removed layout dir (081f4a5)
​v1.3.1 - 2022-12-19
​:sparkles: New Features
23c8e5a
- new icons (commit by @Siumauricio)7475b58
- add layouts (commit by @Siumauricio)f88bf05
- add mdx base components (commit by @Siumauricio)31cab5d
- fn to get all paths of content dir (commit by @Siumauricio)9cabe3c
- hook to copy content (commit by @Siumauricio)102d097
- one dark theme pro (commit by @Siumauricio)3d37f4b
- document page (commit by @Siumauricio)bdee639
- render mdx content of content dir (commit by @Siumauricio)f982143
- fn to convert string to slug (commit by @Siumauricio)7608a88
- base components (commit by @Siumauricio)a81d7c5
- codeblocks added (commit by @Siumauricio)3f59aee
- textarea docs (commit by @Siumauricio)a90dfd4
- add new docs components (commit by @Siumauricio)6acc665
- components docs added (commit by @Siumauricio)
​:bug: Bug Fixes
a8bf967
- duplicate dark query css (commit by @Siumauricio)
​:recycle: Refactors
39f7499
- add mdx path (commit by @Siumauricio)6069eb6
- add types to have a getLayout fn (commit by @Siumauricio)77b00b1
- add layout to initial screen (commit by @Siumauricio)081f4a5
- removed layout dir (commit by @Siumauricio)e61b6b4
- changed wrong title (commit by @Siumauricio)41d3f5b
- change property names (commit by @Siumauricio)e1a48d5
- removed component item (commit by @Siumauricio)1f1e99c
- change description to have more sense (commit by @Siumauricio)b2f9294
- move navbar to main wrapper to prevent modal and drawers go behind the nav (commit by @Siumauricio)3ed1a37
- add new components (commit by @Siumauricio)8146276
- add state and close on click item (commit by @Siumauricio)201c806
- add active state to navbar (commit by @Siumauricio)70ee73d
- add by default color to p tag (commit by @Siumauricio)
​:wrench: Chores
eda0320
- add packages for mdx (commit by @Siumauricio)f448ca3
- add gradient bg (commit by @Siumauricio)75344bb
- docs: :arrow*up: upgrade rippleui package *(commit by @Siumauricio)_9cb4e58
- add versionrc config (commit by @Siumauricio)56de9a9
- add types for prevent takes docs dir (commit by @Siumauricio)94bd1e0
- release: 1.3.1 (commit by @Siumauricio)
​1.3.0 (2022-12-15)
​Features
- alert component (a453e35)
- card component (b891366)
- drawer component (89082c2)
- table component (a4aa301)
​1.2.2 (2022-12-14)
​Features
- breadcrumb component (c65ef71)
​v1.2.2 - 2022-12-14
​:sparkles: New Features
c65ef71
- breadcrumb component (commit by @Siumauricio)
​:wrench: Chores
9ec7777
- update docs (commit by @Siumauricio)88553d1
- update logo (commit by @Siumauricio)c40dfd5
- breadcrumb component (commit by @Siumauricio)40731fd
- release: 1.2.2 (commit by @Siumauricio)
​1.2.0 (2022-12-08)
​Features
​Bug Fixes
- remove truncate for not break dropdown or tooltips (8a7b513)
​1.1.0 (2022-12-07)
​Features
- badge component (7a403f1)
- button-group component (6f22df2)
- checkbox component (606ce9b)
- dropdown component (2597a6d)
- modal component (a954055)
- radio component (688b796)
- select component (d72b170)
- switch component (a484c09)
- textarea component (17e1deb)
- tooltip component (2995b66)
​Bug Fixes
- remove scroll when modal opened, remove lag issues on IOS (c759cc7)
​1.0.0 (2022-12-03)
​Features
- add background, text and primary colors to each color-schema (c68234b)
- add base css variables (85c461e)
- add btn styles (87af1bf)
- add dist source (b260325)
- add docs website (773aa3e)
- add initial project (33906aa)
- add input base css (bb8756a)
- add input css (0d182e1)
- add light colors (d2be926)
- add script to minify js code (ba04efa)
- add tailwind config (5cf1852)
- add theme-change for dark mode (52f2d4c)
- create each layer (fc732bb)
- finish button (d0e99b1)
​Bug Fixes
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.