-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
90 lines (65 loc) · 1.95 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
# 0.13.0 (2024-03-11)
* Field drop label element in favor of div
# 0.14.0 (2024-03-11)
* !! broken version !!
# 0.12.0 (2023-12-06)
* remove Code alternative input via slot
* autocomplete prop
* autofocus prop
* validateTouched porp (default: false)
* color props `--suil-label-color`, `--suil-info-color`
* PasswordInput visible prop
* Field kind "unboxed"
* wrap Code and Dump using Field
# 0.11.0 (2023-11-07)
* CopyButton label slot
* font weight `--suil-font-weight` and `--suil-code-font-weight`
* underline style `--suil-underline`
# 0.10.0 (2023-09-27)
* Field align {"start" | "end" | "left" | "right" | "center"}
* Code slot alternative input
* fix Field Button sizes
* Select drop readonly prop
* Code, Dump copy prop (default: true)
# 0.9.0 (2023-06-20)
* border-radius
* loader-width
* loader-size
* Button underline option
* Code kind {null | "ghost" | "boxed"} (default: null)
* TextInput, TextArea align {"left" | "center" | "right"}
* NumberInput, PasswordInput controls {boolean} (default: true)
# 0.8.0 (2023-02-16)
* drop own icons, use Carbon Design System Icons
* Field kind drop "transparent", add "underlined"
* Field kind set "boxed" as default
* inputs' counter
* Button `--suil-button-gap` css var
* Button justify prop
# 0.7.0 (2022-12-21)
* Select component
* Field kind {"transparent" | "ghost" | "boxed"}
* themes
# 0.6.0 (2022-11-23)
* NumberInput component
* PasswordInput component
* improved reactivity
# 0.5.0 (2022-10-21)
* Button justify `--suil-button-justify`
* TextArea component
* fix Code word-wrap
# 0.4.0 (2022-10-11)
* Button update
* TextInput component
* prefix all classes with `suil-`
* sizes revamp
* add more custom properties
# 0.3.0 (2022-08-24)
* Code component
* CopyButton component
* Dump component
* css/all.css -> styles.css
* css vars update
* Button outline update
# 0.2.0 (2022-08-10)
* Button component