You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add support for generating theme tokens in `panda spec` output.
20
+
21
+
Previously, tokens defined in the `themes` config were excluded from the spec output because they are registered as virtual tokens. Now, `panda spec` generates a `themes.json` file containing tokens and semantic tokens for each configured theme.
22
+
23
+
### Fixed
24
+
25
+
- Fix double CSS optimization in PostCSS plugin.
26
+
27
+
- Re-export the `AnimationStyles` type from `@pandacss/dev` so the return type of `defineAnimationStyles` can be resolved by consumers.
28
+
29
+
Previously only `TextStyles` and `LayerStyles` were re-exported, which caused the generated `.d.ts` to fall back to a deep qualified name (`_pandacss_types.AnimationStyles`) for `defineAnimationStyles`'s inferred return type. When consumers could not resolve that path, the value was inferred as `any` and triggered `@typescript-eslint/no-unsafe-assignment` at call sites.
30
+
31
+
### Changed
32
+
33
+
- Improve error handling architecture across all packages.
34
+
35
+
- Replace discontinued `tsconfck` with [`get-tsconfig`](https://github.com/privatenumber/get-tsconfig) for resolving and parsing `tsconfig.json` (including `extends`).
36
+
37
+
- Update TypeScript support to 6.0 with ts-morph v28.
38
+
39
+
Use TypeScript 6.0 or later with Panda. This release updates static analysis and codegen to ts-morph v28 and TypeScript 6.0.2.
40
+
41
+
- Security dependency updates.
42
+
43
+
- `@pandacss/node` / `@pandacss/token-dictionary`: bump `picomatch` to 4.0.4 ([GHSA-3v7f-55p6-f55p](https://github.com/advisories/GHSA-3v7f-55p6-f55p), [GHSA-c2c7-rcm5-vvqj](https://github.com/advisories/GHSA-c2c7-rcm5-vvqj)).
44
+
- `@pandacss/mcp`: bump `@modelcontextprotocol/sdk` to ^1.25.2.
45
+
- `@pandacss/astro-plugin-studio`: bump `astro` (dev) to 5.18.1.
0 commit comments