v3.0.0-alpha.3
Pre-release
Pre-release
ZeeCoder
released this
21 Jan 02:15
·
101 commits
to master
since this release
Added
- Integration tests, supported by SauceLabs
postcss-container-query
- Parcel bundler support.
Re-running the plugin on the same file is now safe. (The Parcel bundler reruns
the same plugins over the same css file multiple times.)
- Parcel bundler support.
Changed
- Removed unnecessary files from the packages
react-container-query
- [BREAKING] ContainerQuery no longer returns an object for size, but width
and height as the first parameter of the child function - [BREAKING] ContainerQuery now returns 1x1 dimensions before the ResizeObserver
kicks in
- [BREAKING] ContainerQuery no longer returns an object for size, but width
container-query
- [BREAKING] Set the pixel precision to be 0, so that whole numbers are
applied by default.
- [BREAKING] Set the pixel precision to be 0, so that whole numbers are
Removed
- [BREAKING] Removed test running from Node 6
Fixed
container-query
- Value precision is now consistent across browsers. (Instead of chrome
applying 1px and firefox 1.00px for example.)
- Value precision is now consistent across browsers. (Instead of chrome