File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,34 @@ All notable changes to this project will be documented in this file.
44
55See 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
You can’t perform that action at this time.
0 commit comments