Skip to content

Commit

Permalink
docs(config): update experimentalSlotFixes bug fix list
Browse files Browse the repository at this point in the history
this commit adds ionic-team/stencil#2641 to
the list of issues fixed when enabling `experimentalSlotFixes`
  • Loading branch information
rwaskiewicz committed Sep 6, 2023
1 parent fa97a17 commit db1085b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
6 changes: 4 additions & 2 deletions docs/config/extras.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,10 @@ specified separately:
- [`cloneNodeFix`](#clonenodefix)

Slot-related fixes to the runtime will be added over the course of Stencil v4,
with the intent of making these the default behavior in Stencil v5. If this
flag is set to `true` these will be automatically enabled.
with the intent of making these the default behavior in Stencil v5. When set to
`true` fixes for the following issues will be applied:

- [Elements rendered outside of slot when shadow not enabled (#2641)](https://github.com/ionic-team/stencil/issues/2641) (since v4.2.0)

:::note
New fixes enabled by this experimental flag are not subject to Stencil's
Expand Down
8 changes: 5 additions & 3 deletions versioned_docs/version-v4.2/config/extras.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,12 @@ specified separately:
- [`cloneNodeFix`](#clonenodefix)

Slot-related fixes to the runtime will be added over the course of Stencil v4,
with the intent of making these the default behavior in Stencil v5. If this
flag is set to `true` these will be automatically enabled.
with the intent of making these the default behavior in Stencil v5. When set to
`true` fixes for the following issues will be applied:

- [Elements rendered outside of slot when shadow not enabled (#2641)](https://github.com/ionic-team/stencil/issues/2641) (since v4.2.0)

:::note
New fixes enabled by this experimental flag are not subject to Stencil's
[semantic versioning policy](../reference/versioning.md).
:::
:::

0 comments on commit db1085b

Please sign in to comment.