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 commit updates the redirect for https://stenciljs.com/blog/ (note the trailing slash) to redirect to the Ionic blog. STENCIL-287: Fixup Blog Redirect

This PR contains work (started by @ltm!) to switch the Stencil website from a custom, Stencil-based application and build system to using [Docusaurus](https://docusaurus.io/). Docusaurus has built-in (or plugin-based) support for...

@see https://github.com/ionic-team/stencil/pull/3488

```tsx @Component({ tag: 'target-train-editor', styleUrl: 'target-train-editor.css', shadow: true, }) export class TargetTrainEditor { @Prop({ attribute: 'train-resource', reflect: true, mutable: true }) trainResource?: string; render() { console.log(this.trainResource); } } ``` ```html...

Resolution: Needs Documentation

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...

dependencies

Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.2.2 to 16.7.0. Release notes Sourced from jsdom's releases. Version 16.7.0 Added AbortSignal.abort(). (ninevra) Added dummy x and y properties to the return value of getBoundingClientRect(). (eiko)...

dependencies

Hello 🙂 I recently had an issue with the `hydrated` class that gets added by Stencil to indicate a component is ready to be rendered. Long story short, I have...

Hope to add simplified Chinese

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

**Stencil version:** ``` @stencil/[email protected] ``` **I'm submitting a:** [ x ] bug report **Current behavior:** The [docs](https://stenciljs.com/docs/copy-tasks) for copy tasks says: ```Each output target can have its own copy config,...

Resolution: Needs Documentation