Skip to content

Commit

Permalink
v7.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
romainmenke committed Dec 11, 2023
1 parent b2954c0 commit 208ac16
Show file tree
Hide file tree
Showing 10 changed files with 224 additions and 2,680 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/has-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
ref: ${{ github.head_ref }}
- uses: actions/setup-node@v2
with:
node-version: 16
node-version: 'lts/*'
- run: npm ci --ignore-scripts
- run: npm run preparesite
- name: Check if there are changes
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-node-12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ concurrency:
group: test-node-12-branch-node-${{ github.ref }}
cancel-in-progress: true

# TODO : delete this workflow on next major if we drop node 12
# TODO : delete this workflow on next major if we drop node 12, 14 and 16

jobs:
test-node-12:
runs-on: ubuntu-latest
strategy:
matrix:
node: [12]
node: [12, 14, 16]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}

- run: npm ci --ignore-scripts
- run: NPM_CONFIG_ENGINE_STRICT=false npm ci --ignore-scripts
- run: npm run test:json
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [14, 16, 18]
node: [18, 'lts/*']
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changes to cssdb

### 7.9.1 (December 11, 2023)

- Updated `@mdn/browser-compat-data` to `5.4.5` (patch)
- Updated `caniuse-lite` to `1.0.30001568` (patch)

### 7.9.0 (October 31, 2023)

- Added: Stage 2 `logical-overflow`
Expand Down
97 changes: 61 additions & 36 deletions cssdb.json
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@
"edge": "111",
"firefox": "113",
"ios_saf": "15",
"op_mob": "75",
"opera": "97",
"safari": "15",
"samsung": "22.0"
Expand Down Expand Up @@ -327,6 +328,7 @@
"edge": "111",
"firefox": "113",
"ios_saf": "16.2",
"op_mob": "75",
"opera": "97",
"safari": "16.2",
"samsung": "22.0"
Expand Down Expand Up @@ -474,9 +476,14 @@
"specification": "https://www.w3.org/TR/selectors-4/#dir-pseudo",
"stage": 2,
"browser_support": {
"and_chr": "120",
"and_ff": "49",
"android": "120",
"chrome": "120",
"edge": "120",
"firefox": "49",
"ios_saf": "16.4",
"opera": "106",
"safari": "16.4"
},
"docs": {
Expand All @@ -489,7 +496,7 @@
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-dir-pseudo-class"
}
],
"vendors_implementations": 2
"vendors_implementations": 3
},
{
"id": "display-two-values",
Expand All @@ -505,8 +512,10 @@
"edge": "115",
"firefox": "70",
"ios_saf": "15",
"op_mob": "77",
"opera": "101",
"safari": "15"
"safari": "15",
"samsung": "23.0"
},
"docs": {
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/display/two-value_syntax_of_display"
Expand Down Expand Up @@ -716,8 +725,15 @@
"specification": "https://www.w3.org/TR/css-fonts-4/#font-format-values",
"stage": 2,
"browser_support": {
"and_chr": "108",
"android": "108",
"chrome": "108",
"edge": "108",
"ios_saf": "5",
"safari": "4"
"op_mob": "73",
"opera": "94",
"safari": "4",
"samsung": "21.0"
},
"docs": {
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face"
Expand All @@ -729,7 +745,7 @@
"link": "https://github.com/valtlai/postcss-font-format-keywords"
}
],
"vendors_implementations": 1
"vendors_implementations": 2
},
{
"id": "font-variant-property",
Expand All @@ -745,6 +761,7 @@
"edge": "117",
"firefox": "34",
"ios_saf": "9.3",
"op_mob": "78",
"opera": "103",
"safari": "9.1"
},
Expand Down Expand Up @@ -820,6 +837,7 @@
"chrome": "111",
"edge": "111",
"ios_saf": "16.2",
"op_mob": "75",
"opera": "97",
"safari": "16.2",
"samsung": "22.0"
Expand Down Expand Up @@ -889,9 +907,11 @@
"stage": 2,
"browser_support": {
"and_chr": "105",
"and_ff": "121",
"android": "105",
"chrome": "105",
"edge": "105",
"firefox": "121",
"ios_saf": "15.4",
"op_mob": "72",
"opera": "91",
Expand Down Expand Up @@ -1113,6 +1133,7 @@
"edge": "111",
"firefox": "113",
"ios_saf": "15",
"op_mob": "75",
"opera": "97",
"safari": "15",
"samsung": "22.0"
Expand Down Expand Up @@ -1143,6 +1164,7 @@
"edge": "111",
"firefox": "113",
"ios_saf": "15",
"op_mob": "75",
"opera": "97",
"safari": "15",
"samsung": "22.0"
Expand All @@ -1159,38 +1181,6 @@
],
"vendors_implementations": 3
},
{
"id": "logical-properties-and-values",
"title": "Logical Properties and Values",
"description": "Flow-relative (left-to-right or right-to-left) properties and values",
"specification": "https://www.w3.org/TR/css-logical-1/",
"stage": 2,
"browser_support": {
"and_chr": "89",
"and_ff": "66",
"android": "89",
"chrome": "89",
"edge": "89",
"firefox": "66",
"ios_saf": "15",
"oculus": "15.0",
"op_mob": "63",
"opera": "75",
"safari": "15",
"samsung": "15.0"
},
"docs": {
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Logical_Properties"
},
"example": "span:first-child {\n margin-inline-start: 10px;\n}",
"polyfills": [
{
"type": "PostCSS Plugin",
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical"
}
],
"vendors_implementations": 3
},
{
"id": "logical-overflow",
"title": "Logical Overflow",
Expand Down Expand Up @@ -1245,6 +1235,38 @@
],
"vendors_implementations": 3
},
{
"id": "logical-properties-and-values",
"title": "Logical Properties and Values",
"description": "Flow-relative (left-to-right or right-to-left) properties and values",
"specification": "https://www.w3.org/TR/css-logical-1/",
"stage": 2,
"browser_support": {
"and_chr": "89",
"and_ff": "66",
"android": "89",
"chrome": "89",
"edge": "89",
"firefox": "66",
"ios_saf": "15",
"oculus": "15.0",
"op_mob": "63",
"opera": "75",
"safari": "15",
"samsung": "15.0"
},
"docs": {
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Logical_Properties"
},
"example": "span:first-child {\n margin-inline-start: 10px;\n}",
"polyfills": [
{
"type": "PostCSS Plugin",
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical"
}
],
"vendors_implementations": 3
},
{
"id": "logical-resize",
"title": "Logical values in the `resize` property",
Expand Down Expand Up @@ -1493,6 +1515,7 @@
"edge": "111",
"firefox": "113",
"ios_saf": "15.4",
"op_mob": "75",
"opera": "97",
"safari": "15.4",
"samsung": "22.0"
Expand Down Expand Up @@ -1729,6 +1752,7 @@
"stage": 2,
"browser_support": {
"and_chr": "18",
"and_ff": "79",
"android": "37",
"chrome": "1",
"edge": "13",
Expand Down Expand Up @@ -1959,6 +1983,7 @@
"edge": "111",
"firefox": "108",
"ios_saf": "15.4",
"op_mob": "75",
"opera": "97",
"safari": "15.4",
"samsung": "22.0"
Expand Down
Loading

0 comments on commit 208ac16

Please sign in to comment.