stencil-site icon indicating copy to clipboard operation
stencil-site copied to clipboard

Stencil site and documentation source.

Results 92 stencil-site issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Edited/Blocked These updates have been manually edited so Renovate will no longer make...

dependencies

Adds documentation to the dev server config page for the `pingRoute` option. First commit moves the config options out of a table format to align with our other configuration style...

do not merge: waiting for next stencil release

Hello everyone, I'm currently looking into integrating Stencil with NextJS 14 and App Router. Do you guys have a working example with a working SSR example in NextJS + App...

**Stencil version:** ``` └── @stencil/[email protected] ``` **I'm submitting a:** [x] bug report [ ] feature request [ ] support request => Please do not submit support requests here, use one...

it is not possible to import something that has a name with a dash. it's not accurate to suggest to import without curly braces. it's incomplete to not show the...

The example clock component was removed during the switch to Docosaurus. https://github.com/ionic-team/stencil-site/blob/6358e7a3eb5e6e61a4c1a18cdaf32a4d82ba988a/docs/components/component-lifecycle.md?plain=1#L186-L189

https://github.com/ionic-team/stencil-site/blob/master/src/docs/output-targets/dist.md The last 2 paragraphs on the Output Targets > dist page are identical, and either incorrect or incomplete. They state: "Add an `import` within the root component: `import my-component`;"...

This patch adds another option for testing Stencil components using Vitest. While this option has its limitation (no auto-waits and no mocking) it still is an option that is useable...

Document that this option is deprecated moving forward.

Updates the documentation for the React framework integration page for the changes from https://github.com/ionic-team/stencil-ds-output-targets/pull/428. - Updates minimum React 17 requirement - Removes explicit typescript version, this is dependent on the...