V5 WIP - do not merge#6657
Draft
johnjenkins wants to merge 236 commits into
Draft
Conversation
* chore: rename all the 'hydrate' things to 'ssr' * chore: * chore: * chore:
* chore: standalone hmr * chore: tagname change reload fixes * chore: * chore:
* chore: tidy up standalone types * chore: fix default asset handling * chore: tidy * chore:
* fix(types): add referrerPolicy to ImgHTMLAttributes (#6694) Mirror the existing declarations on AnchorHTMLAttributes and IframeHTMLAttributes so <img referrerpolicy="..."> type-checks without an `as any` cast. The ReferrerPolicy type is provided by the TypeScript DOM lib; no runtime impact. fixes: #6692 * chore(deps-dev): bump postcss from 8.5.6 to 8.5.13 (#6699) Bumps [postcss](https://github.com/postcss/postcss) from 8.5.6 to 8.5.13. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.5.6...8.5.13) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.13 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore: swap out deps --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Per Fryking <per.fryking@lime.tech> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore: fix up jsx-runtime and use in tests * chore: revert bundle-size test for now
* chore: fix up jsx-runtime and use in tests * chore: revert bundle-size test for now * chore: v5 squish runtime
* chore: rv `shadowDomShim`, `attachStyles` and `extras.experimentalScopedSlotChanges` * chore: fixup rolldown error handling types * chore: remove TODO 16 and 958 * chore: tackle TODO 1299. Serialize node attr audit * chore: address / assess TODOs 728, 898, 1076, 461 * chore: address 1005, improving worker interface types * chore: fix TODO 345. Reconciled MockWindow with Window * chore: fix hmr TODO - clean up event listeners * chore: fix TODO 419, type handling for resolved types vs template literals * chore: close TODO 462, 463, 464. Implement `createTestCompiler` to mock / stub all compiler things. Compiler tests now re-added! * chore: close TODO 914. Rename slot fixes and default to true * chore: format * chore: add non-shadow build-size test * chore: close TODO 854. Remove `needsShadowDom` flag * chore: close rest of TODOs! * chore: speed up compiler tests * chore: * chore: fix ssr tests * chore: fix cloneNode bug * chore: * chore: * chore: * chore:
* chore: more build size testing * chore: * chore:
* chore: rv insertAdjacentText & insertAdjacentElement patches * chore: optimize client-hydrate * chore: fiddling
* chore: rv insertAdjacentText & insertAdjacentElement patches * chore: optimize client-hydrate * chore: fiddling * chore: v5 enableImportInjection true by default * chore:
…ets (#6714) * chore: v5 move hash* settings to loader and www output settings * chore: fix migrations to read from ancestor stencil.configs
…tml) (#6716) * chore: v5 www output now handles all html files (not just src/index.html) * chore: usa, usa :D * chore:
…ions (#6720) * feat: v5 retain build flags in external runtimes and imported collections * chore: * chore:
…vs (#6722) * feat: v5 swap-out node stream for `ReadableStream` to work in edge envs * chore: * chore: update test * chore:
* feat: v5 new ssr-wasm output
* feat: v5 inject stencil hydrate css into global-style * chore: more testing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This is the main branch for the upcoming V5 release. Choc full of new things and some breaking changes
Things it'll address and close
Fixes #6641
Closes #6578
Fixes #6630
Fixes #5306
Closes #6599
Closes #5307
Closes #6107
Closes #4232
Documentation
Does this introduce a breaking change?
Testing
Other information