Benjamin Canac
|
e25be118b7
|
fix(module): smart safelisting for components in snake case
Fixes #461
|
2023-07-30 14:56:48 +02:00 |
|
Benjamin Canac
|
2cd620899f
|
fix(module): safelist all colors for toast.add
Resolves #375, resolves #440
|
2023-07-27 18:28:25 +02:00 |
|
Benjamin Canac
|
ab2abae48a
|
feat(Alert): new component (#449)
|
2023-07-27 16:59:50 +02:00 |
|
Benjamin Canac
|
e7cfca2aa7
|
chore(Badge): add missing 500 color in safelist
|
2023-07-26 15:23:51 +02:00 |
|
Benjamin Canac
|
208acca1e9
|
fix(module): ensure red color is safelisted for form elements
Resolves #423, resolves #373
|
2023-07-19 16:56:44 +02:00 |
|
Benjamin Canac
|
41a5238579
|
fix(Button): missing disabled state on some variants
|
2023-06-28 11:04:11 +02:00 |
|
Haytham A. Salama
|
ffb312d34d
|
feat(Radio/Checkbox/Toggle)!: handle color prop for form elements (#323)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2023-06-21 19:09:11 +02:00 |
|
TomSmith27
|
97a1c86433
|
feat(Range): new component (#290)
Co-authored-by: Tom Smith <tom.smith2711@gmail.com>
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
Co-authored-by: Tom Smith <tom.smith@qunifi.com>
|
2023-06-21 19:09:11 +02:00 |
|
Benjamin Canac
|
f7e2082983
|
fix(module): safelist regex when a : was present before color
Also prevents parsing colors already safelisted initially.
|
2023-06-21 17:42:02 +02:00 |
|
Benjamin Canac
|
f719111abb
|
fix(module): safelist aliases for input
To make it work when doing `<USelect color="yellow" />` for example
|
2023-06-21 17:41:51 +02:00 |
|
Benjamin Canac
|
a733c13866
|
fix(module): hardcode gray safelist instead of deduplicate complex logic
|
2023-06-13 16:31:13 +02:00 |
|
Benjamin Canac
|
88c1930845
|
fix(module): transform vue files to detect multi-line components
|
2023-06-13 15:53:02 +02:00 |
|
Benjamin Canac
|
2cfa1f8d03
|
fix(module): deduplicate default safelist as components may share same rules
|
2023-06-13 15:27:25 +02:00 |
|
Benjamin Canac
|
cdce519742
|
fix(module): only safelist known colors
|
2023-06-13 14:52:56 +02:00 |
|
Benjamin Canac
|
ccd9ca5106
|
fix(module): prevent safelisting dynamic :color variables
|
2023-06-13 14:52:32 +02:00 |
|
Benjamin Canac
|
20fa4d2317
|
feat(module): smart safelisting (#268)
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
|
2023-06-13 12:18:38 +02:00 |
|