Skip to content

Commit 31ed064

Browse files
authored
Changelog v1.4.3 (#3387)
1 parent 8bb4ff7 commit 31ed064

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,34 @@ All notable changes to this project will be documented in this file.
44

55
See the [Changesets](./.changeset) for the latest changes.
66

7+
## [1.4.3](#1.4.3) - 2025-10-18
8+
9+
### Fixed
10+
11+
- Fix "Browserslist: caniuse-lite is outdated" warning by updating `browserslist` and PostCSS-related packages:
12+
13+
- Update `browserslist` from 4.23.3 to 4.24.4
14+
- Update `postcss` from 8.4.49 to 8.5.6
15+
- Update `postcss-nested` from 6.0.1 to 7.0.2
16+
- Update `postcss-merge-rules` from 7.0.4 to 7.0.6
17+
- Update other PostCSS plugins to latest patch versions
18+
19+
This resolves the outdated `caniuse-lite` warning that appeared when using lightningcss without affecting CSS output
20+
or requiring snapshot updates.
21+
22+
- Fix `Cannot find module '@pandacss/preset-base'` error when using Bun or other package managers that use flat
23+
`node_modules` structures.
24+
25+
- **Style Context (Solid)** Fix issue where `withProvider` does not properly provide context leading to runtime errors
26+
when wrapping headless component libraries like Ark UI.
27+
28+
### Changed
29+
30+
- **Style Context (Solid)** Refactor `withProvider` and `withContext` types to ensure required props are properly
31+
extracted from the component props.
32+
- Improve static CSS generation performance with wildcard memoization. Token lookups for wildcard (`*`) expansions are
33+
now cached, providing ~32% faster processing for large configs with wildcards.
34+
735
## [1.4.2](#1.4.2) - 2025-10-12
836

937
### Fixed

0 commit comments

Comments
 (0)