Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSSDB: 6.0.0 #72

Merged
merged 17 commits into from
Jan 6, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ gh-pages
node_modules
dist
public/images/badges
cssdb.mjs
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changes to cssdb

### 6.0.0

- 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](https://github.com/mdn/browser-compat-data).
- 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.1` (minor).
- Updated `astro` to `0.2.4` (patch).
- Updated `caniuse-lite` to `1.0.30001296` (patch).

### 5.1.0 (January 4, 2022)

- Updated: All plugins urls are pointing to the right place.
Expand Down
3 changes: 1 addition & 2 deletions STAGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,7 @@ formally rejected by a [W3C Working Group].

### Recognized Browser Vendors

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

### What is a champion?

Expand Down
Loading