diff --git a/CHANGELOG.md b/CHANGELOG.md index 041d62a4b..36474fc73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,53 @@ # Changelog +## [2.1.0](https://github.com/mdn/interactive-examples/compare/v2.0.0...v2.1.0) (2023-08-02) + + +### Features + +* add JavaScript to code snippet ([#2536](https://github.com/mdn/interactive-examples/issues/2536)) ([cf8314f](https://github.com/mdn/interactive-examples/commit/cf8314f2abde59a77f03bcb2d86ae6372bcf3513)) +* **ci:** 10x faster rebuild of pages ([#2458](https://github.com/mdn/interactive-examples/issues/2458)) ([2e2552d](https://github.com/mdn/interactive-examples/commit/2e2552da3399076287033e6fd7c973157fa4bf05)) +* **css:** Add example of `::backdrop` ([#2175](https://github.com/mdn/interactive-examples/issues/2175)) ([6355aad](https://github.com/mdn/interactive-examples/commit/6355aadd65baf32ccdeaab1e60742569a84a550e)) +* **css:** Add example of `:indeterminate` and `:defined` ([#2199](https://github.com/mdn/interactive-examples/issues/2199)) ([80a67b5](https://github.com/mdn/interactive-examples/commit/80a67b5d256068d7eb9e70cb13d37faf3699e616)) +* **css:** Add example of `:modal` ([#2316](https://github.com/mdn/interactive-examples/issues/2316)) ([173563a](https://github.com/mdn/interactive-examples/commit/173563a31af80bfe9ac989f2420afa8eab2b6f4d)) +* **css:** Add example of `:scope` and `:fullscreen` ([#2196](https://github.com/mdn/interactive-examples/issues/2196)) ([e3d420f](https://github.com/mdn/interactive-examples/commit/e3d420fb09d449645f72c55d6570f9ab53e41910)) +* **css:** Add example of `[@container](https://github.com/container)` ([#2481](https://github.com/mdn/interactive-examples/issues/2481)) ([3f4131c](https://github.com/mdn/interactive-examples/commit/3f4131cb08160c716b1b31ccff4a8111e4dd2b76)) +* **css:** Add example of `[@keyframes](https://github.com/keyframes)` ([#2094](https://github.com/mdn/interactive-examples/issues/2094)) ([8d776bb](https://github.com/mdn/interactive-examples/commit/8d776bb56aae14b7d174843c50032a56af76d1bf)) +* **css:** Add example of `[@page](https://github.com/page)` ([#2216](https://github.com/mdn/interactive-examples/issues/2216)) ([10b16db](https://github.com/mdn/interactive-examples/commit/10b16dba22925a1fe16267d10b4ee91be6443801)) +* **css:** Add example of `overflow-clip-margin` ([#2474](https://github.com/mdn/interactive-examples/issues/2474)) ([4a01bef](https://github.com/mdn/interactive-examples/commit/4a01beff68ec0223c74dc9acbd276f4b69bbda84)) +* **css:** Add example of `touch-action` ([#2302](https://github.com/mdn/interactive-examples/issues/2302)) ([6dda47a](https://github.com/mdn/interactive-examples/commit/6dda47ae6770f2549bb8dba342f462612d93e2a3)) +* **html:** Add example of `draggable` attribute ([#2220](https://github.com/mdn/interactive-examples/issues/2220)) ([539676b](https://github.com/mdn/interactive-examples/commit/539676be0d0d55ef2049b4c8ffcda201bbb50b0a)) +* **html:** Add example of `<output>` ([#2214](https://github.com/mdn/interactive-examples/issues/2214)) ([aac5a8d](https://github.com/mdn/interactive-examples/commit/aac5a8da5f6412db5be6480b18b5cb978fde0aa2)) +* **html:** Add example of `<template>` ([#2219](https://github.com/mdn/interactive-examples/issues/2219)) ([2e344a6](https://github.com/mdn/interactive-examples/commit/2e344a608cb4e05889e702f03777aba70aeac437)) +* **html:** Add example of `exportparts` attribute ([#2224](https://github.com/mdn/interactive-examples/issues/2224)) ([49e2095](https://github.com/mdn/interactive-examples/commit/49e2095dc201465a966fdd98f49a487c71e982dc)) +* **html:** Add example of `is` global attribute ([#2234](https://github.com/mdn/interactive-examples/issues/2234)) ([ad63bb9](https://github.com/mdn/interactive-examples/commit/ad63bb9825abce77a79f7ab122b5cad483ad71a6)) +* showcase basic array functionality ([#2253](https://github.com/mdn/interactive-examples/issues/2253)) ([2136a11](https://github.com/mdn/interactive-examples/commit/2136a11d93da6f28b976201a8d26b55763053f28)) +* **webapi:** Add 16 `URL` examples ([#2367](https://github.com/mdn/interactive-examples/issues/2367)) ([1d69481](https://github.com/mdn/interactive-examples/commit/1d69481229781284b699d4e7ea118b8dae218939)) + + +### Bug Fixes + +* Added closing tags to the remaining input fields ([#2494](https://github.com/mdn/interactive-examples/issues/2494)) ([b88c399](https://github.com/mdn/interactive-examples/commit/b88c3991c20ae869c430717ba82b7dce3cab0def)) +* **ci:** Fix start-watch command ([#2344](https://github.com/mdn/interactive-examples/issues/2344)) ([6343ab5](https://github.com/mdn/interactive-examples/commit/6343ab5d7c640e00b5405c48dbc50829eef469c6)) +* **CSS:** add :host, :host-context, and ::slotted selector examples ([#2560](https://github.com/mdn/interactive-examples/issues/2560)) ([72cc86c](https://github.com/mdn/interactive-examples/commit/72cc86c5e1e61b41def33dc42e031f07f4d662c6)) +* **CSS:** add small sized image for object-fit demo ([#2559](https://github.com/mdn/interactive-examples/issues/2559)) ([49ab1e1](https://github.com/mdn/interactive-examples/commit/49ab1e12cf381e93eff91045c22118ec4fb165a5)) +* **css:** Change `font-family` only when it's needed ([#2457](https://github.com/mdn/interactive-examples/issues/2457)) ([87fc49c](https://github.com/mdn/interactive-examples/commit/87fc49cc02acc0a710805ed4661159287a775943)) +* **css:** Fix `[@layer](https://github.com/layer)` example ([ebeda79](https://github.com/mdn/interactive-examples/commit/ebeda79b21d5345a7d72bb9807332e37577d32ed)) +* **css:** Fix 10 contrast issues ([#2460](https://github.com/mdn/interactive-examples/issues/2460)) ([d89853d](https://github.com/mdn/interactive-examples/commit/d89853d24437ea2f84ce398ee6fe9401afdddee5)) +* **css:** Fix 2 contrast issues ([#2452](https://github.com/mdn/interactive-examples/issues/2452)) ([7f7dc1d](https://github.com/mdn/interactive-examples/commit/7f7dc1d3bb9528520fa305d1c1ecb381216fc3af)) +* **css:** fix contrast of 4 css examples ([#2475](https://github.com/mdn/interactive-examples/issues/2475)) ([7845f11](https://github.com/mdn/interactive-examples/commit/7845f1106021ad1a430fc61e6782dae10c3de944)) +* **css:** fix contrast of 9 css examples ([#2469](https://github.com/mdn/interactive-examples/issues/2469)) ([f32a584](https://github.com/mdn/interactive-examples/commit/f32a584cb847b5454270afc94d906de25080bedd)) +* **css:** fix contrast of 9 CSS examples ([#2473](https://github.com/mdn/interactive-examples/issues/2473)) ([19146d0](https://github.com/mdn/interactive-examples/commit/19146d02efe6056c04ba9bfce8aa3deda99621af)) +* **css:** fix contrast of opacity example ([#2489](https://github.com/mdn/interactive-examples/issues/2489)) ([28cffa2](https://github.com/mdn/interactive-examples/commit/28cffa2e309de0fa8311c7b3cbc37ff4c1d31c76)) +* **css:** Fix CSS/[@layer](https://github.com/layer) try-it: make text-align effect visible ([#2519](https://github.com/mdn/interactive-examples/issues/2519)) ([56d74a5](https://github.com/mdn/interactive-examples/commit/56d74a59672885922e21db76123ae23ff916ab22)) +* **css:** Hide `box-shadow` declaration in `box-decoration-break` ([#2483](https://github.com/mdn/interactive-examples/issues/2483)) ([f2acf57](https://github.com/mdn/interactive-examples/commit/f2acf5754fc78d8cfea0e073445976d0b187d3a7)) +* **css:** Improve `appearance` example ([#2456](https://github.com/mdn/interactive-examples/issues/2456)) ([7b1e5a7](https://github.com/mdn/interactive-examples/commit/7b1e5a7b0d315c2bcacc3e6722720f388b30042f)) +* **css:** Improve contrast for angle ([#2437](https://github.com/mdn/interactive-examples/issues/2437)) ([685a062](https://github.com/mdn/interactive-examples/commit/685a062b857da427b7ae0322b3121e9b45535f8f)) +* **css:** Remove invalid CSS comment ([#2471](https://github.com/mdn/interactive-examples/issues/2471)) ([6401fe6](https://github.com/mdn/interactive-examples/commit/6401fe6dcab6d78b155ba5f34b971dfe6362e1b1)) +* **html:** Update attribute-autocomplete.html ([#2530](https://github.com/mdn/interactive-examples/issues/2530)) ([a5c281e](https://github.com/mdn/interactive-examples/commit/a5c281e15b188fe105bb1d732dbf2af37c78677c)) +* **js:** Fix invalid output in `RelativeTimeFormat` example ([#2502](https://github.com/mdn/interactive-examples/issues/2502)) ([76b9274](https://github.com/mdn/interactive-examples/commit/76b9274ba91252a975ff81361c62f6f50544aabe)) +* **js:** improve `array-flatmap` ([#2470](https://github.com/mdn/interactive-examples/issues/2470)) ([eaa86eb](https://github.com/mdn/interactive-examples/commit/eaa86ebee4653f590c1d09c583662896f7000f6e)) + ## [2.0.0](https://github.com/mdn/interactive-examples/compare/v1.0.4...v2.0.0) (2023-02-24) ### ⚠ BREAKING CHANGES diff --git a/package-lock.json b/package-lock.json index 05515e78a..cd21b9e25 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "interactive-examples", - "version": "2.0.0", + "version": "2.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "interactive-examples", - "version": "2.0.0", + "version": "2.1.0", "hasInstallScript": true, "license": "MPL-2.0", "devDependencies": { diff --git a/package.json b/package.json index 808fba98d..d5ed59458 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "interactive-examples", - "version": "2.0.0", + "version": "2.1.0", "description": "Interactive code examples embedded on MDN", "author": "Mozilla", "license": "MPL-2.0",