supabase
supabase copied to clipboard
chore(deps): update devdependency @nuxthq/ui to v2
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| @nuxthq/ui | ^1.2.10 -> ^2.7.0 |
Release Notes
nuxtlabs/ui (@nuxthq/ui)
v2.7.0
⚠ BREAKING CHANGES
- Link: rename from
LinkCustomand addexact-query/exact-hashprops - Badge: add colors and variants (solid has changed)
- SelectMenu: invert
uiandui-selectprops (#432)
Features
- Alert: new component (#449) (ab2abae)
- Badge: add colors and variants (solid has changed) (05503e5)
- Badge: rename
outlinetosubtle+ addsoftvariants (5bd5dc2) - CommandPalette: bind active and selected to scoped slot (#441) (b0440f8)
- FormGroup: add
sizeprop and theme options (#391) (d2a8a07) - Form: new component (#439) (a3aba1a)
- Link: rename from
LinkCustomand addexact-query/exact-hashprops (cefe5a7) - Notification: support html with
titleanddescriptionslots (#431) (df455db) - Range: increase narrowed surface (#459) (3b183ac)
- SelectMenu: add
value-attributeprop (#429) (959c968) - Tabs: new component (#450) (8298b62)
- ui: apply primary bg on
::selection(09d0ea2)
Bug Fixes
- FormGroup:
requiredstar display (3dd0492) - FormGroup: err when no prop defined (93aebe6)
- FormGroup: missing imports (#470) (dc1979c)
- FormGroup: set
sizedefault to null (c59595f) - Form: return state on validate (#472) (248b0a6)
- LinkCustom:
exactprop wasn't working (82e152b), closes #417 - LinkCustom: improve prop binding and prevent error with externals (914d156)
- Link: handle
disabledprop (396aae7), closes #473 - module: ensure
redcolor is safelisted for form elements (208acca), closes #423 #373 - module: omit colors defined as strings (927b63f)
- module: safelist all colors for
toast.add(2cd6208), closes #375 #440 - module: smart safelisting for components in snake case (e25be11), closes #461
- Popover: hover mode (#453) (10890e6)
- SelectMenu: invert
uiandui-selectprops (#432) (7cccbcf) - Table: hide data when loading state is active (#460) (2b3dc8d)
v2.6.0
⚠ BREAKING CHANGES
- Avatar: bind component attributes to img element (#421)
Features
- Accordion: add
multipleprop and close others by default (#364) (b78fcf9) - Accordion: new component (#301) (e50f377)
- Avatar: bind component attributes to img element (#421) (773a23f)
- Modal: add
prevent-closeprop (2cc5c0d), closes #303 - SelectMenu: handle async search (#426) (5f8fe85)
- Slideover: add
prevent-closeprop (d15e816) - Table: add click event for the entire row (#353) (d292706)
- Table: allow columns
classcustomization (5dffa86), closes #366
Bug Fixes
- Accordion: missing
refimport from vue (3de6b34) - Accordion: solve the shift between buttons when they are opened (#379) (eaf0043)
- ButtonGroup: err when no props on buttons (80a9738), closes #360
- Button: missing
disabledstate on some variants (41a5238) - Modal: disabling
transitionprop had no effect (db34665) - Range:
disabledthumb opacity (c92dc98) - Range: progress style (#385) (a79c165)
- SelectMenu: missing
appearon transition (cbe2b1b), closes #400 - Table: fixed row deletion bug on deselect (#425) (46b444a)
v2.5.0
⚠ BREAKING CHANGES
- Radio/Checkbox/Toggle: handle
colorprop for form elements (#323)
Features
- Avatar: handle
chipText(#306) (759af05) - defineShortcuts: chained shortcuts + docs update (#282) (a67f691)
- Radio/Checkbox/Toggle: handle
colorprop for form elements (#323) (ffb312d) - Range: new component (#290) (97a1c86)
- RTL support (#320) (4ea114a)
- Table: pass row index to table cell (#291) (71c2465)
- Table: reset sort on third click (1ff11ac), closes #300
Bug Fixes
- components: prefix
@headlessui/vuecomponents (41b85d5), closes #315 - defineShortcuts: missing
refimport (a880379) - defineShortcuts: missing
useDebounceFnimport (9cd73aa) - FormGroup: prevent overriding
colorof children (6be9290), closes #352 - Table: default
sortButtonicon (07b27a2) - Table: missing default sort icon when overriding
sort-buttonprop (0f3fe0d) - Toggle: add
opacity-50when disabled (c2ebb04) - Tooltip: add
colorin config (1b03b8a)
2.4.1 (2023-06-21)
Bug Fixes
- forms: precise type assertion for
onInputevent handler (#293) (457b7a9) - module: let
tailwindcssviewer enabled by default (4023fbe), closes #292 - module: safelist aliases for input (f719111)
- module: safelist regex when a
:was present before color (f7e2082) - Radio/Checkbox: remove legacy
custom(3bac087)
v2.4.1
v2.4.0
⚠ BREAKING CHANGES
- forms: bind
$attrsto elements (#279) - Select: rename
text-attributetooption-attributeand defaults tolabel
Features
- CommandPalette: handle
empty-state(#271) (652af93) - module: smart safelisting (#268) (20fa4d2)
- Pagination: new component (#257) (f0b24ba)
- table: add loading state (#259) (4741532)
- table: add slot for empty state (#260) (f7a34c8)
Bug Fixes
-
ButtonGroup: invalid
sizevalidator (a617672) -
ButtonGroup: use
-space-x-pxon wrapper (d91c0bb) -
Button: same size when no label + uniformize form elements (a6903df)
-
deps: move
@tailwindcss/container-queriesto dependencies (9559d0b) -
forms:
paddedprop withp-0class (207444f) -
module: deduplicate default safelist as components may share same rules (2cfa1f8)
-
module: hardcode
graysafelist instead of deduplicate complex logic (a733c13) -
module: only safelist known colors (cdce519)
-
module: prevent safelisting dynamic
:colorvariables (ccd9ca5) -
module: transform
vuefiles to detect multi-line components (88c1930) -
module: use
@tailwindcss/formsclass strategy (#278) (be5f352) -
Notification: class priority for icon color (07f7855)
-
Radio/Checkbox: split preset as
indeterminateis checkbox only (429791d) -
SelectMenu: input focus after
be5f352(717a514) -
Table: colspan of
emptyandloadingis wrong when selection enabled (#284) (786d776) -
Toggle: missing
disabledprop (fe833eb) -
Select: rename
text-attributetooption-attributeand defaults tolabel(b4a96a8)
v2.3.0
⚠ BREAKING CHANGES
- Input: move pointer class inside its own preset class
- SelectMenu: remove
inline-flexfrom wrapper to behave like other form elements - Notification: rename to
closeButtonandactionButtonfor consistency - CommandPalette: rename props to
emptyStateandcloseButtonfor consistency - Toggle: rename icons to
onIcon/offIconfor consistency
Features
Bug Fixes
-
Avatar: placeholder font size (71edb91)
-
Badge: remove
console.login validator (f9b935f) -
Button: invalid padding when using
squareprop (1ebaa5a) -
CommandPalette: override of
closeButtonandemptyStateprops (2c673f5) -
defineShortcuts: err with input autocomplete that triggers
keydown(01fa85c) -
SelectMenu: disable on loading (8951923)
-
Table: add missing
text-leftinth.base(6bd5142) -
Table: missing
refimport fromvue(272af9d) -
Table: override of
sortButtonandemptyStateprops (192b0e6) -
Table: type
sortprop (3ba0aed) -
use
cloneVNodewhen altering props in render functions (5e50eb9), closes #252 -
CommandPalette: rename props to
emptyStateandcloseButtonfor consistency (daca463) -
Input: move pointer class inside its own preset class (f59a92c)
-
Notification: rename to
closeButtonandactionButtonfor consistency (4458656) -
SelectMenu: remove
inline-flexfrom wrapper to behave like other form elements (ba44c58) -
Toggle: rename icons to
onIcon/offIconfor consistency (8ee2ac1)
2.2.1 (2023-05-27)
Bug Fixes
v2.2.1
v2.2.0
⚠ BREAKING CHANGES
- handle color states on form elements (#234)
- Notification: rename
progressColortocolorand style icon - Avatar: remove
chipVariantprop - VerticalNavigation: split preset
Features
Bug Fixes
-
Notification: remove default color on icon (1a9dc5c)
-
Radio/Checkbox: remove ring offset on focus (a56dbea)
-
Avatar: remove
chipVariantprop (1f22f84) -
Notification: rename
progressColortocolorand style icon (1b61ec7) -
VerticalNavigation: split preset (19923cb)
v2.1.0
Bug Fixes
- app.config: trailing space (703fdef)
- ButtonGroup/AvatarGroup: allow
v-for(#173) (3fa10aa) - DocsPageHeader: github component link (#182) (7f00ec6)
- Input: expose ref (2ded24b)
- module: add
.mjsextension to tailwindcontentwhen builded (246449b), closes #172 - Textarea: expose ref (ea740bf)
2.0.4 (2023-05-15)
Bug Fixes
- SelectMenu: add missing
inline-flexon wrapper (e8b4654)
2.0.3 (2023-05-15)
2.0.2 (2023-05-11)
Bug Fixes
- LinkCustom: handle
buttonwhen notoprop (c7c78cb)
2.0.1 (2023-05-11)
Bug Fixes
- app.config: remove old
u-classes (939efba) - Avatar:
graymissing forchipColor(fd4c80a) - Avatar: shrink chip ring (ebf5fd6)
- Button:
variantvalidator takes color into account (d1d8ab3) - colors: missing
useNuxtAppimport (76a0d61) - CommandPalette: expose input ref to template (192bf4c)
- CommandPalette: put back searchable on
v-showto input ref always exists (aacb7e9) - CommandPalette: wrong type usage (4665563)
- docs: sticky search button
z-index(f48ead6) - Icon: missing import (cd430a4)
- module: remove
.tsext from app.config (a076cae) - Notifications: missing
computedfrom vue (9ce43ac) - prefix imported components (0c69385)
- put back app.config for hmr (626409e)
- remove augmentation of app (#152) (f5c0030)
- revert back to runtime app for hmr (#153) (97b1a85)
- Select: move types from template (fa05653)
- Toggle: wrong
icon-offpositioning (d5471f4) - update to fix type issues (#151) (11e00a1)
- VerticalNavigation: improve focus (034a95d)
- VerticalNavigation: improve stacking context (28ee917)
v2.0.4
v2.0.2
v2.0.1
v2.0.0
Features
1.2.11 (2023-05-04)
Bug Fixes
1.2.10 (2023-04-07)
Bug Fixes
- CommandPalette: typecheck (cfce152)
1.2.9 (2023-04-07)
1.2.8 (2023-04-04)
1.2.7 (2023-04-04)
Bug Fixes
- useTimer: remaining after pause (aafdfdb)
1.2.6 (2023-04-04)
1.2.5 (2023-04-04)
1.2.4 (2023-04-04)
1.2.3 (2023-03-22)
1.2.2 (2023-03-20)
1.2.1 (2023-03-20)
Bug Fixes
v1.2.11
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
Deploy Preview for n3-supabase ready!
| Name | Link |
|---|---|
| Latest commit | 7ecbd907396a541a6484ede495dee56ef5be61cc |
| Latest deploy log | https://app.netlify.com/sites/n3-supabase/deploys/6620d8cd9fe80d0008586284 |
| Deploy Preview | https://deploy-preview-182--n3-supabase.netlify.app |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.