Skip to content

Releases: ZeeCoder/container-query

v2.7.1

18 Mar 18:38
Compare
Choose a tag to compare

Fixed

  • Exluded some irrelevant paths from test coverage

  • postcss-container-query

    • watch:build package script to help development
    • testing build files
    • Fixed exports (#90)

v2.7.0

10 Mar 12:36
Compare
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

Fixed

  • react-container-query
    • ContainerQuery no longer tries to set state for an unmounting component

v2.4.1

14 Feb 21:17
Compare
Choose a tag to compare

Fixed

  • postcss-container-query
    • Build is now transpiled down to es5

v2.4.0

05 Feb 04:46
Compare
Choose a tag to compare

Added

  • new <ContainerQuery> and ResizeObserver packages in react-container-query

v2.3.1

05 Feb 04:45
Compare
Choose a tag to compare

Fixed

  • Removed the NodeList.forEach polyfill

v2.3.0

03 Feb 20:41
Compare
Choose a tag to compare

Fixed

  • Containers can now be safely nested. (Container Boundaries)

v2.2.1

28 Jan 12:26
Compare
Choose a tag to compare

###Fixed

  • postcss-container-query default getJSON function now only overwrites a previous file if there's an actual change.