@appquality/unguess-design-system 4.0.5 → 4.0.6-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +0 -80
- package/build/index.js +1241 -1230
- package/package.json +1 -1
- package/yarn-error.log +10149 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,83 +1,3 @@
|
|
|
1
|
-
# v4.0.5 (Tue Oct 22 2024)
|
|
2
|
-
|
|
3
|
-
#### 🐛 Bug Fix
|
|
4
|
-
|
|
5
|
-
- rework: Don't use wordwrapper [#432](https://github.com/AppQuality/unguess-design-system/pull/432) ([@d-beezee](https://github.com/d-beezee))
|
|
6
|
-
|
|
7
|
-
#### Authors: 1
|
|
8
|
-
|
|
9
|
-
- [@d-beezee](https://github.com/d-beezee)
|
|
10
|
-
|
|
11
|
-
---
|
|
12
|
-
|
|
13
|
-
# v4.0.4 (Mon Oct 21 2024)
|
|
14
|
-
|
|
15
|
-
#### 🐛 Bug Fix
|
|
16
|
-
|
|
17
|
-
- feat: Allow disabling autowidth for selects [#431](https://github.com/AppQuality/unguess-design-system/pull/431) ([@d-beezee](https://github.com/d-beezee))
|
|
18
|
-
|
|
19
|
-
#### Authors: 1
|
|
20
|
-
|
|
21
|
-
- [@d-beezee](https://github.com/d-beezee)
|
|
22
|
-
|
|
23
|
-
---
|
|
24
|
-
|
|
25
|
-
# v4.0.3 (Mon Oct 21 2024)
|
|
26
|
-
|
|
27
|
-
#### 🐛 Bug Fix
|
|
28
|
-
|
|
29
|
-
- fix types and stories render [#430](https://github.com/AppQuality/unguess-design-system/pull/430) ([@d-beezee](https://github.com/d-beezee))
|
|
30
|
-
|
|
31
|
-
#### Authors: 1
|
|
32
|
-
|
|
33
|
-
- [@d-beezee](https://github.com/d-beezee)
|
|
34
|
-
|
|
35
|
-
---
|
|
36
|
-
|
|
37
|
-
# v4.0.2 (Mon Oct 21 2024)
|
|
38
|
-
|
|
39
|
-
#### 🐛 Bug Fix
|
|
40
|
-
|
|
41
|
-
- Add build fixes [#429](https://github.com/AppQuality/unguess-design-system/pull/429) ([@d-beezee](https://github.com/d-beezee))
|
|
42
|
-
|
|
43
|
-
#### Authors: 1
|
|
44
|
-
|
|
45
|
-
- [@d-beezee](https://github.com/d-beezee)
|
|
46
|
-
|
|
47
|
-
---
|
|
48
|
-
|
|
49
|
-
# v4.0.1 (Fri Oct 18 2024)
|
|
50
|
-
|
|
51
|
-
#### 🐛 Bug Fix
|
|
52
|
-
|
|
53
|
-
- ci: Remove chunk split [#428](https://github.com/AppQuality/unguess-design-system/pull/428) ([@d-beezee](https://github.com/d-beezee))
|
|
54
|
-
|
|
55
|
-
#### Authors: 1
|
|
56
|
-
|
|
57
|
-
- [@d-beezee](https://github.com/d-beezee)
|
|
58
|
-
|
|
59
|
-
---
|
|
60
|
-
|
|
61
|
-
# v4.0.0 (Fri Oct 18 2024)
|
|
62
|
-
|
|
63
|
-
#### 💥 Breaking Change
|
|
64
|
-
|
|
65
|
-
- Update to vite and zendesk 8.76 [#426](https://github.com/AppQuality/unguess-design-system/pull/426) ([@d-beezee](https://github.com/d-beezee) [@iacopolea](https://github.com/iacopolea))
|
|
66
|
-
- Update to vite [#422](https://github.com/AppQuality/unguess-design-system/pull/422) ([@d-beezee](https://github.com/d-beezee) [@iacopolea](https://github.com/iacopolea))
|
|
67
|
-
|
|
68
|
-
#### 🐛 Bug Fix
|
|
69
|
-
|
|
70
|
-
- ci: Use node 18 to build package [#427](https://github.com/AppQuality/unguess-design-system/pull/427) ([@d-beezee](https://github.com/d-beezee))
|
|
71
|
-
- Autocomplete new [#425](https://github.com/AppQuality/unguess-design-system/pull/425) ([@iacopolea](https://github.com/iacopolea) [@d-beezee](https://github.com/d-beezee))
|
|
72
|
-
- feat: Add new select [#424](https://github.com/AppQuality/unguess-design-system/pull/424) ([@d-beezee](https://github.com/d-beezee))
|
|
73
|
-
|
|
74
|
-
#### Authors: 2
|
|
75
|
-
|
|
76
|
-
- [@d-beezee](https://github.com/d-beezee)
|
|
77
|
-
- Iacopo Leardini ([@iacopolea](https://github.com/iacopolea))
|
|
78
|
-
|
|
79
|
-
---
|
|
80
|
-
|
|
81
1
|
# v3.1.115 (Thu Oct 10 2024)
|
|
82
2
|
|
|
83
3
|
#### 🐛 Bug Fix
|