Skip to content

Commit fd13554

Browse files
committed
docs: changelog v1.5.1
1 parent 65f628a commit fd13554

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@ 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.5.1](#1.5.1) - 2025-11-14
8+
9+
### Fixed
10+
11+
- **Style Context (Solid.js)**: Fixed `defaultProps` to allow `Accessor` types, enabling reactive default props in
12+
Solid.js components
13+
14+
- **Style Context**
15+
- Improved error messages for `createStyleContext` to include component name, slot, and recipe name when Provider is
16+
missing, making debugging easier
17+
- Fixed TypeScript types for `withProvider` and `withContext` to include the `as` prop, matching the behavior of the
18+
`styled` factory
19+
20+
### Changed
21+
22+
- **Open Props Preset**: Updated to include new gradients, borders, and keyframe animations from the latest Open Props
23+
release
24+
725
## [1.5.0](#1.5.0) - 2025-11-09
826

927
### Fixed

0 commit comments

Comments
 (0)