Releases: csstools/cssdb
Releases · csstools/cssdb
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).
6.0.0
- Exported CSSDB no longer exposes
example
,caniuse
norcaniuse-compat
(breaking). - Added
browser_support
field that contains a dictionary with the earliest supported version. - Added a mechanism to fetch browser support from mdn.
- Added
vendors_implementations
that 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-env
to7.2.0
(minor). - Updated
@astropub/webapi
to0.10.2
(minor). - Updated
astro
to0.2.7
(patch). - Updated
caniuse-lite
to1.0.30001296
(patch).
5.1.0
- Updated: All plugins urls are pointing to the right place.
- Added: Exported now a
cssdb.mjs
to allow support of ESM modules. - Added:
color-contrast()
function. - Added: Container Queries.
- Updated:
env()
now has Browser Support table. - Updated:
nesting-rules
now have Browser Support table and Can I Use property. - Updated:
prefers-color-scheme
Media Query Browser Support. - Updated: Font
format()
Keywords now has MDN docs. - Updated:
hwb()
Function now has MDN docs. - Updated:
ic
unit 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:
all
Property is now Stage 3! 🎉 - Updated:
gray()
function is now Stage -1! 🙁