Commit Graph

808 Commits (078f36be6a216a88c73a815da13832a5c017fee1)
 

Author SHA1 Message Date
Rich Harris 67d6eb89f2 Merge pull request #434 from sveltejs/gh-424-alt
8 years ago
Rich-Harris 6e0d0b1a12 use a map to avoid false positives
8 years ago
Rich-Harris 6c754c2a3d special case literals
8 years ago
Rich-Harris 1a49c2f344 Merge branch 'master' into gh-424
8 years ago
Rich Harris 6074178c65 Merge pull request #427 from sveltejs/gh-423
8 years ago
Rich Harris 0d5d7ff6bf Merge pull request #429 from sveltejs/gh-428
8 years ago
Rich Harris 132de5cf72 Merge pull request #430 from sveltejs/disallow-import-root
8 years ago
Rich Harris 7c5eaa2f91 Merge pull request #432 from sveltejs/binding-mutation-bug
8 years ago
Rich-Harris cf626ff880 retain binding sourcemaps to the extent possible
8 years ago
Rich-Harris 92e4b7f813 prevent hard-to-reproduce bug with deep two-way bindings
8 years ago
Conduitry f6934a1d20 disallow `import root` during validation
8 years ago
Conduitry b03c024160 bind callback passed to custom events to the node context (#428)
8 years ago
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