0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00
Commit Graph

895 Commits

Author SHA1 Message Date
Conduitry
aba21f8eb9 <select> elements should use .value prop to update value (#423) 2017-03-29 19:17:14 -04:00
Conduitry
e32e69f3e8 deconflict tmp within its fragment 2017-03-29 17:35:05 -04:00
Conduitry
d2a701c4f5 use snake case in generated identifiers (#419) 2017-03-29 17:28:28 -04:00
Conduitry
343a005506 add unit test for #424 2017-03-29 16:57:11 -04:00
Conduitry
eab3f62f25 try to parse expressions as javascript before interpreting them as an identifier (#424) 2017-03-29 16:19:27 -04:00
Rich-Harris
38ee4f15cf -> v1.13.2 2017-03-29 12:10:28 -04:00
Rich-Harris
ae660f9ff9 remove surplus root. prefix 2017-03-29 12:03:48 -04:00
Dexter
6eb96aadb8
Added test for binding bug 2017-03-29 15:43:56 +02:00
Dexter
3ba4793728
Fixes #420 2017-03-29 15:21:01 +02:00
Rich Harris
731f840a34 Merge pull request #416 from sveltejs/gh-413
recompute computed values with functions as dependencies
2017-03-28 15:33:39 -04:00
Rich Harris
ec5995b78d Merge pull request #417 from sveltejs/gh-409
include css in compiler output
2017-03-28 15:33:27 -04:00
Rich-Harris
b5d4b78a80 renable tests 2017-03-28 15:13:32 -04:00
Rich-Harris
1308907f67 include css in compiler output (#409) 2017-03-28 14:57:00 -04:00
Rich-Harris
44287f846a recompute computed values with functions as dependencies (#413) 2017-03-28 12:29:51 -04:00
Rich Harris
b9d3c235e7 Merge pull request #411 from sveltejs/disable-unneeded-buble-transforms
Disable Buble transforms not needed for Node 4
2017-03-27 08:53:39 -04:00
Rich Harris
0df3cf634c Merge pull request #412 from sveltejs/gh-410
bundle magic-string
2017-03-27 08:53:29 -04:00
Rich-Harris
d779017865 use target: { node: 4 } for buble config 2017-03-27 08:07:55 -04:00
Rich-Harris
cd74519a12 bundle magic-string 2017-03-27 08:02:38 -04:00
Conduitry
8d1981f799 disable Buble transforms not needed for Node 4 2017-03-27 07:25:01 -04:00
Rich-Harris
75392ffc89 -> v1.13.1 2017-03-26 15:34:24 -04:00
Rich Harris
059fb5f07d Merge pull request #401 from sveltejs/gh-400
Aliasing/deconflicting overhaul
2017-03-26 15:32:24 -04:00
Conduitry
0014945777 fix merge 2017-03-26 15:10:27 -04:00
Rich Harris
108876b64b Merge branch 'master' into gh-400 2017-03-26 14:23:28 -04:00
Rich Harris
41dc7507be Merge pull request #407 from sveltejs/gh-398
prevent infinite loops caused by pathological component bindings
2017-03-26 14:15:50 -04:00
Rich-Harris
1780876b99 prevent infinite loops caused by pathological component bindings (#398) 2017-03-26 14:00:52 -04:00
Conduitry
6d1623cf0e new aliaser mechanism replacing existing mechanism and counters; a bunch more deconflicting 2017-03-26 12:28:00 -04:00
Rich-Harris
8ff2de90be -> v1.13.0 2017-03-26 10:16:26 -04:00
Rich Harris
9988749b74 Merge pull request #391 from sveltejs/gh-371
<:Window> tags
2017-03-26 10:14:27 -04:00
Rich Harris
5d697eca65 Merge pull request #403 from widgetic/fix/binding-input-radio-group
Fix: binding input radio group #399
2017-03-26 10:11:47 -04:00
Rich-Harris
8df1356ef8 fix bad merge 2017-03-26 09:50:30 -04:00
Rich Harris
3ead9bfc3f Merge branch 'master' into gh-371 2017-03-26 09:43:04 -04:00
Rich Harris
e67c6b795d Merge pull request #402 from sveltejs/use-maps-and-sets
Use maps and sets in many places instead of plain objects
2017-03-23 11:42:12 -04:00
Cristian Necula
3c9f82a7b6 (fix:radio-groups) preserve the radio input's checked state after handling a state change
Do not manually toggle the input's checked state, the browser already does this for inputs in the same group.
https://developer.mozilla.org/en-US/docs/Mozilla/Tech/XUL/Attribute/group
2017-03-23 17:21:06 +02:00
Cristian Necula
2eef227c0d (test) assert input's checked status after a DOM 'change' event 2017-03-23 17:15:47 +02:00
Conduitry
7d03b74576 use maps and sets in many places instead of plain objects 2017-03-23 08:58:52 -04:00
Rich Harris
8558b45337 Merge branch 'master' into gh-371 2017-03-19 17:31:59 -04:00
Rich Harris
9aab5d9858 Merge pull request #396 from sveltejs/gh-392
Deconflict `template` variable (#392)
2017-03-19 17:30:53 -04:00
Conduitry
580bd6fe63 use annotateWithScopes to get top-level declarations when deconflicting template 2017-03-19 15:17:38 -04:00
Conduitry
81b5827f55 some annotateWithScopes fixes 2017-03-19 15:11:22 -04:00
Rich-Harris
979ac2b87d Merge branch 'master' into gh-371 2017-03-19 15:00:48 -04:00
Conduitry
c877b3c615 deconflict template variable (#392) 2017-03-19 14:37:57 -04:00
Rich-Harris
314a8b7622 add infrastructure for bindings on <:Window> 2017-03-19 14:33:52 -04:00
Rich-Harris
d7c5dfbb06 ugh node 4 2017-03-19 12:36:02 -04:00
Rich-Harris
cefbe45edb SSR support for <:Window> (albeit impossible to test for some reason) 2017-03-19 12:25:47 -04:00
Rich-Harris
9f832c2e37 implement :Window events 2017-03-19 12:06:21 -04:00
Rich Harris
399c7e092d Merge pull request #394 from sveltejs/fix-overly-aggressive-reserved-tag-parsing
Only do special reserved name handling when tag is all lowercase letters
2017-03-19 08:46:27 -04:00
Rich Harris
b5c971cba4 Merge pull request #393 from sveltejs/removeobjectkey-fix
Fix removing last key in object when it has a trailing comma
2017-03-19 08:45:51 -04:00
Rich Harris
9358a085b7 Merge pull request #395 from sveltejs/readme-format-default
Note different default format for SSR
2017-03-19 08:43:39 -04:00
Conduitry
e3055d765e fix removeObjectKey when removing last key in object and it has a trailing comma 2017-03-19 07:29:46 -04:00
Conduitry
37a36319db note different default format for SSR 2017-03-19 07:25:43 -04:00