Skip to content

updates to feat custom elements import dependencies#2

Merged
johnjenkins merged 13 commits intojohnjenkins:feat-custom-elements-import-dependenciesfrom
rwaskiewicz:johnjenkins-feat-custom-elements-import-dependencies-ryan
Sep 14, 2021
Merged

updates to feat custom elements import dependencies#2
johnjenkins merged 13 commits intojohnjenkins:feat-custom-elements-import-dependenciesfrom
rwaskiewicz:johnjenkins-feat-custom-elements-import-dependencies-ryan

Conversation

@rwaskiewicz
Copy link
Copy Markdown

👋 This is the PR I mentioned earlier in Slack about minor fixups/changes. The last 5 commits are the ones with actual changes in them (the ones prior to that I think are there as an artifact of the target branch not having them yet). Starting with b1017f0, I added a small comment to each explaining what they did if the git commit message didn't explain it fully.

There's one more bug regarding output getting split into 2 separate files I'm still chasing down, but I figure it's better to share progress now

…ciljs#3046)

this PR is the first step in trying to improve our automation in GitHub.
it removes the 'Awaiting Reply' label and replaces it with the 'Reply
Received' label when an individual replies to a GitHub issue via a
comment.

this PR also prevents issues that are tagged with 'Reply Received' from
being culled by the stale issue configuration.

this is a first step in improving our workflow. this PR does not cover
every possibility/scenario for interacting with the community.
create the initial PR template for contributing to Stencil

STENCIL-6: Add GH PR Template to Stencil Core
…iljs#3048)

add documentation for smoke testing Stencil's browser API
- update the Stencil version textarea to be an input box, require it to be filled out
- update the code reproduction url to be required
…#3047)

patch textContent for scoped components that use slots. because there is
no shadow dom, calling the setter/getter on `textContent` would
otherwise act on the bare HTML elements. use the stencil metadata to
relocate the text to the proper location

this functionality is hidden behind a feature flag. users may enable it
by setting `scopedSlotTextContentFix` to `true` in the `extras` section
of their Stencil configuration file. This field defaults to `false`
(keeping the same behavior that exists today) while this flag is
evaluated.

this does _not_ bring this functionality over to the custom elements
build
create an adr discussing how/why the team shall adopt CommonMark as the
standard for the docs-readme output target
…:johnjenkins/stencil into johnjenkins-feat-custom-elements-import-dependencies
fixes the scenario where the element tag name does not match the class
name after being transformed to PascalCase. Rely on the component class
name
@johnjenkins johnjenkins merged commit 5591f4f into johnjenkins:feat-custom-elements-import-dependencies Sep 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants