Commit Graph

  • 7cecb99b48 move dist to types Richard Harris 2019-05-27 12:50:00 +0200
  • 9a9ec27dcd remove unused eslint setting Conduitry 2019-05-27 06:39:06 -0400
  • 8fd94aea69 remove unused eslint setting Conduitry 2019-05-27 06:39:06 -0400
  • bf5b8ab777 Merge pull request #2881 from sveltejs/gh-2878 Rich Harris 2019-05-27 12:23:02 +0200
  • bb153681b6
    Merge pull request #2881 from sveltejs/gh-2878 Rich Harris 2019-05-27 12:23:02 +0200
  • 95533b226d Merge pull request #2880 from cudr/head_html_fix Rich Harris 2019-05-27 12:22:33 +0200
  • e291893fa6
    Merge pull request #2880 from cudr/head_html_fix Rich Harris 2019-05-27 12:22:33 +0200
  • c6046fe29e update tests Richard Harris 2019-05-27 12:14:51 +0200
  • dda69dbad0 update tests #2881 Richard Harris 2019-05-27 12:14:51 +0200
  • 24ff2e928b Merge pull request #2865 from sveltejs/less-invalidation Rich Harris 2019-05-27 12:09:36 +0200
  • ed72aea3ad
    Merge pull request #2865 from sveltejs/less-invalidation Rich Harris 2019-05-27 12:09:36 +0200
  • 3122decd33 dont create unknown prop warnings for $$scope etc, or if component has $$props - fixes #2878 Richard Harris 2019-05-27 12:09:21 +0200
  • cb1a76b08c dont create unknown prop warnings for $$scope etc, or if component has $$props - fixes #2878 Richard Harris 2019-05-27 12:09:21 +0200
  • 1c2c3b166c make is_reactive_dependency optional Richard Harris 2019-05-27 12:00:54 +0200
  • e8b769ca50 make is_reactive_dependency optional #2865 Richard Harris 2019-05-27 12:00:54 +0200
  • 1176e674d0 Merge branch 'master' into less-invalidation Rich Harris 2019-05-27 11:57:58 +0200
  • 52733f3040
    Merge branch 'master' into less-invalidation Rich Harris 2019-05-27 11:57:58 +0200
  • ca192e15df Merge pull request #2872 from Harald-1/master Rich Harris 2019-05-27 11:56:36 +0200
  • 60a2a512dd
    Merge pull request #2872 from Harald-1/master Rich Harris 2019-05-27 11:56:36 +0200
  • 3ef0391b8c Merge branch 'master' of github.com:sveltejs/svelte Richard Harris 2019-05-27 11:51:43 +0200
  • 767e357565 Merge branch 'master' of github.com:sveltejs/svelte Richard Harris 2019-05-27 11:51:43 +0200
  • 7d0a0ded25 remove eslint, now that everything is typescript Richard Harris 2019-05-27 11:51:32 +0200
  • c8fbde410b remove eslint, now that everything is typescript Richard Harris 2019-05-27 11:51:32 +0200
  • 7ed3965f98 Merge pull request #2877 from colincasey/feat/omit_readonly_ssr_bindings Rich Harris 2019-05-27 11:48:27 +0200
  • a7d4fe1f6b
    Merge pull request #2877 from colincasey/feat/omit_readonly_ssr_bindings Rich Harris 2019-05-27 11:48:27 +0200
  • 444dda14db Merge pull request #2876 from SleepyWerewolf/gh-2874 Rich Harris 2019-05-27 11:47:21 +0200
  • 338f5d1835
    Merge pull request #2876 from SleepyWerewolf/gh-2874 Rich Harris 2019-05-27 11:47:21 +0200
  • 2f43e74313 Merge pull request #2868 from btakita/gh-2867 Rich Harris 2019-05-27 11:46:09 +0200
  • c918f60d9a
    Merge pull request #2868 from btakita/gh-2867 Rich Harris 2019-05-27 11:46:09 +0200
  • 435f3993ea add tests cudr 2019-05-27 12:20:01 +0300
  • 7071ce86f5 add tests #2880 cudr 2019-05-27 12:20:01 +0300
  • 3f906bfd95 Omits readonly attributes from SSR code * move `is_readonly` into the common `Binding` AST class * prevents the following bindings from being emitted into the SSR code: * `bind:clientWidth` * `bind:clientHeight` * `bind:offsetWidth` * `bind:offsetHeight` * `bind:duration` * `bind:buffered` * `bind:seekable` * `bind:played` * `bind:value` (only for `input` with `type=file`) Colin Casey 2019-05-26 23:44:24 -0300
  • f0831202d9 Omits readonly attributes from SSR code * move `is_readonly` into the common `Binding` AST class * prevents the following bindings from being emitted into the SSR code: * `bind:clientWidth` * `bind:clientHeight` * `bind:offsetWidth` * `bind:offsetHeight` * `bind:duration` * `bind:buffered` * `bind:seekable` * `bind:played` * `bind:value` (only for `input` with `type=file`) #2877 Colin Casey 2019-05-26 23:44:24 -0300
  • 330168655d publish dist in order to get types Viet Truong 2019-05-26 16:58:46 -0700
  • 04dce68168 publish dist in order to get types #2876 Viet Truong 2019-05-26 16:58:46 -0700
  • 3c6acd7aa3 jsdoc: `derived` second argument Brian Takita 2019-05-26 10:51:49 -0400
  • a98a70cf83 jsdoc: `derived` second argument #2868 Brian Takita 2019-05-26 10:51:49 -0400
  • 0f493d8d78 Apply suggestions from code review Brian Takita 2019-05-26 10:15:13 -0400
  • 6fc7001993 Apply suggestions from code review Brian Takita 2019-05-26 10:15:13 -0400
  • 4e0555d5b3 Additional detail to jsdocs for writable, readable, & derived Brian Takita 2019-05-26 02:11:54 -0400
  • 2f5d755b5b Additional detail to jsdocs for writable, readable, & derived Brian Takita 2019-05-26 02:11:54 -0400
  • feaa676ec0 Merge remote-tracking branch 'upstream/master' Harald Fassler 2019-05-26 15:25:57 +0200
  • a155d75dbd Merge remote-tracking branch 'upstream/master' #2872 Harald Fassler 2019-05-26 15:25:57 +0200
  • 3aa5bc1c35 Merge remote-tracking branch 'upstream/master' Harald Fassler 2019-05-26 15:01:36 +0200
  • 56152629bb Merge remote-tracking branch 'upstream/master' Harald Fassler 2019-05-26 15:01:36 +0200
  • e11acf6305 -> v3.4.3 Richard Harris 2019-05-26 14:59:38 +0200
  • 04af24916a -> v3.4.3 v3.4.3 Richard Harris 2019-05-26 14:59:38 +0200
  • 5af26cf37b Update animations.js Harald Fassler 2019-05-26 14:48:52 +0200
  • fe552fbf1d Update animations.js Harald Fassler 2019-05-26 14:48:52 +0200
  • 4da1f5d05e Merge branch 'master' of github.com:sveltejs/svelte Richard Harris 2019-05-26 14:48:40 +0200
  • 03b440d1df Merge branch 'master' of github.com:sveltejs/svelte Richard Harris 2019-05-26 14:48:40 +0200
  • c8abbfc3a1 always add raw property to text nodes Richard Harris 2019-05-26 14:48:10 +0200
  • b7f9c9c954 always add raw property to text nodes Richard Harris 2019-05-26 14:48:10 +0200
  • 32c500f987 Merge branch 'raw-entities' of https://github.com/RedHatter/svelte into RedHatter-raw-entities Richard Harris 2019-05-26 14:37:04 +0200
  • f08964286d Merge branch 'raw-entities' of https://github.com/RedHatter/svelte into RedHatter-raw-entities Richard Harris 2019-05-26 14:37:04 +0200
  • bbfe1534a6 Merge pull request #2842 from zxbodya/ts Rich Harris 2019-05-26 14:34:18 +0200
  • e331599ce6
    Merge pull request #2842 from zxbodya/ts Rich Harris 2019-05-26 14:34:18 +0200
  • 243ca0001d flesh out in/out transition tutorial chapter (#2792) Richard Harris 2019-05-26 14:29:30 +0200
  • 0d7f6fb795 flesh out in/out transition tutorial chapter (#2792) Richard Harris 2019-05-26 14:29:30 +0200
  • 2e089bf8c9 Merge pull request #1 from sveltejs/zxbodya-ts-resolved Bogdan Savluk 2019-05-26 14:23:43 +0200
  • 821133f8f6
    Merge pull request #1 from sveltejs/zxbodya-ts-resolved #2842 Bogdan Savluk 2019-05-26 14:23:43 +0200
  • cb04297b8a merge master -> zxbodya-ts Richard Harris 2019-05-26 14:09:50 +0200
  • 285ed4f446 merge master -> zxbodya-ts Richard Harris 2019-05-26 14:09:50 +0200
  • d0f84150bf code style Richard Harris 2019-05-26 14:04:29 +0200
  • 0891495647 code style Richard Harris 2019-05-26 14:04:29 +0200
  • c2fa3dd30d Merge branch 'feat/2174_dev_runtime_warning_when_passing_unknown_props' of https://github.com/colincasey/svelte into colincasey-feat/2174_dev_runtime_warning_when_passing_unknown_props Richard Harris 2019-05-26 14:01:33 +0200
  • 5e3ee4e26b Merge branch 'feat/2174_dev_runtime_warning_when_passing_unknown_props' of https://github.com/colincasey/svelte into colincasey-feat/2174_dev_runtime_warning_when_passing_unknown_props Richard Harris 2019-05-26 14:01:33 +0200
  • b00b49039f Merge pull request #2838 from zxbodya/improve-typings Rich Harris 2019-05-26 14:00:54 +0200
  • ca8c856ed6
    Merge pull request #2838 from zxbodya/improve-typings Rich Harris 2019-05-26 14:00:54 +0200
  • 8507ac2663 Merge branch 'master' into improve-typings Rich Harris 2019-05-26 13:58:19 +0200
  • 3a4bfe40ad
    Merge branch 'master' into improve-typings #2838 Rich Harris 2019-05-26 13:58:19 +0200
  • c96ccf6dc6 Merge pull request #2856 from sveltejs/raf Rich Harris 2019-05-26 13:50:51 +0200
  • bebed18a93
    Merge pull request #2856 from sveltejs/raf Rich Harris 2019-05-26 13:50:51 +0200
  • eb8bafdf08 fix test Richard Harris 2019-05-26 13:49:06 +0200
  • cce9f14e38 fix test Richard Harris 2019-05-26 13:49:06 +0200
  • 43f394ddd2 Merge branch 'bind-details-open' of https://github.com/LostKobrakai/svelte into LostKobrakai-bind-details-open Richard Harris 2019-05-26 13:46:06 +0200
  • a48d029e8a Merge branch 'bind-details-open' of https://github.com/LostKobrakai/svelte into LostKobrakai-bind-details-open Richard Harris 2019-05-26 13:46:06 +0200
  • b2616a5d75 Merge pull request #2860 from elliotwaite/master Rich Harris 2019-05-26 13:39:12 +0200
  • 4d003f1b0f
    Merge pull request #2860 from elliotwaite/master Rich Harris 2019-05-26 13:39:12 +0200
  • c7e3e26940 works correct cudr 2019-05-26 00:19:23 +0300
  • ac287ed9f4 works correct cudr 2019-05-26 00:19:23 +0300
  • 181e954224 only invalidate referenced values Richard Harris 2019-05-25 18:03:41 +0100
  • db938a4559 only invalidate referenced values Richard Harris 2019-05-25 18:03:41 +0100
  • aed1e2d465 idea for tracking too-frequent updates #2863 Richard Harris 2019-05-25 17:03:12 +0100
  • 0f51970ac1 fix tests Richard Harris 2019-05-25 11:25:09 +0100
  • 9d53f568fa fix tests #2856 Richard Harris 2019-05-25 11:25:09 +0100
  • 4c47deeb00 Fix CRUD example to allow changing input values. Elliot Waite 2019-05-24 15:55:18 -1000
  • 4c805018e4
    Fix CRUD example to allow changing input values. #2860 Elliot Waite 2019-05-24 15:55:18 -1000
  • 5a87705a38 Fixes #2714 Timothy Johnson 2019-05-24 16:31:01 -0700
  • ef59c32099 Fixes #2714 #2859 Timothy Johnson 2019-05-24 16:31:01 -0700
  • 47dcd385fe treat requestAnimationFrame as a noop on the server Rich Harris 2019-05-24 14:12:41 -0400
  • a5fe09c481 treat requestAnimationFrame as a noop on the server Rich Harris 2019-05-24 14:12:41 -0400
  • f9b7140385 site: actions tutorial: destroy is not required (#2776) Conduitry 2019-05-24 12:05:18 -0400
  • 2f80667f20 site: actions tutorial: destroy is not required (#2776) Conduitry 2019-05-24 12:05:18 -0400
  • f56445f3a1 Allow binding of <details> open Benjamin Milde 2019-05-24 17:13:58 +0200
  • dabc9c3e53 Allow binding of <details> open #2855 Benjamin Milde 2019-05-24 17:13:58 +0200
  • ac98f16cc7
    Fix 7guis CRUD example #2853 Thomas Ghysels 2019-05-24 11:30:07 +0200
  • d08e698066
    Fix updates in CRUD example #2847 bion howard 2019-05-22 19:57:11 -0400
  • 5af98e22bc site: add /faq redirect to GitHub wiki FAQ Conduitry 2019-05-22 12:00:22 -0400
  • a6c05ed372 site: add /faq redirect to GitHub wiki FAQ Conduitry 2019-05-22 12:00:22 -0400