Skip to content

Commit 77909ef

Browse files
chore(release): 1.0.0-alpha.1
# [1.0.0-alpha.1](v0.9.3...v1.0.0-alpha.1) (2021-10-29) ### Features * update types and apis to support latest dash alpha ([a75301d](a75301d)) ### BREAKING CHANGES * Types and expected input styles instance are updated to the latest alpha
1 parent a75301d commit 77909ef

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [1.0.0-alpha.1](https://github.com/dash-ui/react-layout/compare/v0.9.3...v1.0.0-alpha.1) (2021-10-29)
2+
3+
### Features
4+
5+
- update types and apis to support latest dash alpha ([a75301d](https://github.com/dash-ui/react-layout/commit/a75301d9047ba79ec7b9a46e30848717055581e8))
6+
7+
### BREAKING CHANGES
8+
9+
- Types and expected input styles instance are updated to the latest alpha
10+
111
## [0.9.3](https://github.com/dash-ui/react-layout/compare/v0.9.2...v0.9.3) (2021-10-03)
212

313
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dash-ui/react-layout",
3-
"version": "0.9.3",
3+
"version": "1.0.0-alpha.1",
44
"description": "Awesome layout primitives for React using @dash-ui",
55
"license": "MIT",
66
"author": "Jared Lunde <jared.lunde@gmail.com> (https://jaredlunde.com/)",

types/layout.d.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,12 @@ export declare type ResponsiveProp<Value> =
4747
| Value
4848
| Responsive<Value, MediaQueries>;
4949
export declare type ResponsiveLazyProp<Variant extends LazyValue> =
50-
ResponsiveLazyCallback<Variant, DashTokens, DashThemes, MediaQueries>;
50+
ResponsiveLazyCallback<
51+
Variant,
52+
Record<string, any>,
53+
Record<string, any>,
54+
MediaQueries
55+
>;
5156
export interface LayoutProviderProps {
5257
/**
5358
* The `styles()` instance you're using to create styles. By default this is the `styles()` instance

types/tsconfig.tsbuildinfo

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)