-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
svelte.dev v2 #8578
svelte.dev v2 #8578
Commits on Jan 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ae2a089 - Browse repository at this point
Copy the full SHA ae2a089View commit details
Commits on Jan 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7d3f565 - Browse repository at this point
Copy the full SHA 7d3f565View commit details
Commits on Feb 2, 2023
-
1
Configuration menu - View commit details
-
Copy full SHA for 952ca44 - Browse repository at this point
Copy the full SHA 952ca44View commit details -
[feat]: Move svelte.dev here (#8237)
* Push * Remove `rootDir` * Use tsconfig instead of jsconfig * Push recent changes * Better dark mode * empty commit to try and trigger a deploy * bump kit * Fix site-kit dep * Comment out blurb * Update site-kit to 3.2.1 * Externalise sourcemap-codec * Install sourcemap-codec as dep --------- Co-authored-by: Rich Harris <hello@rich-harris.dev>
1Configuration menu - View commit details
-
Copy full SHA for 60806f7 - Browse repository at this point
Copy the full SHA 60806f7View commit details
Commits on Feb 3, 2023
-
1
Configuration menu - View commit details
-
Copy full SHA for 7afee76 - Browse repository at this point
Copy the full SHA 7afee76View commit details
Commits on Feb 7, 2023
-
* Rename markdown to blog * Multi-page docs * Ignore missing ID for now * heading * Add code snippets(temporary) * /docs redirects to introduction * Remove ukraine petition * OnThisPage * Remove console.log * Update deps * Fix accessibility warning * Update site-kit
1Configuration menu - View commit details
-
Copy full SHA for 6934931 - Browse repository at this point
Copy the full SHA 6934931View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3f3602 - Browse repository at this point
Copy the full SHA a3f3602View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for f4c593f - Browse repository at this point
Copy the full SHA f4c593fView commit details
Commits on Feb 13, 2023
-
feat: Proper dark mode (#8274)
* Push * Update svelte REPL * Light mode fixes * Fox height issues * Moar dark mode fixes * More changes * Fix zen mode height issue
1Configuration menu - View commit details
-
Copy full SHA for 79db9b1 - Browse repository at this point
Copy the full SHA 79db9b1View commit details
Commits on Feb 14, 2023
-
1
Configuration menu - View commit details
-
Copy full SHA for dd96032 - Browse repository at this point
Copy the full SHA dd96032View commit details
Commits on Feb 16, 2023
-
1
Configuration menu - View commit details
-
Copy full SHA for 1b12546 - Browse repository at this point
Copy the full SHA 1b12546View commit details -
feat: search and backlink compatability (#8286)
* Copy the right files * Finish search * FIx accessibility issues * Add original site compatibility back in * Remove console.log * Reorganize imports * Minor refactor * Fix undefined heading issue * Replace state on redirect * Don't redirect to docs/introduction from navbar * Cleanup search * Cleanup some more(html entities) * Remove console log * Minor style tweaks * Put search in middle
1Configuration menu - View commit details
-
Copy full SHA for df2bb23 - Browse repository at this point
Copy the full SHA df2bb23View commit details
Commits on Mar 8, 2023
-
1
Configuration menu - View commit details
-
Copy full SHA for ec8b7e8 - Browse repository at this point
Copy the full SHA ec8b7e8View commit details
Commits on Mar 18, 2023
-
1
Configuration menu - View commit details
-
Copy full SHA for b45fe80 - Browse repository at this point
Copy the full SHA b45fe80View commit details
Commits on Mar 23, 2023
-
1
Configuration menu - View commit details
-
Copy full SHA for 95c346c - Browse repository at this point
Copy the full SHA 95c346cView commit details
Commits on Mar 24, 2023
-
1
Configuration menu - View commit details
-
Copy full SHA for 339ea85 - Browse repository at this point
Copy the full SHA 339ea85View commit details
Commits on Mar 28, 2023
-
chore: bump site-kit, use new components
- use search components - use shell component
Configuration menu - View commit details
-
Copy full SHA for bad1780 - Browse repository at this point
Copy the full SHA bad1780View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 99611ad - Browse repository at this point
Copy the full SHA 99611adView commit details
Commits on Mar 29, 2023
-
feat(site-2): Local tutorial (#8427)
* feat(docs): Local tutorial * Refactor some stuff * Better error handling * Fix search imports * Prerender tutorial * try prerendering hack * fix super stupid display hidden bug * Shorten the rendered URL * Shorten URL code even more
1Configuration menu - View commit details
-
Copy full SHA for 35e7a85 - Browse repository at this point
Copy the full SHA 35e7a85View commit details -
feat(site-2): Local examples (#8431)
* feat(docs): Local tutorial * Refactor some stuff * Better error handling * Fix search imports * Prerender tutorial * try prerendering hack * fix super stupid display hidden bug * Shorten the rendered URL * Shorten URL code even more * Prerender in svelte.config.js * Refactor * Fix ScreenToggle dark mode styles * Initial POC * Rvert to old hack * Fix svelte-document.jpg
1Configuration menu - View commit details
-
Copy full SHA for 9793b41 - Browse repository at this point
Copy the full SHA 9793b41View commit details
Commits on Apr 2, 2023
-
feat(site-2): Fully remove api.svelte.dev (#8432)
* Localize the examples dependents * Localize FAQ * Try to fix examples API * Remove examples api * Prerender, use vercel adapter, disable PUT action for now * Don't call get_examples_data on top * Move repl PUT to its own routew * Don't prerender REPL page * Change console warn * Prerender tutorial the smart way * Use getContext in root * work around some weird content encoding glitch * Try the pre-generate route * Apply the suggestions * Fix embed examples * Remove comment * remove commented-out code * Update sites/svelte.dev/src/routes/_components/Demo.svelte Co-authored-by: Rich Harris <richard.a.harris@gmail.com> * remove unused code * add note to self, remove ts-ignore * move adapter-vercel to devDependencies * remove some unused deps * huh we need flexsearch after all? weird * we need sourcemap-codec as well — what the hell. are these deps missing from a dep? --------- Co-authored-by: Rich Harris <git@rich-harris.dev> Co-authored-by: Rich Harris <richard.a.harris@gmail.com>
1Configuration menu - View commit details
-
Copy full SHA for 5976de8 - Browse repository at this point
Copy the full SHA 5976de8View commit details -
Merge branch 'master' into sites
Rich Harris committedApr 2, 2023 1Configuration menu - View commit details
-
Copy full SHA for f4edb38 - Browse repository at this point
Copy the full SHA f4edb38View commit details -
feat(site-2): Update links, move blog out of SK folder to content (#8289
) * Update links * Move blog to site/content * Update site/content/docs/02-component-format.md * Fix docs links * Add global prettierrc * Auto format * Fix git merge artifact * Fix errors * Update html to svelte(remaining ones) * Add 2 blog posts * Modify prettierrc * Minor design fix * Switch package lock to spaces, prettier ignore * Regenerate package lock * prettier format * Update deps * Hack the build into working * add missing blog post --------- Co-authored-by: Rich Harris <richard.a.harris@gmail.com> Co-authored-by: Rich Harris <git@rich-harris.dev>
Configuration menu - View commit details
-
Copy full SHA for db2d07f - Browse repository at this point
Copy the full SHA db2d07fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 95abaec - Browse repository at this point
Copy the full SHA 95abaecView commit details
Commits on Apr 3, 2023
-
feat(site-2): Split docs (#8435)
* Update links * Move blog to site/content * Update site/content/docs/02-component-format.md * Fix docs links * Add global prettierrc * Auto format * Fix git merge artifact * Fix errors * Update html to svelte(remaining ones) * Add 2 blog posts * Modify prettierrc * Minor design fix * Switch package lock to spaces, prettier ignore * Regenerate package lock * prettier format * Push * Remove console.logs * Minor fixes * Fix search * Fix heading <code> style * Fix search some more * Code cleanup * Update deps * Move content around * Allow drafts * Redirect logic * Don't render anything on docs if /docs * Shorten the regex patterns * Fix some more * Hack the build into working * Modernize docs links * Add content to introduction * Modify the content * fix content links * Reduce duplication in redirect regex * Differences from Kit page * Fix link * Make OnThisPage visible on all docs * Misc changes * Move differences page to introduction * Run prettier * Prerender examples api routes * Modify introdution page * replace positions of readonly and get * Minor blog style enhancement --------- Co-authored-by: Rich Harris <richard.a.harris@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b569018 - Browse repository at this point
Copy the full SHA b569018View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 050c103 - Browse repository at this point
Copy the full SHA 050c103View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for beb3f65 - Browse repository at this point
Copy the full SHA beb3f65View commit details
Commits on Apr 5, 2023
-
1
Configuration menu - View commit details
-
Copy full SHA for 04d4592 - Browse repository at this point
Copy the full SHA 04d4592View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 1e982c1 - Browse repository at this point
Copy the full SHA 1e982c1View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 9997995 - Browse repository at this point
Copy the full SHA 9997995View commit details
Commits on Apr 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 009ce45 - Browse repository at this point
Copy the full SHA 009ce45View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec73359 - Browse repository at this point
Copy the full SHA ec73359View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71d173a - Browse repository at this point
Copy the full SHA 71d173aView commit details
Commits on Apr 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 92e62c9 - Browse repository at this point
Copy the full SHA 92e62c9View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 36658da - Browse repository at this point
Copy the full SHA 36658daView commit details
Commits on Apr 15, 2023
-
1
Configuration menu - View commit details
-
Copy full SHA for 59b7c44 - Browse repository at this point
Copy the full SHA 59b7c44View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 92a06e9 - Browse repository at this point
Copy the full SHA 92a06e9View commit details
Commits on Apr 17, 2023
-
feat(site-2): Remove legacy site-kit stuff (#8501)
* Push * Update site-kit * Update svelte REPL * Remove rollup URL * meh * Modify sidebar colors * Bump deps
1Configuration menu - View commit details
-
Copy full SHA for 45f2890 - Browse repository at this point
Copy the full SHA 45f2890View commit details
Commits on Apr 20, 2023
-
1
Configuration menu - View commit details
-
Copy full SHA for 1e9e843 - Browse repository at this point
Copy the full SHA 1e9e843View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for ce686c9 - Browse repository at this point
Copy the full SHA ce686c9View commit details
Commits on Apr 30, 2023
-
1
Configuration menu - View commit details
-
Copy full SHA for 12f4f6c - Browse repository at this point
Copy the full SHA 12f4f6cView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 23d63c7 - Browse repository at this point
Copy the full SHA 23d63c7View commit details
Commits on May 9, 2023
-
feat(site-2): Use entries (#8570)
* Push * Image stuff * Use entries * Update deps * Update kit
1Configuration menu - View commit details
-
Copy full SHA for 3b4ab35 - Browse repository at this point
Copy the full SHA 3b4ab35View commit details
Commits on May 10, 2023
-
1
Configuration menu - View commit details
-
Copy full SHA for b9ea60c - Browse repository at this point
Copy the full SHA b9ea60cView commit details
Commits on May 11, 2023
-
feat(site-2): TS in docs (#8452)
* Commit * Push working type generation code * Fix type gen script invocation * Delete type-info.js * Change build script * Recreate package lock * mkdir generated * Add type references to some pages * Add TS-able snippets to docs examples * Fix some stuff * Add types to individual functions * Add to store page * Refactor compile-types.js * Move ts sourcefile stuff to compile-types * Remove commented code * Half attempt at export aliases * Add * Fix, add disclaimer for svelte/internal * Disable /docs prerendering * Remove internals page * Remove redundant stuff * Make search work with it * Fix compile types logic * Add file: comment, * Add two-slash to docs pages * Get type links working * Remove console.log * Add action module * Fix actions logic * Make compile-types logic more robust * Bump site-kit * Fix gitignore * Use moduleResolution bundler * Don't apply shiki-twoslash to auto generated code snippets from render * Recreate package lock * Make TSbpage undraft * Fix svelte component types * Remove console.log * No more sveltekit * Make regex smarter * Update sites/svelte.dev/scripts/type-gen/compile-types.js Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com> * Rebuild package lock * Remove commented out code * Update deps * Remove $$_attributes --------- Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com>
1Configuration menu - View commit details
-
Copy full SHA for 9bee59c - Browse repository at this point
Copy the full SHA 9bee59cView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for fd9088b - Browse repository at this point
Copy the full SHA fd9088bView commit details
Commits on May 12, 2023
-
fix(site-2): Restyle home page (#8454)
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 52028a0 - Browse repository at this point
Copy the full SHA 52028a0View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 5a671cb - Browse repository at this point
Copy the full SHA 5a671cbView commit details
Commits on May 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fbd3ccd - Browse repository at this point
Copy the full SHA fbd3ccdView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 1e2ad92 - Browse repository at this point
Copy the full SHA 1e2ad92View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for c967b81 - Browse repository at this point
Copy the full SHA c967b81View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for f363af7 - Browse repository at this point
Copy the full SHA f363af7View commit details
Commits on May 14, 2023
-
1
Configuration menu - View commit details
-
Copy full SHA for 21a0141 - Browse repository at this point
Copy the full SHA 21a0141View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for f3396cf - Browse repository at this point
Copy the full SHA f3396cfView commit details
Commits on May 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d652ddb - Browse repository at this point
Copy the full SHA d652ddbView commit details
Commits on May 16, 2023
-
feat(site-2): Accessibility (#8579)
* Push * Push * Fix Contents order * Skip link to left sidemenu * Add text class * use top-nav slot * Improve imagetools * Fix aria-label * Bump site-kit
Configuration menu - View commit details
-
Copy full SHA for bb0d34b - Browse repository at this point
Copy the full SHA bb0d34bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 543e93b - Browse repository at this point
Copy the full SHA 543e93bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a39c7f3 - Browse repository at this point
Copy the full SHA a39c7f3View commit details
Commits on May 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 273c731 - Browse repository at this point
Copy the full SHA 273c731View commit details
Commits on May 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3067e7a - Browse repository at this point
Copy the full SHA 3067e7aView commit details
Commits on May 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cf5561c - Browse repository at this point
Copy the full SHA cf5561cView commit details
Commits on May 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 098a553 - Browse repository at this point
Copy the full SHA 098a553View commit details -
Configuration menu - View commit details
-
Copy full SHA for b47e21c - Browse repository at this point
Copy the full SHA b47e21cView commit details
Commits on May 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ad949c5 - Browse repository at this point
Copy the full SHA ad949c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46f71b3 - Browse repository at this point
Copy the full SHA 46f71b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2312133 - Browse repository at this point
Copy the full SHA 2312133View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0050f06 - Browse repository at this point
Copy the full SHA 0050f06View commit details -
feat(site-2): New Markdown renderer, FAQ, Blog, Tutorial, Docs, (#8603)
* New FAQ, new renderer * Push blog stuff * Fix blog posts * Add tutorial to be rendered * Update documentation/content/blog/2023-03-09-zero-config-type-safety.md Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com> * Update documentation/content/blog/2023-03-09-zero-config-type-safety.md Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com> * Revamp a lot of renderer, make it (soft) compatible with sveltekit * Remove markdown types * Clean up faq +page * Document stuff * Make the options more explicity * chore(site-2): Restructure docs pt 2 (#8604) * Push * Update readme * Push * inor accessibility fix * minr stuff * Add prepare * Run prettier * Remove test script * pnpm update * Update sites/svelte.dev/src/routes/examples/[slug]/+page.svelte Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com> * Update sites/svelte.dev/package.json Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com> --------- Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com> --------- Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 993b402 - Browse repository at this point
Copy the full SHA 993b402View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b0d638 - Browse repository at this point
Copy the full SHA 7b0d638View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf0d815 - Browse repository at this point
Copy the full SHA cf0d815View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f0fe30 - Browse repository at this point
Copy the full SHA 9f0fe30View commit details
Commits on May 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4cde4ea - Browse repository at this point
Copy the full SHA 4cde4eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for bd51e6f - Browse repository at this point
Copy the full SHA bd51e6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d813943 - Browse repository at this point
Copy the full SHA d813943View commit details
Commits on May 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for eb18769 - Browse repository at this point
Copy the full SHA eb18769View commit details
Commits on May 30, 2023
-
fix(site-2): REPL component and minor fixes (#8616)
* Push * Update deps * Allow autocomplete on embed pages * nit * Remove unnecessary import * Remove debug * Update deps stiff * Cleanup * Remove prerender auto from repl page * Use REPL next.4
Configuration menu - View commit details
-
Copy full SHA for 38a70bc - Browse repository at this point
Copy the full SHA 38a70bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2efd78c - Browse repository at this point
Copy the full SHA 2efd78cView commit details
Commits on Jun 1, 2023
-
* move FAQ to /docs/faq * remove some more junk * simplify * escape * move redirect to server, prerender --------- Co-authored-by: Rich Harris <git@rich-harris.dev>
Configuration menu - View commit details
-
Copy full SHA for 83d5671 - Browse repository at this point
Copy the full SHA 83d5671View commit details -
* remove VITE_API_BASE stuff * use site-kit <Section> component * remove comments --------- Co-authored-by: Rich Harris <git@rich-harris.dev>
Configuration menu - View commit details
-
Copy full SHA for 042a678 - Browse repository at this point
Copy the full SHA 042a678View commit details -
Configuration menu - View commit details
-
Copy full SHA for c33377f - Browse repository at this point
Copy the full SHA c33377fView commit details -
* update intro * update tutorial links * unitalicise code spans * Update documentation/docs/01-getting-started/01-introduction.md Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com> * Update documentation/docs/01-getting-started/01-introduction.md Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com> * Update documentation/docs/01-getting-started/01-introduction.md Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com> * Update documentation/docs/01-getting-started/01-introduction.md Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com> --------- Co-authored-by: Rich Harris <git@rich-harris.dev> Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 27538fc - Browse repository at this point
Copy the full SHA 27538fcView commit details
Commits on Jun 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 276d2f8 - Browse repository at this point
Copy the full SHA 276d2f8View commit details
Commits on Jun 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 53b8158 - Browse repository at this point
Copy the full SHA 53b8158View commit details
Commits on Jun 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ad849cc - Browse repository at this point
Copy the full SHA ad849ccView commit details
Commits on Jun 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fbd1d0a - Browse repository at this point
Copy the full SHA fbd1d0aView commit details
Commits on Jun 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ad9a672 - Browse repository at this point
Copy the full SHA ad9a672View commit details
Commits on Jun 12, 2023
-
* DocsNav * Push * Nav title on each page * Install jridgewell sourcemap codec. Why it breaking suddenly * Use theme store * Use $nav_title * use $page.data.nav_title * Disable global prerendering * Fix Suppprters section * use new method * Initially hidden nav functionality * Minor fixes * Simplify into one single nav * Accomodate to the bottom nav * Minor fixes * nit * Add selected to other pages as well * New way of passing to navbar * Code cleanup * Directly pass list instead of components * 14 days * Fix comment * Discord icon * Bump site-kit finally
Configuration menu - View commit details
-
Copy full SHA for aa5bb4a - Browse repository at this point
Copy the full SHA aa5bb4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 744c596 - Browse repository at this point
Copy the full SHA 744c596View commit details
Commits on Jun 14, 2023
-
update type generation script (#8712)
* chore: playground (#8648) * initialize playground * pnpm up * tidy up git ignore * remove fluff * format * rm readme * fix jsconfig error * add skip-worktree instructions * reload hack * simplify * use rollup * ughh * add flag for SSR * ... * simplify further * configure launch.json * add debugger info to readme * remove vm modules flag * use replaceAll instead of replace * tidy up * fix: make it run * add watch to launch config * Generate type declarations with `dts-buddy` (#8702) * use dts-buddy * remove debug output * remove existing type generation script * fix package.json * update gitignore * bump dts-buddy * remove unused action entry point * add svelte/compiler and svelte/types/compiler/preprocess modules * bump dts-buddy * annoying * changeset * bump dts-buddy * get rid of .d.ts files * another one * Update packages/svelte/package.json Co-authored-by: gtmnayan <50981692+gtm-nayan@users.noreply.github.com> --------- Co-authored-by: Rich Harris <git@rich-harris.dev> Co-authored-by: gtmnayan <50981692+gtm-nayan@users.noreply.github.com> * fix: export ComponentType (#8694) * fix: export ComponentType * ughh * changeset * fix: derived types (#8700) * fix: derived store types * changeset * Version Packages (next) (#8709) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * update type generation script * remove unused stuff * fix: changeset publish script isn't called release anymore (#8711) * chore: remove prepare script (#8713) * chore: fix release workflow (#8716) * More readable, Fix $$_attributes * Fix types (#8727) * put comment in right place * bump dts-buddy --------- Co-authored-by: Rich Harris <git@rich-harris.dev> * build types * add svelte/compiler types * remove prepare script * fix * typo * squelch errors * Add svelte and kit to twoslash's types field * squelch more stuff * Add errors to account for new types * Remove deps * formatting tweak * fix linting, maybe * the hell * gah * Fix types a bit * bump dts-buddy * pnpm generate in dev mode * Cache again * reduce index * bump dts-buddy * remove comment --------- Co-authored-by: gtmnayan <50981692+gtm-nayan@users.noreply.github.com> Co-authored-by: Rich Harris <git@rich-harris.dev> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Dominik G <dominik.goepel@gmx.de> Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com> Co-authored-by: Puru Vijay <devpuruvj@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b1cafc4 - Browse repository at this point
Copy the full SHA b1cafc4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20d95dd - Browse repository at this point
Copy the full SHA 20d95ddView commit details -
Co-authored-by: Rich Harris <git@rich-harris.dev>
Configuration menu - View commit details
-
Copy full SHA for 5e4a55c - Browse repository at this point
Copy the full SHA 5e4a55cView commit details
Commits on Jun 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 62bef80 - Browse repository at this point
Copy the full SHA 62bef80View commit details -
fix(site-2): Home page styles(pt 2) (#8720)
* DocsNav * Push * Nav title on each page * Install jridgewell sourcemap codec. Why it breaking suddenly * Use theme store * Use $nav_title * use $page.data.nav_title * Disable global prerendering * Fix Suppprters section * use new method * Initially hidden nav functionality * Minor fixes * Simplify into one single nav * Accomodate to the bottom nav * Minor fixes * nit * Add selected to other pages as well * New way of passing to navbar * Code cleanup * Directly pass list instead of components * 14 days * Fix comment * Discord icon * Homepage styles * More tweak, extra CTA * Bigger lowercase tagline * Preload overpass for transitions demo * Tweak for ipad air * Remove letter spacing * simplify home page styles (#8738) * simplify * fix * slightly better use of space * tiny bit more room * read the docs * crop image * very minor tweak * another breakpoint * tweak * actually it works down to 1400px --------- Co-authored-by: Rich Harris <git@rich-harris.dev> --------- Co-authored-by: Rich Harris <richard.a.harris@gmail.com> Co-authored-by: Rich Harris <git@rich-harris.dev>
Configuration menu - View commit details
-
Copy full SHA for 9d33d14 - Browse repository at this point
Copy the full SHA 9d33d14View commit details
Commits on Jun 16, 2023
-
* bump site-kit * bump again --------- Co-authored-by: Rich Harris <git@rich-harris.dev>
Configuration menu - View commit details
-
Copy full SHA for 437ca72 - Browse repository at this point
Copy the full SHA 437ca72View commit details -
docs: Svelte 3/4 differences (#8740)
note some inline, drive-by-fix in custom element docs closes #8703
Configuration menu - View commit details
-
Copy full SHA for 4e569d1 - Browse repository at this point
Copy the full SHA 4e569d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for bdf10f1 - Browse repository at this point
Copy the full SHA bdf10f1View commit details