Commit Graph

  • 75c3a48245 update changelog Conduitry 2022-12-06 14:22:36 -0500
  • 4c3904bdb3 fix test #8087 Yuichiro Yamashita 2022-12-06 15:12:01 +0900
  • f3d3f41d6e escape style attribute for ssr Yuichiro Yamashita 2022-12-06 13:26:39 +0900
  • cc52dc442b
    [docs] add explanation about property binding order (#7833) Yuichiro Yamashita 2022-12-06 00:18:29 +0900
  • f45b823770
    [docs] fix inconsistent margin in svelte/motion spring tutorial (#8081) Daniel Huang 2022-12-05 10:14:11 -0500
  • cd30aa2003 update #7833 Yuichiro Yamashita 2022-12-06 00:08:37 +0900
  • d8c6ab87df
    Update CHANGELOG.md Yuichiro Yamashita 2022-12-06 00:02:21 +0900
  • 2f61907ec1
    [fix] allow invalidating variables from @const declared function (#7858) Tan Li Hau 2022-12-05 23:01:51 +0800
  • 5eb1ff9946
    [docs] publish roadmap. add process section to contributor's guide and re-organize a bit (#7965) Ben McCann 2022-12-05 06:53:29 -0800
  • 43905ccc22
    Update CHANGELOG.md Yuichiro Yamashita 2022-12-05 23:52:30 +0900
  • 4c5469b1ee
    [fix] don't run binding init unnecessarily (#7981) Simon H 2022-12-05 15:43:39 +0100
  • d2ff2aee4f
    Update CHANGELOG.md Yuichiro Yamashita 2022-12-05 23:25:55 +0900
  • ed3ac92ec0
    [fix] Suppress `a11y-no-noninteractive-tabindex` warning if an element has a `tabpanel` (#8025) Bert B 2022-12-05 09:25:25 -0500
  • de46e36315
    Update CHANGELOG.md Yuichiro Yamashita 2022-12-05 23:01:14 +0900
  • 676716979a
    [fix] a11y - allow fallback roles (#8045) Torsten Dittmann 2022-12-05 15:00:51 +0100
  • 6330bfc052
    Update CHANGELOG.md Yuichiro Yamashita 2022-12-05 22:44:40 +0900
  • 84d61c61f8
    [feat] Add options w/ direction to transitions (#8068) Pat Cavit 2022-12-05 05:43:59 -0800
  • 00c484c4f4
    fix inconsistent margin style #8081 Daniel Huang 2022-12-04 19:25:17 -0500
  • 81e72bbe1b docs: updates from PR feedback #8068 Pat Cavit 2022-12-04 10:51:28 -0800
  • 19c07f577e
    Merge pull request #1 from baseballyama/gh-7937-baseballyama Ramon Snir 2022-12-04 03:15:33 -0500
  • 651f1fd102 add optimization of static <svelte:element> and fix a bug Yuichiro Yamashita 2022-12-04 14:40:54 +0900
  • 14f33cfe61
    [docs] add rel noreferrer to fix warning in tutorial (#8024) Sanguansak Petchmeesri 2022-12-03 22:42:34 +0700
  • e94e1363ce add Node18 for CI Yuichiro Yamashita 2022-12-04 00:20:57 +0900
  • 53fb6400b9 add noreferrer more #8024 Yuichiro Yamashita 2022-12-04 00:17:44 +0900
  • a2dd479dae add rel noreferrer Sanguansak Petchmeesri 2022-11-11 23:15:43 +0700
  • 4eca306468 [docs] fix security warning in tutorial section Logic / Each blocks Alfredo Vecino 2022-11-06 13:36:39 -0400
  • dbc588181c Updating deferred-transitions example vaishnav 2022-10-27 09:55:55 +0530
  • 8b462fd7da
    [docs] Fix 3.52.0 a11y warning in svelte-self tutorial (#7988) Janosh Riebesell 2022-12-03 06:55:51 -0800
  • 6923b2e99b
    [chore] upgrade node to 18 (#8018) Frozen FIsh 2022-12-03 22:42:07 +0800
  • 3bf08f4296 refactor: tidy up compile/render_dom #8077 Simon He 2022-12-03 21:51:06 +0800
  • e8f5ae1e53 refactor #8025 Yuichiro Yamashita 2022-12-03 22:36:44 +0900
  • 2785af5284 docs: adjust based on feedback Pat Cavit 2022-12-02 23:15:17 -0800
  • b21092ec92
    Bump minimatch and mocha #8076 dependabot[bot] 2022-12-03 06:55:05 +0000
  • e44762aa2d
    [chore] add ESLint Caching (#8069) Simon He 2022-12-03 14:54:32 +0800
  • cc59eb2b1c fix style Yuichiro Yamashita 2022-12-03 15:31:05 +0900
  • e86c0c610b
    [docs] Add WebdriverIO as alternative testing solution Christian Bromann 2022-12-03 06:03:45 +0100
  • 1852bc4640
    [docs] "What's new in Svelte" December newsletter (#8064) Dani Sandoval 2022-12-02 03:48:30 -0700
  • e28c54d944
    Update site/content/blog/2022-12-01-whats-new-in-svelte-december-2022.md #8064 Simon H 2022-12-02 11:47:22 +0100
  • e2a056950d
    Add WebdriverIO as alternative testing solution #8071 Christian Bromann 2022-12-02 04:06:03 +0100
  • ddcaae237b chore: add eslintcache #8069 Simon He 2022-12-01 16:13:16 +0800
  • f69ffeefd5 add a new showcase item. put html-y things together Daniel Sandoval 2022-11-30 15:41:43 -0700
  • aa569bf410
    Apply suggestions from code review Dani Sandoval 2022-11-30 15:01:28 -0700
  • 1d81e1bf6b test: trailing newlines Pat Cavit 2022-11-30 12:07:13 -0800
  • 3d37735136 feat: Add options w/ direction to transitions Pat Cavit 2022-11-30 12:04:56 -0800
  • d2785a8e35 Merge branch 'master' into fix-tut-svelte-self-a11y-warning #7988 Janosh Riebesell 2022-11-29 17:53:42 -0800
  • 51d4d1cafd Added showcase and intro Daniel Sandoval 2022-11-29 18:31:48 -0700
  • 1758a5a788 Merge branch 'master' of github.com:d3sandoval/svelte Daniel Sandoval 2022-11-29 17:39:39 -0700
  • 5832b68826 Address @Patrick#8787's feedback from Discord Daniel Sandoval 2022-11-29 17:39:37 -0700
  • 734f254965 Remove old showcase Daniel Sandoval 2022-11-28 20:32:02 -0700
  • 0af1ff9209 First Draft - Changes only Daniel Sandoval 2022-11-28 19:48:03 -0700
  • 27b55c59e0
    [docs] Show recommended method to use TypeScript #8063 Endercheif 2022-11-28 16:45:26 -0800
  • 05c7288e03 solutions + tests + docs #8057 Dane Bratz 2022-11-25 14:33:38 -0800
  • a3f8507a77 🎨 Copied ResizeObserver types from lib.dom.d.ts TheCymaera 2022-11-25 23:59:04 +0800
  • c2151953a4 💩 Added ResizeObserver types TheCymaera 2022-11-25 05:48:16 +0800
  • 165842a6e4
    Update App.Svelte #8051 Iceberg verse 2022-11-23 08:51:29 +0100
  • 13873fb886
    Update 03-template-syntax.md #8048 Tommertom 2022-11-22 23:26:17 +0100
  • fbd02ba03d 🔥 Removed resize_observer_content_rect TheCymaera 2022-11-23 01:44:04 +0800
  • bcbf57ff57 fix: use regex for whitespace aria split #8045 Torsten Dittmann 2022-11-21 18:31:15 +0000
  • 2761d7f7fc a11y: allow fallback roles Torsten Dittmann 2022-11-21 18:18:58 +0100
  • 67c25974b7 rename things #8039 Øyvind Roysland 2022-11-18 21:12:20 +0100
  • 45c1eeb5ac add dist to ignore list Øyvind Roysland 2022-11-18 21:08:53 +0100
  • 97fb4878ce Add constructable stylesheet option Øyvind Roysland 2022-11-18 20:35:27 +0100
  • e6226b68cb chore: update #8034 Simon He 2022-11-19 01:29:30 +0800
  • 17200eb02d chore: update #8000 Simon He 2022-11-19 01:16:34 +0800
  • a5afc9d55b refactor: tidy up compile/nodes Simon He 2022-11-16 18:40:38 +0800
  • b4986ea691 update tabindex warning to ignore tabpanels Bert B 2022-11-11 17:32:23 -0500
  • 48105bf419
    Fix typo - tutorials #8023 Kulothungan U.G 2022-11-11 20:31:01 +0530
  • 8a85b43210 🐛 Fix ResizeObserverSingleton.entries TheCymaera 2022-11-11 22:43:44 +0800
  • 524b74a456 🎨 Clean up TheCymaera 2022-11-11 21:59:35 +0800
  • 1e295ead46 🎨 Optimized runtime TheCymaera 2022-11-11 21:50:15 +0800
  • 8a1e0a2c78 🐛 Fixed import extension TheCymaera 2022-11-11 19:09:25 +0800
  • bb31fa6135 🐛 Fixed import extension TheCymaera 2022-11-11 19:05:40 +0800
  • c46eb6277f 🎨 Cleaned up binding group events TheCymaera 2022-11-11 18:55:39 +0800
  • f3d2dd00dd 🎨 Simplified RO even more TheCymaera 2022-11-11 18:43:03 +0800
  • c0572ba4c0 🎨 Simplified resize observer singleton TheCymaera 2022-11-11 18:25:48 +0800
  • 2c5c7a10b7 🐛 Fixed null bug TheCymaera 2022-11-11 16:05:43 +0800
  • 25dd06e791 Added support for resize observer bindings #8019 TheCymaera 2022-11-11 03:30:48 +0800
  • 0466bf6475
    More correct syntax #8021 OffeeX 2022-11-10 21:17:49 +0200
  • 380583804c ️ Use RO singleton instead of iframe if supported TheCymaera 2022-11-11 00:29:17 +0800
  • d62fa7b105 [ci]: upgrade node to 18 #8018 Frozen FIsh 2022-11-10 22:40:24 +0800
  • 0782c53049 doc: update CONTRIBUTING.md #8017 Frozen FIsh 2022-11-10 22:18:33 +0800
  • 6703cec7b2 chore: update README.md #8016 Frozen FIsh 2022-11-10 22:16:41 +0800
  • 91f8764145 -> v3.53.1 v3.53.1 Conduitry 2022-11-10 09:15:07 -0500
  • e48fa4ac29
    [fix] util polyfill to make compiler self-contained (#8014) Simon H 2022-11-10 15:10:40 +0100
  • f4779eee4a
    [fix] don't emit css option deprecation warning for now (#8012) Simon H 2022-11-10 15:10:09 +0100
  • 5f0ef3db8f update changelog #8012 Conduitry 2022-11-10 09:09:11 -0500
  • e282767b3b update changelog Conduitry 2022-11-10 09:08:10 -0500
  • d914d0286c sort deps #8014 Conduitry 2022-11-10 09:00:52 -0500
  • b9672ec012 Merge branch 'master' into pr/8014 Conduitry 2022-11-10 08:58:57 -0500
  • ee480bded6
    [fix] only read static value for rel attribute validation (#8003) Dominik G 2022-11-10 14:00:08 +0100
  • 7c9b00154c
    update changelog Simon H 2022-11-10 13:14:56 +0100
  • 11a32efd3f
    omit deprecation warning completely for now Simon H 2022-11-10 13:09:21 +0100
  • ea219f4ed8
    [chore] patch bump tslib (#8015) gtmnayan 2022-11-10 17:39:25 +0545
  • 3d449d8d61 patch bump tslib #8015 gtmnayan 2022-11-10 17:29:17 +0545
  • 0858cda1c1 [fix] util polyfill to make compiler self-contained Simon Holthausen 2022-11-10 12:33:05 +0100
  • 189d9c825c [fix] emit deprecation warning only once Simon Holthausen 2022-11-10 11:07:40 +0100
  • b2d36075ae -> v3.53.0 v3.53.0 Conduitry 2022-11-09 16:51:48 -0500
  • 80d4f55a06 update changelog Conduitry 2022-11-09 16:24:27 -0500
  • 74fdbb670b
    update changelog Ben McCann 2022-11-09 10:25:25 -0800
  • 92f02669cf
    [chore] upgrade dependencies (#7982) Ben McCann 2022-11-09 10:22:25 -0800