Commit Graph

  • dc7fc9140f fix: special-case width/height attribute during spread Simon Holthausen 2023-03-23 11:25:32 +0100
  • b8201aa500 Match styles to kit docs Puru Vijay 2023-03-23 13:31:56 +0530
  • e2ad894436 Emit the duplicate key as part of the error message when validating keyed each blocks Rafi Strauss 2023-03-22 23:06:52 -0400
  • a46ad17e8a Fix issue where contexts is not an array Nguyen Tran 2023-03-22 14:39:01 -0400
  • f41803f068
    docs: fix typos #8409 Pierre Grimaud 2023-03-22 16:08:37 +0100
  • 791dcf0e4d Fix issue where computed_prop_# collides due to const tags Nguyen Tran 2023-03-22 11:05:53 -0400
  • 235d019ee0 Add tests with const dynamic props with each/await dynamic props together Nguyen Tran 2023-03-22 11:04:34 -0400
  • 45e669f385 Remove transition on glider Puru Vijay 2023-03-21 23:20:07 +0530
  • aa4d0fc264
    chore: update changelog Simon H 2023-03-21 18:13:03 +0100
  • e638456621 fix: infinite loop when binding object in key block #8405 xxkl1 2023-03-22 00:23:58 +0800
  • a2170f5bd5
    fix: use `wholeText` for only `contenteditable` for `set_data` (#8394) Yuichiro Yamashita 2023-03-21 22:30:25 +0900
  • 89f967fbd4 Update tests Nguyen Tran 2023-03-21 09:14:34 -0400
  • 05f0927f55 ffs #8394 Simon Holthausen 2023-03-21 13:59:58 +0100
  • 55209c44f5 optimize for static contenteditable value Simon Holthausen 2023-03-21 13:56:28 +0100
  • 866e52a722 - move tests to puppeteer because jsdom does not support contenteditable - remove unnecessary test - adjust one test to actually test a regression and skip it because it fails Simon Holthausen 2023-03-21 13:38:30 +0100
  • 26b3cbe571 catch and report errors on handler Fred Martini 2023-03-21 11:00:21 +0100
  • 6ce6f14755
    fix: relax `a11y-no-noninteractive-element-to-interactive-role` warning (#8402) Simon H 2023-03-21 10:51:05 +0100
  • 546ebbbe76 Merge branch 'master' into a11y-no-noninteractive-element-interactions Nguyen Tran 2023-03-20 16:54:20 -0400
  • b54def3140 prettier cant come soon enough #8402 Simon Holthausen 2023-03-20 16:27:37 +0100
  • 334c08f12d fix: relax `a11y-no-noninteractive-element-to-interactive-role` warning Simon Holthausen 2023-03-20 16:23:44 +0100
  • 0700abe41d
    fix: typings for `svelte:document` Simon H 2023-03-20 14:12:19 +0100
  • fed93ab9e1
    feat: add a11y `interactive-supports-focus` (#8392) Nguyen Tran 2023-03-20 08:18:54 -0400
  • e257fd1054 can't wait for prettier to land in this repo Simon Holthausen 2023-03-20 12:47:15 +0100
  • e6bdc5a4ff refactor into smaller compiler output Simon Holthausen 2023-03-20 12:06:40 +0100
  • 1a9f56660f fix double elementwrapper output in rollup; fix code Simon Holthausen 2023-03-20 12:03:35 +0100
  • 370a8942c3 truthy Simon Holthausen 2023-03-19 15:04:47 +0100
  • 7e9e78b37c
    docs: Tutorial body had <svelte:body /> even though <svelte:document /> was the subject (#8396) Cavit Ertuğrul Sırt 2023-03-19 09:20:20 +0300
  • 9d578cdc40
    Update App.svelte #8396 Cavit Ertuğrul Sırt 2023-03-19 09:10:10 +0300
  • 050b9637f4 Add new tests based on the fixes #8392 Nguyen Tran 2023-03-19 00:43:46 -0400
  • 72ee104f38 Add more keyboard and mouse handlers Nguyen Tran 2023-03-19 00:35:13 -0400
  • 67427feb12 Fix a11y warning code name Nguyen Tran 2023-03-19 00:34:50 -0400
  • de522c43a1 Minor changes Puru Vijay 2023-03-19 01:52:49 +0530
  • aba9633cf1 Update deps Puru Vijay 2023-03-19 01:47:40 +0530
  • f093e363da Merge branch 'sites' into fix/docs-styles Puru Vijay 2023-03-19 01:34:09 +0530
  • 2227f7368f Fix errors Puru Vijay 2023-03-19 01:28:43 +0530
  • 535623de61 refactor and split runtine function baseballyama 2023-03-19 00:47:43 +0900
  • 8f5fd3d6fe Code style / formatting. #8275 typhonrt 2023-03-18 08:34:14 -0700
  • 938c6f97c2 Fix git merge artifact Puru Vijay 2023-03-18 19:51:44 +0530
  • e3873e81fc Merge remote-tracking branch 'origin/sites' into feat/update-content Puru Vijay 2023-03-18 19:12:49 +0530
  • b45fe8020b Merge remote-tracking branch 'origin/master' into sites Puru Vijay 2023-03-18 19:10:26 +0530
  • 90539fe216 Auto format Puru Vijay 2023-03-18 18:55:50 +0530
  • 7efb26b006 Add global prettierrc Puru Vijay 2023-03-18 18:26:15 +0530
  • a128e3c56f fix 5931 baseballyama 2023-03-18 16:57:53 +0900
  • aa147fc6f1 Merge remote-tracking branch 'origin/master' into fix-same-text-no-update baseballyama 2023-03-18 13:26:01 +0900
  • 74299a06f4 Add documentation for the rule Nguyen Tran 2023-03-17 14:21:18 -0400
  • cc9bd6fa09 Add the disabled prop valid test Nguyen Tran 2023-03-17 13:54:48 -0400
  • 147d8a2b3f Forgot to add the warnings.json for the tests Nguyen Tran 2023-03-17 13:52:34 -0400
  • faf9bf8a0f Add documentation for interactive-supports-focus Nguyen Tran 2023-03-17 13:44:38 -0400
  • 9ee2272436 Add some elementary tests for the rule Nguyen Tran 2023-03-17 13:39:55 -0400
  • 56ceeb3aa9 Implement interactive-supports-focus Nguyen Tran 2023-03-17 13:30:12 -0400
  • 33065aa1e6
    chore: update changelog Simon H 2023-03-17 17:55:50 +0100
  • afcc5424ce Add tests for contenteditable Nguyen Tran 2023-03-17 12:13:01 -0400
  • 77bea78a49 Add contenteditable check for the rule Nguyen Tran 2023-03-17 12:12:48 -0400
  • 0f64e54ebb
    chore: update changelog (#8390) Geoff Rich 2023-03-17 08:58:51 -0700
  • b1503e1fca chore: update changelog #8390 Geoff Rich 2023-03-17 08:57:23 -0700
  • 15fa8ad0cc
    Merge branch 'sveltejs:master' into master Michael Leahy 2023-03-16 20:51:03 -0700
  • d7a880f77e Deal with failing tests because of the new warning Nguyen Tran 2023-03-16 20:44:11 -0400
  • 8fc0aceb86 Add some basic tests for the this warning Nguyen Tran 2023-03-16 20:43:38 -0400
  • f4682999b0 Implement a11y no-noninteractive-element-interaction Nguyen Tran 2023-03-16 20:42:15 -0400
  • a2add25764
    Merge branch 'master' into tanhauhau/gh-2444 #5045 Simon H 2023-03-16 12:50:44 +0100
  • 4d265becfb
    Merge branch 'master' into master Simon H 2023-03-16 11:20:50 +0100
  • f56fe33931
    feat: `bind:innerText` for `contenteditable` (#4291) Dave Lunny 2023-03-16 02:58:49 -0700
  • 47ebdde65c make test work #4291 Simon Holthausen 2023-03-16 10:09:16 +0100
  • a45afd5393
    docs: add `<svelte:document>` example (#8387) Kazuma Oe 2023-03-16 17:04:26 +0900
  • 681addd39b [docs]: add `<svelte:document>` example #8387 oe.kazuma 2023-03-16 11:39:25 +0900
  • 952f8c566f -> v3.57.0 v3.57.0 Conduitry 2023-03-15 13:38:01 -0400
  • 10399d29e2
    chore: update changelog Simon H 2023-03-15 18:07:57 +0100
  • 68e492eaff
    fix: revert buggy reactive vars optimization (#8382) Simon H 2023-03-15 18:05:50 +0100
  • 197c5a5973 remove unnecessary test/exposure of function Simon Holthausen 2023-03-15 17:50:47 +0100
  • 356ba76394 remove unnecessary test/exposure of function Simon Holthausen 2023-03-15 17:50:05 +0100
  • 44efd0faf5 types Simon Holthausen 2023-03-15 17:32:21 +0100
  • 07ed348559 fix Simon Holthausen 2023-03-15 17:22:16 +0100
  • 4242f00105 Merge branch 'master' into issues/3311 Simon Holthausen 2023-03-15 17:21:42 +0100
  • a1e8421368
    fix: object destructuring picks up computed properties (#8386) Nguyen Tran 2023-03-15 12:10:40 -0400
  • 5086420c2e add test that fails without revert #8382 Simon Holthausen 2023-03-15 16:58:32 +0100
  • 8b9db8226f
    format #8386 Simon H 2023-03-15 16:46:05 +0100
  • 4b0b471ee1
    feat: add back `<svelte:document>` (#7149) Henrik Giesel 2023-03-15 16:38:03 +0100
  • c19d0889c5
    chore: rename variable to follow coding style (#8385) Ben McCann 2023-03-15 08:31:25 -0700
  • 47ad382fba
    woops #7149 Simon H 2023-03-15 16:25:46 +0100
  • 3f80612210
    forward error output Simon H 2023-03-15 16:17:38 +0100
  • aa88164c16
    fix Simon H 2023-03-15 16:10:01 +0100
  • 667e43cf08
    Update compiler_warnings.ts Simon H 2023-03-15 15:54:25 +0100
  • 98c0368433
    docs, tutorial Simon H 2023-03-15 15:52:26 +0100
  • 3eb16eba24 Fix some formatting and indenting inconsistiencies Nguyen Tran 2023-03-15 09:56:53 -0400
  • 6aee49bad3
    feat: css units in fly & blur transitions (#7623) Bob Fanger 2023-03-15 12:40:49 +0100
  • e080905f4b
    Update src/runtime/internal/utils.ts #7623 Simon H 2023-03-15 12:17:32 +0100
  • ac85a323f0
    Update src/runtime/internal/utils.ts Simon H 2023-03-15 12:12:38 +0100
  • 8b2ad778f1 Explain why number_of_computed_props takes an object instead of number Nguyen Tran 2023-03-13 19:12:06 -0400
  • 332b2b249f Fix repeating computed_property_# issue Nguyen Tran 2023-03-13 18:33:24 -0400
  • e16e8480fb Add computed prop tests for const tags Nguyen Tran 2023-03-13 18:32:55 -0400
  • efe0f8fdde Add computed property tests for await blocks Nguyen Tran 2023-03-13 18:32:31 -0400
  • 0acd7903f0 Add computed property destructuring tests for each blocks Nguyen Tran 2023-03-13 18:32:06 -0400
  • 8d1a9fb328 Match ctx variable name for get_then/catch_context Nguyen Tran 2023-03-11 23:44:36 -0500
  • 4ce018b0b5 Remove unused owner field in unpack_destructuring Nguyen Tran 2023-03-11 16:35:46 -0500
  • 4fc2e3960e Make checking for DestructuedVariable a one-liner Nguyen Tran 2023-03-11 16:28:44 -0500
  • 404893d33a unpack_destructuring gives nodes and property name instead of declaration function Nguyen Tran 2023-03-11 16:15:45 -0500
  • 8e3d500f84 Fixed issue with computed properties in object destructuring Nguyen Tran 2023-03-09 08:59:10 -0500
  • 8ddefd90e0 Object destructuring now picks up literal properties Nguyen Tran 2023-03-05 18:16:04 -0500
  • 978a87b0ee
    chore: rename variable to follow coding style #8385 Ben McCann 2023-03-14 13:18:58 -0700
  • 22eaaf2c69
    fix: format Dominik G 2023-03-14 20:27:31 +0100