Releases: ZeeCoder/container-query
Releases · ZeeCoder/container-query
v2.7.1
18 Mar 18:38
Compare
Sorry, something went wrong.
No results found
v2.7.0
10 Mar 12:36
Compare
Sorry, something went wrong.
No results found
Added
postcss-container-query
Now uses messages to provide the metadata.
getMetadataFromMessages
to help extracting metadata from an array of messages
saveMeta
function to save the extracted metadata alongside the CSS file
Deprecated
postcss-container-query
getJSON
will be removed, in favour of getMetadataFromMessages
and saveMeta
v2.6.0
09 Mar 21:53
Compare
Sorry, something went wrong.
No results found
Added
postcss-container-query
made the metadata file much smaller
container-query
accepts the new meta object
react-container-query
ContainerQuery
accepts meta
alongside stats
.
Deprecated
react-container-query
ContainerQuery
won't acceptstats
in the future, only meta
.
v2.5.0
25 Feb 01:08
Compare
Sorry, something went wrong.
No results found
Added
react-container-query
ContainerQuery
now accepts the render function through the children
prop
ResizeObserver
does the same
Fixed
react-container-query
dependency updates
rollup build update
container-query
dependency updates
rollup build update
postcss-container-query
dependency updates
rollup build update
v2.4.2
22 Feb 08:16
Compare
Sorry, something went wrong.
No results found
Fixed
react-container-query
ContainerQuery
no longer tries to set state for an unmounting component
v2.4.1
14 Feb 21:17
Compare
Sorry, something went wrong.
No results found
Fixed
postcss-container-query
Build is now transpiled down to es5
v2.4.0
05 Feb 04:46
Compare
Sorry, something went wrong.
No results found
Added
new <ContainerQuery>
and ResizeObserver
packages in react-container-query
v2.3.1
05 Feb 04:45
Compare
Sorry, something went wrong.
No results found
Fixed
Removed the NodeList.forEach polyfill
v2.3.0
03 Feb 20:41
Compare
Sorry, something went wrong.
No results found
Fixed
Containers can now be safely nested. (Container Boundaries)
v2.2.1
28 Jan 12:26
Compare
Sorry, something went wrong.
No results found
###Fixed
postcss-container-query default getJSON function now only overwrites a previous file if there's an actual change.