Releases: csstools/cssdb
Releases · csstools/cssdb
6.5.0
- Updated
@mdn/browser-compat-data
to4.1.11
(patch) - Updated
astro
to0.24.0
(minor) - Updated
caniuse-lite
to1.0.30001317
(patch) - Fixed issue in which features under a flag on MDN were counting as implemented.
- Added: Stage 2 cascade layers. (minor)
color-mix
is now Stage 2 (was deprecated) and has links to an official spec! 🎉 (minor)
6.4.1
- Updated
@mdn/browser-compat-data
to4.1.10
(patch). This now shows correct support for:where
on Safari version 14. - Updated
astro
to0.23.7
(patch) - Updated
browserslist
to4.20.0
(minor) - Updated
caniuse-lite
to1.0.30001313
(patch) - Updated
postcss
to8.4.8
(patch) - Updated
postcss-preset-env
to7.4.2
(patch) - Updated
stylelint
to14.5.3
(patch)
6.4.0
- Added:
unset-value
function feature as Stage 3. - Updated
@astropub/webapi
to0.10.14
(patch) - Updated
@mdn/browser-compat-data
to4.1.8
(patch) - Updated
astro
to0.23.0
(minor) - Updated
browserslist
to4.19.3
(patch) - Updated
postcss-preset-env
to7.4.1
(minor) - Updated
stylelint
to14.5.1
(minor)
6.3.1
- Fix certain examples
- Adding new features to PostCSS Preset Env bundled collection.
- Ensuring all features that have plugins have them listed.
6.3.0
- Added: Stage 2
oklab
function (minor). - Added missing polyfills for
clamp()
,opacity
percentages,:is
pseudo anddisplay-two-values
. - Fixed
and_chr
andandroid
browsers always using the latest version on Can I Use, now leverages Desktop version if the supported version is the latest one. See Fyrd/caniuse#3518. - Updated
stylelint
to14.5.0
(minor) - Updated
caniuse-lite
to1.0.30001311
(patch) - Updated
postcss-preset-env
to7.3.2
(patch)
6.2.1
- Returning
example
to the exported DB (removed on6.0.0
). - Removed outdated plugin from Container Queries.
- Added link to experimental version of
:has
. - Updated
@astropub/webapi
to0.10.13
(patch) - Updated
@mdn/browser-compat-data
to4.1.7
(patch) - Updated
caniuse-lite
to1.0.30001310
(patch) - Updated
stylelint
to14.4.0
(minor) - Updated
stylelint-config-standard
to25.0.0
(major)
6.2.0
- Added:
color()
function feature as Stage 2. - Fixed
vendors_implementations
so it doesn't count unreleased browsers. - Updated
postcss-preset-env
to^7.3.1
(minor) - Updated
@mdn/browser-compat-data
to^4.1.6
(patch) - Updated
caniuse-lite
to^1.0.30001307
(patch) - Updated
postcss
to^8.4.6
(patch)
6.1.0
blank-pseudo-class
is now Stage 2 and has links to an official spec! 🎉 (minor)clamp
is now Stage 2 and has links to an official spec! 🎉 (minor)color-contrast
is now Stage 2 and has links to an official spec! 🎉 (minor)color-functional-notation
is now Stage 2 and has links to an official spec! 🎉 (minor)custom-media-queries
is now Stage 2 and has links to an official spec! 🎉 (minor)display-two-values
is now Stage 2 and has links to an official spec! 🎉 (minor)display-two-values
is now Stage 2 and has links to an official spec! 🎉 (minor)opacity-percentage
is now Stage 2 and has links to an official spec! 🎉 (minor)prefers-color-scheme-query
is now Stage 2 and has links to an official spec! 🎉 (minor)prefers-reduced-motion-query
is now Stage 2 and has links to an official spec! 🎉 (minor)where-pseudo-class
is now Stage 2 and has links to an official spec! 🎉 (minor)container-queries
has official Working Draft linked (instead of Editor's Draft).nesting-rules
has official Working Draft linked (instead of Editor's Draft).overscroll-behavior-property
has official Working Draft linked (instead of Editor's Draft).- Updated
@mdn/browser-compat-data
to4.1.5
(patch) - Updated
@astropub/webapi
to0.10.11
(patch) - Updated
astro
to0.22.20
(patch) - Updated
caniuse-lite
to1.0.30001304
(patch) - Updated
stylelint
to14.3.0
(minor)
6.0.2
- Updated mechanism to calculate browser versions to be more reliable. This also introduces the option through
allow_partial_implementation
if we want to allow something such as Autoprefixer to take care with prefixing a given feature such as:any-link
. - Ensuring pre-releases aren't counted as vendor implementation. This was flagging that
:has
had 1 vendor implementation, but it's not in stable Safari yet. - Removed
media-query-ranges
support data as it was not correct that Firefox supports it fully. See #57 and mdn/browser-compat-data#14593 - Updated
@mdn/browser-compat-data
to4.1.4
(patch) - Updated
astro
to0.22.16
(patch) - Updated
caniuse-lite
to1.0.30001300
(patch)
6.0.1
- Updated: Conditional media queries now Stage 2 and has links to an official spec! 🎉 (minor)
- Updated
astro
to0.22.8
(patch). - Updated
caniuse-lite
to1.0.30001297
(patch).