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.
1212- ` react-container-query `
1313 - Removed the "render" prop in favour of using children. (The former was not
1414 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.)
1520
1621## [ 3.0.0-alpha.1]
1722
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11import ContainerQuery from "./ContainerQuery" ;
2- import ResizeObserver from "./ResizeObserver" ;
32import withContainerQuery from "./withContainerQuery" ;
43
54export { ContainerQuery } ;
6- export { ResizeObserver } ;
75export { withContainerQuery } ;
8- export default withContainerQuery ;
You can’t perform that action at this time.
0 commit comments