Bumps [@stencil/core](https://github.com/ionic-team/stencil) from 4.7.2 to 4.8.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ionic-team/stencil/releases"><code>@stencil/core</code>'s releases</a>.</em></p> <blockquote> <h2>🌞 v4.8.0 (2023-11-27)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>hydrate:</strong> prevent dead code elimination of patch dom implementation (<a href="https://redirect.github.com/ionic-team/stencil/issues/4966">#4966</a>) (<a href="5e36057795">5e36057</a>)</li> <li><strong>mock-doc:</strong> add <code>getAttributeNode</code> to mock elements (<a href="https://redirect.github.com/ionic-team/stencil/issues/5070">#5070</a>) (<a href="4e840e0e0e">4e840e0</a>)</li> <li><strong>mock-doc:</strong> add inert to HTMLAttributes (<a href="https://redirect.github.com/ionic-team/stencil/issues/5072">#5072</a>) (<a href="71a4110bbc">71a4110</a>), closes <a href="https://redirect.github.com/ionic-team/stencil/issues/5071">#5071</a></li> <li><strong>runtime:</strong> apply textnodes to shadow DOM instead of light DOM (<a href="https://redirect.github.com/ionic-team/stencil/issues/4946">#4946</a>) (<a href="217d588949">217d588</a>)</li> <li><strong>test:</strong> pass jest args correctly for v28/29 (<a href="https://redirect.github.com/ionic-team/stencil/issues/5068">#5068</a>) (<a href="5c4ac32805">5c4ac32</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>declarations:</strong> add popover attributes to JSX declarations (<a href="https://redirect.github.com/ionic-team/stencil/issues/5064">#5064</a>) (<a href="f73aa149f0">f73aa14</a>)</li> <li><strong>runtime:</strong> proxy form associated custom element lifecycle callbacks (<a href="https://redirect.github.com/ionic-team/stencil/issues/4939">#4939</a>) (<a href="ca53dbb02e">ca53dbb</a>)</li> </ul> <h2>Thanks</h2> <p>🎉 Thanks <a href="https://github.com/HansClaasen"><code>@HansClaasen</code></a> for their contributions! 🎉</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/ionic-team/stencil/blob/main/CHANGELOG.md"><code>@stencil/core</code>'s changelog</a>.</em></p> <blockquote> <h1>🌞 <a href="https://github.com/ionic-team/stencil/compare/v4.7.2...v4.8.0">4.8.0</a> (2023-11-27)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>hydrate:</strong> prevent dead code elimination of patch dom implementation (<a href="https://redirect.github.com/ionic-team/stencil/issues/4966">#4966</a>) (<a href="5e36057795">5e36057</a>)</li> <li><strong>mock-doc:</strong> add <code>getAttributeNode</code> to mock elements (<a href="https://redirect.github.com/ionic-team/stencil/issues/5070">#5070</a>) (<a href="4e840e0e0e">4e840e0</a>)</li> <li><strong>mock-doc:</strong> add inert to HTMLAttributes (<a href="https://redirect.github.com/ionic-team/stencil/issues/5072">#5072</a>) (<a href="71a4110bbc">71a4110</a>), closes <a href="https://redirect.github.com/ionic-team/stencil/issues/5071">#5071</a></li> <li><strong>runtime:</strong> apply textnodes to shadow DOM instead of light DOM (<a href="https://redirect.github.com/ionic-team/stencil/issues/4946">#4946</a>) (<a href="217d588949">217d588</a>)</li> <li><strong>test:</strong> pass jest args correctly for v28/29 (<a href="https://redirect.github.com/ionic-team/stencil/issues/5068">#5068</a>) (<a href="5c4ac32805">5c4ac32</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>declarations:</strong> add popover attributes to JSX declarations (<a href="https://redirect.github.com/ionic-team/stencil/issues/5064">#5064</a>) (<a href="f73aa149f0">f73aa14</a>)</li> <li><strong>runtime:</strong> proxy form associated custom element lifecycle callbacks (<a href="https://redirect.github.com/ionic-team/stencil/issues/4939">#4939</a>) (<a href="ca53dbb02e">ca53dbb</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="cddcad8ca2"><code>cddcad8</code></a> v4.8.0 (<a href="https://redirect.github.com/ionic-team/stencil/issues/5103">#5103</a>)</li> <li><a href="bcb17ac6cb"><code>bcb17ac</code></a> docs(runtime): add interface docs to <code>HostRef</code> (<a href="https://redirect.github.com/ionic-team/stencil/issues/4871">#4871</a>)</li> <li><a href="edc9f384ac"><code>edc9f38</code></a> chore(deps): update dependency npm to v10.2.4 (<a href="https://redirect.github.com/ionic-team/stencil/issues/5085">#5085</a>)</li> <li><a href="49c7607687"><code>49c7607</code></a> chore(deps): update typescript-eslint to v6.11.0 (<a href="https://redirect.github.com/ionic-team/stencil/issues/5087">#5087</a>)</li> <li><a href="9c8790d601"><code>9c8790d</code></a> test(vdom): adding tests for insertVdomAnnotations (<a href="https://redirect.github.com/ionic-team/stencil/issues/4867">#4867</a>)</li> <li><a href="13ec78e1bb"><code>13ec78e</code></a> chore(deps): update dependency puppeteer to v21.5.2 (<a href="https://redirect.github.com/ionic-team/stencil/issues/5086">#5086</a>)</li> <li><a href="9a3e81cb77"><code>9a3e81c</code></a> chore(deps): update dependency <code>@types/node</code> to v20.9.1 (<a href="https://redirect.github.com/ionic-team/stencil/issues/5084">#5084</a>)</li> <li><a href="217d588949"><code>217d588</code></a> fix(runtime): apply textnodes to shadow DOM instead of light DOM (<a href="https://redirect.github.com/ionic-team/stencil/issues/4946">#4946</a>)</li> <li><a href="ca53dbb02e"><code>ca53dbb</code></a> feat(runtime): proxy form associated custom element lifecycle callbacks (<a href="https://redirect.github.com/ionic-team/stencil/issues/4939">#4939</a>)</li> <li><a href="7c86019e59"><code>7c86019</code></a> refactor(build): stop removing process.binding in compiler (<a href="https://redirect.github.com/ionic-team/stencil/issues/5078">#5078</a>)</li> <li>Additional commits viewable in <a href="https://github.com/ionic-team/stencil/compare/v4.7.2...v4.8.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Ionic
Ionic is an open source app development toolkit for building modern, fast, top-quality cross-platform native and Progressive Web Apps from a single codebase with JavaScript and the Web.
Ionic is based on Web Components, which enables significant performance, usability, and feature improvements alongside support for popular web frameworks like Angular, React, and Vue.
Quickstart
·
Documentation
·
Contribute
·
Blog
Community:
Discord
·
Forums
·
Twitter
Packages
| Project | Package | Version | Downloads | Links |
|---|---|---|---|---|
| Core | @ionic/core |
README.md |
||
| Angular | @ionic/angular |
README.md |
||
| Vue | @ionic/vue |
README.md |
||
| React | @ionic/react |
README.md |
Looking for the ionic-angular package? Ionic 3 has been moved to the ionic-v3 repo. See Earlier Versions.
Getting Started
Start a new project by following our quick Getting Started guide. We would love to hear from you! If you have any feedback or run into issues using our framework, please file an issue on this repository.
Migration Guides
Already have an Ionic app? These guides will help you migrate to the latest versions.
Examples
The Ionic Conference App is a full featured Ionic app. It is the perfect starting point for learning and building your own app.
Contributing
Thanks for your interest in contributing! Read up on our guidelines for contributing and then look through our issues with a help wanted label.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
Future Goals
As Ionic Framework components migrate to the web component standard, a goal of ours is to have Ionic Framework easily work within all of the popular frameworks.
Earlier Versions
The source code for earlier versions of the Ionic Framework may exist in other repositories. Please open issues and pull requests in their respective repositories.
- Ionic 2/3: Moved to
ionic-team/ionic-v3 - Ionic 1: Moved to
ionic-team/ionic-v1