-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: custom elements rework #8457
feat: custom elements rework #8457
Commits on Apr 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 52f911c - Browse repository at this point
Copy the full SHA 52f911cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1131584 - Browse repository at this point
Copy the full SHA 1131584View commit details
Commits on Apr 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 82de3f6 - Browse repository at this point
Copy the full SHA 82de3f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4102f0 - Browse repository at this point
Copy the full SHA a4102f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00d0405 - Browse repository at this point
Copy the full SHA 00d0405View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07af512 - Browse repository at this point
Copy the full SHA 07af512View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62e6d06 - Browse repository at this point
Copy the full SHA 62e6d06View commit details
Commits on Apr 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 868fb23 - Browse repository at this point
Copy the full SHA 868fb23View commit details -
Configuration menu - View commit details
-
Copy full SHA for a31d4a5 - Browse repository at this point
Copy the full SHA a31d4a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 931b7f5 - Browse repository at this point
Copy the full SHA 931b7f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1241f43 - Browse repository at this point
Copy the full SHA 1241f43View commit details -
Configuration menu - View commit details
-
Copy full SHA for 765023d - Browse repository at this point
Copy the full SHA 765023dView commit details -
breaking: send in/out to transition fn (sveltejs#8318)
Instead of "both", which doesn't make sense at that point.
Configuration menu - View commit details
-
Copy full SHA for 75aec41 - Browse repository at this point
Copy the full SHA 75aec41View commit details -
chore: remove node<14 tests (sveltejs#8482)
Co-authored-by: Ben McCann <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c729829 - Browse repository at this point
Copy the full SHA c729829View commit details
Commits on Apr 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for eedacc9 - Browse repository at this point
Copy the full SHA eedacc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for abd760d - Browse repository at this point
Copy the full SHA abd760dView commit details -
chore: upgrade to TypeScript 5 (sveltejs#8488)
- upgrade to TypeScript 5 - upgrade @ampproject/remapping - remove obsolete workarounds --------- Co-authored-by: Simon Holthausen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1e2cfa4 - Browse repository at this point
Copy the full SHA 1e2cfa4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42e0f7d - Browse repository at this point
Copy the full SHA 42e0f7dView commit details -
chore: upgrade rollup (sveltejs#8491)
bump to rollup 3. Includes reworking the "treat those imports as external" a bit so that Rollup builds correctly but doesn't bundle some of the (now relative) imports --------- Co-authored-by: Simon Holthausen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c9ccd6e - Browse repository at this point
Copy the full SHA c9ccd6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 149c100 - Browse repository at this point
Copy the full SHA 149c100View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96e9768 - Browse repository at this point
Copy the full SHA 96e9768View commit details -
Configuration menu - View commit details
-
Copy full SHA for 840a7be - Browse repository at this point
Copy the full SHA 840a7beView commit details
Commits on Apr 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 573784c - Browse repository at this point
Copy the full SHA 573784cView commit details
Commits on Apr 14, 2023
-
breaking: improve types for
createEventDispatcher
(sveltejs#7224)--------- Co-authored-by: Simon Holthausen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d6bcddd - Browse repository at this point
Copy the full SHA d6bcdddView commit details -
breaking: conditional ActionReturn type if Parameter is void (sveltej…
…s#7442) --------- Co-authored-by: Ivan Hofer <[email protected]> Co-authored-by: Simon H <[email protected]> Co-authored-by: Ignatius Bagus <[email protected]> Co-authored-by: Ben McCann <[email protected]> Co-authored-by: Simon Holthausen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 56a6738 - Browse repository at this point
Copy the full SHA 56a6738View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9460616 - Browse repository at this point
Copy the full SHA 9460616View commit details -
fix: bind null option and input values consistently (sveltejs#8328)
Null and undefined `value` bindings should always be set to an empty string. This allows native browser validation of `required` fields to work as expected with placeholder options. Placeholder options bound to null are necessary in forms where the field is conditionally required, and the bound value is posted to an API endpoint which requires it to be a nullable number or object rather than a string. fixes sveltejs#8312
Configuration menu - View commit details
-
Copy full SHA for 88728e3 - Browse repository at this point
Copy the full SHA 88728e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1a9722 - Browse repository at this point
Copy the full SHA d1a9722View commit details -
Configuration menu - View commit details
-
Copy full SHA for e790740 - Browse repository at this point
Copy the full SHA e790740View commit details -
Configuration menu - View commit details
-
Copy full SHA for daadae9 - Browse repository at this point
Copy the full SHA daadae9View commit details
Commits on Apr 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 39333b1 - Browse repository at this point
Copy the full SHA 39333b1View commit details
Commits on Apr 18, 2023
-
chore: produce single bundle for runtime with multiple entrypoints (s…
…veltejs#8504) * single runtime bundle * formatting * dedupe output options * fix tests apparently * skip writeBundle for cjs build * revert quotes * remove manualChunks * some node16 module resolution compliance * disable minifyInternalExports (doesn't really make sense for a library since users' build step will do it again anyway)
Configuration menu - View commit details
-
Copy full SHA for 662804e - Browse repository at this point
Copy the full SHA 662804eView commit details -
breaking: update onMount type definition to prevent async function re…
…turn (sveltejs#8136) --------- Co-authored-by: Yuichiro Yamashita <[email protected]> Co-authored-by: Simon H <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 350c6c3 - Browse repository at this point
Copy the full SHA 350c6c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f93e30 - Browse repository at this point
Copy the full SHA 1f93e30View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9eb73e0 - Browse repository at this point
Copy the full SHA 9eb73e0View commit details -
Merge branch 'custom-elements-rework' of https://github.com/dummdidum…
…m/svelte into custom-elements-rework
Configuration menu - View commit details
-
Copy full SHA for b63a6aa - Browse repository at this point
Copy the full SHA b63a6aaView commit details
Commits on Apr 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 00e6df8 - Browse repository at this point
Copy the full SHA 00e6df8View commit details
Commits on Apr 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1e82718 - Browse repository at this point
Copy the full SHA 1e82718View commit details
Commits on May 2, 2023
-
ceProps -> customElement.props, tag -> customElement/customElement.ta…
…g, some fixes, types, remove tag warning, docs
Configuration menu - View commit details
-
Copy full SHA for 5804b69 - Browse repository at this point
Copy the full SHA 5804b69View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad00392 - Browse repository at this point
Copy the full SHA ad00392View commit details -
Configuration menu - View commit details
-
Copy full SHA for 424fcbc - Browse repository at this point
Copy the full SHA 424fcbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fe3c3a - Browse repository at this point
Copy the full SHA 8fe3c3aView commit details