File tree Expand file tree Collapse file tree 3 files changed +5
-90
lines changed
packages/react-container-query/src Expand file tree Collapse file tree 3 files changed +5
-90
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
12
12
- ` react-container-query `
13
13
- Removed the "render" prop in favour of using children. (The former was not
14
14
even documented.)
15
+ - Removed the ` ResizeObserver ` component in favour of the
16
+ [ react-resize-observer] ( https://github.com/ZeeCoder/react-resize-observer ) and
17
+ [ use-resize-observer] ( https://github.com/ZeeCoder/use-resize-observer ) packages.
18
+ - Removed the default export. (Both ContainerQuery and withContainerQuery is
19
+ still available as named exports.)
15
20
16
21
## [ 3.0.0-alpha.1]
17
22
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
import ContainerQuery from "./ContainerQuery" ;
2
- import ResizeObserver from "./ResizeObserver" ;
3
2
import withContainerQuery from "./withContainerQuery" ;
4
3
5
4
export { ContainerQuery } ;
6
- export { ResizeObserver } ;
7
5
export { withContainerQuery } ;
8
- export default withContainerQuery ;
You can’t perform that action at this time.
0 commit comments