Skip to content

Releases: csstools/cssdb

6.5.0

15 Mar 07:43
992036f
Compare
Choose a tag to compare
  • Updated @mdn/browser-compat-data to 4.1.11 (patch)
  • Updated astro to 0.24.0 (minor)
  • Updated caniuse-lite to 1.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

07 Mar 08:57
1008e1d
Compare
Choose a tag to compare
  • Updated @mdn/browser-compat-data to 4.1.10 (patch). This now shows correct support for :where on Safari version 14.
  • Updated astro to 0.23.7 (patch)
  • Updated browserslist to 4.20.0 (minor)
  • Updated caniuse-lite to 1.0.30001313 (patch)
  • Updated postcss to 8.4.8 (patch)
  • Updated postcss-preset-env to 7.4.2 (patch)
  • Updated stylelint to 14.5.3 (patch)

6.4.0

19 Feb 19:15
1ede428
Compare
Choose a tag to compare
  • Added: unset-value function feature as Stage 3.
  • Updated @astropub/webapi to0.10.14 (patch)
  • Updated @mdn/browser-compat-data to 4.1.8 (patch)
  • Updated astro to 0.23.0 (minor)
  • Updated browserslist to 4.19.3 (patch)
  • Updated postcss-preset-env to 7.4.1 (minor)
  • Updated stylelint to 14.5.1 (minor)

6.3.1

16 Feb 06:45
8d12e52
Compare
Choose a tag to compare
  • Fix certain examples
  • Adding new features to PostCSS Preset Env bundled collection.
  • Ensuring all features that have plugins have them listed.

6.3.0

12 Feb 19:13
174c5ac
Compare
Choose a tag to compare
  • Added: Stage 2 oklab function (minor).
  • Added missing polyfills for clamp(), opacity percentages, :is pseudo and display-two-values.
  • Fixed and_chr and android 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 to 14.5.0 (minor)
  • Updated caniuse-lite to 1.0.30001311 (patch)
  • Updated postcss-preset-env to 7.3.2 (patch)

6.2.1

10 Feb 06:58
af487ba
Compare
Choose a tag to compare
  • Returning example to the exported DB (removed on 6.0.0).
  • Removed outdated plugin from Container Queries.
  • Added link to experimental version of :has.
  • Updated @astropub/webapi to 0.10.13 (patch)
  • Updated @mdn/browser-compat-data to 4.1.7 (patch)
  • Updated caniuse-lite to 1.0.30001310 (patch)
  • Updated stylelint to 14.4.0 (minor)
  • Updated stylelint-config-standard to25.0.0 (major)

6.2.0

05 Feb 16:48
aef8bd3
Compare
Choose a tag to compare
  • 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

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).