@@ -6,6 +6,33 @@ See the [Changesets](./.changeset) for the latest changes.
6
6
7
7
## [ Unreleased]
8
8
9
+ ### Added
10
+
11
+ - ** Transition Utilities** : Added new transition values and enhanced transition property utilities in
12
+ ` @pandacss/preset-base `
13
+
14
+ - ` size ` → ` width, height, min-width, max-width, min-height, max-height `
15
+ - ` position ` → ` left, right, top, bottom, inset, inset-inline, inset-block `
16
+ - ` background ` → ` background, background-color, background-image, background-position `
17
+
18
+ - ** Composition Types** : Add more properties to the ` textStyles ` and ` layerStyles ` config
19
+
20
+ - Added text style properties: ` color ` , text layout (` direction ` , ` textAlign ` , ` writingMode ` ), and advanced text
21
+ properties
22
+ - Added layer style properties: layout (` position ` , ` zIndex ` , ` display ` ), visual effects (` clipPath ` , ` mixBlendMode ` ),
23
+ and modern properties (` aspectRatio ` , ` objectFit ` )
24
+
25
+ - ** JSX Polymorphic Support** : Added ` as ` prop to JSX types for ** basic** polymorphic component support. We don't infer
26
+ the type of the target element.
27
+
28
+ ### Fixed
29
+
30
+ - ** Style Context** : Fixed TypeScript types for ` defaultProps ` in ` withProvider ` and ` withContext ` to be partial in
31
+ ` @pandacss/generator `
32
+
33
+ - ** JSX Factory** : Fixed issue where specifying ` defaultProps.children ` in ` styled ` or ` createStyleContext ` factories
34
+ prevented overriding children in ` @pandacss/generator `
35
+
9
36
## [ 1.2.0] - 2025-08-27
10
37
11
38
### Added
0 commit comments