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
5 changes: 0 additions & 5 deletions .changeset/fix-tooltip-portaled-theme.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/skeleton-light-dark.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-snakes-sell.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/layerchart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# LayerChart

## 2.0.4

### Patch Changes

- fix(Tooltip): Theme portaled tooltips in the style presets so surface colors resolve correctly (e.g. fixes a light tooltip in dark mode with Skeleton) ([#890](https://github.com/techniq/layerchart/pull/890))

- feat(skeleton): Resolve surface colors via `light-dark()` so the Skeleton presets follow `color-scheme` (the `.dark` toggle, or `prefers-color-scheme` when unpinned), and fix the surface scale collapsing to a single shade — surfaces now graduate from 100 (lightest) to 300 (darkest) in both light and dark ([#890](https://github.com/techniq/layerchart/pull/890))

- feat: Support Skeleton 5 (skeleton-5.css) ([#890](https://github.com/techniq/layerchart/pull/890))

## 2.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/layerchart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"repository": "techniq/layerchart",
"homepage": "https://layerchart.com",
"version": "2.0.3",
"version": "2.0.4",
"scripts": {
"dev": "pnpm package:watch",
"build": "svelte-package",
Expand Down
Loading