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-css-layer-order.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-tooltip-layer-typo.md

This file was deleted.

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

## 2.0.1

### Patch Changes

- fix(styles): Declare CSS cascade layer order so `components` reliably wins over `base` in production builds. Non-Tailwind consumers can `@import 'layerchart/core.css'` (included by framework presets). ([#883](https://github.com/techniq/layerchart/pull/883))

- fix(styles): Normalize mistyped `@layer component` → `@layer components` in Tooltip and Layer components. ([#883](https://github.com/techniq/layerchart/pull/883))

## 2.0.0

LayerChart 2.0 rebuilds the library on **Svelte 5** (runes & snippets) and **no longer requires Tailwind CSS** — components ship with their own default styles, with Tailwind 4 now optional. It also streamlines several component and context APIs for consistency. Upgrading from v1? Start with the **[v1 → v2 migration guide](https://layerchart.com/docs/guides/migrations/v1-to-v2)**.
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.0",
"version": "2.0.1",
"scripts": {
"dev": "pnpm package:watch",
"build": "svelte-package",
Expand Down
Loading