Commit Graph

796 Commits (3006a245aff967780cfd49550c8ae3509ca311f5)
 

Author SHA1 Message Date
Conduitry 96fa0a3eb6 add unit test
8 years ago
Conduitry aba21f8eb9 <select> elements should use .value prop to update value (#423)
8 years ago
Conduitry e32e69f3e8 deconflict `tmp` within its fragment
8 years ago
Conduitry d2a701c4f5 use snake case in generated identifiers (#419)
8 years ago
Conduitry 343a005506 add unit test for #424
8 years ago
Conduitry eab3f62f25 try to parse expressions as javascript before interpreting them as an identifier (#424)
8 years ago
Rich-Harris 38ee4f15cf -> v1.13.2
8 years ago
Rich-Harris ae660f9ff9 remove surplus `root.` prefix
8 years ago
Dexter 6eb96aadb8
Added test for binding bug
8 years ago
Dexter 3ba4793728
Fixes #420
8 years ago
Rich Harris 731f840a34 Merge pull request #416 from sveltejs/gh-413
8 years ago
Rich Harris ec5995b78d Merge pull request #417 from sveltejs/gh-409
8 years ago
Rich-Harris b5d4b78a80 renable tests
8 years ago
Rich-Harris 1308907f67 include css in compiler output (#409)
8 years ago
Rich-Harris 44287f846a recompute computed values with functions as dependencies (#413)
8 years ago
Rich Harris b9d3c235e7 Merge pull request #411 from sveltejs/disable-unneeded-buble-transforms
8 years ago
Rich Harris 0df3cf634c Merge pull request #412 from sveltejs/gh-410
8 years ago
Rich-Harris d779017865 use target: { node: 4 } for buble config
8 years ago
Rich-Harris cd74519a12 bundle magic-string
8 years ago
Conduitry 8d1981f799 disable Buble transforms not needed for Node 4
8 years ago
Rich-Harris 75392ffc89 -> v1.13.1
8 years ago
Rich Harris 059fb5f07d Merge pull request #401 from sveltejs/gh-400
8 years ago
Conduitry 0014945777 fix merge
8 years ago
Rich Harris 108876b64b Merge branch 'master' into gh-400
8 years ago
Rich Harris 41dc7507be Merge pull request #407 from sveltejs/gh-398
8 years ago
Rich-Harris 1780876b99 prevent infinite loops caused by pathological component bindings (#398)
8 years ago
Conduitry 6d1623cf0e new aliaser mechanism replacing existing mechanism and counters; a bunch more deconflicting
8 years ago
Rich-Harris 8ff2de90be -> v1.13.0
8 years ago
Rich Harris 9988749b74 Merge pull request #391 from sveltejs/gh-371
8 years ago
Rich Harris 5d697eca65 Merge pull request #403 from widgetic/fix/binding-input-radio-group
8 years ago
Rich-Harris 8df1356ef8 fix bad merge
8 years ago
Rich Harris 3ead9bfc3f Merge branch 'master' into gh-371
8 years ago
Rich Harris e67c6b795d Merge pull request #402 from sveltejs/use-maps-and-sets
8 years ago
Cristian Necula 3c9f82a7b6 (fix:radio-groups) preserve the radio input's checked state after handling a state change
8 years ago
Cristian Necula 2eef227c0d (test) assert input's checked status after a DOM 'change' event
8 years ago
Conduitry 7d03b74576 use maps and sets in many places instead of plain objects
8 years ago
Rich Harris 8558b45337 Merge branch 'master' into gh-371
8 years ago
Rich Harris 9aab5d9858 Merge pull request #396 from sveltejs/gh-392
8 years ago
Conduitry 580bd6fe63 use annotateWithScopes to get top-level declarations when deconflicting `template`
8 years ago
Conduitry 81b5827f55 some annotateWithScopes fixes
8 years ago
Rich-Harris 979ac2b87d Merge branch 'master' into gh-371
8 years ago
Conduitry c877b3c615 deconflict `template` variable (#392)
8 years ago
Rich-Harris 314a8b7622 add infrastructure for bindings on <:Window>
8 years ago
Rich-Harris d7c5dfbb06 ugh node 4
8 years ago
Rich-Harris cefbe45edb SSR support for <:Window> (albeit impossible to test for some reason)
8 years ago
Rich-Harris 9f832c2e37 implement :Window events
8 years ago
Rich Harris 399c7e092d Merge pull request #394 from sveltejs/fix-overly-aggressive-reserved-tag-parsing
8 years ago
Rich Harris b5c971cba4 Merge pull request #393 from sveltejs/removeobjectkey-fix
8 years ago
Rich Harris 9358a085b7 Merge pull request #395 from sveltejs/readme-format-default
8 years ago
Conduitry e3055d765e fix removeObjectKey when removing last key in object and it has a trailing comma
8 years ago