Skip to content

Releases: csstools/cssdb

6.1.0

31 Jan 06:25
be085c0
Compare
Choose a tag to compare
  • 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 to 4.1.5 (patch)
  • Updated @astropub/webapi to 0.10.11 (patch)
  • Updated astro to 0.22.20 (patch)
  • Updated caniuse-lite to 1.0.30001304 (patch)
  • Updated stylelint to 14.3.0 (minor)

6.0.2

21 Jan 08:10
1f36f91
Compare
Choose a tag to compare
  • 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 to 4.1.4 (patch)
  • Updated astro to 0.22.16 (patch)
  • Updated caniuse-lite to 1.0.30001300 (patch)

6.0.1

13 Jan 15:28
ed75e2e
Compare
Choose a tag to compare
  • Updated: Conditional media queries now Stage 2 and has links to an official spec! 🎉 (minor)
  • Updated astro to 0.22.8 (patch).
  • Updated caniuse-lite to 1.0.30001297 (patch).

6.0.0

07 Jan 08:14
06e8305
Compare
Choose a tag to compare
  • Exported CSSDB no longer exposes example, caniuse nor caniuse-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 to 7.2.0 (minor).
  • Updated @astropub/webapi to 0.10.2 (minor).
  • Updated astro to 0.2.7 (patch).
  • Updated caniuse-lite to 1.0.30001296 (patch).

5.1.0

04 Jan 15:26
4c41fc9
Compare
Choose a tag to compare
  • 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! 🙁