We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
createTheme
createStyledBreakpointsTheme
Replace old api with new api
- import { createTheme } from 'styled-breakpoints'; + import { createStyledbreakpointsTheme } from 'styled-breakpoints'
The text was updated successfully, but these errors were encountered:
feat: remove createTheme, up, down, between, only
up
down
between
only
6b9ac35
replace `createTheme` with `createStyledBreakpointsTheme`, move functions `up`, `down`, `between`, `only` to theme object BREAKING CHANGE: remove functions `createTheme`, `up`, `down`, `between`, `only`,`useBreakpoint`. Remove `react-styled` and `react-emotion` directoies. "#1453", "#1449", "#1486"
chore(release): 12.0.0-beta.1 [skip ci]
76a583e
# [12.0.0-beta.1](v11.2.3...v12.0.0-beta.1) (2023-05-11) ### Features * remove `createTheme`, `up`, `down`, `between`, `only` ([6b9ac35](6b9ac35)), closes [#1453](#1453) [#1449](#1449) [#1486](#1486) ### BREAKING CHANGES * remove functions `createTheme`, `up`, `down`, `between`, `only`,`useBreakpoint`. Remove `react-styled` and `react-emotion` directoies.
chore(release): 12.0.0 [skip ci]
ba8bcd1
# [12.0.0](v11.2.3...v12.0.0) (2023-05-23) ### Features * add `docs` for v12 ([1b8d610](1b8d610)) * add `useMediaQuery` hook ([dcceefb](dcceefb)) * add correct types for `createStyledBreakpointsTheme` ([86fe548](86fe548)) * add correct types for `DefaultStyledBreakpointsTheme` ([#1494](#1494)) ([fcf7463](fcf7463)) * add correct types for styled breakpoints ([1d4bc62](1d4bc62)) * remove `createTheme`, `up`, `down`, `between`, `only` ([6b9ac35](6b9ac35)), closes [#1453](#1453) [#1449](#1449) [#1486](#1486) * set `options` as optional argument ([#1493](#1493)) ([f35715a](f35715a)) ### BREAKING CHANGES * remove functions `createTheme`, `up`, `down`, `between`, `only`,`useBreakpoint`. Remove `react-styled` and `react-emotion` directoies.
mg901
No branches or pull requests
Replace old api with new api
The text was updated successfully, but these errors were encountered: