Skip to content

Commit d3680e9

Browse files
CSSDB: 6.0.0 (#72)
* Moving to settings * Stages changes * WIP - DB Calculations * New packages * Starting to write CHANGELOG * Now ignored as it's generated * Update STAGES.md Co-authored-by: Romain Menke <[email protected]> * Update STAGES.md Co-authored-by: Romain Menke <[email protected]> * Update STAGES.md Co-authored-by: Romain Menke <[email protected]> * More WIP * Cleaning up and making the site work * Update CHANGELOG.md Co-authored-by: Romain Menke <[email protected]> * Update CHANGELOG.md Co-authored-by: Romain Menke <[email protected]> * Linting * Updating Co-authored-by: Romain Menke <[email protected]>
1 parent ed7c900 commit d3680e9

16 files changed

+3326
-564
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@ gh-pages
22
node_modules
33
dist
44
public/images/badges
5-
cssdb.mjs

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changes to cssdb
22

3+
### 6.0.0
4+
5+
- Exported CSSDB no longer exposes `example`, `caniuse` nor `caniuse-compat` (breaking).
6+
- Added `browser_support` field that contains a dictionary with the earliest supported version.
7+
- Added a mechanism to fetch browser support from [mdn](https://github.com/mdn/browser-compat-data).
8+
- Added `vendors_implementations` that states how many vendors have implemented the feature.
9+
- Added: Stage 1 `clamp()` function (minor)
10+
- Added: Stage 1 Two values syntax for `display` (minor)
11+
- Added: Stage 1 percentages for opacity (minor)
12+
- Updated `postcss-preset-env` to `7.2.0` (minor).
13+
- Updated `@astropub/webapi` to `0.10.1` (minor).
14+
- Updated `astro` to `0.2.4` (patch).
15+
- Updated `caniuse-lite` to `1.0.30001296` (patch).
16+
317
### 5.1.0 (January 4, 2022)
418

519
- Updated: All plugins urls are pointing to the right place.

STAGES.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,7 @@ formally rejected by a [W3C Working Group].
9090

9191
### Recognized Browser Vendors
9292

93-
Recognized browser vendors include, in alphabetical order; Apple, Google,
94-
Microsoft, Mozilla, and Opera.
93+
Recognized browser vendors include, in alphabetical order; Apple (Safari/Webkit), Google (Chrome/Chromium) and Mozilla (Firefox/Gecko).
9594

9695
### What is a champion?
9796

0 commit comments

Comments
 (0)