Releases: mg901/styled-breakpoints
Releases · mg901/styled-breakpoints
v12.0.0-beta.5
Features
- add correct types for
DefaultStyledBreakpointsTheme
(#1494) (fcf7463)
v12.0.0-beta.3
Features
- add correct types for
createStyledBreakpointsTheme
(86fe548)
v12.0.0-beta.1
Features
BREAKING CHANGES
- remove functions
createTheme
, up
, down
, between
, only
,useBreakpoint
.
Remove react-styled
and react-emotion
directoies.
v11.2.3
11.2.3 (2023-04-27)
Bug Fixes
- only: remove incorrect validation for the minimum breakpoint (#1479) (b8b9040)
v11.2.2
11.2.2 (2023-04-27)
Bug Fixes
- between: remove incorrect validation for the minimum value (#1475) (66418e0)
v11.2.1
11.2.1 (2023-04-26)
Bug Fixes
- down: remove validation for last breakpoint (#1472) (f55e97f)
v11.2.0
11.2.0 (2023-04-25)
Features
- down: add validation for last breakpoint (8e38d90)
v11.1.5
11.1.5 (2023-04-25)
Bug Fixes
- up: remove incorrect validation when breakpoint is equal zero (ae47e05)
Reverts