Skip to content

Commit

Permalink
Add release note for #10646
Browse files Browse the repository at this point in the history
  • Loading branch information
ddbeck committed Jun 2, 2021
1 parent a963112 commit 4a6465d
Showing 1 changed file with 96 additions and 0 deletions.
96 changes: 96 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,102 @@

RELEASE DATE TK

### Notable changes

- The mixin `api.SVGFilterPrimitiveStandardAttributes` has been removed and replaced by features representing its exposed interfaces.

<details>

<summary>New features from <code>SVGFilterPrimitiveStandardAttributes</code></summary>

- `api.SVGFEBlendElement.height`
- `api.SVGFEBlendElement.result`
- `api.SVGFEBlendElement.width`
- `api.SVGFEBlendElement.x`
- `api.SVGFEBlendElement.y`
- `api.SVGFEColorMatrixElement.height`
- `api.SVGFEColorMatrixElement.result`
- `api.SVGFEColorMatrixElement.width`
- `api.SVGFEColorMatrixElement.x`
- `api.SVGFEColorMatrixElement.y`
- `api.SVGFEComponentTransferElement.height`
- `api.SVGFEComponentTransferElement.result`
- `api.SVGFEComponentTransferElement.width`
- `api.SVGFEComponentTransferElement.x`
- `api.SVGFEComponentTransferElement.y`
- `api.SVGFECompositeElement.height`
- `api.SVGFECompositeElement.result`
- `api.SVGFECompositeElement.width`
- `api.SVGFECompositeElement.x`
- `api.SVGFECompositeElement.y`
- `api.SVGFEConvolveMatrixElement.height`
- `api.SVGFEConvolveMatrixElement.result`
- `api.SVGFEConvolveMatrixElement.width`
- `api.SVGFEConvolveMatrixElement.x`
- `api.SVGFEConvolveMatrixElement.y`
- `api.SVGFEDiffuseLightingElement.height`
- `api.SVGFEDiffuseLightingElement.result`
- `api.SVGFEDiffuseLightingElement.width`
- `api.SVGFEDiffuseLightingElement.x`
- `api.SVGFEDiffuseLightingElement.y`
- `api.SVGFEDisplacementMapElement.height`
- `api.SVGFEDisplacementMapElement.result`
- `api.SVGFEDisplacementMapElement.width`
- `api.SVGFEDisplacementMapElement.x`
- `api.SVGFEDisplacementMapElement.y`
- `api.SVGFEDropShadowElement.height`
- `api.SVGFEDropShadowElement.result`
- `api.SVGFEDropShadowElement.width`
- `api.SVGFEDropShadowElement.x`
- `api.SVGFEDropShadowElement.y`
- `api.SVGFEFloodElement.height`
- `api.SVGFEFloodElement.result`
- `api.SVGFEFloodElement.width`
- `api.SVGFEFloodElement.x`
- `api.SVGFEFloodElement.y`
- `api.SVGFEGaussianBlurElement.height`
- `api.SVGFEGaussianBlurElement.result`
- `api.SVGFEGaussianBlurElement.width`
- `api.SVGFEGaussianBlurElement.x`
- `api.SVGFEGaussianBlurElement.y`
- `api.SVGFEImageElement.height`
- `api.SVGFEImageElement.result`
- `api.SVGFEImageElement.width`
- `api.SVGFEImageElement.x`
- `api.SVGFEImageElement.y`
- `api.SVGFEMergeElement.height`
- `api.SVGFEMergeElement.result`
- `api.SVGFEMergeElement.width`
- `api.SVGFEMergeElement.x`
- `api.SVGFEMergeElement.y`
- `api.SVGFEMorphologyElement.height`
- `api.SVGFEMorphologyElement.result`
- `api.SVGFEMorphologyElement.width`
- `api.SVGFEMorphologyElement.x`
- `api.SVGFEMorphologyElement.y`
- `api.SVGFEOffsetElement.height`
- `api.SVGFEOffsetElement.result`
- `api.SVGFEOffsetElement.width`
- `api.SVGFEOffsetElement.x`
- `api.SVGFEOffsetElement.y`
- `api.SVGFESpecularLightingElement.height`
- `api.SVGFESpecularLightingElement.result`
- `api.SVGFESpecularLightingElement.width`
- `api.SVGFESpecularLightingElement.x`
- `api.SVGFESpecularLightingElement.y`
- `api.SVGFETileElement.height`
- `api.SVGFETileElement.result`
- `api.SVGFETileElement.width`
- `api.SVGFETileElement.x`
- `api.SVGFETileElement.y`
- `api.SVGFETurbulenceElement.height`
- `api.SVGFETurbulenceElement.result`
- `api.SVGFETurbulenceElement.width`
- `api.SVGFETurbulenceElement.x`
- `api.SVGFETurbulenceElement.y`

</details>

## [v3.3.5](https://github.com/mdn/browser-compat-data/releases/tag/v3.3.5)

May 27, 2021
Expand Down

0 comments on commit 4a6465d

Please sign in to comment.