Commit Graph

  • caef440391 chore: run fewer CI jobs (#8496) Ben McCann 2023-04-13 06:46:34 -0700
  • 2813814396 chore: upgrade rollup (#8491) Ben McCann 2023-04-12 05:16:11 -0700
  • 99b6a25d9d chore: Svelte 4 dependency upgrades (#8486) Ben McCann 2023-04-12 00:34:25 -0700
  • d7cffa6840 chore: upgrade to TypeScript 5 (#8488) Ben McCann 2023-04-12 00:26:50 -0700
  • 42362692b5 chore: bump engines field (#8489) Ben McCann 2023-04-12 00:01:01 -0700
  • 932cb66a36 chore: simplify Svelte 4 CI (#8487) Ben McCann 2023-04-12 00:00:19 -0700
  • f0cdf77e15 chore: remove node<14 tests (#8482) Simon H 2023-04-11 21:11:43 +0200
  • 54bb1f42ee breaking: send in/out to transition fn (#8318) Pat Cavit 2023-04-11 06:35:34 -0700
  • b95ae0ef3c fix: html space entities lost in component slot (#8464) xxkl1 2023-04-11 21:20:30 +0800
  • db7fa5e2d4
    fix Simon H 2023-04-18 11:07:03 +0200
  • 6e1674e249
    docs: fix type signature for StartStopNotifier (#8509) gtmnayan 2023-04-18 14:48:39 +0545
  • 2cc299185f
    fix: ensure version is typed as string instead of the literal __VERSION__ (#8502) gtmnayan 2023-04-18 14:48:23 +0545
  • 1f93e30701
    Merge branch 'version-4' into custom-elements-rework Simon H 2023-04-18 11:01:14 +0200
  • 350c6c3215
    breaking: update onMount type definition to prevent async function return (#8136) Chris Kerr 2023-04-18 18:59:33 +1000
  • 662804e80e
    chore: produce single bundle for runtime with multiple entrypoints (#8504) gtmnayan 2023-04-18 14:38:50 +0545
  • fec880b7dd oops #8504 Simon Holthausen 2023-04-18 10:49:37 +0200
  • ad0198a592 lol this is random Simon Holthausen 2023-04-18 10:47:08 +0200
  • 1a670b6443 lessen diff Simon Holthausen 2023-04-18 10:46:21 +0200
  • 1246260fd5
    Update src/runtime/internal/lifecycle.ts #8136 Simon H 2023-04-18 10:31:33 +0200
  • 5a36085e76 Merge branch 'sites' into feat/ts-in-docs Puru Vijay 2023-04-18 05:16:04 +0530
  • 45f2890261
    feat(site-2): Remove legacy site-kit stuff (#8501) Puru Vijay 2023-04-18 05:04:46 +0530
  • 92800255e2 Bump deps #8501 Puru Vijay 2023-04-18 04:41:22 +0530
  • 1b0f6e45a5 Modify sidebar colors Puru Vijay 2023-04-18 03:20:45 +0530
  • 44bad2f7d6 meh Puru Vijay 2023-04-18 03:03:12 +0530
  • beb518a459 Remove rollup URL Puru Vijay 2023-04-18 02:58:29 +0530
  • d31d0ac239 Update svelte REPL Puru Vijay 2023-04-18 02:41:17 +0530
  • 215237d135 Update site-kit Puru Vijay 2023-04-18 02:26:24 +0530
  • 17a3d509be feat: PiPelement binding fix: undefined properties feat: tests ThaUnknown 2023-04-17 19:54:54 +0200
  • dab0b4ce5b docs: fix type signature for StartStopNotifier #8509 gtmnayan 2023-04-17 14:22:52 +0545
  • c360a6fe75
    Update site/content/docs/03-template-syntax.md #8495 James Scott-Brown 2023-04-17 09:07:03 +0100
  • 890bcba92a disable minifyInternalExports gtmnayan 2023-04-17 07:43:37 +0545
  • df4cad404f some node16 module resolution compliance gtmnayan 2023-04-17 07:28:13 +0545
  • edd3e31860 remove manualChunks gtmnayan 2023-04-17 07:20:42 +0545
  • 43ab54bc4e feat: document binding fullscreenElement and visibilityState binding ThaUnknown 2023-04-16 22:21:28 +0200
  • 2f32f948ee Remove dynamic slot name error Nguyen Tran 2023-04-15 23:41:35 -0400
  • 6787855c52 Implemented dynamic slot name Nguyen Tran 2023-04-15 23:29:59 -0400
  • 18916b8c96 and I oop #8505 gtmnayan 2023-04-16 08:35:54 +0545
  • f0f03a2815 remove solo from test gtmnayan 2023-04-16 08:30:40 +0545
  • 8486b9f904 fix: interpolated style directive updates properly with spread gtmnayan 2023-04-16 08:30:03 +0545
  • eab148f8b9 add test gtmnayan 2023-04-16 08:14:32 +0545
  • 39333b1334
    chore: remove Node 8 and 10 logic (#8503) Yuichiro Yamashita 2023-04-16 00:25:53 +0900
  • 81af2128fe revert quotes gtmnayan 2023-04-15 21:08:49 +0545
  • df6839559d skip writeBundle for cjs build gtmnayan 2023-04-15 20:57:34 +0545
  • d1b6643394 fix tests apparently gtmnayan 2023-04-15 19:57:02 +0545
  • da40e71f10 dedupe output options gtmnayan 2023-04-15 19:23:54 +0545
  • 73d81b1ec7 formatting gtmnayan 2023-04-15 18:55:53 +0545
  • bbd97b2da5 single runtime bundle gtmnayan 2023-04-15 18:42:18 +0545
  • db87d069e7 Don't apply shiki-twoslash to auto generated code snippets from render Puru Vijay 2023-04-15 15:50:16 +0530
  • 77cdb4291c remove Node8, 10 check logic #8503 baseballyama 2023-04-15 18:01:00 +0900
  • 6ba0775eb7 ensure version is typed as string instead of the literal __VERSION__ #8502 gtmnayan 2023-04-15 13:15:34 +0545
  • 8ae2800cab Push Puru Vijay 2023-04-15 12:16:45 +0530
  • 92a06e971c chore: run npm install Puru Vijay 2023-04-15 12:16:00 +0530
  • 59b7c4400e Merge remote-tracking branch 'origin/master' into sites Puru Vijay 2023-04-15 12:15:13 +0530
  • 5d8a38168f Use moduleResolution bundler Puru Vijay 2023-04-15 03:44:17 +0530
  • 6b6da712d0 Fix gitignore Puru Vijay 2023-04-15 02:56:00 +0530
  • 02933af186 Bump site-kit Puru Vijay 2023-04-15 02:36:21 +0530
  • 7a8d620726 Make compile-types logic more robust Puru Vijay 2023-04-15 02:28:11 +0530
  • 8fa8c25851 Fix actions logic Puru Vijay 2023-04-14 23:07:34 +0530
  • c331551fc7 Add action module Puru Vijay 2023-04-14 22:54:52 +0530
  • 9abbc8c54a Remove console.log Puru Vijay 2023-04-14 22:31:41 +0530
  • 6899df23ea Get type links working Puru Vijay 2023-04-14 22:26:06 +0530
  • 5c150827e1
    lint Simon H 2023-04-14 18:28:30 +0200
  • cda63cfd2e
    docs, test Simon H 2023-04-14 18:23:17 +0200
  • c941525aac
    Merge branch 'version-4' into onMount-type-prevent-async-function-return Simon H 2023-04-14 18:17:42 +0200
  • f7c2a66d87
    force conflict so I can merge version-4 into this Simon H 2023-04-14 18:14:19 +0200
  • b6032eee88
    Merge branch 'version-4' into feat/conditional-slots Simon H 2023-04-14 17:48:25 +0200
  • daadae9c2d changelog Simon Holthausen 2023-04-14 17:40:03 +0200
  • e790740810 Merge branch 'version-4' into custom-elements-rework Simon Holthausen 2023-04-14 17:38:50 +0200
  • d1a972217e
    feat: add a11y `no-noninteractive-element-interactions` (#8391) Nguyen Tran 2023-04-14 11:20:40 -0400
  • 2449979451
    changelog #8391 Simon H 2023-04-14 17:15:23 +0200
  • 88728e3591
    fix: bind null option and input values consistently (#8328) Theodore Brown 2023-04-14 10:13:30 -0500
  • 5e27e99fc3
    typo Simon H 2023-04-14 17:12:42 +0200
  • dd9fcf2b61
    changelog Simon H 2023-04-14 17:06:19 +0200
  • 366d278c68
    fix tests Simon H 2023-04-14 17:01:43 +0200
  • 2b92c17154
    Merge branch 'version-4' into a11y-no-noninteractive-element-interactions Simon H 2023-04-14 14:59:58 +0200
  • 9460616990
    feat: add `a11y-no-static-element-interactions` compiler rule (#8251) Tim McCabe 2023-04-14 08:51:04 -0400
  • 4a288a5e33 Add two-slash to docs pages Puru Vijay 2023-04-14 17:38:46 +0530
  • 56a6738a5b
    breaking: conditional ActionReturn type if Parameter is void (#7442) Tan Li Hau 2023-04-14 19:21:20 +0800
  • 45a3f39d4e lint #7442 Simon Holthausen 2023-04-14 13:20:13 +0200
  • 3067fe855f Merge branch 'tanlh/feat/action-void-parameter-type' of https://github.com/tanhauhau/svelte into tanlh/feat/action-void-parameter-type Simon Holthausen 2023-04-14 12:55:11 +0200
  • 608cc0e3f3 tests Simon Holthausen 2023-04-14 12:53:46 +0200
  • f1d3b506c5 Merge branch 'version-4' into tanlh/feat/action-void-parameter-type Simon Holthausen 2023-04-14 12:33:03 +0200
  • d6bcddd582
    breaking: improve types for `createEventDispatcher` (#7224) Hofer Ivan 2023-04-14 12:28:45 +0200
  • 04118511c5 fix ci #7224 Simon Holthausen 2023-04-14 12:20:49 +0200
  • 4e9fea60ef Merge branch 'version-4' into createEventDispatcher-types Simon Holthausen 2023-04-14 12:14:29 +0200
  • 4f795e9491 changelog Simon Holthausen 2023-04-14 12:07:27 +0200
  • 8d5767497e simplify type, add tests Simon Holthausen 2023-04-14 11:44:07 +0200
  • 9b439393e6 Add file: comment, Puru Vijay 2023-04-14 03:40:22 +0530
  • de803e1749 Fix compile types logic Puru Vijay 2023-04-14 01:20:41 +0530
  • 573784cbc3
    chore: run fewer CI jobs (#8496) Ben McCann 2023-04-13 06:46:34 -0700
  • 22e0e0260d Fix things up after rebase #8251 Tim McCabe 2023-04-12 22:11:02 -0400
  • cae0fae65d Clean up test changes Tim McCabe 2023-02-04 10:55:48 -0500
  • 95246d9f79 Use handlers from recommended rule config Tim McCabe 2023-02-04 10:31:53 -0500
  • 0a4e452926 Handle dynamic roles Tim McCabe 2023-02-04 10:03:02 -0500
  • 38305ac7ca add no-static-element-interactions compiler rule Tim McCabe 2023-02-03 23:38:51 -0500
  • 382aea07b2 fix: improve setup of default export #8497 Ben McCann 2023-04-12 12:36:03 -0700
  • d239db9247 chore: run fewer CI jobs #8496 Ben McCann 2023-04-12 12:24:50 -0700
  • c482362fd4 Make search work with it Puru Vijay 2023-04-13 00:54:34 +0530
  • eab99a46f4 revert unrelated changes and add TODOs Ben McCann 2023-04-12 10:43:45 -0700
  • 56146d0a11 fix most tests Ben McCann 2023-04-12 10:33:33 -0700