Junior Garcia
|
7abd68941a
|
v2.2.0 🕹️ (#1777)
* feat: Slider Component (#1686)
* feat(slider): initial structure
* chore(slider): readme improved
* fix: fixed border color of slider track
* docs: added range story
* feat: added rtl support to slider
* feat: improved value label formatting
* feat: refactor styling and add colors support to slider
* chore: improved thumb color
* docs: improved slider stories
* chore(slider): default color changed by foreground
* Update packages/core/theme/src/components/slider.ts
Co-authored-by: Jakob Guddas <github@jguddas.de>
* feat: added fillOffset prop
* Update packages/components/slider/src/use-slider.ts
* fix(slider): animation
* Update packages/components/slider/src/use-slider.ts
* Update packages/core/theme/src/components/slider.ts
* feat: slider steps
* refactor: renamed variables
* feat: improved slider step styling
* fix: hide infinite steps
* fix: fixed step transparency issue
* fix: fixed thumb focus issue
* Update packages/components/slider/src/use-slider.ts
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
* feat(slider): vertical orientation added, start & end content, bug fixes
* chore(slider): tests added
* fix(docs): scrollbar added to the sidebar (#1743)
* feat(slider): marks added
* chore(slider): example ts-doc changed
* feat(slider): vertical marks support
* feat(core): slider tooltip support added, popover modified (#1746)
* Feat/slider custom styles (#1751)
* feat(slider): custom styles story added
* fix(slider): custom styles on different sizes
* Fix/slider tooltip android position (#1753)
* feat(slider): custom styles story added
* fix(slider): tooltip update position dependecies added
* fix(popover): arrow placements improved
* feat(slider): docs started, custom thumb and custom output stories added
* feat(slider): render function added to custom render the slider parts
* feat(slider): docs in progress, new properties and examples added
* fix(slider): some issues fixed, output renamed to value, documentation improved
* feat(slider): docs done
* chore: changeset
---------
Co-authored-by: Jakob Guddas <github@jguddas.de>
* Client side routing (#1764)
* feat(slider): initial structure
* chore(slider): readme improved
* fix: fixed border color of slider track
* docs: added range story
* feat: added rtl support to slider
* feat: improved value label formatting
* feat: refactor styling and add colors support to slider
* chore: improved thumb color
* docs: improved slider stories
* chore(slider): default color changed by foreground
* Update packages/core/theme/src/components/slider.ts
Co-authored-by: Jakob Guddas <github@jguddas.de>
* feat: added fillOffset prop
* Update packages/components/slider/src/use-slider.ts
* fix(slider): animation
* Update packages/components/slider/src/use-slider.ts
* Update packages/core/theme/src/components/slider.ts
* feat: slider steps
* refactor: renamed variables
* feat: improved slider step styling
* fix: hide infinite steps
* fix: fixed step transparency issue
* fix: fixed thumb focus issue
* Update packages/components/slider/src/use-slider.ts
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
* feat(slider): vertical orientation added, start & end content, bug fixes
* chore(slider): tests added
* feat(slider): marks added
* chore(slider): example ts-doc changed
* feat(slider): vertical marks support
* feat(core): slider tooltip support added, popover modified (#1746)
* Feat/slider custom styles (#1751)
* feat(slider): custom styles story added
* fix(slider): custom styles on different sizes
* Fix/slider tooltip android position (#1753)
* feat(slider): custom styles story added
* fix(slider): tooltip update position dependecies added
* fix(popover): arrow placements improved
* feat(slider): docs started, custom thumb and custom output stories added
* feat(slider): render function added to custom render the slider parts
* feat(slider): docs in progress, new properties and examples added
* fix(slider): some issues fixed, output renamed to value, documentation improved
* feat(slider): docs done
* chore: changeset
* chore: react aria packages upgraded
* feat(system): router provider added
* feat: client side routing support added to items components
* chore(docs): routing docs started
* chore: changeset
* feat(docs): client side routing documented
* feat(pagination): client router support added to pagination
* fix(link): csr added
---------
Co-authored-by: Jakob Guddas <github@jguddas.de>
* feat: added RTL support to accordion component (#1725)
* feat: added RTL support to accordion component
* Create healthy-cobras-crash.md
* feat: added RTL support to avatar and avatar group component (#1727)
* feat: added RTL support to avatar and avatar group components
* Create tender-penguins-love.md
* Update tender-penguins-love.md
* feat: added RTL support to button group component (#1726)
* feat: added RTL support to button component
* feat: added RTL support to button component
* Create orange-bobcats-kneel.md
* Update button.ts
* refactor(root): styles refactor (#1688)
* refactor(root): styles refactor
* chore(tabs): remove needless type extends
* fix(tabs): typecheck
* Breadcrumbs component (#1794)
* feat(components): breadcrumbs initial structure
* feat(breadcrumbs): tests and examples added
* feat(docs): breadcrumbs documentation done
* feat(docs): breadcrumbs docs done
* chore(breadcrumbs): readme changed
* fix(slider): Place last dragged slider handle over the other handle (#1778)
* Set `data-focused` in handle
* Style focused handle on top
* Add tests
* fix(core): tests and build
* fix(button): show only spinner if button isLoading & isIconOnly (#1800)
* fix(button): show only spinner if button isLoading & isIconOnly
* chore: add changeset
* fix(button): remove repeating code
* Fix blur/opaque Popover (#1812)
* fix(popover): double underlay click
* chore: use ref instead of a state
* Feat/controlled scroll shadow (#1819)
* feat(scroll-shadow): logic improved, controlled support added
* feat(scroll-shadow): controlled visibility
* fix(scroll-shadow): visibility tests
* Autocomplete component (Single Selection) (#1797)
* feat(autocomplete): initial structure
* feat(core): use press custom hook implemented, autocomplete improved, input and select animations fixed
* chore(button): add console.log on press
* feat(core): select & input label position, autocomplete improvements, listbox and menu empty state
* chore: tailwind-variants upgraded
* chore: autocomplete stories in progress
* fix: input and select label placement
* fix(autocomplete): popover trigger
* chore(root): react-aria pkgs and framer-motion upgraded
* fix(input,select): outside label scale removed
* feat(autocomplete): more stories and use cases supported
* fix(core): custom items support on collection-based comps, menu generic items support added
* chore(core): tailwind-variants upgraded, custom tv function adapted
* chore(docs): select on-change controlled e.g. changed, sandpack theme fixed
* chore(autocomplete): docs started, tests added
* chore: in progress
* feat(menu): top and end content added, autocomplete docs improved
* feat(docs): autocomplete documentation almost done
* fix(input): outside styles
* feat(docs): autocomplete async filtering added
* chore(docs): autocomplete highlighted lines added
* feat(docs): autocomplete a11y and slots added
* feat(docs): autocomplete a11y and slots added
* feat(docs): autocomplete docs done
* fix(root): peer dependencies (#1848)
* Fix/small issues (#1851)
* fix(input): visible outline
* fix(button): button group radius prop
* chore(navbar): menu item active status added
* fix(docs): pagination missing keys custom items
* fix(core): extendVariants support added to collection-based components
* fix(theme): card body padding
* chore(theme): transition added to menu/listbox items
* fix(input): textarea styles fixed, new prop added
* chore(input): textarea height animated
* feat(button): hover opacity added
* chore(textarea): hide scroll when the limit hasn't been reached
* chore(docs): updated badge added to textarea
* feat(docs): blog v2.2.0 image and entry added
* fix(avatar): ring primary color
* chore(docs): tabs added again, autocomplete iframes removed
---------
Co-authored-by: Jakob Guddas <github@jguddas.de>
Co-authored-by: Maurici Abad Gutierrez <hello@mauriciabad.com>
Co-authored-by: Ivan Kucher <dev.kucher@gmail.com>
|
2023-11-03 11:05:16 -03:00 |
|
Junior Garcia
|
114c3f5a6b
|
feat(root): layout configuration added to the tailwind plugin, components were adapted
|
2023-07-01 20:03:52 -03:00 |
|
Junior Garcia
|
ce9abed071
|
feat(docs): navbar in progress
|
2023-06-25 20:36:09 -03:00 |
|
Junior Garcia
|
1658afc756
|
feat(docs): dropdown in progress
|
2023-06-22 23:42:03 -03:00 |
|
Junior Garcia
|
3f77004403
|
feat(docs): pagination in progress
|
2023-06-19 16:13:35 -03:00 |
|
Junior Garcia
|
1ce246d0ad
|
feat(docs): accordion improved, badge fixed, modal started
|
2023-06-09 19:28:07 -03:00 |
|
Junior Garcia
|
10c1292fc5
|
feat(docs): tabs docs done
|
2023-06-08 21:03:40 -03:00 |
|
Junior Garcia
|
54e9c8231f
|
feat(docs): tooltip docs done
|
2023-06-06 22:36:56 -03:00 |
|
Junior Garcia
|
b62ca94458
|
feat(docs): popover docs almost done
|
2023-06-04 23:33:02 -03:00 |
|
Junior Garcia
|
51c6b291d5
|
feat(docs): switch docs done
|
2023-06-04 17:46:02 -03:00 |
|
Junior Garcia
|
78f1c5f957
|
feat(docs): radio group in progress
|
2023-06-03 16:40:03 -03:00 |
|
Junior Garcia
|
45bb9fddc4
|
fix(docs): pkg imports
|
2023-06-03 10:40:53 -03:00 |
|
Junior Garcia
|
849dd9948b
|
chore(docs): textarea docs in progress
|
2023-05-30 19:38:06 -03:00 |
|
Junior Garcia
|
2e4f54a06b
|
feat(docs): input docs in progress
|
2023-05-28 23:53:22 -03:00 |
|
Junior Garcia
|
1569b59725
|
feat(docs): snippet done
|
2023-05-28 16:17:22 -03:00 |
|
Junior Garcia
|
e7f9579389
|
feat(docs): skeleton docs in progress
|
2023-05-28 01:17:12 -03:00 |
|
Junior Garcia
|
e8fb0c7a09
|
feat(docs): user docs added
|
2023-05-28 00:30:22 -03:00 |
|
Junior Garcia
|
90e76df87d
|
feat(docs): progress done, internal APi improved
|
2023-05-27 23:25:11 -03:00 |
|
Junior Garcia
|
fa404913bd
|
feat(docs): import tabs added, link docs in progress
|
2023-05-27 20:23:15 -03:00 |
|
Junior Garcia
|
dc0b3897d0
|
feat(docs): spinner docs added
|
2023-05-26 21:28:46 -03:00 |
|
Junior Garcia
|
2cb983af3e
|
feat(docs): spacer added
|
2023-05-26 20:56:27 -03:00 |
|
Junior Garcia
|
c00d3f3199
|
feat(docs): kbd docs added
|
2023-05-26 20:18:45 -03:00 |
|
Junior Garcia
|
62c3c71e9e
|
feat(docs): divider docs added
|
2023-05-26 19:45:57 -03:00 |
|
Junior Garcia
|
f7c77e2f14
|
feat(docs): code documentation added
|
2023-05-26 19:35:44 -03:00 |
|
Junior Garcia
|
5168f4f495
|
feat(docs): chip and circular progress done
|
2023-05-26 19:02:17 -03:00 |
|
Junior Garcia
|
242b1a5584
|
chore(root): new snapshot
|
2023-05-25 18:50:49 -03:00 |
|
Junior Garcia
|
46ad6f7cd8
|
feat(docs): checkbox docs added
|
2023-05-24 22:52:14 -03:00 |
|
Junior Garcia
|
5dd095aecc
|
feat(docs): badge done
|
2023-05-21 11:21:55 -03:00 |
|
Junior Garcia
|
667351c4ef
|
feat(docs): accordion done
|
2023-05-17 22:25:26 -03:00 |
|
Junior Garcia
|
2a68022a5e
|
feat(docs): card docs in progress
|
2023-05-16 00:04:22 -03:00 |
|
Junior Garcia
|
520ebbe259
|
feat(docs): button docs started
|
2023-05-15 00:03:08 -03:00 |
|
Junior Garcia
|
94722046e6
|
feat(docs): avatar docs completed
|
2023-05-14 00:44:10 -03:00 |
|
Junior Garcia
|
7c0c85b2e5
|
feat(root): divider and kbd components added, docs in progress
|
2023-04-25 00:11:31 -03:00 |
|
Junior Garcia
|
db84db61fb
|
feat(navbar): better background blur implementation
|
2022-07-14 23:20:04 -03:00 |
|
Junior Garcia
|
dc25a5629b
|
feat(react-badge): badge component almost done
|
2022-07-09 16:00:31 -03:00 |
|
Junior Garcia
|
aa9af006cc
|
refactor(docs-content): eslint rules applied
|
2022-06-19 18:37:36 -03:00 |
|
Junior Garcia
|
de31a3dbd4
|
feat(docs-dropdown): docs writing in progress
|
2022-05-29 20:21:03 -03:00 |
|
Junior Garcia
|
4a12db4587
|
feat(react-popover): documentation almost finished, missing refs added to some components, backgroundContrast added, table docs improved
|
2022-04-20 23:30:33 -03:00 |
|
Junior Garcia
|
dc8968723f
|
feat(docs-checkbox): checkbox-group separated from checkbox
|
2022-04-03 18:42:34 -03:00 |
|
Junior Garcia
|
83508b4cc6
|
Revert "Merge branch 'main' into next"
This reverts commit f35b5f58eb846f4ceee1a97dc60ff4ad88518d80, reversing
changes made to 3780a237fdb23c2196d47e2dc4a1f1073954d8f9.
|
2022-03-21 02:29:25 -03:00 |
|
Junior Garcia
|
d5565ce410
|
Revert "v1.0.2-beta.5"
|
2022-03-21 02:15:56 -03:00 |
|
Dhananjay-JSR
|
5f4ecdc135
|
Updated Layout Documentation to New Editor
|
2022-03-20 23:09:38 +05:30 |
|
Junior Garcia
|
1656423799
|
chore[docs]: documentation format
|
2022-03-19 11:52:10 -03:00 |
|
Dhananjay-JSR
|
74d86f603c
|
Link Documentation Done
|
2022-03-16 12:45:55 +05:30 |
|
Dhananjay-JSR
|
f7b2168708
|
Ttext_Documentation_Done
|
2022-03-16 12:15:00 +05:30 |
|
Dhananjay-JSR
|
c4744b122d
|
Switch_Done_Documentation
|
2022-03-16 11:20:23 +05:30 |
|
Dhananjay-JSR
|
8f7c20fc75
|
Loading Done Plus Fixed User
|
2022-03-16 01:43:37 +05:30 |
|
Dhananjay-JSR
|
01bb94642c
|
Modal_Documentation_Done
|
2022-03-16 01:22:43 +05:30 |
|
Dhananjay-JSR
|
200a0d2e0e
|
ToolTip_Documentation_Completed
|
2022-03-16 00:24:08 +05:30 |
|
Dhananjay-JSR
|
923f77bc54
|
Progress_Documentation_Completed
|
2022-03-15 23:34:03 +05:30 |
|