Skip to content

Commit d7f2394

Browse files
chore(main): release 2.15.0
1 parent 8d17ec8 commit d7f2394

4 files changed

+32
-4
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.14.0"
2+
".": "2.15.0"
33
}

CHANGELOG.md

+28
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# Changelog
22

3+
## [2.15.0](https://github.com/mdn/data/compare/v2.14.0...v2.15.0) (2024-12-30)
4+
5+
6+
### Features
7+
8+
* **css:** add legacy `-webkit-user-select` property ([#864](https://github.com/mdn/data/issues/864)) ([37b9934](https://github.com/mdn/data/commit/37b993409c32a601201540cf13a5ed1dc93c37eb))
9+
* **css:** add missing `:modal` pseudo-classes ([#862](https://github.com/mdn/data/issues/862)) ([314b1ce](https://github.com/mdn/data/commit/314b1cee99a5736e48671c23befdcd49ca31e176))
10+
* **css:** Add missing `anchor-side` syntax for `anchor()` ([#860](https://github.com/mdn/data/issues/860)) ([774d6c5](https://github.com/mdn/data/commit/774d6c5aa583932461a48b0bed04854d311b1e6a))
11+
* **css:** add missing `anchor-size` syntax for `anchor-size()` ([#861](https://github.com/mdn/data/issues/861)) ([37bf01a](https://github.com/mdn/data/commit/37bf01a6a45a7fb49513f5c49333deebf21bd5e7))
12+
* **css:** consistent naming for function-like pseudo-classes ([#865](https://github.com/mdn/data/issues/865)) ([8d17ec8](https://github.com/mdn/data/commit/8d17ec8526b7ca5807c3a41d102181a9665d511a))
13+
* **css:** Remove never-supported obsolute azimuth feature ([#832](https://github.com/mdn/data/issues/832)) ([c4ab0f3](https://github.com/mdn/data/commit/c4ab0f316b691ff576c5a058cf5297bbf577b8a9))
14+
* **css:** Replace `&lt;box&gt;` type with `<visual-box>` type ([#842](https://github.com/mdn/data/issues/842)) ([57b11d6](https://github.com/mdn/data/commit/57b11d685a7a030f4fdb79f020aa74afa0d81adc))
15+
* **css:** Update css2 syntax for some pseudo-elements ([#866](https://github.com/mdn/data/issues/866)) ([7798a1c](https://github.com/mdn/data/commit/7798a1c6661e4c3f5dabf554f5898e38028d886d))
16+
* **css:** Update synatx for `background-origin` ([#838](https://github.com/mdn/data/issues/838)) ([aa45cc7](https://github.com/mdn/data/commit/aa45cc7cbe8f19e464ebaa1fee5feddbe9e7b6ca))
17+
* **css:** Update syntax for @font-face/unicode-range ([#833](https://github.com/mdn/data/issues/833)) ([5186311](https://github.com/mdn/data/commit/5186311bb3a880d11143a5029fbff69e99355d13))
18+
* **css:** Update syntax for `[-webkit]-mask-{clip,origin}` ([#839](https://github.com/mdn/data/issues/839)) ([c73adfe](https://github.com/mdn/data/commit/c73adfec11d1849c32e149d9be9a093ea7bd3922))
19+
* **css:** Update syntax for `background-clip` ([#835](https://github.com/mdn/data/issues/835)) ([76d7860](https://github.com/mdn/data/commit/76d78604b877742bce965b58014b1bc8ad66820c))
20+
* **css:** Update syntax for `image-rendering` property `smooth` value ([#834](https://github.com/mdn/data/issues/834)) ([22b6586](https://github.com/mdn/data/commit/22b65866b1dadaed758af0b4f97c4e061114ac04))
21+
22+
23+
### Bug Fixes
24+
25+
* **css:** Add group field for CSS Box Sizing module ([#855](https://github.com/mdn/data/issues/855)) ([97536bb](https://github.com/mdn/data/commit/97536bbb68d255948d1b9f27d71fde7b3c584a4f))
26+
* **css:** Fix group field for CSS Containment module ([#854](https://github.com/mdn/data/issues/854)) ([7f652b0](https://github.com/mdn/data/commit/7f652b09cdfefa0b89ff7aecd90a9b93c40c735f))
27+
* **css:** Fix mdn_url for functions ([#840](https://github.com/mdn/data/issues/840)) ([ec24bf4](https://github.com/mdn/data/commit/ec24bf4aba47d7bd309b01b3240f5f091a23da99))
28+
* **css:** Fix mdn_url for selectors and types ([#836](https://github.com/mdn/data/issues/836)) ([f5689dc](https://github.com/mdn/data/commit/f5689dc3437a12e00461315945efadb6af751e36))
29+
* **css:** incorrect mdn_url for `repeating-radial-gradient()` ([#844](https://github.com/mdn/data/issues/844)) ([0500654](https://github.com/mdn/data/commit/0500654aa73283c4908e0fa2565f2b7875147f2d))
30+
331
## [2.14.0](https://github.com/mdn/data/compare/v2.13.0...v2.14.0) (2024-12-17)
432

533

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mdn-data",
3-
"version": "2.14.0",
3+
"version": "2.15.0",
44
"description": "Open Web data by the Mozilla Developer Network",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)