Skip to content

Commit 68195a5

Browse files
committed
docs: next changelog
1 parent 2e683fa commit 68195a5

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,33 @@ See the [Changesets](./.changeset) for the latest changes.
66

77
## [Unreleased]
88

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+
936
## [1.2.0] - 2025-08-27
1037

1138
### Added

0 commit comments

Comments
 (0)