Neil Richter
|
ed3a3babdb
|
feat(useToast): allow updating an existing notification (#1668)
|
2024-04-15 10:27:39 +02:00 |
|
Benjamin Canac
|
9f01145bc6
|
fix(Breadcrumb): missing min-w-0 on wrapper to truncate
Resolves #1650
|
2024-04-11 21:52:07 +02:00 |
|
Alex Thorwaldson
|
8b546600db
|
feat(Table): add checkbox ui config (#1409)
Co-authored-by: gangan <44604921+shinGangan@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-04-10 17:54:16 +02:00 |
|
Eugen Istoc
|
07a4d13c0f
|
fix(Slideover): wait for transition to complete to reset state (#1624)
|
2024-04-05 19:31:29 +02:00 |
|
Neil Richter
|
91e5002050
|
feat(Accordion): add unmount prop to allow lazy mounting for heavy components (#1590)
|
2024-04-05 14:11:31 +02:00 |
|
Neil Richter
|
2bdb5d2b42
|
fix(Modal): wait for transition to complete to reset state (#1618)
|
2024-04-05 14:07:51 +02:00 |
|
Eugen Istoc
|
58faa1053b
|
fix(Slideover): remove dynamic component when closing (#1615)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2024-04-05 12:43:50 +02:00 |
|
Kshitij Subedi
|
e909884d03
|
fix(Carousel): next and prev buttons disabled (#1619)
|
2024-04-05 12:20:50 +02:00 |
|
vahid bagheri
|
2392b4aa40
|
fix(Popover/Dropdown): prevent unintended closure on touchstart in mobile devices (#1609)
|
2024-04-04 00:18:40 +02:00 |
|
Cardona Simon
|
c98d6e31c0
|
fix(Checkbox): @change event value (#1580)
Co-authored-by: Romain Hamel <rom.hml@gmail.com>
|
2024-03-28 21:29:29 +01:00 |
|
Benjamin Canac
|
49b73aa024
|
feat(Avatar): add as prop to use NuxtImg underneath
Resolves #1577
|
2024-03-28 11:04:20 +01:00 |
|
Mahdi Shah Abbasian
|
bd8b737642
|
fix(Divider): add w-full only on horizontal wrapper (#1565)
|
2024-03-27 13:57:09 +01:00 |
|
Benjamin Canac
|
8517897c34
|
fix(Popover): missing mouseenter event on container
Resolves #1564
|
2024-03-27 12:04:49 +01:00 |
|
Benjamin Canac
|
72889535e7
|
fix(Dropdown): missing mouseenter event on container
|
2024-03-27 12:04:31 +01:00 |
|
Romain Hamel
|
878f7078a2
|
fix(Input/SelectMenu): handle file type and change events (#1570)
|
2024-03-27 11:57:31 +01:00 |
|
chenying
|
c49f8999d3
|
fix(SelectMenu): handle Boolean type as model value (#1550)
Co-authored-by: chenying <chenying@addcn.com>
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2024-03-26 12:15:25 +01:00 |
|
Daniel Roe
|
cc62e345eb
|
fix: opt in to import.meta.* properties (#1561)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2024-03-25 17:57:58 +01:00 |
|
Romain Hamel
|
92e736213b
|
fix(forms)!: normalize input emits (#1560)
|
2024-03-25 15:36:36 +01:00 |
|
Mohammad Amin Mokhtari
|
e1e05af0ba
|
feat(Toggle): add loading prop (#1546)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2024-03-25 12:43:15 +01:00 |
|
Neil Richter
|
224ec3c1fb
|
feat(Accordion): emit open event with index (#1559)
|
2024-03-25 12:27:06 +01:00 |
|
Eugen Istoc
|
e7697595c8
|
feat(Slideover): open programmatically (#1465)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2024-03-21 17:48:35 +01:00 |
|
Stanley
|
b0ecac563c
|
fix(SelectMenu): filteredOptions might be undefined (#1541)
Co-authored-by: Sedana Yoga <55230513+sedanayoga@users.noreply.github.com>
|
2024-03-20 10:55:13 +01:00 |
|
Daniel Öhling
|
a563d8fed4
|
fix(Popover/Dropdown): use @touchstart.passive instead of @touchstart.prevent (#1520)
|
2024-03-17 18:48:00 +01:00 |
|
Conner Blanton
|
7658211537
|
fix(ButtonGroup): nested group elements (#1530)
|
2024-03-17 18:47:10 +01:00 |
|
Noah Gregory
|
e736ecafff
|
fix(Carousel): add tab-based ARIA roles (#1516)
|
2024-03-14 10:32:39 +01:00 |
|
Alex Thorwaldson
|
cee3e126a4
|
feat(Alert): add icon & avatar slots (#1401)
Co-authored-by: gangan <44604921+shinGangan@users.noreply.github.com>
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-03-13 21:49:57 +01:00 |
|
Benjamin Canac
|
f4a48f6016
|
fix(InputMenu): trigger alignement on safari
Resolves #1505
|
2024-03-12 22:39:14 +01:00 |
|
Romain Hamel
|
a2b8b700df
|
fix(Checkbox): bind data-n-ids to root element (#1495)
|
2024-03-09 15:58:54 +01:00 |
|
Benjamin Canac
|
2d64b50559
|
fix(RadioGroup): add missing fieldset config
Resolves #1472
|
2024-03-04 18:06:49 +01:00 |
|
Benjamin Canac
|
272c19de70
|
fix(Tooltip): arrow not hidden on mobile
Resolves #1470
|
2024-03-04 16:27:01 +01:00 |
|
Alex Thorwaldson
|
6a1142b403
|
fix(Dropdown): active/inactive dropdown links (#1407)
Co-authored-by: gangan <44604921+shinGangan@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2024-03-04 16:11:41 +01:00 |
|
kmilogp
|
002129c299
|
fix(Modal): remove overflow-hidden (#1460)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2024-03-04 12:58:56 +01:00 |
|
Benjamin Canac
|
70bf4a7392
|
fix(Dropdown): improve hover mode on touch devices
|
2024-03-04 11:47:39 +01:00 |
|
Benjamin Canac
|
b50fbcf760
|
fix(Popover): improve hover mode on touch devices
|
2024-03-04 11:47:34 +01:00 |
|
Benjamin Canac
|
b74bf9f666
|
chore(Tooltip): use mouseenter instead of mouseover
|
2024-03-04 11:45:01 +01:00 |
|
Benjamin Canac
|
0a4a9e3d2c
|
fix(HorizontalNavigation): add relative class to icon
|
2024-02-28 16:26:16 +01:00 |
|
Benjamin Canac
|
0b29dd4ca5
|
fix(VerticalNavigation): add relative class to icon
Resolves #1245
|
2024-02-28 16:25:20 +01:00 |
|
Benjamin Canac
|
9cce4456d0
|
fix(Notification): improve description alignment when no title provided
|
2024-02-28 12:52:53 +01:00 |
|
Benjamin Canac
|
ca4f06a313
|
fix(Alert): improve description alignment when no title provided
Resolves #1408
|
2024-02-28 12:52:43 +01:00 |
|
Benjamin Canac
|
dbbab8ded0
|
chore(CommandPaletteGroup): remove useless role attributes
|
2024-02-26 12:56:40 +01:00 |
|
Romain Hamel
|
6e77f1d514
|
fix(Checkbox): label interaction without FormGroup (#1427)
|
2024-02-26 12:55:30 +01:00 |
|
Benjamin Canac
|
4b6e80e364
|
fix(SelectMenu): check null model value
Resolves #1421
|
2024-02-26 11:37:32 +01:00 |
|
Benjamin Canac
|
ba15add4db
|
fix(module): revert tailwind config from #1272 (#1404)
|
2024-02-23 16:35:08 +01:00 |
|
Benjamin Canac
|
9f352976ce
|
fix(utils): prevent merge of popper key
Resolves #1393
|
2024-02-21 16:51:42 +01:00 |
|
Benjamin Canac
|
f83cff7095
|
chore(utils): prevent default prop merge for chip and badge
|
2024-02-21 16:34:34 +01:00 |
|
Benjamin Canac
|
d12b00c005
|
chore(useFormGroup): indentation
|
2024-02-19 12:23:25 +01:00 |
|
Benjamin Canac
|
3a142896c3
|
chore(useButtonGroup): indentation
|
2024-02-19 12:22:50 +01:00 |
|
Amir Reza Dalir
|
5266591c88
|
fix(Form): improve validate path type (#1370)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2024-02-18 11:15:15 +01:00 |
|
Romain Hamel
|
d4b6147fcc
|
fix(Form): return false when silent validation fails (#1371)
|
2024-02-18 11:11:07 +01:00 |
|
Benjamin Canac
|
31232d4d72
|
chore(Table): use px-4 in td and th for consistency
|
2024-02-15 15:29:52 +01:00 |
|