From d7bad4cd9bdab4f0db169d7a94dedb17555be1d6 Mon Sep 17 00:00:00 2001 From: Tanner Reits Date: Thu, 25 May 2023 15:41:13 -0400 Subject: [PATCH] add field removal to breaking changes --- BREAKING_CHANGES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/BREAKING_CHANGES.md b/BREAKING_CHANGES.md index 859f7813c407..d3864e5f14c1 100644 --- a/BREAKING_CHANGES.md +++ b/BREAKING_CHANGES.md @@ -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)