Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/chatty-pumas-cough.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/crisp-ads-wash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/free-lions-see.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-parts-help.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tired-games-report.md

This file was deleted.

16 changes: 16 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @duskit/components

## 3.1.0

### Minor Changes

- [#351](https://github.com/dusk-network/duskit/pull/351) [`f7fb790`](https://github.com/dusk-network/duskit/commit/f7fb7909d723f9950074850036915d18345765c4) Thanks [@ascartabelli](https://github.com/ascartabelli)! - feat(components): allow `interval` prop to accept a function for dynamic scaling in `Rerender`

### Patch Changes

- [#349](https://github.com/dusk-network/duskit/pull/349) [`1a4ccd2`](https://github.com/dusk-network/duskit/commit/1a4ccd2d03d3bfc2b3eaf11a405810144f7477fc) Thanks [@ascartabelli](https://github.com/ascartabelli)! - fix(components): correct `getRootElement`'s return type to `HTMLTimeElement` in `RelativeTime`

- [#344](https://github.com/dusk-network/duskit/pull/344) [`22a800d`](https://github.com/dusk-network/duskit/commit/22a800d89dd756bf5a6d49fd31cef700d421a196) Thanks [@ascartabelli](https://github.com/ascartabelli)! - fix(components): dynamic scaling of refresh interval in `RelativeTime`

- [#346](https://github.com/dusk-network/duskit/pull/346) [`69c779a`](https://github.com/dusk-network/duskit/commit/69c779a6ea251c4c0c75411c8e21e3c12293741c) Thanks [@ascartabelli](https://github.com/ascartabelli)! - fix(components): sync value update on `generateValue` prop change in `Rerender`

- [#350](https://github.com/dusk-network/duskit/pull/350) [`fc165e3`](https://github.com/dusk-network/duskit/commit/fc165e33369aa8856c968efc152e1d1615449ed6) Thanks [@ascartabelli](https://github.com/ascartabelli)! - fix(components): remove non-existent default slot from type definitions in `Suspense`

## 3.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"type": "module",
"types": "index.d.ts",
"version": "3.0.0",
"version": "3.1.0",
"dependencies": {
"@duskit/date": "0.1.2",
"@duskit/error": "0.0.4",
Expand Down