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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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
|
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 |
|
Romain Hamel
|
d4b6147fcc
|
fix(Form): return false when silent validation fails (#1371)
|
2024-02-18 11:11:07 +01:00 |
|
Benjamin Canac
|
3fe35217cb
|
feat(Table): display progress bar when loading (#1362)
|
2024-02-15 12:37:44 +01:00 |
|
Benjamin Canac
|
aa2b1cae88
|
fix(Notification): remove required title to prevent warning when using slot
|
2024-02-15 12:22:50 +01:00 |
|
Benjamin Canac
|
e545b6f0a1
|
fix(Alert): remove required title to prevent warning when using slot
|
2024-02-15 12:22:33 +01:00 |
|
Benjamin Canac
|
db42d9cab7
|
chore(Progress): define ProgressColor type
|
2024-02-15 12:14:00 +01:00 |
|
Benjamin Canac
|
b11c773f32
|
chore(Range): export RangeColor type
|
2024-02-15 12:14:00 +01:00 |
|
Benjamin Canac
|
c34df13e65
|
chore(Toggle): export ToggleColor type
|
2024-02-15 12:14:00 +01:00 |
|
Benjamin Canac
|
a55a08a91e
|
fix(Progress): prevent NaN percent display when indeterminate
|
2024-02-15 12:13:37 +01:00 |
|
Benjamin Canac
|
7eba5b539a
|
chore(FormGroup): wrap label & description to ease styling
|
2024-02-12 11:59:18 +01:00 |
|
Benjamin Canac
|
e1fb8e438d
|
chore(Modals): ensure modalState exists
|
2024-02-08 17:18:48 +01:00 |
|
Benjamin Canac
|
f682905b26
|
fix(Card): prevent body padding without default slot
|
2024-02-08 12:49:38 +01:00 |
|
Benjamin Canac
|
ade99a8f05
|
chore(Modals): client only component
|
2024-02-07 21:36:51 +01:00 |
|
Neil Richter
|
6f29c620ab
|
feat(Modal): open programmatically (#1319)
|
2024-02-07 16:53:17 +01:00 |
|
Benjamin Canac
|
843a978644
|
feat(Tabs): add unmount prop as false by default
Resolves #663
|
2024-02-07 14:12:54 +01:00 |
|
adjabaev
|
cbeede66bb
|
feat(Divider): handle size prop (#1307)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2024-02-07 13:48:11 +01:00 |
|
Olusola Olawale
|
ac42ec106f
|
fix(Link): check disabled prop before navigating (#1321)
|
2024-02-06 21:45:51 +01:00 |
|
Benjamin Canac
|
d0f4530e85
|
fix(SelectMenu): revert component is after #1199
|
2024-02-06 18:15:27 +01:00 |
|
Benjamin Canac
|
f8b296fc60
|
fix(Meter): missing import of Icon component
Fixes #1328
|
2024-02-06 18:03:16 +01:00 |
|
Benjamin Canac
|
882247e5f4
|
fix(Accordion): style disclosure div after #1199
|
2024-02-06 17:52:58 +01:00 |
|
Benjamin Canac
|
10db14475f
|
fix(components): hydration attribute mismatch with vue 3.4 (#1199)
|
2024-02-06 12:42:19 +01:00 |
|
pierre golfier
|
f643e7b316
|
feat(Textarea): add maxrows prop to restrict autoresize (#1302)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2024-02-05 16:18:20 +01:00 |
|
Benjamin Canac
|
5a5b284e96
|
fix(RadioGroup): pass help prop to radio children
Resolves #1313
|
2024-02-05 15:32:36 +01:00 |
|
Benjamin Canac
|
41ecd2a3d5
|
feat(Carousel): expose methods to allow autoplay
Resolves #1300
|
2024-02-01 18:07:39 +01:00 |
|
Romain Hamel
|
27c71fa40e
|
feat(Form): use nuxt useId to bind input labels (#1211)
|
2024-01-31 18:22:02 +01:00 |
|
Benjamin Canac
|
946a39c739
|
feat(Input): handle type file
Resolves #563
|
2024-01-31 11:50:34 +01:00 |
|
Anthony Sendra
|
20ac4b3332
|
feat(Form): handle multiple paths in validate (#1273)
|
2024-01-27 11:41:56 +01:00 |
|
Benjamin Canac
|
2e1ef557b5
|
chore(HorizontalNavigation): handle truncate
|
2024-01-25 18:02:28 +01:00 |
|
Benjamin Canac
|
b8007bab5e
|
feat(HorizontalNavigation): new component (#1279)
|
2024-01-25 10:21:06 +01:00 |
|
Benjamin Canac
|
b76e761bbb
|
fix(Link): propagate active prop to slot as isActive
|
2024-01-24 18:20:25 +01:00 |
|
Benjamin Canac
|
3e81eee6e6
|
feat(VerticalNavigation)!: use Badge component for consistency
|
2024-01-24 17:03:25 +01:00 |
|