WK
4e41f50fa2
v2.7.10 ( #5381 )
...
* fix(date-picker): error state (#5317 )
* fix(date-range-picker): fixed the error state in preset
* Update giant-sloths-shop.md
* Removed if statement
* chore(date-picker): prettier
---------
Co-authored-by: WK Wong <wingkwong.code@gmail.com>
* fix(theme): clear button in mobile (#5252 )
* fix(toast): fixed close button hover position
* fix(input): fixed the clear button rendering on smaller devices
* Delete .changeset/soft-spoons-march.md
* Update input.ts
* Undo unrelated toast changes
* fix(toast): icons (#5246 )
* feat(shared-icons): add loading icon
* fix(toast): icons
* chore(toast): revise types for icons
* chore(changeset): add changeset
* refactor: migrate eslint to v9 (#5267 )
* refactor: migrate eslint to v9
* chore: lint
* chore: update eslint command
* chore: fix lint warnings
* chore: separate lint and lint:fix
* chore: exclude contentlayer generated code
* fix(scripts): add missing await
* fix(autocomplete): persist last selected item position (#5286 )
* refactor(select): remove unnecessary code
* fix(autocomplete): persist last selected item position
* chore(changeset): add changeset
* chore(deps): bump framer-motion version (#5287 )
* chore(deps): bump framer-motion version
* fix: typing issues
* chore(changeset): add changeset
---------
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
* chore(docs): supplement onAction & selectionBehavior (#5289 )
* fix(autocomplete): ensure focused item matches selected item after filter, selection (#5290 )
* fix(autocomplete): ensure focused item matches selected item after filter, selection
* chore: apply type and default value
* chore: add perpose coment in updated code
* test: add focuskey management testcode
* docs: add changeset
* docs: update changeset
* chore: remove comment
* fix: broken components in stories (#5291 )
* chore(switch): remove xl size
* chore(docs): remove xl size
* chore(system-rsc): remove xl size
* chore(circular-progress): remove xl size
* chore: undo
* chore(deps): bump RA versions (#5310 )
* chore(deps): ra version bump
* chore(changeset): add changeset
* fix(scripts): incorrect docs path
---------
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
* chore(docs): update meta data (#5311 )
* docs(layout.tsx): added text-foreground (#5316 )
* feat(tabs): add click handling for tab items in tests and implementation (#3917 )
Co-authored-by: WK Wong <wingkwong.code@gmail.com>
* fix issues in tabs examples (#2405 )
Co-authored-by: WK Wong <wingkwong.code@gmail.com>
* chore(docs): add missing onValueChange in CheckboxGroup (#5332 )
* ci(changesets): version packages (#5323 )
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
* chore(deps): bump RA versions (#5361 )
* chore(deps): bump RA versions
* chore(deps): bump RA versions
* chore(deps): bump RA versions
* chore: changeset
* refactor(listbox): already extends in AriaListBoxProps
* chore(docs): remove herohack announcement (#5363 )
* chore: remove herohack announcement
* Update carbon-ad.tsx
* chore(docs): fixed lint errors
* chore(docs): requested changes
* Update carbon-ad.tsx
* Update carbon-ad.tsx
* fix(theme): consistent faded styling for isInvalid in InputOtp and DateInput (#5349 )
* fix(input-otp): remove bg and border styles from faded variant when isInvalid
* fix(date-input): remove bg styles from faded variant when isInvalid
* chore(changeset): add changeset
* chore: bump theme peerDependencies
* chore: bump theme peerDependencies
* fix: wrong version
* chore: extra line
---------
Co-authored-by: WK Wong <wingkwong.code@gmail.com>
* fix(theme): helperWrapper padding (#5350 )
* fix(number-input): decreased helperWrapper padding to maintain consistency
* Update beige-laws-heal.md
* chore(theme): change to p-1
* chore(deps): bump peerDependencies for theme pkg
* fix(number-input): incorrect versions
* chore(changeset): include number input
---------
Co-authored-by: WK Wong <wingkwong.code@gmail.com>
* fix(autocomplete): onClear (#5365 )
* fix(autocomplete): add onClear
* feat(autocomplete): add test case for onClear
* chore(changeset): add changeset
* fix(number-input): only allow number type (#5368 )
* refactor(number-input): avoid non number type passing to number input
* chore(changeset): add changeset
* refactor: optimization (#5362 )
* chore(deps): bump RA versions
* chore(deps): bump RA versions
* chore(deps): bump RA versions
* chore: changeset
* chore(deps): remove unnecessary dependencies
* fix(calendar): typing issue
* refactor(system): remove unused SupportedCalendars
* refactor(system): move I18nProviderProps to type
* refactor: use `spectrumCalendarProps<DateValue>["createCalendar"]`
* feat: add consistent-type-imports
* fix: eslint
* chore: add changeset
* refactor: remove unused deps
* ci(changesets): version packages (#5364 )
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
---------
Co-authored-by: Vishv Salvi <82429084+Vishvsalvi@users.noreply.github.com>
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
Co-authored-by: KumJungMin <37934668+KumJungMin@users.noreply.github.com>
Co-authored-by: liaoyinglong <vigossliao@gmail.com>
Co-authored-by: zhengjitf <zhengjitf@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Anuj Kuralkar <76731106+anuj-kuralkar@users.noreply.github.com>
2025-06-16 11:28:11 -03:00
Junior Garcia
b8e7b94586
🚀 ( #4570 )
...
* docs: optimize route higtlight (#4520 )
* docs: optimize home display (#4519 )
* docs: optimize home display and route highlight
* docs: optimize home display
* fix(alert): propagate className (#4535 )
* fix(alert): propagate className
* chore(alert): remove className from alert theme
* fix(avatar): title type in Avatar (#4529 )
* fix(avatar): title type in Avatar
* fix(alert): apply isEmpty check on title
* fix(alert): alert interface props type
* refactor: remove unnecessary props types (#4530 )
* refactor(docs): remove string type as it is included in ReactNode
* refactor: remove unnecessary types
* feat(changeset): add changeset
* chore: remove changeset
* refactor: remove null since ReactNode unions it already
* fix(input): use onPress for wrapper click focus (#4483 )
* fix(input): use onPress for wrapper click focus
* test(input): wrapper click focus test
* chore(changeset): input onPress for wrapper click focus
* chore(changeset): minor wording
* Refactor/rebrand (#4532 )
* chore: rebrand in progress
* chore: update docs to use heroui
* chore: components renbranded
* chore: figma moved to the docs files
* fix: posthog config
* fix(docs): extra classname in form example (#4465 )
* chore: clean git
* chore: make heroui private
* chore: new logo
* chore: node env var renamed
* chore: public robots txt deleted
* chore: wrangler installed
* chore: wrangler renamed
* chore: cloudlfare workers removed
* chore: force vercel deploy
* refactor: first migration and provider
* refactor: rename nextui plugin
* refactor: rename github site
* refactor: rename CONTRIBUTING
* refactor: rename package name
* refactor: nextjs image hostname
* refactor: mdx repo nextui-org rename frontio-ai
* refactor: nextui.org rename heroui.com
* refactor: add heroui to missing places
* fix: heroui plugin name
* fix: update docs
* docs: nextui to heroui add npmrc pnpm migratation
* chore: rename all packages with new org name
* chore: replace frontio-ai by frontioai
* chore: revert previous changes
* chore: small adjustment
* chore: doc updated
* feat: blog
* chore: avatar updated
* fix: url
* chore: add new ogimage
* fix: ogimage command
* fix: heroui name and storybook welcome page
* fix: og image url
* feat: favicon and icon changed
---------
Co-authored-by: աӄա <wingkwong.code@gmail.com>
Co-authored-by: winches <329487092@qq.com>
* fix: postbuild script
* chore: core package updates
* ci(changesets): version packages (#4569 )
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
* feat: contributors added to the blog
---------
Co-authored-by: winches <329487092@qq.com>
Co-authored-by: աӄա <wingkwong.code@gmail.com>
Co-authored-by: Peterl561 <76144929+Peterl561@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-01-16 16:24:32 -03:00
winches
4f0ef5818b
fix: clipboard get the different unicode whitespace ( #4392 )
...
* fix: clipboard get the different unicode whitespace
* fix: clipboard get the different unicode whitespace
* fix(snippet): incorrect MultiLine story
* fix: nbsp in editor
* fix: rename
* fix: md
* feat: optimization
---------
Co-authored-by: WK Wong <wingkwong.code@gmail.com>
2024-12-28 11:01:59 +08:00
աӄա
6c0213dfc8
fix(deps): bump @react-aria/utils version ( #4226 )
...
* fix(deps): bump `@react-aria/utils` version
* chore(changeset): add changeset
2024-12-05 08:50:42 -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
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
114c3f5a6b
feat(root): layout configuration added to the tailwind plugin, components were adapted
2023-07-01 20:03:52 -03:00
Junior Garcia
bee0c50c4b
refactor(docs): neutral color renamed to default, next.js guide fixed
2023-05-27 11:55:59 -03:00
Junior Garcia
f9b3e0b7bc
feat: tooltip improved, new drip handler created, button improved
2023-03-21 23:26:16 -03:00
Junior Garcia
d12ee9e768
feat(root): stories improved, welcome page added, pagination migration started
2023-03-07 23:03:03 -03:00
Junior Garcia
38230e2f02
feat(root): plugin created to add multiples themes, standard variants created
2023-02-28 08:44:47 -03:00
Junior Garcia
3789144e63
feat(snippet): migrated
2023-02-21 15:26:12 -03:00
Tianen Pang
0712e72c74
chore: re-format and ignore scripts
2022-11-06 05:42:45 +08: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