Skip to content
Merged
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
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,34 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.0] - 2026-09-01

The components the dashboard kept for itself, so both surfaces can share one
set. Everything from 0.1.0 keeps working unchanged.

### Added

- `Drawer`, a panel that comes in from either side at the full height of the
window. A modal is right for a question with an answer and wrong for work: it
floats in the middle, it is as tall as its contents, and it covers the thing
being worked on
- A failed read with the reason and a retry, a list placeholder that holds the
shape of what is coming, a dismissible action error, page navigation with the
helpers that decide which numbers to offer, themed line art, and a theme
switch
- `useTheme`, which reads the theme off the root element so a toggle renders the
right icon on first paint
- The severity scale and the ordered figure palette, so a severity means the
same colour wherever it is shown

### Changed

- `Tabs` carries an icon and a count, can turn an option off, and comes in three sizes, which is what kept
applications spelling the strip out by hand: a switcher whose options are not
all available has to say so on the option itself
- `Loading` takes the richer spinner and can name where the work is going, which
makes the second loading treatment unnecessary

## [0.1.0] - 2026-08-30

First release. Versioned on its own, because nothing about the components is
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sourceant/design",
"version": "0.1.0",
"version": "0.2.0",
"description": "SourceAnt design system: tokens, primitives, and the graph renderer",
"license": "MIT",
"type": "module",
Expand Down
48 changes: 48 additions & 0 deletions src/assets/illustrations/all-the-data.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading