@aragon/gov-ui-kit 1.22.0 → 1.23.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/README.md +31 -1
- package/build.css +1 -1
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/types/.storybook/theme.d.ts +1 -1
- package/dist/types/node_modules/.pnpm/@tiptap+pm@3.7.2/node_modules/@tiptap/pm/model/index.d.ts +1 -0
- package/dist/types/node_modules/.pnpm/@tiptap+pm@3.7.2/node_modules/@tiptap/pm/state/index.d.ts +1 -0
- package/dist/types/node_modules/.pnpm/@tiptap+pm@3.7.2/node_modules/@tiptap/pm/transform/index.d.ts +1 -0
- package/dist/types/node_modules/.pnpm/@tiptap+pm@3.7.2/node_modules/@tiptap/pm/view/index.d.ts +1 -0
- package/dist/types/src/core/utils/index.d.ts +1 -0
- package/dist/types/src/core/utils/urlUtils/index.d.ts +1 -0
- package/dist/types/src/core/utils/urlUtils/urlUtils.d.ts +12 -0
- package/package.json +28 -23
- package/CHANGELOG.md +0 -1413
package/CHANGELOG.md
DELETED
|
@@ -1,1413 +0,0 @@
|
|
|
1
|
-
# @aragon/gov-ui-kit
|
|
2
|
-
|
|
3
|
-
## 1.22.0
|
|
4
|
-
|
|
5
|
-
### Minor Changes
|
|
6
|
-
|
|
7
|
-
- [#601](https://github.com/aragon/gov-ui-kit/pull/601) [`4196133`](https://github.com/aragon/gov-ui-kit/commit/41961336bc10c9c5cfea476f20a44555bdfbddaf) Thanks [@tyhonchik](https://github.com/tyhonchik)! - Enhance Address Input form behavior and ENS handling
|
|
8
|
-
|
|
9
|
-
### Patch Changes
|
|
10
|
-
|
|
11
|
-
- [#607](https://github.com/aragon/gov-ui-kit/pull/607) [`dadf5a5`](https://github.com/aragon/gov-ui-kit/commit/dadf5a5cd2c5ce85e84a56799f0f023e16bc17d5) Thanks [@tyhonchik](https://github.com/tyhonchik)! - Enhance Collapsible component with rich-text support
|
|
12
|
-
|
|
13
|
-
- [#604](https://github.com/aragon/gov-ui-kit/pull/604) [`99e8980`](https://github.com/aragon/gov-ui-kit/commit/99e89809529a75c7c9af363dbf3a571c9417f6fc) Thanks [@thekidnamedkd](https://github.com/thekidnamedkd)! - Fix padding issue on DialogFooter
|
|
14
|
-
|
|
15
|
-
## 1.21.0
|
|
16
|
-
|
|
17
|
-
### Minor Changes
|
|
18
|
-
|
|
19
|
-
- [#599](https://github.com/aragon/gov-ui-kit/pull/599) [`116e2c5`](https://github.com/aragon/gov-ui-kit/commit/116e2c5049f5d4642feee69bba28b706790f4fb5) Thanks [@thekidnamedkd](https://github.com/thekidnamedkd)! - Update DialogFooter to accept children, DialogHeader to take `description` prop, fix nested button error for semantic HTML
|
|
20
|
-
|
|
21
|
-
### Patch Changes
|
|
22
|
-
|
|
23
|
-
- [#594](https://github.com/aragon/gov-ui-kit/pull/594) [`fc75e57`](https://github.com/aragon/gov-ui-kit/commit/fc75e5741e652e68915eda46069204d8665c9390) Thanks [@tyhonchik](https://github.com/tyhonchik)! - Enhance Collapsible component to clamp height based on overlay visibility and viewport size
|
|
24
|
-
|
|
25
|
-
## 1.20.0
|
|
26
|
-
|
|
27
|
-
### Minor Changes
|
|
28
|
-
|
|
29
|
-
- [#593](https://github.com/aragon/gov-ui-kit/pull/593) [`4a56009`](https://github.com/aragon/gov-ui-kit/commit/4a56009488bcf7d8a7e67df8b7ff875403013ab5) Thanks [@thekidnamedkd](https://github.com/thekidnamedkd)! - Update AddressInput ENS resolution for wagmi v2.16+
|
|
30
|
-
|
|
31
|
-
## 1.19.1
|
|
32
|
-
|
|
33
|
-
### Patch Changes
|
|
34
|
-
|
|
35
|
-
- [#591](https://github.com/aragon/gov-ui-kit/pull/591) [`2d631e6`](https://github.com/aragon/gov-ui-kit/commit/2d631e636dbe9ca46744907158a63383479268df) Thanks [@cgero-eth](https://github.com/cgero-eth)! - Fix TextAreaRichText and DocumentParser components after tiptap migration
|
|
36
|
-
|
|
37
|
-
## 1.19.0
|
|
38
|
-
|
|
39
|
-
### Minor Changes
|
|
40
|
-
|
|
41
|
-
- [#589](https://github.com/aragon/gov-ui-kit/pull/589) [`5fb7eeb`](https://github.com/aragon/gov-ui-kit/commit/5fb7eeb9e9ed8a2b7a1cdc756a728ab24362cca1) Thanks [@dependabot](https://github.com/apps/dependabot)! - Update storybook dependencies to 9.1.7
|
|
42
|
-
|
|
43
|
-
- [#586](https://github.com/aragon/gov-ui-kit/pull/586) [`f5ab47b`](https://github.com/aragon/gov-ui-kit/commit/f5ab47bbecfa43a7790e26dc7a030ed7d770ed00) Thanks [@thekidnamedkd](https://github.com/thekidnamedkd)! - Update Toggle, ToggleGroup to latest design spec
|
|
44
|
-
|
|
45
|
-
- [#525](https://github.com/aragon/gov-ui-kit/pull/525) [`67c945e`](https://github.com/aragon/gov-ui-kit/commit/67c945e4066f87891913d84ae141fda613b3e1c1) Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump @tiptap to v3
|
|
46
|
-
|
|
47
|
-
- [#587](https://github.com/aragon/gov-ui-kit/pull/587) [`7932ea3`](https://github.com/aragon/gov-ui-kit/commit/7932ea33727081f7315ae64d432ac3f965ebc63d) Thanks [@dependabot](https://github.com/apps/dependabot)! - Update minor and patch NPM dependency
|
|
48
|
-
|
|
49
|
-
## 1.18.0
|
|
50
|
-
|
|
51
|
-
### Minor Changes
|
|
52
|
-
|
|
53
|
-
- [#579](https://github.com/aragon/gov-ui-kit/pull/579) [`dca7a8e`](https://github.com/aragon/gov-ui-kit/commit/dca7a8e168e70b3c8ed511092d11c4ee333d0253) Thanks [@dependabot](https://github.com/apps/dependabot)! - Update minor and patch NPM dependencies
|
|
54
|
-
|
|
55
|
-
### Patch Changes
|
|
56
|
-
|
|
57
|
-
- [#585](https://github.com/aragon/gov-ui-kit/pull/585) [`07dce1d`](https://github.com/aragon/gov-ui-kit/commit/07dce1d007bec82fb76e24917bbc315f9521ff34) Thanks [@milosh86](https://github.com/milosh86)! - Update ActionSimulation variant for failed status
|
|
58
|
-
|
|
59
|
-
## 1.17.0
|
|
60
|
-
|
|
61
|
-
### Minor Changes
|
|
62
|
-
|
|
63
|
-
- [#583](https://github.com/aragon/gov-ui-kit/pull/583) [`03cabfa`](https://github.com/aragon/gov-ui-kit/commit/03cabfaf1037c549268c5b25f52e567a30411d98) Thanks [@milosh86](https://github.com/milosh86)! - Add `hideValue` flag to `TransactionDataListItem` to hide fiat value
|
|
64
|
-
|
|
65
|
-
## 1.16.0
|
|
66
|
-
|
|
67
|
-
### Minor Changes
|
|
68
|
-
|
|
69
|
-
- [#560](https://github.com/aragon/gov-ui-kit/pull/560) [`42e1722`](https://github.com/aragon/gov-ui-kit/commit/42e17229ba1948e71678c41df32f967faa5c1f77) Thanks [@dependabot](https://github.com/apps/dependabot)! - Update minor and patch NPM dependencies
|
|
70
|
-
|
|
71
|
-
- [#567](https://github.com/aragon/gov-ui-kit/pull/567) [`b4e3759`](https://github.com/aragon/gov-ui-kit/commit/b4e3759822295f75a6df4398467ebbbf1e76b8d9) Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump sha.js to 2.4.12
|
|
72
|
-
|
|
73
|
-
- [#566](https://github.com/aragon/gov-ui-kit/pull/566) [`3e7e08b`](https://github.com/aragon/gov-ui-kit/commit/3e7e08b1e6405ea2bdcac41ea01fcd62ad668a40) Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump vite-plugin-static-copy to 3.1.2
|
|
74
|
-
|
|
75
|
-
- [#561](https://github.com/aragon/gov-ui-kit/pull/561) [`69d2d79`](https://github.com/aragon/gov-ui-kit/commit/69d2d79456d5244b52495b4d68e2382edb6b577d) Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump 1password/load-secrets-action to v3
|
|
76
|
-
|
|
77
|
-
- [#562](https://github.com/aragon/gov-ui-kit/pull/562) [`d2b57ca`](https://github.com/aragon/gov-ui-kit/commit/d2b57ca866b7c2f045497444a90a3275b01fdb26) Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump vercel to v46
|
|
78
|
-
|
|
79
|
-
- [#571](https://github.com/aragon/gov-ui-kit/pull/571) [`11e9e9e`](https://github.com/aragon/gov-ui-kit/commit/11e9e9e3e50e6001bf80bacecabb90c014b888b2) Thanks [@dependabot](https://github.com/apps/dependabot)! - Update minor and patch NPM dependencies
|
|
80
|
-
|
|
81
|
-
- [#552](https://github.com/aragon/gov-ui-kit/pull/552) [`f732799`](https://github.com/aragon/gov-ui-kit/commit/f732799733ae13b651267a2459b9d2a506348d6a) Thanks [@dependabot](https://github.com/apps/dependabot)! - Update minor and patch NPM dependencies
|
|
82
|
-
|
|
83
|
-
- [#572](https://github.com/aragon/gov-ui-kit/pull/572) [`f97d58b`](https://github.com/aragon/gov-ui-kit/commit/f97d58b42431f76cf353b4a97b4bae7d41e25dc6) Thanks [@milosh86](https://github.com/milosh86)! - Implement `ActionSimulation` component
|
|
84
|
-
|
|
85
|
-
## 1.15.0
|
|
86
|
-
|
|
87
|
-
### Minor Changes
|
|
88
|
-
|
|
89
|
-
- [#539](https://github.com/aragon/gov-ui-kit/pull/539) [`b3ace0f`](https://github.com/aragon/gov-ui-kit/commit/b3ace0fcf4814fa1d794aa790dd5c7900607571c) Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump cross-env to v10
|
|
90
|
-
|
|
91
|
-
- [#545](https://github.com/aragon/gov-ui-kit/pull/545) [`6d634e3`](https://github.com/aragon/gov-ui-kit/commit/6d634e37248c85f3d51b30304df4cc5412ef4e61) Thanks [@dependabot](https://github.com/apps/dependabot)! - Update minor and patch NPM dependencies
|
|
92
|
-
|
|
93
|
-
- [#544](https://github.com/aragon/gov-ui-kit/pull/544) [`af61040`](https://github.com/aragon/gov-ui-kit/commit/af61040cba3e10da8c9ecb1e9aa701413269c837) Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump linkifyjs from 4.2.0 to 4.3.2
|
|
94
|
-
|
|
95
|
-
- [#543](https://github.com/aragon/gov-ui-kit/pull/543) [`6e11a08`](https://github.com/aragon/gov-ui-kit/commit/6e11a08966e508dbad765330de60b4e98649b50b) Thanks [@dependabot](https://github.com/apps/dependabot)! - Update minor and patch NPM dependencies
|
|
96
|
-
|
|
97
|
-
### Patch Changes
|
|
98
|
-
|
|
99
|
-
- [#549](https://github.com/aragon/gov-ui-kit/pull/549) [`3194f3c`](https://github.com/aragon/gov-ui-kit/commit/3194f3cba309e8c997e18e4faaf5913779cd551c) Thanks [@milosh86](https://github.com/milosh86)! - **BREAKING CHANGE:** Update `ProposalActionsItem` and `SmartContractFunctionDataListItemStructure` to accept `functionSelector` as a prop, instead of calculating it internally
|
|
100
|
-
|
|
101
|
-
## 1.14.0
|
|
102
|
-
|
|
103
|
-
### Minor Changes
|
|
104
|
-
|
|
105
|
-
- [#538](https://github.com/aragon/gov-ui-kit/pull/538) [`c0375a5`](https://github.com/aragon/gov-ui-kit/commit/c0375a5f0d25ac0861c39f147d9af260b6b32928) Thanks [@thekidnamedkd](https://github.com/thekidnamedkd)! - Expose additional props on DataListContainer for more control over EmptyState usage
|
|
106
|
-
|
|
107
|
-
### Patch Changes
|
|
108
|
-
|
|
109
|
-
- [#537](https://github.com/aragon/gov-ui-kit/pull/537) [`44ec981`](https://github.com/aragon/gov-ui-kit/commit/44ec981cbff82065e6147e23ec816a783cba777c) Thanks [@evanaronson](https://github.com/evanaronson)! - Reduce text size of the descriptions on the RadioCard and CheckboxCard components
|
|
110
|
-
|
|
111
|
-
## 1.13.1
|
|
112
|
-
|
|
113
|
-
### Patch Changes
|
|
114
|
-
|
|
115
|
-
- [#536](https://github.com/aragon/gov-ui-kit/pull/536) [`113b5ac`](https://github.com/aragon/gov-ui-kit/commit/113b5ac3f1ddf0bcf7d14f240caafead6554fcb5) Thanks [@cgero-eth](https://github.com/cgero-eth)! - Fix `asChild` variant style of SmartContractFunction data list component
|
|
116
|
-
|
|
117
|
-
## 1.13.0
|
|
118
|
-
|
|
119
|
-
### Minor Changes
|
|
120
|
-
|
|
121
|
-
- [#533](https://github.com/aragon/gov-ui-kit/pull/533) [`d98379a`](https://github.com/aragon/gov-ui-kit/commit/d98379acd6c5773bba9651785e86058820af35fe) Thanks [@dependabot](https://github.com/apps/dependabot)! - Update minor and patch NPM dependencies
|
|
122
|
-
|
|
123
|
-
### Patch Changes
|
|
124
|
-
|
|
125
|
-
- [#531](https://github.com/aragon/gov-ui-kit/pull/531) [`26c1793`](https://github.com/aragon/gov-ui-kit/commit/26c1793d64c9cf0545fa7396ae5519e54a7efa65) Thanks [@shan8851](https://github.com/shan8851)! - Fix export of SmartContractFunctionDataListItem component
|
|
126
|
-
|
|
127
|
-
- [#530](https://github.com/aragon/gov-ui-kit/pull/530) [`af2c2d5`](https://github.com/aragon/gov-ui-kit/commit/af2c2d5743dfcca8fdb57b5e5e72af0511642587) Thanks [@shan8851](https://github.com/shan8851)! - Implement SmartContractFunctionDataListItem module component
|
|
128
|
-
|
|
129
|
-
## 1.12.0
|
|
130
|
-
|
|
131
|
-
### Minor Changes
|
|
132
|
-
|
|
133
|
-
- [#523](https://github.com/aragon/gov-ui-kit/pull/523) [`e153bc2`](https://github.com/aragon/gov-ui-kit/commit/e153bc2503ae1c985b2221453b122bacce735b53) Thanks [@dependabot](https://github.com/apps/dependabot)! - Update minor and patch NPM dependencies
|
|
134
|
-
|
|
135
|
-
- [#529](https://github.com/aragon/gov-ui-kit/pull/529) [`daeaccf`](https://github.com/aragon/gov-ui-kit/commit/daeaccf9928fc2180565fa60610984cb43a4c7bf) Thanks [@dependabot](https://github.com/apps/dependabot)! - Update minor and patch NPM dependencies
|
|
136
|
-
|
|
137
|
-
### Patch Changes
|
|
138
|
-
|
|
139
|
-
- [#524](https://github.com/aragon/gov-ui-kit/pull/524) [`74f4834`](https://github.com/aragon/gov-ui-kit/commit/74f483434137eb0b5401f4f89d6754d166d3a957) Thanks [@Fabricevladimir](https://github.com/Fabricevladimir)! - Add `valueFormat` prop in `TextAreaRichText` to control `onChange` output as `html`, `markdown` or `text`
|
|
140
|
-
|
|
141
|
-
## 1.11.0
|
|
142
|
-
|
|
143
|
-
### Minor Changes
|
|
144
|
-
|
|
145
|
-
- [#522](https://github.com/aragon/gov-ui-kit/pull/522) [`73d4759`](https://github.com/aragon/gov-ui-kit/commit/73d4759814521f070d892e3105a36cc819a4dbd8) Thanks [@thekidnamedkd](https://github.com/thekidnamedkd)! - Add 'Timelock' to IllustrationObject assets
|
|
146
|
-
|
|
147
|
-
## 1.10.0
|
|
148
|
-
|
|
149
|
-
### Minor Changes
|
|
150
|
-
|
|
151
|
-
- [#518](https://github.com/aragon/gov-ui-kit/pull/518) [`9745fcf`](https://github.com/aragon/gov-ui-kit/commit/9745fcf7b35a7aa8fb6b60331659d1885c18c73c) Thanks [@thekidnamedkd](https://github.com/thekidnamedkd)! - Adjust alignment and behavior of buttons on EmptyState component
|
|
152
|
-
|
|
153
|
-
- [#519](https://github.com/aragon/gov-ui-kit/pull/519) [`2eef0eb`](https://github.com/aragon/gov-ui-kit/commit/2eef0eb9688c86f86910b8955777c259d7ec5c7f) Thanks [@thekidnamedkd](https://github.com/thekidnamedkd)! - Expose new collapsedLines prop on Collapsible component
|
|
154
|
-
|
|
155
|
-
## 1.9.0
|
|
156
|
-
|
|
157
|
-
### Minor Changes
|
|
158
|
-
|
|
159
|
-
- [#517](https://github.com/aragon/gov-ui-kit/pull/517) [`02c0969`](https://github.com/aragon/gov-ui-kit/commit/02c096937f52a196c540cff6feed980c39abeb03) Thanks [@shan8851](https://github.com/shan8851)! - Add rewards icon
|
|
160
|
-
|
|
161
|
-
- [#516](https://github.com/aragon/gov-ui-kit/pull/516) [`d20e6cc`](https://github.com/aragon/gov-ui-kit/commit/d20e6cce3869c47127479275d13ded1116f5bbcd) Thanks [@dependabot](https://github.com/apps/dependabot)! - Update minor and patch NPM dependencies
|
|
162
|
-
|
|
163
|
-
- [#515](https://github.com/aragon/gov-ui-kit/pull/515) [`f12d8e1`](https://github.com/aragon/gov-ui-kit/commit/f12d8e14d01ec42173fa2c23a28c91ea6e6871e1) Thanks [@dependabot](https://github.com/apps/dependabot)! - Update `vite` to v7
|
|
164
|
-
|
|
165
|
-
- [#514](https://github.com/aragon/gov-ui-kit/pull/514) [`fbd27a2`](https://github.com/aragon/gov-ui-kit/commit/fbd27a268ef9ee9e9523b68c8ca6db66e0da5c48) Thanks [@thekidnamedkd](https://github.com/thekidnamedkd)! - Implement checksum alert on `AddressInput` module component
|
|
166
|
-
|
|
167
|
-
- [#513](https://github.com/aragon/gov-ui-kit/pull/513) [`4ccb1f9`](https://github.com/aragon/gov-ui-kit/commit/4ccb1f9378920518da80fd813ad152ffbde52c3c) Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump `pbkdf2` to 3.1.3
|
|
168
|
-
|
|
169
|
-
- [#511](https://github.com/aragon/gov-ui-kit/pull/511) [`f0162cf`](https://github.com/aragon/gov-ui-kit/commit/f0162cff31edc9a3e1917723ec30a89799e3fa03) Thanks [@dependabot](https://github.com/apps/dependabot)! - Update minor and patch NPM dependencies
|
|
170
|
-
|
|
171
|
-
- [#512](https://github.com/aragon/gov-ui-kit/pull/512) [`43cb8a9`](https://github.com/aragon/gov-ui-kit/commit/43cb8a96e0c67417fa50e204c41964ddab35914f) Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump `vercel` to v44
|
|
172
|
-
|
|
173
|
-
## 1.8.0
|
|
174
|
-
|
|
175
|
-
### Minor Changes
|
|
176
|
-
|
|
177
|
-
- [#495](https://github.com/aragon/gov-ui-kit/pull/495) [`40d2eb8`](https://github.com/aragon/gov-ui-kit/commit/40d2eb8675fdb57e3053e4bb1aa7483264e77cda) Thanks [@dependabot](https://github.com/apps/dependabot)! - Update minor and patch NPM dependencies
|
|
178
|
-
|
|
179
|
-
- [#504](https://github.com/aragon/gov-ui-kit/pull/504) [`6dea2ef`](https://github.com/aragon/gov-ui-kit/commit/6dea2ef6a0ade5ee86c8cf21e3b260ed58f527a2) Thanks [@dependabot](https://github.com/apps/dependabot)! - Update jest to v30
|
|
180
|
-
|
|
181
|
-
- [#507](https://github.com/aragon/gov-ui-kit/pull/507) [`a3ca3bd`](https://github.com/aragon/gov-ui-kit/commit/a3ca3bd3f6a3836d20d6d2277907698644bdac97) Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump softprops/action-gh-release to 2.3.2
|
|
182
|
-
|
|
183
|
-
- [#493](https://github.com/aragon/gov-ui-kit/pull/493) [`a28f933`](https://github.com/aragon/gov-ui-kit/commit/a28f93305dd485e4f1fbf6536647c4165644c983) Thanks [@dependabot](https://github.com/apps/dependabot)! - Update Storybook to v9
|
|
184
|
-
|
|
185
|
-
- [#499](https://github.com/aragon/gov-ui-kit/pull/499) [`f79bc0d`](https://github.com/aragon/gov-ui-kit/commit/f79bc0d705be2878cd7234663143f7ce3d743d20) Thanks [@dependabot](https://github.com/apps/dependabot)! - Update minor and patch NPM dependencies
|
|
186
|
-
|
|
187
|
-
- [#501](https://github.com/aragon/gov-ui-kit/pull/501) [`e9596f9`](https://github.com/aragon/gov-ui-kit/commit/e9596f99d1f165feb00d890c250b93e13f08b549) Thanks [@milosh86](https://github.com/milosh86)! - Update `DataListItem` component to wrap in `div` when non-interactive
|
|
188
|
-
|
|
189
|
-
- [#505](https://github.com/aragon/gov-ui-kit/pull/505) [`db681e5`](https://github.com/aragon/gov-ui-kit/commit/db681e5d6663f36ac862456bdca442911f6dfe28) Thanks [@dependabot](https://github.com/apps/dependabot)! - Update minor and patch NPM dependencies
|
|
190
|
-
|
|
191
|
-
- [#506](https://github.com/aragon/gov-ui-kit/pull/506) [`af6e520`](https://github.com/aragon/gov-ui-kit/commit/af6e52056559b72e76812b5754ec3a0ce7963e14) Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump Vercel to 43.2.0
|
|
192
|
-
|
|
193
|
-
### Patch Changes
|
|
194
|
-
|
|
195
|
-
- [#509](https://github.com/aragon/gov-ui-kit/pull/509) [`2c31c85`](https://github.com/aragon/gov-ui-kit/commit/2c31c85c7f9f05abfd0c6272a2aec94620f1395a) Thanks [@cgero-eth](https://github.com/cgero-eth)! - Update release workflow
|
|
196
|
-
|
|
197
|
-
- [#502](https://github.com/aragon/gov-ui-kit/pull/502) [`cb04c79`](https://github.com/aragon/gov-ui-kit/commit/cb04c79e9b948127a2b6917b972da4deee900a7a) Thanks [@cgero-eth](https://github.com/cgero-eth)! - Fix style of threshold indicator on `<Progress />` core component
|
|
198
|
-
|
|
199
|
-
- [#497](https://github.com/aragon/gov-ui-kit/pull/497) [`3efaf5b`](https://github.com/aragon/gov-ui-kit/commit/3efaf5b29f0fb372ef2023cdd670c298686f9a7c) Thanks [@thekidnamedkd](https://github.com/thekidnamedkd)! - Fix rendering of threshold indicator on `Progress` core component
|
|
200
|
-
|
|
201
|
-
## 1.7.0
|
|
202
|
-
|
|
203
|
-
### Minor Changes
|
|
204
|
-
|
|
205
|
-
- [#485](https://github.com/aragon/gov-ui-kit/pull/485) [`92244aa`](https://github.com/aragon/gov-ui-kit/commit/92244aaec9022d24375e58fcf0fe153dafdffad7) Thanks [@dependabot](https://github.com/apps/dependabot)! - Update minor and patch NPM dependencies
|
|
206
|
-
|
|
207
|
-
- [#490](https://github.com/aragon/gov-ui-kit/pull/490) [`b5d7769`](https://github.com/aragon/gov-ui-kit/commit/b5d77699d6fcf6cef802755ed0d773598b267276) Thanks [@milosh86](https://github.com/milosh86)! - Update `<VoteDataListItem />` and `<VoteProposalDataListItem />` module components to support veto variant and `isVeto` property
|
|
208
|
-
|
|
209
|
-
**BREAKING**: Rename `confirmationLabel` property to `voteIndicatorDescription`
|
|
210
|
-
|
|
211
|
-
- [#478](https://github.com/aragon/gov-ui-kit/pull/478) [`174572b`](https://github.com/aragon/gov-ui-kit/commit/174572b088b58887ea32b3ea577dc765f1247313) Thanks [@shan8851](https://github.com/shan8851)! - Update status handling of `<ProposalVoting />` module component to correctly show advanceable, executed and executable statuses
|
|
212
|
-
|
|
213
|
-
**BREAKING**: Remove `ProposalVotingStatus` enum in favor of `ProposalStatus`
|
|
214
|
-
|
|
215
|
-
- [#481](https://github.com/aragon/gov-ui-kit/pull/481) [`d42310b`](https://github.com/aragon/gov-ui-kit/commit/d42310b7ea7a34b31941620fea0a873ed6037340) Thanks [@milosh86](https://github.com/milosh86)! - Update `<ToggleGroup />` core component to support `orientation` property
|
|
216
|
-
|
|
217
|
-
- [#489](https://github.com/aragon/gov-ui-kit/pull/489) [`55bd74f`](https://github.com/aragon/gov-ui-kit/commit/55bd74f187dbdac1c55a3e151bbf005ac4a213e6) Thanks [@thekidnamedkd](https://github.com/thekidnamedkd)! - Update `<Wallet />` module component to hide connected user info on breakpoints lower than `XL`
|
|
218
|
-
|
|
219
|
-
- [#486](https://github.com/aragon/gov-ui-kit/pull/486) [`42db993`](https://github.com/aragon/gov-ui-kit/commit/42db99314f5a2f19a16b97a73bd4edca07226175) Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump `vercel` to v42
|
|
220
|
-
|
|
221
|
-
- [#483](https://github.com/aragon/gov-ui-kit/pull/483) [`5bec051`](https://github.com/aragon/gov-ui-kit/commit/5bec051e6f4defe20570dd435e2712b4bc6043e6) Thanks [@cgero-eth](https://github.com/cgero-eth)! - **BREAKING** Refactor ProposalVoting component to improve handling of stages:
|
|
222
|
-
- Mark `name` property of `BodyContent` and `Stage` components as required
|
|
223
|
-
- Rename `Container` component to `StageContainer`, implement new `Container` component for simple governance proposals
|
|
224
|
-
|
|
225
|
-
- [#475](https://github.com/aragon/gov-ui-kit/pull/475) [`a6c5f35`](https://github.com/aragon/gov-ui-kit/commit/a6c5f35f80b9133e4133c0db987a7bb8e6925888) Thanks [@milosh86](https://github.com/milosh86)! - Implement `<Clipboard />` core component and `useCopy` hook
|
|
226
|
-
|
|
227
|
-
- [#479](https://github.com/aragon/gov-ui-kit/pull/479) [`14708eb`](https://github.com/aragon/gov-ui-kit/commit/14708ebe56599e327e77ccf3b4f144642541d026) Thanks [@dependabot](https://github.com/apps/dependabot)! - Update minor and patch NPM dependencies
|
|
228
|
-
|
|
229
|
-
- [#487](https://github.com/aragon/gov-ui-kit/pull/487) [`5780554`](https://github.com/aragon/gov-ui-kit/commit/5780554a4d82824c98f635ca826793050a1416a0) Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump `rollup-plugin-visualizer` to v6
|
|
230
|
-
|
|
231
|
-
- [#480](https://github.com/aragon/gov-ui-kit/pull/480) [`e2d03bd`](https://github.com/aragon/gov-ui-kit/commit/e2d03bd56578db580634d2909fbc0c37631efdfd) Thanks [@cgero-eth](https://github.com/cgero-eth)! - Update style, labels and layout of breakdown components displayed on `<ProposalVoting >` module component
|
|
232
|
-
|
|
233
|
-
**BREAKING**: Update multisig breakdown component to require `membersCount` property
|
|
234
|
-
|
|
235
|
-
- [#476](https://github.com/aragon/gov-ui-kit/pull/476) [`42ff840`](https://github.com/aragon/gov-ui-kit/commit/42ff84020c93c537e2527d452ac0465361e78f24) Thanks [@milosh86](https://github.com/milosh86)! - Update `<Link />` core component colors and spacing, add `description` property to `<DefinitionListItem />` component and update `line-height`
|
|
236
|
-
|
|
237
|
-
**BREAKING**: Remove `description` prop from `Link` component in favour of `showUrl` and `iconRight` prop in favour of `isExternal`
|
|
238
|
-
|
|
239
|
-
- [#480](https://github.com/aragon/gov-ui-kit/pull/480) [`e2d03bd`](https://github.com/aragon/gov-ui-kit/commit/e2d03bd56578db580634d2909fbc0c37631efdfd) Thanks [@cgero-eth](https://github.com/cgero-eth)! - **BREAKING**: Update multisig breakdown component to require "membersCount" property
|
|
240
|
-
|
|
241
|
-
- [#481](https://github.com/aragon/gov-ui-kit/pull/481) [`d42310b`](https://github.com/aragon/gov-ui-kit/commit/d42310b7ea7a34b31941620fea0a873ed6037340) Thanks [@milosh86](https://github.com/milosh86)! - Update `<ProposalVoting />` module component and sub-components to handle veto proposals
|
|
242
|
-
|
|
243
|
-
- [#446](https://github.com/aragon/gov-ui-kit/pull/446) [`788134d`](https://github.com/aragon/gov-ui-kit/commit/788134d6f19c7fe88096684c60e4b91ea00c5a4d) Thanks [@dependabot](https://github.com/apps/dependabot)! - Migrate library to Tailwind CSS v4
|
|
244
|
-
|
|
245
|
-
**Breaking**:
|
|
246
|
-
- Remove `rounded` class in favour of `rounded-md`
|
|
247
|
-
- Remove `guk` prefix on primitive CSS custom properties
|
|
248
|
-
- Implement `focus-ring-[variant]` utilities to be used instead of custom ring classes
|
|
249
|
-
|
|
250
|
-
### Patch Changes
|
|
251
|
-
|
|
252
|
-
- [#446](https://github.com/aragon/gov-ui-kit/pull/446) [`788134d`](https://github.com/aragon/gov-ui-kit/commit/788134d6f19c7fe88096684c60e4b91ea00c5a4d) Thanks [@dependabot](https://github.com/apps/dependabot)! - Fix icon color of `<Button />` core component on ghost variant
|
|
253
|
-
|
|
254
|
-
- [#492](https://github.com/aragon/gov-ui-kit/pull/492) [`8b35979`](https://github.com/aragon/gov-ui-kit/commit/8b35979d736f86a54847e026052f615793251e1a) Thanks [@evanaronson](https://github.com/evanaronson)! - Fix `<TextAreaRichText />` core component to format markdown text pasted from the clipboard
|
|
255
|
-
|
|
256
|
-
## 1.6.0
|
|
257
|
-
|
|
258
|
-
### Minor Changes
|
|
259
|
-
|
|
260
|
-
- [#473](https://github.com/aragon/gov-ui-kit/pull/473) [`3d73db8`](https://github.com/aragon/gov-ui-kit/commit/3d73db8dfc004a5917ba8d2ea90b51e46289687e) Thanks [@cgero-eth](https://github.com/cgero-eth)! - Update `<DocumentParser />` core component to expose `immediatelyRender` property for SSR usage
|
|
261
|
-
|
|
262
|
-
### Patch Changes
|
|
263
|
-
|
|
264
|
-
- [#474](https://github.com/aragon/gov-ui-kit/pull/474) [`8f5d5ce`](https://github.com/aragon/gov-ui-kit/commit/8f5d5ce43f631dcff5bd682ec9ac6a5ae783d7a9) Thanks [@thekidnamedkd](https://github.com/thekidnamedkd)! - Fix `<ProposalVotingBodyContent />` module component to support single external body scenarios
|
|
265
|
-
|
|
266
|
-
## 1.5.0
|
|
267
|
-
|
|
268
|
-
### Minor Changes
|
|
269
|
-
|
|
270
|
-
- [#472](https://github.com/aragon/gov-ui-kit/pull/472) [`6b2c13f`](https://github.com/aragon/gov-ui-kit/commit/6b2c13fc32983705b701d8e67efbbf54a4e2e107) Thanks [@dependabot](https://github.com/apps/dependabot)! - Update minor and patch NPM dependencies
|
|
271
|
-
|
|
272
|
-
- [#471](https://github.com/aragon/gov-ui-kit/pull/471) [`80fa61d`](https://github.com/aragon/gov-ui-kit/commit/80fa61df455704c6f561bb01a42753a595089b65) Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump `lint-staged` to v16
|
|
273
|
-
|
|
274
|
-
- [#468](https://github.com/aragon/gov-ui-kit/pull/468) [`3965c45`](https://github.com/aragon/gov-ui-kit/commit/3965c45159cbf3fcf566cd874f35771a6a2bf2bd) Thanks [@dependabot](https://github.com/apps/dependabot)! - Update minor and patch NPM dependencies
|
|
275
|
-
|
|
276
|
-
### Patch Changes
|
|
277
|
-
|
|
278
|
-
- [#470](https://github.com/aragon/gov-ui-kit/pull/470) [`8f005a0`](https://github.com/aragon/gov-ui-kit/commit/8f005a043910782cc852f2f07a1acfa7b7f2c0b2) Thanks [@thekidnamedkd](https://github.com/thekidnamedkd)! - Implement `<ProposalActionItemsSkeleton />` component, update `<ProposalActions />` component to support loading state
|
|
279
|
-
|
|
280
|
-
- [#469](https://github.com/aragon/gov-ui-kit/pull/469) [`b963051`](https://github.com/aragon/gov-ui-kit/commit/b963051712b6982e3be31ac34ca466af27f868c8) Thanks [@thekidnamedkd](https://github.com/thekidnamedkd)! - Update `<ProposalVoting />` module component to support branded bodies
|
|
281
|
-
|
|
282
|
-
## 1.4.0
|
|
283
|
-
|
|
284
|
-
### Minor Changes
|
|
285
|
-
|
|
286
|
-
- [#465](https://github.com/aragon/gov-ui-kit/pull/465) [`7ea0aa2`](https://github.com/aragon/gov-ui-kit/commit/7ea0aa205cecc4cbf69e77ef9f9c763d9191f432) Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump `aragon/github-templates` to 0.4
|
|
287
|
-
|
|
288
|
-
- [#467](https://github.com/aragon/gov-ui-kit/pull/467) [`4315e9c`](https://github.com/aragon/gov-ui-kit/commit/4315e9c91e0ff846e138c82721e3a99e4b894363) Thanks [@cgero-eth](https://github.com/cgero-eth)! - Update module components to set ethereum mainnet as default value for chain-id property
|
|
289
|
-
|
|
290
|
-
- [#464](https://github.com/aragon/gov-ui-kit/pull/464) [`cce53d1`](https://github.com/aragon/gov-ui-kit/commit/cce53d18098e7f96add2c503cc1f04655bffded5) Thanks [@dependabot](https://github.com/apps/dependabot)! - Update minor and patch NPM dependencies
|
|
291
|
-
|
|
292
|
-
### Patch Changes
|
|
293
|
-
|
|
294
|
-
- [#466](https://github.com/aragon/gov-ui-kit/pull/466) [`83762be`](https://github.com/aragon/gov-ui-kit/commit/83762bea8b74b8b255d28c18b6671795c6965987) Thanks [@thekidnamedkd](https://github.com/thekidnamedkd)! - Update `<DefinitionList.Item />` component to support `link` property
|
|
295
|
-
|
|
296
|
-
## 1.3.0
|
|
297
|
-
|
|
298
|
-
### Minor Changes
|
|
299
|
-
|
|
300
|
-
- [#460](https://github.com/aragon/gov-ui-kit/pull/460) [`94b3bba`](https://github.com/aragon/gov-ui-kit/commit/94b3bba28c35be1b35633adfb5e18c21642d5666) Thanks [@dependabot](https://github.com/apps/dependabot)! - Update minor and patch dependencies
|
|
301
|
-
|
|
302
|
-
- [#463](https://github.com/aragon/gov-ui-kit/pull/463) [`3dd95c9`](https://github.com/aragon/gov-ui-kit/commit/3dd95c992de4f8353c9eb56293fedacbeaa37de6) Thanks [@cgero-eth](https://github.com/cgero-eth)! - Support customisation of visible tabs on the `<ProposalVoting />` component
|
|
303
|
-
|
|
304
|
-
- [#461](https://github.com/aragon/gov-ui-kit/pull/461) [`ed8a0f2`](https://github.com/aragon/gov-ui-kit/commit/ed8a0f2333cf04000ddc719f66ae68cc4525236a) Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump `softprops/action-gh-release` to 2.2.2
|
|
305
|
-
|
|
306
|
-
### Patch Changes
|
|
307
|
-
|
|
308
|
-
- [#456](https://github.com/aragon/gov-ui-kit/pull/456) [`5ae74a6`](https://github.com/aragon/gov-ui-kit/commit/5ae74a6da4f912a1def4efdeb477684b3d84c4b0) Thanks [@thekidnamedkd](https://github.com/thekidnamedkd)! - Update `<DialogAlert />` core component to support `size` property
|
|
309
|
-
|
|
310
|
-
- [#457](https://github.com/aragon/gov-ui-kit/pull/457) [`d29c913`](https://github.com/aragon/gov-ui-kit/commit/d29c9132d77e7ca712502d6dee76c5d596758a1b) Thanks [@cgero-eth](https://github.com/cgero-eth)! - Update Storybook deploy workflow to retrieve secrets from 1Password
|
|
311
|
-
|
|
312
|
-
## 1.2.0
|
|
313
|
-
|
|
314
|
-
### Minor Changes
|
|
315
|
-
|
|
316
|
-
- [#455](https://github.com/aragon/gov-ui-kit/pull/455) [`68e45a8`](https://github.com/aragon/gov-ui-kit/commit/68e45a883ab25616eec253f07ca2bdd76dda51f0) Thanks [@dependabot](https://github.com/apps/dependabot)! - Update minor and patch NPM dependencies
|
|
317
|
-
|
|
318
|
-
### Patch Changes
|
|
319
|
-
|
|
320
|
-
- [#453](https://github.com/aragon/gov-ui-kit/pull/453) [`2de2ac9`](https://github.com/aragon/gov-ui-kit/commit/2de2ac95d38e4e9343fd27739dd2dfa633dd4feb) Thanks [@shan8851](https://github.com/shan8851)! - Add outline none to dialog to fix unwanted styling when user focuses inside
|
|
321
|
-
|
|
322
|
-
- [#454](https://github.com/aragon/gov-ui-kit/pull/454) [`ee9bf52`](https://github.com/aragon/gov-ui-kit/commit/ee9bf5243bc2e7f9009c8b9f551b46fca51052a5) Thanks [@shan8851](https://github.com/shan8851)! - Fix `<DropdownItem />` core component to prevent default click behaviour when disabled
|
|
323
|
-
|
|
324
|
-
- [#452](https://github.com/aragon/gov-ui-kit/pull/452) [`858ffa2`](https://github.com/aragon/gov-ui-kit/commit/858ffa257cf60474aca77084ce0a8b0ea9102d03) Thanks [@shan8851](https://github.com/shan8851)! - Update `<DataListPagination />` core component to apply neutral variant to the progress bar when there are no more items to show
|
|
325
|
-
|
|
326
|
-
- [#450](https://github.com/aragon/gov-ui-kit/pull/450) [`513c119`](https://github.com/aragon/gov-ui-kit/commit/513c119e87b4424dd98763a428e0b5e63e6dba0f) Thanks [@thekidnamedkd](https://github.com/thekidnamedkd)! - Update `DURATION` formatting to round dates to nearest significant unit
|
|
327
|
-
|
|
328
|
-
## 1.1.0
|
|
329
|
-
|
|
330
|
-
### Minor Changes
|
|
331
|
-
|
|
332
|
-
- [`8413957`](https://github.com/aragon/gov-ui-kit/commit/84139578d63eede344d90a725bf76f33f8964089) Thanks [@cgero-eth](https://github.com/cgero-eth)! - Update release workflow, implement snapshot and preview workflows
|
|
333
|
-
|
|
334
|
-
- [#448](https://github.com/aragon/gov-ui-kit/pull/448) [`a71a873`](https://github.com/aragon/gov-ui-kit/commit/a71a87330452bdb5eb602a6f186e053c3bcf5144) Thanks [@cgero-eth](https://github.com/cgero-eth)! - Update minor and patch NPM dependencies
|
|
335
|
-
|
|
336
|
-
## [1.0.75] - 2025-04-02
|
|
337
|
-
|
|
338
|
-
### Fixed
|
|
339
|
-
|
|
340
|
-
- Remove 'overflow-auto' from <DialogRoot /> causing issue with content scroll
|
|
341
|
-
|
|
342
|
-
## [1.0.74] - 2025-04-02
|
|
343
|
-
|
|
344
|
-
### Changed
|
|
345
|
-
|
|
346
|
-
- **BREAKING**: Update implementation of `AlertCard` component:
|
|
347
|
-
- Remove `description` property from the `AlertCard` component in favour of `children` property
|
|
348
|
-
|
|
349
|
-
## [1.0.73] - 2025-04-01
|
|
350
|
-
|
|
351
|
-
### Fixed
|
|
352
|
-
|
|
353
|
-
- Update `<ProposalVotingBreakdownToken />` module component to fix calculation of vote support
|
|
354
|
-
|
|
355
|
-
### Changed
|
|
356
|
-
|
|
357
|
-
- Reorder 'Exising' and 'Proposed' settings in `<ProposalActionChangeSettings />` module component
|
|
358
|
-
- Increase max width of `<Wallet />` component to handle latest address truncation changes
|
|
359
|
-
- Bump `actions/setup-python` to 5.5.0
|
|
360
|
-
- Update minor and patch NPM dependencies
|
|
361
|
-
|
|
362
|
-
## [1.0.72] - 2025-03-25
|
|
363
|
-
|
|
364
|
-
### Added
|
|
365
|
-
|
|
366
|
-
- Expose textClassName property on `<Link />` to allow custom text styling
|
|
367
|
-
|
|
368
|
-
### Changed
|
|
369
|
-
|
|
370
|
-
- Prioritize 'Proposed' metadata changes tab in `<ProposalActionUpdateMetaData />`
|
|
371
|
-
- Truncate addresses in FormatterUtils to show six leading and four trailing characters (e.g., 0x1234...5678)
|
|
372
|
-
- Remove vertical margin from `<p>` tags styled with tailwind-prose
|
|
373
|
-
- Update `eslint-import-resolver-typescript` to v4
|
|
374
|
-
- Bump `actions/setup-node` to 4.3.0
|
|
375
|
-
- Update configs to use Node v22
|
|
376
|
-
- Update minor and patch NPM dependencies
|
|
377
|
-
|
|
378
|
-
## [1.0.71] - 2025-03-21
|
|
379
|
-
|
|
380
|
-
### Changed
|
|
381
|
-
|
|
382
|
-
- Bump `@babel/runtime-corejs3` to 7.26.10
|
|
383
|
-
- Update DAO name vertical alignment in `<DaoDataListItem.Structure />` component to be centered in the case when no address is provided
|
|
384
|
-
|
|
385
|
-
### Fixed
|
|
386
|
-
|
|
387
|
-
- Fix `<ProposalActions />` module component to render correct form data when moving actions
|
|
388
|
-
|
|
389
|
-
## [1.0.70] - 2025-03-11
|
|
390
|
-
|
|
391
|
-
### Added
|
|
392
|
-
|
|
393
|
-
- Update `<DaoDataListItem.Structure />` module component to support new `isExternal` property
|
|
394
|
-
- Support `xs` size on `<Avatar />` core component
|
|
395
|
-
- Add `variant` property to `<ToggleGroup />` core component to support space-between spacing
|
|
396
|
-
- Update `<AssetDataListItem />` module component to support `hideValue` property
|
|
397
|
-
|
|
398
|
-
### Changed
|
|
399
|
-
|
|
400
|
-
- Update Manrope font weight for Regular variant from 500 to 400
|
|
401
|
-
- Update minor and patch NPM dependencies
|
|
402
|
-
|
|
403
|
-
## [1.0.69] - 2025-03-03
|
|
404
|
-
|
|
405
|
-
### Changed
|
|
406
|
-
|
|
407
|
-
- Update `ProposalActions` module components to support controlled accordion state
|
|
408
|
-
- Update `NumberFormat.TOKEN_AMOUNT_SHORT` to round to two decimal places for small values
|
|
409
|
-
- Disable `postinstall` scripts by default
|
|
410
|
-
- Update minor and patch NPM dependencies
|
|
411
|
-
|
|
412
|
-
## [1.0.68] - 2025-02-21
|
|
413
|
-
|
|
414
|
-
### Fixed
|
|
415
|
-
|
|
416
|
-
- Fix `InputNumber` core component so that it properly handles decimals when there is a default values set
|
|
417
|
-
- Fix cancel button type of `InputFileAvatar` core component
|
|
418
|
-
|
|
419
|
-
### Changed
|
|
420
|
-
|
|
421
|
-
- Update minor and patch NPM dependencies
|
|
422
|
-
|
|
423
|
-
## [1.0.67] - 2025-02-18
|
|
424
|
-
|
|
425
|
-
### Changed
|
|
426
|
-
|
|
427
|
-
- Update `Tabs.List` component to only render when used with multiple tabs
|
|
428
|
-
- Bump `elliptic` to 6.6.1
|
|
429
|
-
- Update minor and patch NPM dependencies
|
|
430
|
-
- Restore Figma previews on primitive variables documentation pages
|
|
431
|
-
|
|
432
|
-
## [1.0.66] - 2025-02-11
|
|
433
|
-
|
|
434
|
-
### Changed
|
|
435
|
-
|
|
436
|
-
- Bump `actions/setup-python` to 5.4.0
|
|
437
|
-
- Update minor and patch NPM dependencies
|
|
438
|
-
- Improve code coverage on core and modules components
|
|
439
|
-
|
|
440
|
-
### Fixed
|
|
441
|
-
|
|
442
|
-
- Fix documentation pages on primitive variables
|
|
443
|
-
- Use correct token symbol in asset transfer warning for supported chains
|
|
444
|
-
|
|
445
|
-
## [1.0.65] - 2025-01-30
|
|
446
|
-
|
|
447
|
-
### Changed
|
|
448
|
-
|
|
449
|
-
- Bump `actions/setup-node` to 4.2.0
|
|
450
|
-
- Update minor and patch NPM dependencies
|
|
451
|
-
- **BREAKING**: Update implementation of `Dialog` component:
|
|
452
|
-
- Remove `showBackButton` property from `Header` component
|
|
453
|
-
- Move `description` property from `Header` to `Content` component
|
|
454
|
-
- Rename `onCloseClick` to `onClose`, hide close button when property is not specified
|
|
455
|
-
- Remove `alert` property from `Footer` component
|
|
456
|
-
- Update `Footer` component to support new `variant` and `hasError` properties
|
|
457
|
-
- Update `Content` component to support new `noInset` property
|
|
458
|
-
- **BREAKING**: Update implementation of `DialogAlert` component:
|
|
459
|
-
- Remove `description` property from `Header` in favour of new `hiddenDescription` property on `Root` component
|
|
460
|
-
- Update `Content` component to support new `noInset` property
|
|
461
|
-
|
|
462
|
-
## [1.0.64] - 2025-01-23
|
|
463
|
-
|
|
464
|
-
### Added
|
|
465
|
-
|
|
466
|
-
- Add `size` prop to `<Dialog />` core component with `max-w` t-shirt sizing
|
|
467
|
-
|
|
468
|
-
### Changed
|
|
469
|
-
|
|
470
|
-
- Update minor and patch NPM dependencies
|
|
471
|
-
- Bump `framer-motion` from 11.17.1 to 12.0.0
|
|
472
|
-
- Update pull-request template
|
|
473
|
-
|
|
474
|
-
### Fixed
|
|
475
|
-
|
|
476
|
-
- Updated minimum height of `<AddressInput />` to resolve displacement of placeholder text on mount
|
|
477
|
-
|
|
478
|
-
## [1.0.63] - 2025-01-15
|
|
479
|
-
|
|
480
|
-
### Changed
|
|
481
|
-
|
|
482
|
-
- Update `InputFileAvatar` core component to remove `onFileSelect` and `onFileError` properties and use `value` and `onChange` properties instead
|
|
483
|
-
- Update `IProposalActionUpdateMetadataDaoMetadata` interface `logo` property to `avatar` to better align with actions
|
|
484
|
-
- Bump `softprops/action-gh-release` from 2.2.0 to 2.2.1
|
|
485
|
-
- Update minor and patch NPM dependencies
|
|
486
|
-
- Update `<ProposalDataListItem />` module component to include `statusContext` property and support `ADVANCEABLE` status
|
|
487
|
-
- Remove `<MajorityVotingResult />` and `<ApprovalThresholdResult />` sub-components for `<ProposalDataListItem />`
|
|
488
|
-
|
|
489
|
-
## [1.0.62] - 2025-01-08
|
|
490
|
-
|
|
491
|
-
### Fixed
|
|
492
|
-
|
|
493
|
-
- Fix `AssetTransfer` module component to not link to the block explorer for native transfers
|
|
494
|
-
|
|
495
|
-
### Changed
|
|
496
|
-
|
|
497
|
-
- Update `<DialogHeader />` core component to not truncate description strings
|
|
498
|
-
- Update style of `<ProposalActionItem />` module component, render link to block explorer for target address
|
|
499
|
-
- Rename `tokenPrice` property to `amountUsd` on `<TransactionDataListItem />` module component
|
|
500
|
-
- Update workflow to deploy Storybook application to Github pages
|
|
501
|
-
- Update minor and patch NPM dependencies
|
|
502
|
-
- Update `Yarn` version to 4.6.0
|
|
503
|
-
|
|
504
|
-
## [1.0.61] - 2024-12-29
|
|
505
|
-
|
|
506
|
-
### Added
|
|
507
|
-
|
|
508
|
-
- Implement `StyleBlock` component to document the components-specific customisations
|
|
509
|
-
|
|
510
|
-
### Changed
|
|
511
|
-
|
|
512
|
-
- Remove `hash` property on the `AssetTransfer` module component and add optional `assetAddress` property
|
|
513
|
-
- Add link to the block explorer for members on the `ProposalActionChangeMembers` module component
|
|
514
|
-
- Add receiver block explorer link to the `ProposalActionTokenMint` module component
|
|
515
|
-
- Update minor and patch NPM dependencies
|
|
516
|
-
|
|
517
|
-
## [1.0.60] - 2024-12-18
|
|
518
|
-
|
|
519
|
-
### Changed
|
|
520
|
-
|
|
521
|
-
- Update Storybook branding and repository readme file
|
|
522
|
-
- Bump `softprops/action-gh-release` from 2.1.0 to 2.2.0
|
|
523
|
-
- Bump `@rollup/plugin-node-resolve` from 15.3.0 to 16.0.0
|
|
524
|
-
- Update minor and patch NPM dependencies
|
|
525
|
-
- Update `AssetDataListItemStructure` module component to remove the `priceChange` property and related logic for calculating percentage change
|
|
526
|
-
|
|
527
|
-
## [1.0.59] - 2024-12-11
|
|
528
|
-
|
|
529
|
-
### Fixed
|
|
530
|
-
|
|
531
|
-
- Fix color of body name on `<ProposalVoting.BodyContext />` module component
|
|
532
|
-
- Fix re-render issue on `<AddressInput />` module component when `onAccept` prop changes on every render
|
|
533
|
-
- Update `<CheckboxCard />` core component to set full-width to `children` property wrapper
|
|
534
|
-
- Update `<ProposalActions.Item />` module component to display correct feedback for actions with data and value and disable decoded view for actions without parameters
|
|
535
|
-
|
|
536
|
-
### Changed
|
|
537
|
-
|
|
538
|
-
- Update `<ProposalActionUpdateMetadata />` module component to support "UpdatePluginMetadata" native action
|
|
539
|
-
- Update minor and patch NPM dependencies
|
|
540
|
-
- Bump `nanoid` from 3.3.7 to 3.3.8
|
|
541
|
-
- Bump `react` and `react-dom` internal dependencies to v19
|
|
542
|
-
|
|
543
|
-
## [1.0.58] - 2024-12-06
|
|
544
|
-
|
|
545
|
-
### Added
|
|
546
|
-
|
|
547
|
-
- Update `ProposalActions` module component to improve rendering of decoded parameters and support and "edit" mode through the `editMode` property
|
|
548
|
-
|
|
549
|
-
### Changed
|
|
550
|
-
|
|
551
|
-
- Update minor and patch NPM dependencies
|
|
552
|
-
- Support `type` property on the buttons of the `<Dialog.Footer />` core component
|
|
553
|
-
|
|
554
|
-
## [1.0.57] - 2024-11-29
|
|
555
|
-
|
|
556
|
-
### Added
|
|
557
|
-
|
|
558
|
-
- Add new `ProposalVoting` module components (`ProposalVotingBodyContent`, `ProposalVotingBodySummary`, `ProposalVotingBodySummaryList` and `ProposalVotingBodySummaryListItem`)
|
|
559
|
-
- Add story and export `ProposalVotingProgress` module component
|
|
560
|
-
|
|
561
|
-
### Changed
|
|
562
|
-
|
|
563
|
-
- Update `ProposalVotingStage` module component to accept new optional `bodyList` prop and update rendering logic to handle multi body proposals per stage.
|
|
564
|
-
|
|
565
|
-
## [1.0.56] - 2024-11-26
|
|
566
|
-
|
|
567
|
-
### Added
|
|
568
|
-
|
|
569
|
-
- Update peer dependencies to allow React 19
|
|
570
|
-
|
|
571
|
-
### Fixed
|
|
572
|
-
|
|
573
|
-
- Fix command to publish library to correctly mark as `latest` the latest library version
|
|
574
|
-
- Fix empty-state style of `ProposalAction` module component
|
|
575
|
-
- Add default shadow style to `Card` core component
|
|
576
|
-
- Fix issue with `Accodion.ItemContent` animations blocking dynamic content resizing
|
|
577
|
-
|
|
578
|
-
### Changed
|
|
579
|
-
|
|
580
|
-
- Remove "forceMount" usage on `Accordion.ItemContent` throughout the library
|
|
581
|
-
- Bump `eslint-plugin-testing-library` from 6.4.0 to 7.0.0
|
|
582
|
-
- Update minor and patch NPM dependencies
|
|
583
|
-
|
|
584
|
-
## [1.0.55] - 2024-11-22
|
|
585
|
-
|
|
586
|
-
### Added
|
|
587
|
-
|
|
588
|
-
- Update `VoteDataListItem` component to add "Voted" string and possibility to customise it through the `confirmationLabel` property
|
|
589
|
-
- Update `formatterUtils` documentation to add number formatting examples
|
|
590
|
-
|
|
591
|
-
### Fixed
|
|
592
|
-
|
|
593
|
-
- Update layout of `DataListItem` core component and layouts of components using it (Asset, Dao, Member, Proposal, Transaction, Vote)
|
|
594
|
-
- Update implementation of `DataListItem` skeleton components for better parity and no layout shift
|
|
595
|
-
- Improve responsiveness for `DefinitionList` container and items for middle breakpoints
|
|
596
|
-
- Update `DaoAvatar` to correctly set text size depending on `size` property
|
|
597
|
-
- Include styles on `AccordionItemHeader` for stronger visual cue when expanded
|
|
598
|
-
- Fix critical icon on `AlertCard` and `AlertInline` core components
|
|
599
|
-
|
|
600
|
-
### Changed
|
|
601
|
-
|
|
602
|
-
- Remove `plugin` property from `DaoDataListItem` module component
|
|
603
|
-
- Update minor and patch dependencies
|
|
604
|
-
- Refactor `ProposalActions` component, split it into `Root`, `Container`, `Item` and `Footer` components
|
|
605
|
-
- Update `eslint` to v9
|
|
606
|
-
- Bump `cross-spawn` from 7.0.3 to 7.0.5
|
|
607
|
-
- Bump `@eslint/plugin-kit` from 0.2.2 to 0.2.3
|
|
608
|
-
- Bump `softprops/action-gh-release` from 2.0.9 to 2.1.0
|
|
609
|
-
- Removed `xs` size variant from `Avatar` component
|
|
610
|
-
- Update eslint rules to enforce consistent type imports and exports
|
|
611
|
-
|
|
612
|
-
## [1.0.54] - 2024-11-11
|
|
613
|
-
|
|
614
|
-
### Changed
|
|
615
|
-
|
|
616
|
-
- Added missing export for `IAddressInputResolvedValue` interface
|
|
617
|
-
|
|
618
|
-
### Fixed
|
|
619
|
-
|
|
620
|
-
- Fix layout of `ProposalActionChangeMembers` module component
|
|
621
|
-
|
|
622
|
-
## [1.0.53] - 2024-11-05
|
|
623
|
-
|
|
624
|
-
### Fixed
|
|
625
|
-
|
|
626
|
-
- Update `ProposalVoting.Container` module component to make stages accordion controlled and support updating the current active stage programmatically
|
|
627
|
-
- Fix `VoteProposalDataListItem` module component to truncate long proposal IDs
|
|
628
|
-
|
|
629
|
-
### Changed
|
|
630
|
-
|
|
631
|
-
- Bump `softprops/action-gh-release` from 2.0.8 to 2.0.9
|
|
632
|
-
- Update minor and patch NPM dependencies
|
|
633
|
-
|
|
634
|
-
## [1.0.52] - 2024-10-30
|
|
635
|
-
|
|
636
|
-
### Changed
|
|
637
|
-
|
|
638
|
-
- Update `ProposalVotingStage` module component to support undefined `startDate` and `endDate` properties
|
|
639
|
-
- Update minor and patch Github dependencies
|
|
640
|
-
- Update minor and patch NPM dependencies
|
|
641
|
-
- Bump `elliptic` from 6.5.7 to 6.6.0
|
|
642
|
-
|
|
643
|
-
### Fixed
|
|
644
|
-
|
|
645
|
-
- Update `ProposalVotingStageStatus` module component to support `vetoed` and `expired` statuses
|
|
646
|
-
- Update Figma documentation links in Storybook components
|
|
647
|
-
- Rename default modules context values to use `guk` prefix
|
|
648
|
-
|
|
649
|
-
## [1.0.51] - 2024-10-23
|
|
650
|
-
|
|
651
|
-
### Fixed
|
|
652
|
-
|
|
653
|
-
- Rename default core context values to use `guk` prefix
|
|
654
|
-
- Update `<DefinitionListItem />` and `<Breadcrumbs />` core components to truncate long strings
|
|
655
|
-
- Fix `<InputNumber >` core component to trigger `onChange` callback on + / - button click
|
|
656
|
-
|
|
657
|
-
## [1.0.50] - 2024-10-23
|
|
658
|
-
|
|
659
|
-
### Changed
|
|
660
|
-
|
|
661
|
-
- Convert ODS repo & package to Governance UI Kit brand name + docs
|
|
662
|
-
- Update name of `OdsCoreProvider` to `GukCoreProvider` to match new naming scheme
|
|
663
|
-
- Update name of `OdsModulesProvider` to `GukModulesProvider` to match new naming scheme
|
|
664
|
-
- Update all `--ods-*` CSS variables to `--guk-*` to match new naming scheme
|
|
665
|
-
- Bump `eslint-plugin-react-hooks` from 4.6.2 to 5.0.0
|
|
666
|
-
- Bump `secp256k1` from 5.0.0 to 5.0.1
|
|
667
|
-
- Update minor and patch NPM dependencies
|
|
668
|
-
|
|
669
|
-
## [1.0.49] - 2024-10-14
|
|
670
|
-
|
|
671
|
-
### Added
|
|
672
|
-
|
|
673
|
-
- Add optional `children` property to `RadioCard` and `CheckboxCard` core components displayed only when component is selected
|
|
674
|
-
|
|
675
|
-
### Changed
|
|
676
|
-
|
|
677
|
-
- Update `RadioCard` and `CheckboxCard` core components to have optional description property, fix alignment when no description provided
|
|
678
|
-
- Update `<ProposalDataListItem.Structure >` module component to make proposal type property optional and support custom proposal results
|
|
679
|
-
- Bump `actions/checkout` from 4.2.0 to 4.2.1
|
|
680
|
-
- Update minor and patch NPM dependencies
|
|
681
|
-
|
|
682
|
-
## [1.0.48] - 2024-10-04
|
|
683
|
-
|
|
684
|
-
### Added
|
|
685
|
-
|
|
686
|
-
- Update `Tabs` core component to handle disabled tab trigger state
|
|
687
|
-
- Support `forceMount` property on `Accordion` core component and `ProposalVotingStage` module component to correctly render dynamic content on proposal stages
|
|
688
|
-
|
|
689
|
-
### Fixed
|
|
690
|
-
|
|
691
|
-
- Fix truncation issue on `VoteProposalDataListItem` module component
|
|
692
|
-
- Update `AddressInput` module component to forward `chainId` and `wagmiConfig` to `MemberAvatar` component
|
|
693
|
-
|
|
694
|
-
### Changed
|
|
695
|
-
|
|
696
|
-
- Update `<ProposalVotingTabs />` module component to disable `Breakdown` and `Votes` tabs when voting status is not active
|
|
697
|
-
- Bump `actions/setup-node` from 4.0.3 to 4.0.4
|
|
698
|
-
- Bump `actions/checkout` from 4.1.7 to 4.2.0
|
|
699
|
-
- Update minor and patch NPM dependencies
|
|
700
|
-
- Bump `@rollup/plugin-typescript` from v11 to v12 and `@rollup/plugin-commonjs` from v26 to v28
|
|
701
|
-
|
|
702
|
-
## [1.0.47] - 2024-09-23
|
|
703
|
-
|
|
704
|
-
### Added
|
|
705
|
-
|
|
706
|
-
- Add optional `confirmationLabel` prop to the `VoteProposalDataListItem` component in order to pass a custom string when needed
|
|
707
|
-
- Add new `xs` size for core `Avatar` component
|
|
708
|
-
|
|
709
|
-
## [1.0.46] - 2024-09-21
|
|
710
|
-
|
|
711
|
-
### Added
|
|
712
|
-
|
|
713
|
-
- Add `IconType.BLOCKCHAIN_WALLETCONNECT` and associated asset
|
|
714
|
-
- Add `EmptyState` fallback to ProposalActions when no actions provided
|
|
715
|
-
- Support `dropdownItems` property on `ProposalActions` module component to display custom actions
|
|
716
|
-
- Update `ProposalActions` component to support `actionKey` property and forward `index` property to sub action components
|
|
717
|
-
|
|
718
|
-
### Changed
|
|
719
|
-
|
|
720
|
-
- Update layout of `EmptyState` for centering
|
|
721
|
-
- Update `AccordionItem` border classes for usage within bordered containers
|
|
722
|
-
- Update `ProposalAction` to handle an `EmptyState` fallback for no actions passed, improve layout of children with "Expand all" (eg. 'Execute actions' button, etc)
|
|
723
|
-
- Update `DataListItem` component to support button rendering and standalone usage
|
|
724
|
-
- Make `IProposalAction` type generic on ProposalAction module component to support actions with additional parameters when used inside a form (e.g. actions with an additional `index` parameter)
|
|
725
|
-
- Update minor and patch versions of NPM dependencies
|
|
726
|
-
- Bump `micromatch` from 4.0.7 to 4.0.8
|
|
727
|
-
- Bump `webpack` from 5.91.0 to 5.94.0
|
|
728
|
-
- Bump `actions/setup-python` from 5.1.1 to 5.2.0
|
|
729
|
-
- Bump `express` from 4.19.2 to 4.21.0
|
|
730
|
-
|
|
731
|
-
### Fixed
|
|
732
|
-
|
|
733
|
-
- Fix the `TextAreaRichText` core component to expose empty string as default value instead of empty paragraph
|
|
734
|
-
- Update `DropdownItem` style to correctly render items with icons aligned on the left
|
|
735
|
-
|
|
736
|
-
## [1.0.45] - 2024-08-23
|
|
737
|
-
|
|
738
|
-
### Added
|
|
739
|
-
|
|
740
|
-
- Update illustration SVGs with custom CSS color customizations
|
|
741
|
-
- Add `isLoading` property to `<Spinner />` core component to render static spinners
|
|
742
|
-
- Update the interfaces of the `<Dialog.Footer />` and `<DialogAlert.Footer />` core components to support the `disabled` and `isLoading` properties for the footer buttons
|
|
743
|
-
|
|
744
|
-
### Fixed
|
|
745
|
-
|
|
746
|
-
- Use correct percentage formatting on `<AssetDataListItem />` module component
|
|
747
|
-
|
|
748
|
-
## [1.0.44] - 2024-08-20
|
|
749
|
-
|
|
750
|
-
### Added
|
|
751
|
-
|
|
752
|
-
- Implement `useRandomId` hook and update fields components to use it
|
|
753
|
-
- Update `<TextAreaRichText />` core component to expose `immediatelyRender` property for SSR usage
|
|
754
|
-
- Update `<RadioGroup />`, `<CheckboxGroup />` and `<Switch />` core components to render the `InputContainer` component and support the label, helpText, alert and isOptional properties.
|
|
755
|
-
|
|
756
|
-
### Fixed
|
|
757
|
-
|
|
758
|
-
- Update `<Wallet />` module component to correctly propagate custom `chainId` and `wagmi` configs to `<MemberAvatar />` component
|
|
759
|
-
- Fix `FIAT_TOTAL_SHORT`, `FIAT_TOTAL_LONG`, `TOKEN_AMOUNT_SHORT` and `PERCENTAGE_SHORT` formats to truncate small numbers
|
|
760
|
-
- Hide ens loader indicator on `<Wallet />` module component for mobile devices
|
|
761
|
-
- Fix Storybook stories path of `<Checkbox />` core components
|
|
762
|
-
- Move `<Radio />` core components under `/forms` folder
|
|
763
|
-
- Fix `<InputFileAvatar />` props interface to only expose supported props
|
|
764
|
-
- Fix customisation of `z-index` property on `<TextAreaRichText />` core component
|
|
765
|
-
|
|
766
|
-
### Changed
|
|
767
|
-
|
|
768
|
-
- Default `type` attribute of `<Button />` core component to `button`
|
|
769
|
-
- Rename `label` property on `<Switch />` core component to `inlineLabel` to also support the existing `label` property from the `InputContainer` component.
|
|
770
|
-
- Update minor and patch NPM dependencies
|
|
771
|
-
- Bump `elliptic` from `6.5.5` to `6.5.7`
|
|
772
|
-
|
|
773
|
-
## [1.0.43] - 2024-08-13
|
|
774
|
-
|
|
775
|
-
### Added
|
|
776
|
-
|
|
777
|
-
- Add Aragon logo, remove dark background options and create custom theme using Aragon branding for ODS storybook
|
|
778
|
-
- Update `OdsModulesProvider` to support `wagmiInitialState` configuration for Wagmi provider
|
|
779
|
-
|
|
780
|
-
### Changed
|
|
781
|
-
|
|
782
|
-
- Update `@typescript-eslint` packages to v8
|
|
783
|
-
- Remove "Summary" section from `ProposalActionTokenMint` module component and update action interface to only support one receiver
|
|
784
|
-
- Update minor and patch NPM dependencies
|
|
785
|
-
|
|
786
|
-
## [1.0.42] - 2024-08-07
|
|
787
|
-
|
|
788
|
-
### Fixed
|
|
789
|
-
|
|
790
|
-
- Hide minimum participation details on `ProposalVotingBreakdownToken` module component when minParticipation is set to zero
|
|
791
|
-
- Correctly forward web3 params (e.g. `chainId`) to native `ProposalActions` components
|
|
792
|
-
- Fix ENS name truncation on `<Wallet />` module component
|
|
793
|
-
- Update `<Wallet />` module component to only resolve user ENS name when name property is not set
|
|
794
|
-
- Fix expand behaviour of `TextAreaRichText` core component when used inside a dialog and hide the input label
|
|
795
|
-
- Fix `NumberInput` component to correctly update values on plus / minus buttons click
|
|
796
|
-
- Fix `ProposalVotingBreakdownToken` module component to display correct progress variant when min-participation and support are equal to the threshold required
|
|
797
|
-
|
|
798
|
-
### Added
|
|
799
|
-
|
|
800
|
-
- Update `<Wallet />` module component to support custom `chainId` and `wagmi` configurations
|
|
801
|
-
- Add z-index property customisation for `TextAreaRichText` core component when expanded
|
|
802
|
-
- Handle `useFocusTrap` property on dialog components to support disabling default focus-trap behaviour
|
|
803
|
-
- Add `AlertCard` to `ProposalActionsAction` to alert user when action will send native currency
|
|
804
|
-
- Update `ICompositeAddress` interface and components using it to support custom avatar
|
|
805
|
-
- Make `ProposalStatus` strings customisable
|
|
806
|
-
- Implement and export `proposalStatusToVotingStatus` utility
|
|
807
|
-
- Add 'Raw' and 'Decoded' views to `ProposalActions` module component
|
|
808
|
-
|
|
809
|
-
### Changed
|
|
810
|
-
|
|
811
|
-
- Update minor and patch NPM dependencies
|
|
812
|
-
- Bump `postcss` from 8.4.40 to 8.4.41
|
|
813
|
-
- Update `ProposalStatus` type to enum to align it with `ProposalVotingStatus` enum
|
|
814
|
-
|
|
815
|
-
## [1.0.41] - 2024-07-30
|
|
816
|
-
|
|
817
|
-
### Added
|
|
818
|
-
|
|
819
|
-
- Export `VoteIndicator` type from `Vote` module
|
|
820
|
-
- Update `useBlockExplorer` hook to export a `getBlockExplorer` function, update `buildEntityUrl` function to support a `chainId` parameter which overrides the `chainId` hook parameter
|
|
821
|
-
|
|
822
|
-
### Changed
|
|
823
|
-
|
|
824
|
-
- Update minor and patch NPM dependencies
|
|
825
|
-
|
|
826
|
-
## [1.0.40] - 2024-07-26
|
|
827
|
-
|
|
828
|
-
### Added
|
|
829
|
-
|
|
830
|
-
- Implement `ProposalAction` and `ProposalVoting` module components
|
|
831
|
-
- Handle `WithdrawToken`, `ChangeMembers`, `UpdateMetadata`, `ChangeSettings` and `TokenMint` actions on `ProposalActions` module component
|
|
832
|
-
- Add optional `hideLabelTokenVoting` and `tokenSymbol` props to the `MemberDataListItemStructure` module component
|
|
833
|
-
- Implement `invariant` core utility
|
|
834
|
-
|
|
835
|
-
### Changed
|
|
836
|
-
|
|
837
|
-
- Renamed `votingPower` prop to `tokenAmount` in the `MemberDataListItemStructure` module component
|
|
838
|
-
- Update interface for `Accordion.Container` to expose value prop
|
|
839
|
-
- Update styles on `Tabs.List` for latest spec
|
|
840
|
-
- Rename `indicator` property of `<Progress />` core component to `thresholdIndicator` and set `data-value` property to indicator component to easier test its value
|
|
841
|
-
- Bump `softprops/action-gh-release` from 2.0.6 to 2.0.8
|
|
842
|
-
- Bump `ws` from 7.5.9 to 7.5.10
|
|
843
|
-
- Update minor and patch NPM dependencies
|
|
844
|
-
|
|
845
|
-
### Fixed
|
|
846
|
-
|
|
847
|
-
- Update `ProposalDataListItem` module component to avoid showing `null` when date property is not defined
|
|
848
|
-
- Fix `DURATION` date format to use the date locale set on the formatter
|
|
849
|
-
|
|
850
|
-
## [1.0.39] - 2024-07-16
|
|
851
|
-
|
|
852
|
-
### Changed
|
|
853
|
-
|
|
854
|
-
- Update minor and patch NPM dependencies
|
|
855
|
-
- Update `useBlockExplorer` hook to return information about the block explorer
|
|
856
|
-
|
|
857
|
-
## [1.0.38] - 2024-07-16
|
|
858
|
-
|
|
859
|
-
### Added
|
|
860
|
-
|
|
861
|
-
- Add new `variant` prop to core `Progress` component, which defaults to `primary`
|
|
862
|
-
- Add new optional `indicator` prop to core `Progress` component
|
|
863
|
-
- Add reset filter functionality to `DataListFilter` core component
|
|
864
|
-
|
|
865
|
-
### Fixed
|
|
866
|
-
|
|
867
|
-
- Remove fixed width from `EmptyState` core component
|
|
868
|
-
- Center `CardEmptyState` core component
|
|
869
|
-
- Truncate long strings on `DaoDataListItem`, `AssetDataListItem`, `VoteDataListItem` module components
|
|
870
|
-
- Fix errors and warnings thrown on component tests
|
|
871
|
-
|
|
872
|
-
### Changed
|
|
873
|
-
|
|
874
|
-
- Bump `prettier-plugin-organize-imports` to 4.0.0
|
|
875
|
-
- Update minor and patch NPM dependencies
|
|
876
|
-
- Update minor and patch Github workflow dependencies
|
|
877
|
-
|
|
878
|
-
## [1.0.37] - 2024-07-08
|
|
879
|
-
|
|
880
|
-
### Changed
|
|
881
|
-
|
|
882
|
-
- Format dates with `formatterUtils` within components
|
|
883
|
-
- Update minor and patch NPM dependencies
|
|
884
|
-
|
|
885
|
-
## [1.0.36] - 2024-06-28
|
|
886
|
-
|
|
887
|
-
### Changed
|
|
888
|
-
|
|
889
|
-
- Reduce the use of controlled components in stories to improve code visibility in Storybook
|
|
890
|
-
- Export `DateFormat` and additional types for handling dates with the `FormatterUtils`
|
|
891
|
-
- Update required parameters of `useBlockExplorer` hook, implement enum for chain entity types
|
|
892
|
-
|
|
893
|
-
## [1.0.35] - 2024-06-28
|
|
894
|
-
|
|
895
|
-
### Added
|
|
896
|
-
|
|
897
|
-
- Implement `VoteProposalDataListItem` with Structure and Skeleton module
|
|
898
|
-
- Add `useBlockExplorer` hook to generate block explorer links
|
|
899
|
-
- Add `formatDate` utility function to `formatterUtils` to format dates
|
|
900
|
-
- Add support for copy customization
|
|
901
|
-
- Add `contentClassNames` property to `Dropdown.Container` component to support custom max width
|
|
902
|
-
|
|
903
|
-
### Changed
|
|
904
|
-
|
|
905
|
-
- Remove Radix props dependency
|
|
906
|
-
- Update minor and patch Github action dependencies
|
|
907
|
-
- Update minor and patch NPM dependencies
|
|
908
|
-
- Revert to using `react-docgen-typescript` for Storybook documentation generation
|
|
909
|
-
|
|
910
|
-
## [1.0.34] - 2024-06-21
|
|
911
|
-
|
|
912
|
-
### Fixed
|
|
913
|
-
|
|
914
|
-
- Ensure `MemberAvatar` component only creates the blockies url on client environment
|
|
915
|
-
|
|
916
|
-
### Changed
|
|
917
|
-
|
|
918
|
-
- Bump `@rollup/plugin-commonjs` from `25.0.8` to `26.0.1`
|
|
919
|
-
- Update minor and patch dependencies of Github workflows
|
|
920
|
-
- Update minor and patch NPM dependencies
|
|
921
|
-
- Update `yarn` version to `4.3.0`
|
|
922
|
-
- Update unit tests to use userEvent instead of fireEvent
|
|
923
|
-
- Move all form items under a `forms` folder
|
|
924
|
-
- Upgrade storybook to v8
|
|
925
|
-
- Update `MemberDataListItem` component to support `votingPower` property set as string
|
|
926
|
-
|
|
927
|
-
### Added
|
|
928
|
-
|
|
929
|
-
- Handle new `layoutClassnames` property on `DataList.Container` component to simplify implementation of custom `DataList` layouts
|
|
930
|
-
- Create `ssrUtils` core utilities
|
|
931
|
-
|
|
932
|
-
## [1.0.33] - 2024-06-06
|
|
933
|
-
|
|
934
|
-
### Fixed
|
|
935
|
-
|
|
936
|
-
- Correctly export `Collapsible` core component
|
|
937
|
-
|
|
938
|
-
## [1.0.32] - 2024-06-04
|
|
939
|
-
|
|
940
|
-
### Added
|
|
941
|
-
|
|
942
|
-
- Implement `Wallet` module component
|
|
943
|
-
- Implement `VoteDataListItem` with Structure and Skeleton module
|
|
944
|
-
- Implement `ghost` variant for `Button` component
|
|
945
|
-
- Implement `primaryInverted` variant for `Spinner` component
|
|
946
|
-
|
|
947
|
-
### Changed
|
|
948
|
-
|
|
949
|
-
- Update minor and patch NPM dependencies
|
|
950
|
-
- Update `yarn` version from `4.1.1` to `4.2.2`
|
|
951
|
-
- Bump `@testing-library/react` from `15.0.7` to `16.0.0`
|
|
952
|
-
- Update sizes of `Avatar` core component
|
|
953
|
-
- Update style of `Button`, `CheckboxCard`, `InputContainer`, `RadioCard`, `Spinner` and `Switch` components
|
|
954
|
-
- Cleanup size class definitions to use `size-*` instead of `h-* w-*`
|
|
955
|
-
- Cleanup `shink-0` class usage across components
|
|
956
|
-
- Add `data-testid` attribute to svg files
|
|
957
|
-
|
|
958
|
-
### Fixed
|
|
959
|
-
|
|
960
|
-
- Fix responsiveness classes and utilities to support style for screens below `sm` breakpoint
|
|
961
|
-
- Export module utilities
|
|
962
|
-
|
|
963
|
-
## [1.0.31] - 2024-05-24
|
|
964
|
-
|
|
965
|
-
### Fixed
|
|
966
|
-
|
|
967
|
-
- Update library exports to support `require` calls
|
|
968
|
-
|
|
969
|
-
## [1.0.30] - 2024-05-24
|
|
970
|
-
|
|
971
|
-
### Fixed
|
|
972
|
-
|
|
973
|
-
- Export `DefinitionList` core component
|
|
974
|
-
|
|
975
|
-
## [1.0.29] - 2024-05-24
|
|
976
|
-
|
|
977
|
-
### Added
|
|
978
|
-
|
|
979
|
-
- Implement `DefinitionList` core component
|
|
980
|
-
- Implement `TransactionDataListItem.Skeleton` module component
|
|
981
|
-
- Implement `OdsCoreProvider`, `LinkBase` and `AvatarBase` core components to support `Link` and `Image` NextJs components.
|
|
982
|
-
|
|
983
|
-
### Changed
|
|
984
|
-
|
|
985
|
-
- Bump NPM minor and patch dependencies
|
|
986
|
-
- Bump minor and patch dependencies of Github workflows
|
|
987
|
-
- Expose `onValueChange` property on `Accordion` core component
|
|
988
|
-
- Update type extensions for `Tabs.Root` core component to allow forward ref
|
|
989
|
-
- Update `OdsModulesProvider` component to render the `OdsCoreProvider` context.
|
|
990
|
-
|
|
991
|
-
## [1.0.28] - 2024-05-16
|
|
992
|
-
|
|
993
|
-
### Added
|
|
994
|
-
|
|
995
|
-
- Implement `MemberDataListItem.Skeleton`, `AssetDataListItem.Skeleton`, and `DaoDataListItem.Skeleton` module components
|
|
996
|
-
- Implement `Tabs` core component
|
|
997
|
-
- Custom CSS property added for `Collapsible` to adjust z-index
|
|
998
|
-
|
|
999
|
-
### Fixed
|
|
1000
|
-
|
|
1001
|
-
- Prose styling to match design system, better handling for `<code>` elements
|
|
1002
|
-
- Move z-index on Collapsible optional overlay to CSS as 'auto'
|
|
1003
|
-
- Fixed disabled styling of AvatarIcon for disabled `AccordionItem`
|
|
1004
|
-
|
|
1005
|
-
## [1.0.27] - 2024-05-08
|
|
1006
|
-
|
|
1007
|
-
### Added
|
|
1008
|
-
|
|
1009
|
-
- Implement `Collapsible`, and `CardCollapsible` core components
|
|
1010
|
-
|
|
1011
|
-
## [1.0.26] - 2024-05-06
|
|
1012
|
-
|
|
1013
|
-
### Added
|
|
1014
|
-
|
|
1015
|
-
- Implement `DocumentParser` and `Accordion` core component
|
|
1016
|
-
|
|
1017
|
-
### Changed
|
|
1018
|
-
|
|
1019
|
-
- Bump `actions/checkout` from 4.1.3 to 4.1.4
|
|
1020
|
-
- Bump `peter-evans/find-comment` from 2.4.0 to 3.1.0
|
|
1021
|
-
- Bump `actions/github-script` from 6.4.1 to 7.0.1
|
|
1022
|
-
- Bump `ejs` from 3.1.9 to 3.1.10
|
|
1023
|
-
- Bump minor and patch dependencies
|
|
1024
|
-
|
|
1025
|
-
## [1.0.25] - 2024-04-24
|
|
1026
|
-
|
|
1027
|
-
### Added
|
|
1028
|
-
|
|
1029
|
-
- Setup `Dependabot` to keep dependencies updated
|
|
1030
|
-
|
|
1031
|
-
### Changed
|
|
1032
|
-
|
|
1033
|
-
- Set `yarn` version to v4 and update publish workflow
|
|
1034
|
-
- Update Dependabot config to group Github actions dependencies and fix Storybook group
|
|
1035
|
-
- Bump `mindsers/changelog-reader-action` from 2.2.2 to 2.2.3
|
|
1036
|
-
- Bump `peter-evans/create-or-update-comment` from 2 to 4.0.0
|
|
1037
|
-
- Bump `actions/setup-python` from 4.6.1 to 5.1.0
|
|
1038
|
-
- Bump `actions/setup-node` from 3.6.0 to 4.0.2
|
|
1039
|
-
- Bump `softprops/action-gh-release` from 0.1.15 to 2.0.4
|
|
1040
|
-
- Bump `dangoslen/changelog-enforcer` from 3.5.0 to 3.6.1
|
|
1041
|
-
- Bump `actions/checkout` from 3.5.3 to 4.1.3
|
|
1042
|
-
- Bump minimum Node version required from 18.18 to 20
|
|
1043
|
-
- Bump minor and patch dependencies
|
|
1044
|
-
|
|
1045
|
-
### Fixed
|
|
1046
|
-
|
|
1047
|
-
- `ProposalDataListItemStructure` module component to clamp title to one line
|
|
1048
|
-
- Warnings on Github workflows for using deprecated yarn options
|
|
1049
|
-
- Warnings on tests because of `@testing-library/dom` version mismatch
|
|
1050
|
-
|
|
1051
|
-
## [1.0.24] - 2024-04-23
|
|
1052
|
-
|
|
1053
|
-
### Added
|
|
1054
|
-
|
|
1055
|
-
- Implement `ProposalDataListItemSkeleton` module component
|
|
1056
|
-
- Extend `addressUtils` with `isAddressEqual` method
|
|
1057
|
-
|
|
1058
|
-
### Changed
|
|
1059
|
-
|
|
1060
|
-
- Remove padding from `DataListContainer`, `DataListFilterStatus`, `DataListPagination` and `DataListRoot`
|
|
1061
|
-
- Add `stageId` and `stageTitle` properties to `IApprovalThresholdResult` & `IMajorityVotingResult` interfaces
|
|
1062
|
-
- Add `id` and optional `tag` properties to `ProposalDataListItemStructure`
|
|
1063
|
-
- Remove `publisherProfileLink` and `protocolUpdate` properties from `ProposalDataListItemStructure`
|
|
1064
|
-
- Update `date` and `result` properties of `ProposalDataListItemStructure` to be optional and `publisher` to allow for multiple publishers
|
|
1065
|
-
|
|
1066
|
-
### Fixed
|
|
1067
|
-
|
|
1068
|
-
- `Link` core component to truncate on overflow
|
|
1069
|
-
|
|
1070
|
-
## [1.0.23] - 2024-04-18
|
|
1071
|
-
|
|
1072
|
-
### Added
|
|
1073
|
-
|
|
1074
|
-
- Implement `Breadcrumbs`, `StateSkeletonBar`, and `StateSkeletonCircular` core components
|
|
1075
|
-
- Added `slash` icon file
|
|
1076
|
-
|
|
1077
|
-
### Changed
|
|
1078
|
-
|
|
1079
|
-
- Update minor and patch dependencies
|
|
1080
|
-
- Update `@testing-library/react` to v15
|
|
1081
|
-
- Adjusted active and hover start styling on `AssetTransfer` module component
|
|
1082
|
-
- Export all components to allow usage without dot-notation
|
|
1083
|
-
|
|
1084
|
-
## [1.0.22] - 2024-04-12
|
|
1085
|
-
|
|
1086
|
-
### Added
|
|
1087
|
-
|
|
1088
|
-
- Implement `AssetTransfer` module component
|
|
1089
|
-
|
|
1090
|
-
### Changed
|
|
1091
|
-
|
|
1092
|
-
- Update `README` logo
|
|
1093
|
-
- Bump `tar` from 6.2.0 to 6.2.1
|
|
1094
|
-
- Drop `common-js` support
|
|
1095
|
-
|
|
1096
|
-
## [1.0.21] - 2024-04-04
|
|
1097
|
-
|
|
1098
|
-
### Added
|
|
1099
|
-
|
|
1100
|
-
- Implement `DaoDataListItem.Structure`, `ProposalDataListItem.Structure`, `TransactionDataListItem.Structure`, `MemberDataListItem.Structure`, `AssetDataListItem.Structure`, and `AddressInput` module components
|
|
1101
|
-
- Implement `StatePingAnimation` core component
|
|
1102
|
-
- Implement `addressUtils` and `ensUtils` module utilities
|
|
1103
|
-
- Implement `useDebouncedValue` core hook and `clipboardUtils` core utility
|
|
1104
|
-
- Support `withSign` option on formatter
|
|
1105
|
-
|
|
1106
|
-
### Changed
|
|
1107
|
-
|
|
1108
|
-
- Update `Tag` component primary variant styling
|
|
1109
|
-
- Update Eslint rules to align usage of boolean properties
|
|
1110
|
-
- Update default query-client options to set a stale time greater than 0
|
|
1111
|
-
- Bump `webpack-dev-middleware` from 6.1.1 to 6.1.2
|
|
1112
|
-
- Bump `express` from 4.18.2 to 4.19.2 #132
|
|
1113
|
-
|
|
1114
|
-
### Fixed
|
|
1115
|
-
|
|
1116
|
-
- Reexport module components
|
|
1117
|
-
- Library build process to avoid bundling dependencies and peer-dependencies when using subfolders import (e.g. `wagmi/chains`)
|
|
1118
|
-
- Formatter utility to support negative numbers
|
|
1119
|
-
|
|
1120
|
-
## [1.0.20] - 2024-03-13
|
|
1121
|
-
|
|
1122
|
-
### Fixed
|
|
1123
|
-
|
|
1124
|
-
- Fix library build to avoid bundling peer dependencies
|
|
1125
|
-
- Remove export of module components until the Aragon App migrates to Wagmi v2
|
|
1126
|
-
|
|
1127
|
-
## [1.0.19] - 2024-03-13
|
|
1128
|
-
|
|
1129
|
-
### Added
|
|
1130
|
-
|
|
1131
|
-
- Implement animations for `Dialog` and `DialogAlert` components
|
|
1132
|
-
- Implement `DaoAvatar` and `MemberAvatar` module components
|
|
1133
|
-
- Implement `OdsModulesProvider` for using wagmi hooks on modules components
|
|
1134
|
-
- Introduce component customisations for the z-index property of the `Dropdown` and `Dialogs` components
|
|
1135
|
-
|
|
1136
|
-
### Changed
|
|
1137
|
-
|
|
1138
|
-
- Update library structure to support module components
|
|
1139
|
-
- Update documentation about how to install the library
|
|
1140
|
-
- Update minor and patch dependencies
|
|
1141
|
-
- Update `@typescript-eslint` and `eslint-plugin-storybook` dependencies
|
|
1142
|
-
- Set minimum required node version to 18.18.0 (required by `@typescript-eslint` v7)
|
|
1143
|
-
- Update documentation on modules components
|
|
1144
|
-
- Update required dependencies, move `react` and `react-dom` to peer dependencies
|
|
1145
|
-
|
|
1146
|
-
## [1.0.18] - 2024-02-29
|
|
1147
|
-
|
|
1148
|
-
### Fixed
|
|
1149
|
-
|
|
1150
|
-
- Usage of `Dropdown` component inside a `Dialog` component
|
|
1151
|
-
- Remove auto-focus to `Dropdown` trigger to avoid closing dialogs on `DropdownItem` click
|
|
1152
|
-
|
|
1153
|
-
## [1.0.17] - 2024-02-28
|
|
1154
|
-
|
|
1155
|
-
### Added
|
|
1156
|
-
|
|
1157
|
-
- Implement `DataList` component
|
|
1158
|
-
- Handling of responsive sizes to `Progress` component
|
|
1159
|
-
|
|
1160
|
-
### Changed
|
|
1161
|
-
|
|
1162
|
-
- Update `eslint` rules to enforce no circular dependencies
|
|
1163
|
-
|
|
1164
|
-
### Fixed
|
|
1165
|
-
|
|
1166
|
-
- `CardEmptyState` component to horizontally center content
|
|
1167
|
-
- Spacings of `EmptyState` component when being stacked and having an object illustration
|
|
1168
|
-
- Typos on documentation and comments
|
|
1169
|
-
|
|
1170
|
-
### Removed
|
|
1171
|
-
|
|
1172
|
-
- `ActionItem` component
|
|
1173
|
-
|
|
1174
|
-
## [1.0.16] - 2024-02-27
|
|
1175
|
-
|
|
1176
|
-
### Added
|
|
1177
|
-
|
|
1178
|
-
- Add `customTrigger` and `align` properties to Dropdown component
|
|
1179
|
-
- Implement `DialogAlert` and `Dialog` components
|
|
1180
|
-
|
|
1181
|
-
### Fixed
|
|
1182
|
-
|
|
1183
|
-
- `Icon` styling to prevent shrinking
|
|
1184
|
-
- Correct `IconType.MINUS` icon for InputNumber component
|
|
1185
|
-
|
|
1186
|
-
## [1.0.15] - 2024-02-23
|
|
1187
|
-
|
|
1188
|
-
### Changed
|
|
1189
|
-
|
|
1190
|
-
- Add `disabled` and `isLoading` properties to Button component, remove `state` property
|
|
1191
|
-
- Update `AlertCard` component to accept any ReactNode as `description` property
|
|
1192
|
-
- Rename `isDisabled` property of input components to `disabled`
|
|
1193
|
-
- Bump `ip` library from 2.0.0 to 2.0.1
|
|
1194
|
-
|
|
1195
|
-
## [1.0.14] - 2024-02-20
|
|
1196
|
-
|
|
1197
|
-
### Added
|
|
1198
|
-
|
|
1199
|
-
- Implement `Heading`, `InputFileAvatar` and `Dropdown` components
|
|
1200
|
-
- All SVGs have new designs/code implemented with "currentColor" fill, 16x16 mask
|
|
1201
|
-
- Added `richtext-heading`, `blockchain-block`, `app-transactions`, `logout`, `critical` and `sort-desc` icon files
|
|
1202
|
-
- Ref property handling on `Button` component
|
|
1203
|
-
|
|
1204
|
-
### Removed
|
|
1205
|
-
|
|
1206
|
-
- Removed `radio-pause`, `switch`, `tx-failure`, `turn-off` and `update` icon files
|
|
1207
|
-
|
|
1208
|
-
### Changed
|
|
1209
|
-
|
|
1210
|
-
- Renamed `menu-vertical` to `dots-vertical`
|
|
1211
|
-
- Renamed `menu-horizontal` to `dots-horizontal`
|
|
1212
|
-
- Renamed `menu-default` to `menu`
|
|
1213
|
-
- Renamed `sort` to `sort-asc`
|
|
1214
|
-
- Renamed `add` to `plus`
|
|
1215
|
-
- Renamed `remove` to `minus`
|
|
1216
|
-
- Renamed `question` to `help`
|
|
1217
|
-
- Renamed `radio-cancel` to `remove`
|
|
1218
|
-
- Renamed `radio-default` to `radio`
|
|
1219
|
-
- Renamed `radio-check` to `success`
|
|
1220
|
-
- Renamed `checkbox-multi` to `checkbox-indeterminate`
|
|
1221
|
-
- Renamed `checkbox-default` to `checkbox`
|
|
1222
|
-
- Renamed `tx-smart-contract` to `blockchain-smartcontract`
|
|
1223
|
-
- Renamed `tx-deposit` to `deposit`
|
|
1224
|
-
- Renamed `tx-withdraw` to `withdraw`
|
|
1225
|
-
- Renamed `app-finance` to `app-assets`
|
|
1226
|
-
- Renamed `app-governance` to `app-proposals`
|
|
1227
|
-
- Renamed `app-community` to `app-members`
|
|
1228
|
-
- Renamed `explore` to `app-explore`
|
|
1229
|
-
- Renamed `dashboard` to `app-dashboard`
|
|
1230
|
-
- Renamed `blockchain` to `blockchain-blockchain`
|
|
1231
|
-
- Renamed `gas-fee` to `blockchain-gasfee`
|
|
1232
|
-
- Renamed `wysiwyg-bold` to `richtext-bold`
|
|
1233
|
-
- Renamed `wysiwyg-italic` to `richtext-italic`
|
|
1234
|
-
- Renamed `wysiwyg-link-set` to `richtext-link-add`
|
|
1235
|
-
- Renamed `wysiwyg-link-unset` to `richtext-link-remove`
|
|
1236
|
-
- Renamed `wysiwyg-list-ordered` to `richtext-list-ordered`
|
|
1237
|
-
- Renamed `wysiwyg-list-unordered` to `richtext-list-unordered`
|
|
1238
|
-
|
|
1239
|
-
## [1.0.13] - 2024-02-14
|
|
1240
|
-
|
|
1241
|
-
### Added
|
|
1242
|
-
|
|
1243
|
-
- Implement `Tooltip` component
|
|
1244
|
-
|
|
1245
|
-
### Changed
|
|
1246
|
-
|
|
1247
|
-
- Update minor and patch versions of dependencies
|
|
1248
|
-
|
|
1249
|
-
### Fixed
|
|
1250
|
-
|
|
1251
|
-
- Style of `Progress` component to make it full width
|
|
1252
|
-
|
|
1253
|
-
## [1.0.12] - 2024-02-12
|
|
1254
|
-
|
|
1255
|
-
### Added
|
|
1256
|
-
|
|
1257
|
-
- Implement `CardEmptyState`, `EmptyState`, `Checkbox`, `CheckboxGroup`, `CheckboxCard`, `RadioGroup`, `Radio`, and `RadioCard` components
|
|
1258
|
-
- Export all component types
|
|
1259
|
-
- Handle style transitions on `ActionItem`, `Button` and `Toggle` components
|
|
1260
|
-
- Property `defaultValue` to `ToggleGroup` component to set an initial value for uncontrolled usage
|
|
1261
|
-
- `shadow-info` Tailwind CSS utility class and documentationonents
|
|
1262
|
-
- Ref forwarding to `InputNumber`, `InputSearch`, `InputText` and `TextArea` components
|
|
1263
|
-
|
|
1264
|
-
### Fixed
|
|
1265
|
-
|
|
1266
|
-
- Storybook stories to only use the component's required properties on `default` stories
|
|
1267
|
-
- `Button` component to render a button element when the `href` property is set to `undefined`
|
|
1268
|
-
- Hide clear icon on `InputSearch` component when disabled
|
|
1269
|
-
|
|
1270
|
-
### Changed
|
|
1271
|
-
|
|
1272
|
-
- Implement new style for `AlertCard`, `Spinner`, `Switch`, `InputContainer`, `Toggle` and `Tag` components
|
|
1273
|
-
- Mark variant property of `AlertInline` and `AlertCard` components as optional and set it to `info` by default
|
|
1274
|
-
- Remove border color from `Card` component, update style of `CardSummary` component as for new design
|
|
1275
|
-
- Set default properties to `Button` and `Spinner` components
|
|
1276
|
-
- Hide date picker indicator when `InputDate` component is disabled
|
|
1277
|
-
- Update `InputNumber` component to handle prefix and suffix properties through `react-imask`
|
|
1278
|
-
- Align cursor style of disabled components
|
|
1279
|
-
- Update line-height and height of `TextArea` and `TextAreaRichText` components
|
|
1280
|
-
|
|
1281
|
-
## [1.0.11] - 2024-02-06
|
|
1282
|
-
|
|
1283
|
-
### Fixed
|
|
1284
|
-
|
|
1285
|
-
- Properly export ESM/CJS library depending on current environment and fix CJS build
|
|
1286
|
-
|
|
1287
|
-
## [1.0.10] - 2024-02-05
|
|
1288
|
-
|
|
1289
|
-
### Added
|
|
1290
|
-
|
|
1291
|
-
- Implement `Link`, `InputNumber`, `InputTime`, `TextArea` and `TextAreaRichText` components
|
|
1292
|
-
- Implement Addon element for `InputText` component
|
|
1293
|
-
- Handle size property on `Progress` component
|
|
1294
|
-
- `border-none` Tailwind CSS utility class
|
|
1295
|
-
|
|
1296
|
-
### Changed
|
|
1297
|
-
|
|
1298
|
-
- Update minor and patch versions of dependencies
|
|
1299
|
-
- Update `husky` to v9
|
|
1300
|
-
- Add `wrapperClassName` property to `InputContainer` component to customise the input wrapper
|
|
1301
|
-
- Update `InputContainer` props to accept any HTML div property and support textarea elements
|
|
1302
|
-
|
|
1303
|
-
### Fixed
|
|
1304
|
-
|
|
1305
|
-
- Fix styling conflict in `InputText` introduced by Addon element
|
|
1306
|
-
|
|
1307
|
-
## [1.0.9] - 2024-01-23
|
|
1308
|
-
|
|
1309
|
-
### Fixed
|
|
1310
|
-
|
|
1311
|
-
- Minimum `tailwindcss` version required
|
|
1312
|
-
- Fix disabled input style on Firefox
|
|
1313
|
-
- Max Length on inputs is restyled and only shows if no alert
|
|
1314
|
-
- Fix `Toggle` component shadow styling
|
|
1315
|
-
|
|
1316
|
-
### Added
|
|
1317
|
-
|
|
1318
|
-
- Implement `InputDate`, `Avatar` and `InputNumberMax` components
|
|
1319
|
-
- Add `AvatarIcon` documentation and tests
|
|
1320
|
-
|
|
1321
|
-
## [1.0.8] - 2024-01-17
|
|
1322
|
-
|
|
1323
|
-
### Fixed
|
|
1324
|
-
|
|
1325
|
-
- Fix label size of `Switch` component
|
|
1326
|
-
|
|
1327
|
-
### Changed
|
|
1328
|
-
|
|
1329
|
-
- Update minor and patch versions of dependencies
|
|
1330
|
-
|
|
1331
|
-
## [1.0.7] - 2024-01-12
|
|
1332
|
-
|
|
1333
|
-
### Added
|
|
1334
|
-
|
|
1335
|
-
- Implement `Card`, `CardSummary`, `Switch`, `Toggle` and `ToggleGroup` components
|
|
1336
|
-
|
|
1337
|
-
### Changed
|
|
1338
|
-
|
|
1339
|
-
- Update `Spinner` and `Button` components to handle responsive sizes
|
|
1340
|
-
- Update `Icon` and `AvatarIcon` components to handle xl and 2xl responsive sizes
|
|
1341
|
-
|
|
1342
|
-
### Fixed
|
|
1343
|
-
|
|
1344
|
-
- Update `InputSearch` component to fix server-side rendering
|
|
1345
|
-
|
|
1346
|
-
## [1.0.6] - 2023-12-13
|
|
1347
|
-
|
|
1348
|
-
### Added
|
|
1349
|
-
|
|
1350
|
-
- Implement `Tag`, `InputContainer`, `InputText` and `InputSearch` components
|
|
1351
|
-
- Documentation on how to handle library dependencies
|
|
1352
|
-
- `shadow-none` and `shake` Tailwind CSS utility classes
|
|
1353
|
-
|
|
1354
|
-
### Changed
|
|
1355
|
-
|
|
1356
|
-
- Update library documentation
|
|
1357
|
-
- Output `build.css` file to be able to use ODS library without TailwindCSS
|
|
1358
|
-
- Relax `dependencies` and `peerDependencies` versions
|
|
1359
|
-
- Prettier configuration to propertly format markdown files
|
|
1360
|
-
- Bump `@adobe/css-tools` from 4.3.1 to 4.3.2
|
|
1361
|
-
|
|
1362
|
-
### Fixed
|
|
1363
|
-
|
|
1364
|
-
- Correctly format `README.md` links on Storybook
|
|
1365
|
-
- Handling of value length for controlled inputs
|
|
1366
|
-
|
|
1367
|
-
## [1.0.5] - 2023-11-20
|
|
1368
|
-
|
|
1369
|
-
### Changed
|
|
1370
|
-
|
|
1371
|
-
- Update `lint-staged` to v15
|
|
1372
|
-
- Update `babel`, `rollup`, `storybook` dependencies
|
|
1373
|
-
- Bundle `tslib` utilities into library by removing `importHelpers` TypeScript configuration
|
|
1374
|
-
|
|
1375
|
-
### Fixed
|
|
1376
|
-
|
|
1377
|
-
- Introduce `@svgr/rollup` to correctly bundle SVGs
|
|
1378
|
-
- Remove redundant `jackspeak` dependency resolution
|
|
1379
|
-
- Move `"@svgr/rollup` dependency to dev dependencies
|
|
1380
|
-
|
|
1381
|
-
### Removed
|
|
1382
|
-
|
|
1383
|
-
- Remove redundant `postcss` step and dependency
|
|
1384
|
-
- Do not include `tailwindcss` configuration utilities into bundle
|
|
1385
|
-
|
|
1386
|
-
## [1.0.4] - 2023-11-09
|
|
1387
|
-
|
|
1388
|
-
### Fixed
|
|
1389
|
-
|
|
1390
|
-
- Mark all dependencies as external to fix library build
|
|
1391
|
-
|
|
1392
|
-
## [1.0.3] - 2023-11-08
|
|
1393
|
-
|
|
1394
|
-
### Fixed
|
|
1395
|
-
|
|
1396
|
-
- Fix directory of types declarations
|
|
1397
|
-
- Remove empty `index.css` file
|
|
1398
|
-
|
|
1399
|
-
## [1.0.2] - 2023-10-25
|
|
1400
|
-
|
|
1401
|
-
### Added
|
|
1402
|
-
|
|
1403
|
-
- Implement `formatterUtils` class to format numbers
|
|
1404
|
-
|
|
1405
|
-
### Changed
|
|
1406
|
-
|
|
1407
|
-
- Bump `@babel/traverse` from 7.23.0 to 7.23.2
|
|
1408
|
-
|
|
1409
|
-
## [1.0.1] - 2023-10-16
|
|
1410
|
-
|
|
1411
|
-
### Added
|
|
1412
|
-
|
|
1413
|
-
- Initial v1.0 release of `@aragon/ods` library
|