@aragon/gov-ui-kit 1.0.75 → 1.2.0

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 CHANGED
@@ -1,11 +1,28 @@
1
- # Changelog
1
+ # @aragon/gov-ui-kit
2
2
 
3
- All notable changes to this project will be documented in this file.
3
+ ## 1.2.0
4
4
 
5
- The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to
6
- [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5
+ ### Minor Changes
7
6
 
8
- ## [Unreleased]
7
+ - [#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
8
+
9
+ ### Patch Changes
10
+
11
+ - [#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
12
+
13
+ - [#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
14
+
15
+ - [#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 core `DataListPagination` component to apply different variant to the progress bar when there are no more items to show
16
+
17
+ - [#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 to nearest significant unit
18
+
19
+ ## 1.1.0
20
+
21
+ ### Minor Changes
22
+
23
+ - [`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
24
+
25
+ - [#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
9
26
 
10
27
  ## [1.0.75] - 2025-04-02
11
28
 
@@ -15,6 +32,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
15
32
 
16
33
  ## [1.0.74] - 2025-04-02
17
34
 
35
+ ### Changed
36
+
18
37
  - **BREAKING**: Update implementation of `AlertCard` component:
19
38
  - Remove `description` property from the `AlertCard` component in favour of `children` property
20
39
 
@@ -52,8 +71,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
52
71
  ### Changed
53
72
 
54
73
  - Bump `@babel/runtime-corejs3` to 7.26.10
55
- - Update DAO name vertical alignment in `<DaoDataListItem.Structure />` component to be centered in the case when no
56
- address is provided
74
+ - Update DAO name vertical alignment in `<DaoDataListItem.Structure />` component to be centered in the case when no address is provided
57
75
 
58
76
  ### Fixed
59
77
 
@@ -152,13 +170,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
152
170
 
153
171
  ### Changed
154
172
 
155
- - Update `InputFileAvatar` core component to remove `onFileSelect` and `onFileError` properties and use `value` and
156
- `onChange` properties instead
173
+ - Update `InputFileAvatar` core component to remove `onFileSelect` and `onFileError` properties and use `value` and `onChange` properties instead
157
174
  - Update `IProposalActionUpdateMetadataDaoMetadata` interface `logo` property to `avatar` to better align with actions
158
175
  - Bump `softprops/action-gh-release` from 2.2.0 to 2.2.1
159
176
  - Update minor and patch NPM dependencies
160
- - Update `<ProposalDataListItem />` module component to include `statusContext` property and support `ADVANCEABLE`
161
- status
177
+ - Update `<ProposalDataListItem />` module component to include `statusContext` property and support `ADVANCEABLE` status
162
178
  - Remove `<MajorityVotingResult />` and `<ApprovalThresholdResult />` sub-components for `<ProposalDataListItem />`
163
179
 
164
180
  ## [1.0.62] - 2025-01-08
@@ -197,8 +213,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
197
213
  - Bump `softprops/action-gh-release` from 2.1.0 to 2.2.0
198
214
  - Bump `@rollup/plugin-node-resolve` from 15.3.0 to 16.0.0
199
215
  - Update minor and patch NPM dependencies
200
- - Update `AssetDataListItemStructure` module component to remove the `priceChange` property and related logic for
201
- calculating percentage change
216
+ - Update `AssetDataListItemStructure` module component to remove the `priceChange` property and related logic for calculating percentage change
202
217
 
203
218
  ## [1.0.59] - 2024-12-11
204
219
 
@@ -207,8 +222,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
207
222
  - Fix color of body name on `<ProposalVoting.BodyContext />` module component
208
223
  - Fix re-render issue on `<AddressInput />` module component when `onAccept` prop changes on every render
209
224
  - Update `<CheckboxCard />` core component to set full-width to `children` property wrapper
210
- - Update `<ProposalActions.Item />` module component to display correct feedback for actions with data and value and
211
- disable decoded view for actions without parameters
225
+ - Update `<ProposalActions.Item />` module component to display correct feedback for actions with data and value and disable decoded view for actions without parameters
212
226
 
213
227
  ### Changed
214
228
 
@@ -221,8 +235,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
221
235
 
222
236
  ### Added
223
237
 
224
- - Update `ProposalActions` module component to improve rendering of decoded parameters and support and "edit" mode
225
- through the `editMode` property
238
+ - Update `ProposalActions` module component to improve rendering of decoded parameters and support and "edit" mode through the `editMode` property
226
239
 
227
240
  ### Changed
228
241
 
@@ -233,14 +246,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
233
246
 
234
247
  ### Added
235
248
 
236
- - Add new `ProposalVoting` module components (`ProposalVotingBodyContent`, `ProposalVotingBodySummary`,
237
- `ProposalVotingBodySummaryList` and `ProposalVotingBodySummaryListItem`)
249
+ - Add new `ProposalVoting` module components (`ProposalVotingBodyContent`, `ProposalVotingBodySummary`, `ProposalVotingBodySummaryList` and `ProposalVotingBodySummaryListItem`)
238
250
  - Add story and export `ProposalVotingProgress` module component
239
251
 
240
252
  ### Changed
241
253
 
242
- - Update `ProposalVotingStage` module component to accept new optional `bodyList` prop and update rendering logic to
243
- handle multi body proposals per stage.
254
+ - Update `ProposalVotingStage` module component to accept new optional `bodyList` prop and update rendering logic to handle multi body proposals per stage.
244
255
 
245
256
  ## [1.0.56] - 2024-11-26
246
257
 
@@ -265,14 +276,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
265
276
 
266
277
  ### Added
267
278
 
268
- - Update `VoteDataListItem` component to add "Voted" string and possibility to customise it through the
269
- `confirmationLabel` property
279
+ - Update `VoteDataListItem` component to add "Voted" string and possibility to customise it through the `confirmationLabel` property
270
280
  - Update `formatterUtils` documentation to add number formatting examples
271
281
 
272
282
  ### Fixed
273
283
 
274
- - Update layout of `DataListItem` core component and layouts of components using it (Asset, Dao, Member, Proposal,
275
- Transaction, Vote)
284
+ - Update layout of `DataListItem` core component and layouts of components using it (Asset, Dao, Member, Proposal, Transaction, Vote)
276
285
  - Update implementation of `DataListItem` skeleton components for better parity and no layout shift
277
286
  - Improve responsiveness for `DefinitionList` container and items for middle breakpoints
278
287
  - Update `DaoAvatar` to correctly set text size depending on `size` property
@@ -305,8 +314,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
305
314
 
306
315
  ### Fixed
307
316
 
308
- - Update `ProposalVoting.Container` module component to make stages accordion controlled and support updating the
309
- current active stage programmatically
317
+ - Update `ProposalVoting.Container` module component to make stages accordion controlled and support updating the current active stage programmatically
310
318
  - Fix `VoteProposalDataListItem` module component to truncate long proposal IDs
311
319
 
312
320
  ### Changed
@@ -353,15 +361,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
353
361
 
354
362
  ### Added
355
363
 
356
- - Add optional `children` property to `RadioCard` and `CheckboxCard` core components displayed only when component is
357
- selected
364
+ - Add optional `children` property to `RadioCard` and `CheckboxCard` core components displayed only when component is selected
358
365
 
359
366
  ### Changed
360
367
 
361
- - Update `RadioCard` and `CheckboxCard` core components to have optional description property, fix alignment when no
362
- description provided
363
- - Update `<ProposalDataListItem.Structure >` module component to make proposal type property optional and support custom
364
- proposal results
368
+ - Update `RadioCard` and `CheckboxCard` core components to have optional description property, fix alignment when no description provided
369
+ - Update `<ProposalDataListItem.Structure >` module component to make proposal type property optional and support custom proposal results
365
370
  - Bump `actions/checkout` from 4.2.0 to 4.2.1
366
371
  - Update minor and patch NPM dependencies
367
372
 
@@ -370,8 +375,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
370
375
  ### Added
371
376
 
372
377
  - Update `Tabs` core component to handle disabled tab trigger state
373
- - Support `forceMount` property on `Accordion` core component and `ProposalVotingStage` module component to correctly
374
- render dynamic content on proposal stages
378
+ - Support `forceMount` property on `Accordion` core component and `ProposalVotingStage` module component to correctly render dynamic content on proposal stages
375
379
 
376
380
  ### Fixed
377
381
 
@@ -380,8 +384,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
380
384
 
381
385
  ### Changed
382
386
 
383
- - Update `<ProposalVotingTabs />` module component to disable `Breakdown` and `Votes` tabs when voting status is not
384
- active
387
+ - Update `<ProposalVotingTabs />` module component to disable `Breakdown` and `Votes` tabs when voting status is not active
385
388
  - Bump `actions/setup-node` from 4.0.3 to 4.0.4
386
389
  - Bump `actions/checkout` from 4.1.7 to 4.2.0
387
390
  - Update minor and patch NPM dependencies
@@ -391,8 +394,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
391
394
 
392
395
  ### Added
393
396
 
394
- - Add optional `confirmationLabel` prop to the `VoteProposalDataListItem` component in order to pass a custom string
395
- when needed
397
+ - Add optional `confirmationLabel` prop to the `VoteProposalDataListItem` component in order to pass a custom string when needed
396
398
  - Add new `xs` size for core `Avatar` component
397
399
 
398
400
  ## [1.0.46] - 2024-09-21
@@ -402,18 +404,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
402
404
  - Add `IconType.BLOCKCHAIN_WALLETCONNECT` and associated asset
403
405
  - Add `EmptyState` fallback to ProposalActions when no actions provided
404
406
  - Support `dropdownItems` property on `ProposalActions` module component to display custom actions
405
- - Update `ProposalActions` component to support `actionKey` property and forward `index` property to sub action
406
- components
407
+ - Update `ProposalActions` component to support `actionKey` property and forward `index` property to sub action components
407
408
 
408
409
  ### Changed
409
410
 
410
411
  - Update layout of `EmptyState` for centering
411
412
  - Update `AccordionItem` border classes for usage within bordered containers
412
- - Update `ProposalAction` to handle an `EmptyState` fallback for no actions passed, improve layout of children with
413
- "Expand all" (eg. 'Execute actions' button, etc)
413
+ - Update `ProposalAction` to handle an `EmptyState` fallback for no actions passed, improve layout of children with "Expand all" (eg. 'Execute actions' button, etc)
414
414
  - Update `DataListItem` component to support button rendering and standalone usage
415
- - Make `IProposalAction` type generic on ProposalAction module component to support actions with additional parameters
416
- when used inside a form (e.g. actions with an additional `index` parameter)
415
+ - 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)
417
416
  - Update minor and patch versions of NPM dependencies
418
417
  - Bump `micromatch` from 4.0.7 to 4.0.8
419
418
  - Bump `webpack` from 5.91.0 to 5.94.0
@@ -431,8 +430,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
431
430
 
432
431
  - Update illustration SVGs with custom CSS color customizations
433
432
  - Add `isLoading` property to `<Spinner />` core component to render static spinners
434
- - Update the interfaces of the `<Dialog.Footer />` and `<DialogAlert.Footer />` core components to support the
435
- `disabled` and `isLoading` properties for the footer buttons
433
+ - Update the interfaces of the `<Dialog.Footer />` and `<DialogAlert.Footer />` core components to support the `disabled` and `isLoading` properties for the footer buttons
436
434
 
437
435
  ### Fixed
438
436
 
@@ -444,15 +442,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
444
442
 
445
443
  - Implement `useRandomId` hook and update fields components to use it
446
444
  - Update `<TextAreaRichText />` core component to expose `immediatelyRender` property for SSR usage
447
- - Update `<RadioGroup />`, `<CheckboxGroup />` and `<Switch />` core components to render the `InputContainer` component
448
- and support the label, helpText, alert and isOptional properties.
445
+ - Update `<RadioGroup />`, `<CheckboxGroup />` and `<Switch />` core components to render the `InputContainer` component and support the label, helpText, alert and isOptional properties.
449
446
 
450
447
  ### Fixed
451
448
 
452
- - Update `<Wallet />` module component to correctly propagate custom `chainId` and `wagmi` configs to `<MemberAvatar />`
453
- component
454
- - Fix `FIAT_TOTAL_SHORT`, `FIAT_TOTAL_LONG`, `TOKEN_AMOUNT_SHORT` and `PERCENTAGE_SHORT` formats to truncate small
455
- numbers
449
+ - Update `<Wallet />` module component to correctly propagate custom `chainId` and `wagmi` configs to `<MemberAvatar />` component
450
+ - Fix `FIAT_TOTAL_SHORT`, `FIAT_TOTAL_LONG`, `TOKEN_AMOUNT_SHORT` and `PERCENTAGE_SHORT` formats to truncate small numbers
456
451
  - Hide ens loader indicator on `<Wallet />` module component for mobile devices
457
452
  - Fix Storybook stories path of `<Checkbox />` core components
458
453
  - Move `<Radio />` core components under `/forms` folder
@@ -462,8 +457,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
462
457
  ### Changed
463
458
 
464
459
  - Default `type` attribute of `<Button />` core component to `button`
465
- - Rename `label` property on `<Switch />` core component to `inlineLabel` to also support the existing `label` property
466
- from the `InputContainer` component.
460
+ - Rename `label` property on `<Switch />` core component to `inlineLabel` to also support the existing `label` property from the `InputContainer` component.
467
461
  - Update minor and patch NPM dependencies
468
462
  - Bump `elliptic` from `6.5.5` to `6.5.7`
469
463
 
@@ -477,23 +471,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
477
471
  ### Changed
478
472
 
479
473
  - Update `@typescript-eslint` packages to v8
480
- - Remove "Summary" section from `ProposalActionTokenMint` module component and update action interface to only support
481
- one receiver
474
+ - Remove "Summary" section from `ProposalActionTokenMint` module component and update action interface to only support one receiver
482
475
  - Update minor and patch NPM dependencies
483
476
 
484
477
  ## [1.0.42] - 2024-08-07
485
478
 
486
479
  ### Fixed
487
480
 
488
- - Hide minimum participation details on `ProposalVotingBreakdownToken` module component when minParticipation is set to
489
- zero
481
+ - Hide minimum participation details on `ProposalVotingBreakdownToken` module component when minParticipation is set to zero
490
482
  - Correctly forward web3 params (e.g. `chainId`) to native `ProposalActions` components
491
483
  - Fix ENS name truncation on `<Wallet />` module component
492
484
  - Update `<Wallet />` module component to only resolve user ENS name when name property is not set
493
485
  - Fix expand behaviour of `TextAreaRichText` core component when used inside a dialog and hide the input label
494
486
  - Fix `NumberInput` component to correctly update values on plus / minus buttons click
495
- - Fix `ProposalVotingBreakdownToken` module component to display correct progress variant when min-participation and
496
- support are equal to the threshold required
487
+ - Fix `ProposalVotingBreakdownToken` module component to display correct progress variant when min-participation and support are equal to the threshold required
497
488
 
498
489
  ### Added
499
490
 
@@ -517,8 +508,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
517
508
  ### Added
518
509
 
519
510
  - Export `VoteIndicator` type from `Vote` module
520
- - Update `useBlockExplorer` hook to export a `getBlockExplorer` function, update `buildEntityUrl` function to support a
521
- `chainId` parameter which overrides the `chainId` hook parameter
511
+ - Update `useBlockExplorer` hook to export a `getBlockExplorer` function, update `buildEntityUrl` function to support a `chainId` parameter which overrides the `chainId` hook parameter
522
512
 
523
513
  ### Changed
524
514
 
@@ -529,8 +519,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
529
519
  ### Added
530
520
 
531
521
  - Implement `ProposalAction` and `ProposalVoting` module components
532
- - Handle `WithdrawToken`, `ChangeMembers`, `UpdateMetadata`, `ChangeSettings` and `TokenMint` actions on
533
- `ProposalActions` module component
522
+ - Handle `WithdrawToken`, `ChangeMembers`, `UpdateMetadata`, `ChangeSettings` and `TokenMint` actions on `ProposalActions` module component
534
523
  - Add optional `hideLabelTokenVoting` and `tokenSymbol` props to the `MemberDataListItemStructure` module component
535
524
  - Implement `invariant` core utility
536
525
 
@@ -539,8 +528,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
539
528
  - Renamed `votingPower` prop to `tokenAmount` in the `MemberDataListItemStructure` module component
540
529
  - Update interface for `Accordion.Container` to expose value prop
541
530
  - Update styles on `Tabs.List` for latest spec
542
- - Rename `indicator` property of `<Progress />` core component to `thresholdIndicator` and set `data-value` property to
543
- indicator component to easier test its value
531
+ - Rename `indicator` property of `<Progress />` core component to `thresholdIndicator` and set `data-value` property to indicator component to easier test its value
544
532
  - Bump `softprops/action-gh-release` from 2.0.6 to 2.0.8
545
533
  - Bump `ws` from 7.5.9 to 7.5.10
546
534
  - Update minor and patch NPM dependencies
@@ -629,8 +617,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
629
617
 
630
618
  ### Added
631
619
 
632
- - Handle new `layoutClassnames` property on `DataList.Container` component to simplify implementation of custom
633
- `DataList` layouts
620
+ - Handle new `layoutClassnames` property on `DataList.Container` component to simplify implementation of custom `DataList` layouts
634
621
  - Create `ssrUtils` core utilities
635
622
 
636
623
  ## [1.0.33] - 2024-06-06
@@ -682,8 +669,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
682
669
 
683
670
  - Implement `DefinitionList` core component
684
671
  - Implement `TransactionDataListItem.Skeleton` module component
685
- - Implement `OdsCoreProvider`, `LinkBase` and `AvatarBase` core components to support `Link` and `Image` NextJs
686
- components.
672
+ - Implement `OdsCoreProvider`, `LinkBase` and `AvatarBase` core components to support `Link` and `Image` NextJs components.
687
673
 
688
674
  ### Changed
689
675
 
@@ -697,8 +683,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
697
683
 
698
684
  ### Added
699
685
 
700
- - Implement `MemberDataListItem.Skeleton`, `AssetDataListItem.Skeleton`, and `DaoDataListItem.Skeleton` module
701
- components
686
+ - Implement `MemberDataListItem.Skeleton`, `AssetDataListItem.Skeleton`, and `DaoDataListItem.Skeleton` module components
702
687
  - Implement `Tabs` core component
703
688
  - Custom CSS property added for `Collapsible` to adjust z-index
704
689
 
@@ -767,8 +752,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
767
752
  - Add `stageId` and `stageTitle` properties to `IApprovalThresholdResult` & `IMajorityVotingResult` interfaces
768
753
  - Add `id` and optional `tag` properties to `ProposalDataListItemStructure`
769
754
  - Remove `publisherProfileLink` and `protocolUpdate` properties from `ProposalDataListItemStructure`
770
- - Update `date` and `result` properties of `ProposalDataListItemStructure` to be optional and `publisher` to allow for
771
- multiple publishers
755
+ - Update `date` and `result` properties of `ProposalDataListItemStructure` to be optional and `publisher` to allow for multiple publishers
772
756
 
773
757
  ### Fixed
774
758
 
@@ -804,8 +788,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
804
788
 
805
789
  ### Added
806
790
 
807
- - Implement `DaoDataListItem.Structure`, `ProposalDataListItem.Structure`, `TransactionDataListItem.Structure`,
808
- `MemberDataListItem.Structure`, `AssetDataListItem.Structure`, and `AddressInput` module components
791
+ - Implement `DaoDataListItem.Structure`, `ProposalDataListItem.Structure`, `TransactionDataListItem.Structure`, `MemberDataListItem.Structure`, `AssetDataListItem.Structure`, and `AddressInput` module components
809
792
  - Implement `StatePingAnimation` core component
810
793
  - Implement `addressUtils` and `ensUtils` module utilities
811
794
  - Implement `useDebouncedValue` core hook and `clipboardUtils` core utility
@@ -822,8 +805,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
822
805
  ### Fixed
823
806
 
824
807
  - Reexport module components
825
- - Library build process to avoid bundling dependencies and peer-dependencies when using subfolders import (e.g.
826
- `wagmi/chains`)
808
+ - Library build process to avoid bundling dependencies and peer-dependencies when using subfolders import (e.g. `wagmi/chains`)
827
809
  - Formatter utility to support negative numbers
828
810
 
829
811
  ## [1.0.20] - 2024-03-13
@@ -963,8 +945,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
963
945
 
964
946
  ### Added
965
947
 
966
- - Implement `CardEmptyState`, `EmptyState`, `Checkbox`, `CheckboxGroup`, `CheckboxCard`, `RadioGroup`, `Radio`, and
967
- `RadioCard` components
948
+ - Implement `CardEmptyState`, `EmptyState`, `Checkbox`, `CheckboxGroup`, `CheckboxCard`, `RadioGroup`, `Radio`, and `RadioCard` components
968
949
  - Export all component types
969
950
  - Handle style transitions on `ActionItem`, `Button` and `Toggle` components
970
951
  - Property `defaultValue` to `ToggleGroup` component to set an initial value for uncontrolled usage