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

Page: https://stenciljs.com/docs/hydrate-app Options for `HYDRATEDOCUMENT` and `RENDERTOSTRING` only show types and no additional documentation on what each option does. `stencil/src/declarations/stencil-public-compiler.ts` provides comments on each option. Proposed: Submit a pull request...

The tip about using `this.el.shadowRoot` to access elements inside the Shadow DOM should mention how to get the `el` property onto the class. An example has been added.

https://stenciljs.com/docs/styling#things-to-remember-with-shadow-dom The tip about using `this.el.shadowRoot` to access elements inside the Shadow DOM should mention how to get the `el` property onto the class. An example has been added.

i am reviewing your `stencil-site` source code. prismjs is written by old syntax and can not be understand very good. `ionic-team` some other repo, such like `ionicons-site` use highlight.js.

This pull request is for DocSearch custom tags. This pull request does not change its behavior or appearance. I am translating the stencil-site into Japanese(Site is [stenciljs.jp](stenciljs.jp)). And I want...

site revamp

The unit testing docs page here: https://stenciljs.com/docs/unit-testing describes two approaches to unit testing, using newSpecPage, or logic only testing using a new MyComponent() constructor. However, when you try to use...

The docs for the [Custom Elements Bundle output target](https://stenciljs.com/docs/custom-elements) do not mention the `inlineDynamicImports` option. By default, the `dist-custom-elements-bundle` creates a bundle with dynamic import of the CSS file. In...

Hi thanks for this great project. Not a bug but a few questions hope you don't mind! **Not minified:** I have latest v2 and the prod `build` does not minify...

In the documentation on the "dist" output target, the deprecated entry script is referenced. Expected: The differential bundling scripts are referenced, like on the Output Targets Overview page. Source: https://github.com/ionic-team/stencil-site/blame/master/src/docs/output-targets/dist.md#L51

The renderToString Options in the Guides/Hydrate App Chapter are incorrect and not well documented. The afterHydrate and beforeHydrate Options with type boolean already seemed a bit off to me so...