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
baec55029d
Feat/select component ( #1313 )
...
* chore(root): menu and select components in progress
* chore(root): merged with main
* feat(menu): stories created
* feat(dropdown): menu migrated to menu component
* feat(select): base implementation in progress
* feat(select): listbox implemented
* feat(select): scroll overflow and auto scroll added
* feat(select): colors & variants improved, inside placement complete, outside pending
* feat(scroll-shadow): new component in progress
* feat(select): scroll shadow integrated
* fix(select): popover implementation, more scroll shadow stories added
* feat(listbox): custom styles example added to stories
* chore(listbox): overflow hidden removed
* feat(select): variants and styles completed
* chore(select): description story added
* feat(select): more stories added
* fix(select): dynamic collections inference, styles improved, more stories added
* fix(select): auto scroll to selected item, scroll padding added
* chore(select): scroll behavior changed to nearest
* feat(select): custom item story added
* fix(select): autoscroll fixed
* feat(select): multi select support added
* feat(select): more examples added, clean-package modified to remove dev packages
* chore(modal): useImperativeHandle removed
* feat(select): render value story improved
* feat(docs): listbox & scroll shadow docs done
* feat(docs): select documentation in progress
* fix: select aria label (#1425 )
* feat(docs): more examples added
* feat(docs): select multiple added, storybook favicon changed
* fix: added value to aria label of select (#1431 )
* feat(select): more examples added, storybook favicon changed
* fix(popover): dialog role removed
* feat(select): api added, async loading exampled added
* fix: fixed list box on click not working with sr click (#1439 )
* feat(select): async items loading support added and documented
* feat(root): input styles updated to be as the select ones
* chore(root): listbox and scroll shadow readme updated
* feat(select): ts examples added, banner updated
* fix(popover): voiceover closes when focusing an item fixed
* chore(select): focus scope removed
* fix(popover): free solo popover added to use without a trigger
* feat(select): blog post added
* chore(docs): search meta generated, multi controlled onchange example fixed
* chore(root): changeset added
---------
Co-authored-by: Jakob Guddas <github@jguddas.de>
2023-08-21 12:28:01 +00:00
Junior Garcia
d794225cb7
Pr/1224 ( #1301 )
...
* chore: storybook migration
* chore: storybook migration
* chore: storybook migration
* fix: moved options in arg types out of control
* fix: fixed type issues
* fix: renamed sb:start script to start
* chore: migrate csf 2 to csf 3
* fix: removed storybook build from root build script
* chore: kick
* chore(root): pnpm lock updated
* chore(root): new changeset
---------
Co-authored-by: Jakob Guddas <github@jguddas.de>
2023-08-06 15:04:26 -03:00
Junior Garcia
b887a2f503
refactor(root): sotybook build folder added to repo
2023-08-05 11:13:37 -03:00
Junior Garcia
cd941e64c1
Fix/props suggestions ( #1225 )
...
* refactor(core): new forwardRef types created, stories modified, important changes implemented
* feat(docs): custom variants api added, components ref fixed
* fix(components): omit ref removed
2023-07-28 18:00:18 -03:00
Junior Garcia
96f55f10b8
feat(root): extendStyles renamed to extendVariants, compound and default variants support added
2023-07-23 16:28:35 -03:00
Junior Garcia
15b585c51a
feat(root): react aria packages upgraded, SSRProvider removed since is no longer needed
2023-07-02 00:20:08 -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
1ec784b3a5
feat(docs): migrated to app directory
2023-06-14 00:18:45 -03:00
Junior Garcia
e802caa412
feat(docs): home migrated to app directory
2023-06-13 18:29:03 -03:00
Junior Garcia
f9835e5a17
feat(root): tsup banner added to support use client directive
2023-04-28 20:14:18 -03:00
Junior Garcia
564ec4ddef
feat(root): progress and accordion build size reduced by spliting aria utils
2023-03-30 23:04:11 -03:00
Junior Garcia
b6ca9630eb
feat(root): clean package file taken from root
2023-03-25 22:46:00 -03:00
Junior Garcia
a3ca1e8ed8
feat(switch): component created
2023-03-14 21:40:22 -03:00
Junior Garcia
c302fa6e73
feat: checkbox group migrated, only tests missing
2023-03-04 18:00:18 -03:00
Junior Garcia
c45109c8f4
feat(root): stitches removed globally, react 18 implemented, pnpm setup changed
2023-03-03 12:00:34 -03:00
Junior Garcia
7153ac81ea
feat(root): react 18, react aria packages upgraded
2023-02-28 09:42:34 -03:00
Junior Garcia
3789144e63
feat(snippet): migrated
2023-02-21 15:26:12 -03:00
Junior Garcia
27f2ae1fab
feat(tooltip): migrated to react-aria and tw
2023-02-20 18:13:40 -03:00
Junior Garcia
93eafd7738
feat(root): plop component template improved
2023-02-20 11:54:37 -03:00
Junior Garcia
67a3f7af60
chore: hooks exported, plop template modified
2023-02-18 10:25:01 -03:00
Junior Garcia
5b569d97f6
feat: avatar group created, test added, new hooks added
2023-02-14 23:56:59 -03:00
Junior Garcia
22fa4fab6f
feat(root): tsup build improved
2023-01-10 17:13:41 -03:00
Junior Garcia
1aad0161bf
feat(repo): esm separated from cjs theme
2023-01-08 01:54:16 -03:00
Junior Garcia
282ba1757e
git cache cleared
2023-01-07 21:52:46 -03:00
Tianen Pang
0712e72c74
chore: re-format and ignore scripts
2022-11-06 05:42:45 +08:00
Junior Garcia
1808f51ebb
feat(components): pagination component added
2022-10-12 21:44:59 -03:00
Junior Garcia
7dcf0d0318
feat(components): card & related components added
2022-10-07 21:55:51 -03:00
Junior Garcia
e80eb0d938
feat(core): root function added to use NextUI.<element> as a component, snippet structure started, plop templated improved
2022-10-05 21:27:27 -03:00
Junior Garcia
dfb2134caa
feat(components): link component added
2022-10-03 11:56:05 -03:00
Junior Garcia
3285cee9ba
feat(components): link component in progress, plop fixed
2022-10-02 18:33:23 -03:00
Junior Garcia
b6faafd665
feat(components): divider component added
2022-10-02 16:59:13 -03:00
Junior Garcia
3a9f2be6b9
feat(components): text compoenent added, structure improved
2022-10-02 15:22:33 -03:00
Junior Garcia
b0c3d8dcc1
feat(components): grid component added
2022-10-02 12:26:32 -03:00
Junior Garcia
68113816fe
feat(components): badge component added, plop template improved"
2022-10-02 11:17:59 -03:00
Junior Garcia
9ac4dc3710
feat(root): plop templates improved, column & spacer components added
2022-09-30 19:25:59 -03:00
Junior Garcia
56bfa2d123
feat(root): build working, plop templates changed, jest upgraded
2022-09-29 18:45:06 -03:00
Junior Garcia
616fc148ec
feat(root): structure improvements, initial build working
2022-09-25 11:01:36 -03:00
Junior Garcia
14a5beda7e
feat: plop configured, new structure on its way
2022-09-24 22:30:13 -03:00