Releases: csstools/cssdb
Releases · csstools/cssdb
6.4.0
- Added:
unset-valuefunction feature as Stage 3. - Updated
@astropub/webapito0.10.14(patch) - Updated
@mdn/browser-compat-datato4.1.8(patch) - Updated
astroto0.23.0(minor) - Updated
browserslistto4.19.3(patch) - Updated
postcss-preset-envto7.4.1(minor) - Updated
stylelintto14.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
oklabfunction (minor). - Added missing polyfills for
clamp(),opacitypercentages,:ispseudo anddisplay-two-values. - Fixed
and_chrandandroidbrowsers 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
stylelintto14.5.0(minor) - Updated
caniuse-liteto1.0.30001311(patch) - Updated
postcss-preset-envto7.3.2(patch)
6.2.1
- Returning
exampleto the exported DB (removed on6.0.0). - Removed outdated plugin from Container Queries.
- Added link to experimental version of
:has. - Updated
@astropub/webapito0.10.13(patch) - Updated
@mdn/browser-compat-datato4.1.7(patch) - Updated
caniuse-liteto1.0.30001310(patch) - Updated
stylelintto14.4.0(minor) - Updated
stylelint-config-standardto25.0.0(major)
6.2.0
- Added:
color()function feature as Stage 2. - Fixed
vendors_implementationsso it doesn't count unreleased browsers. - Updated
postcss-preset-envto^7.3.1(minor) - Updated
@mdn/browser-compat-datato^4.1.6(patch) - Updated
caniuse-liteto^1.0.30001307(patch) - Updated
postcssto^8.4.6(patch)
6.1.0
blank-pseudo-classis now Stage 2 and has links to an official spec! 🎉 (minor)clampis now Stage 2 and has links to an official spec! 🎉 (minor)color-contrastis now Stage 2 and has links to an official spec! 🎉 (minor)color-functional-notationis now Stage 2 and has links to an official spec! 🎉 (minor)custom-media-queriesis now Stage 2 and has links to an official spec! 🎉 (minor)display-two-valuesis now Stage 2 and has links to an official spec! 🎉 (minor)display-two-valuesis now Stage 2 and has links to an official spec! 🎉 (minor)opacity-percentageis now Stage 2 and has links to an official spec! 🎉 (minor)prefers-color-scheme-queryis now Stage 2 and has links to an official spec! 🎉 (minor)prefers-reduced-motion-queryis now Stage 2 and has links to an official spec! 🎉 (minor)where-pseudo-classis now Stage 2 and has links to an official spec! 🎉 (minor)container-querieshas official Working Draft linked (instead of Editor's Draft).nesting-ruleshas official Working Draft linked (instead of Editor's Draft).overscroll-behavior-propertyhas official Working Draft linked (instead of Editor's Draft).- Updated
@mdn/browser-compat-datato4.1.5(patch) - Updated
@astropub/webapito0.10.11(patch) - Updated
astroto0.22.20(patch) - Updated
caniuse-liteto1.0.30001304(patch) - Updated
stylelintto14.3.0(minor)
6.0.2
- Updated mechanism to calculate browser versions to be more reliable. This also introduces the option through
allow_partial_implementationif 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
:hashad 1 vendor implementation, but it's not in stable Safari yet. - Removed
media-query-rangessupport data as it was not correct that Firefox supports it fully. See #57 and mdn/browser-compat-data#14593 - Updated
@mdn/browser-compat-datato4.1.4(patch) - Updated
astroto0.22.16(patch) - Updated
caniuse-liteto1.0.30001300(patch)
6.0.1
- Updated: Conditional media queries now Stage 2 and has links to an official spec! 🎉 (minor)
- Updated
astroto0.22.8(patch). - Updated
caniuse-liteto1.0.30001297(patch).
6.0.0
- Exported CSSDB no longer exposes
example,caniusenorcaniuse-compat(breaking). - Added
browser_supportfield that contains a dictionary with the earliest supported version. - Added a mechanism to fetch browser support from mdn.
- Added
vendors_implementationsthat states how many vendors have implemented the feature. - Added: Stage 1
clamp()function (minor) - Added: Stage 1 Two values syntax for
display(minor) - Added: Stage 1 percentages for opacity (minor)
- Updated
postcss-preset-envto7.2.0(minor). - Updated
@astropub/webapito0.10.2(minor). - Updated
astroto0.2.7(patch). - Updated
caniuse-liteto1.0.30001296(patch).
5.1.0
- Updated: All plugins urls are pointing to the right place.
- Added: Exported now a
cssdb.mjsto allow support of ESM modules. - Added:
color-contrast()function. - Added: Container Queries.
- Updated:
env()now has Browser Support table. - Updated:
nesting-rulesnow have Browser Support table and Can I Use property. - Updated:
prefers-color-schemeMedia Query Browser Support. - Updated: Font
format()Keywords now has MDN docs. - Updated:
hwb()Function now has MDN docs. - Updated:
icunit now has MDN docs. - Updated:
lch()Function now has MDN docs. - Updated:
:matches()Pseudo Class now has MDN docs. - Updated:
:where()Zero-Specificity Pseudo-Class now has MDN docs. - Updated:
allProperty is now Stage 3! 🎉 - Updated:
gray()function is now Stage -1! 🙁