Skip to content

Commit

Permalink
add field removal to breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tanner-reits committed May 25, 2023
1 parent b5e9905 commit d7bad4c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions BREAKING_CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ the [dynamic `import()`
function](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/import)
for use at runtime. For Stencil v4.0.0 this field and corresponding behavior has been removed.

##### `__deprecated__safari10`

If `extras.__deprecated__safari10` is set to `true` the Stencil runtime will patch ES module
support for Safari 10. In Stencil v4.0.0 this field and corresponding behavior has been removed.

## Stencil v3.0.0

* [General](#general)
Expand Down

0 comments on commit d7bad4c

Please sign in to comment.