Skip to content

Commit

Permalink
Release 10.12.5
Browse files Browse the repository at this point in the history
Generated by release.js.
  • Loading branch information
Elchi3 committed Oct 21, 2024
1 parent 755b98a commit e294e45
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 3 deletions.
68 changes: 68 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,73 @@
# mdn-bcd-collector Changelog

## v10.12.5

Released October 21, 2024

### Test Changes

#### Added

- api.GPUCanvasContext.getConfiguration
- css.properties.appearance.base
- css.properties.masonry-slack.infinite
- css.properties.offset-anchor.top
- css.properties.offset-anchor.right
- css.properties.offset-anchor.bottom
- css.properties.offset-anchor.left
- css.properties.offset-anchor.y-start
- css.properties.offset-anchor.y-end
- css.properties.offset-anchor.x-start
- css.properties.offset-anchor.x-end
- css.properties.offset-anchor.block-start
- css.properties.offset-anchor.block-end
- css.properties.offset-anchor.inline-start
- css.properties.offset-anchor.inline-end
- css.properties.offset-anchor.center
- css.properties.offset-position.top
- css.properties.offset-position.right
- css.properties.offset-position.bottom
- css.properties.offset-position.left
- css.properties.offset-position.y-start
- css.properties.offset-position.y-end
- css.properties.offset-position.x-start
- css.properties.offset-position.x-end
- css.properties.offset-position.block-start
- css.properties.offset-position.block-end
- css.properties.offset-position.inline-start
- css.properties.offset-position.inline-end
- css.properties.offset-position.center
- css.properties.text-wrap-style.avoid-orphans
- css.selectors.search-text
- css.selectors.has-slotted
- css.selectors.xr-overlay

#### Removed

- css.properties.block-size.stretch
- css.properties.block-size.fit-content
- css.properties.block-size.contain
- css.properties.inline-size.stretch
- css.properties.inline-size.fit-content
- css.properties.inline-size.contain
- css.properties.max-block-size.stretch
- css.properties.max-block-size.fit-content
- css.properties.max-block-size.contain
- css.properties.max-inline-size.stretch
- css.properties.max-inline-size.fit-content
- css.properties.max-inline-size.contain
- css.properties.min-block-size.stretch
- css.properties.min-block-size.fit-content
- css.properties.min-block-size.contain
- css.properties.min-inline-size.stretch
- css.properties.min-inline-size.fit-content
- css.properties.min-inline-size.contain

### Commits

- Use Ubuntu 22.04 in workflows ([#1884](https://github.com/openwebdocs/mdn-bcd-collector/pull/1884))
- Remove leftover debugging

## v10.12.4

Released September 24, 2024
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mdn-bcd-collector",
"description": "Data collection service for @mdn/browser-compat-data",
"version": "10.12.4",
"version": "10.12.5",
"private": true,
"license": "Apache-2.0",
"type": "module",
Expand Down

0 comments on commit e294e45

Please sign in to comment.