Releases: mg901/styled-breakpoints
Releases · mg901/styled-breakpoints
v10.1.1
10.1.1 (2021-12-19)
Bug Fixes
- fixed behavior when useBreakpoint could not work without ThemeProvider (4235a79)
v10.0.0
10.0.0 (2021-03-03)
Bug Fixes
- peer-deps: replace react "^16.8.0" with "^17.0.0" #916 (938dbff)
BREAKING CHANGES
- no breaking changes. Update React to version ^17.x.x.
v9.0.12
9.0.12 (2021-02-25)
Bug Fixes
- use-brekpoint: move the call of the useTheme hook to useBreakpoint (8a08fdb)
v9.0.11
9.0.11 (2021-02-25)
Bug Fixes
- use-brekpoint: useBreakpoint works without theme (#911) (c58e505)