Commit Graph

753 Commits (9d3427facc21fd771be9d768ae1c79bc050be141)
 

Author SHA1 Message Date
Rich-Harris 9d3427facc Merge branch 'master' into gh-424
10 years ago
Rich Harris e52484cffa Merge pull request #427 from sveltejs/gh-423
10 years ago
Rich Harris 4494c6ccb9 Merge pull request #429 from sveltejs/gh-428
10 years ago
Rich Harris 60792e03fe Merge pull request #430 from sveltejs/disallow-import-root
10 years ago
Rich Harris ddb2dae444 Merge pull request #432 from sveltejs/binding-mutation-bug
10 years ago
Rich-Harris 660e72a773 retain binding sourcemaps to the extent possible
10 years ago
Rich-Harris d985a89467 prevent hard-to-reproduce bug with deep two-way bindings
10 years ago
Conduitry 9c3814fe0e disallow `import root` during validation
10 years ago
Conduitry 2b23b2cd60 bind callback passed to custom events to the node context (#428)
10 years ago
Conduitry 575a60ee3c add unit test
10 years ago
Conduitry 523b1df90f <select> elements should use .value prop to update value (#423)
10 years ago
Conduitry 6fcd405351 add unit test for #424
10 years ago
Conduitry 265df6c989 try to parse expressions as javascript before interpreting them as an identifier (#424)
10 years ago
Rich-Harris 4db367eb73 -> v1.13.2
10 years ago
Rich-Harris 854ecd441a remove surplus `root.` prefix
10 years ago
Dexter 3d1d7c4360 Added test for binding bug
10 years ago
Dexter b5e23884d0 Fixes #420
10 years ago
Rich Harris 0ac2b2d0f1 Merge pull request #416 from sveltejs/gh-413
10 years ago
Rich Harris a31e658488 Merge pull request #417 from sveltejs/gh-409
10 years ago
Rich-Harris 1aedd7e456 renable tests
10 years ago
Rich-Harris 588872cf40 include css in compiler output (#409)
10 years ago
Rich-Harris b61fd27cfc recompute computed values with functions as dependencies (#413)
10 years ago
Rich Harris 37545723fa Merge pull request #411 from sveltejs/disable-unneeded-buble-transforms
10 years ago
Rich Harris a8f28db181 Merge pull request #412 from sveltejs/gh-410
10 years ago
Rich-Harris 561e89a27e use target: { node: 4 } for buble config
10 years ago
Rich-Harris c19fb531b8 bundle magic-string
10 years ago
Conduitry cee15ec11e disable Buble transforms not needed for Node 4
10 years ago
Rich-Harris a30cadaf2d -> v1.13.1
10 years ago
Rich Harris efee0fd513 Merge pull request #401 from sveltejs/gh-400
10 years ago
Conduitry 4cad15db1c fix merge
10 years ago
Rich Harris 7ae853c75c Merge branch 'master' into gh-400
10 years ago
Rich Harris bafa6f2191 Merge pull request #407 from sveltejs/gh-398
10 years ago
Rich-Harris ccfc0ed645 prevent infinite loops caused by pathological component bindings (#398)
10 years ago
Conduitry f1b608e706 new aliaser mechanism replacing existing mechanism and counters; a bunch more deconflicting
10 years ago
Rich-Harris cd3cb30675 -> v1.13.0
10 years ago
Rich Harris ca6e290653 Merge pull request #391 from sveltejs/gh-371
10 years ago
Rich Harris 1bb12b6b41 Merge pull request #403 from widgetic/fix/binding-input-radio-group
10 years ago
Rich-Harris 1fea246acd fix bad merge
10 years ago
Rich Harris 4613ec324b Merge branch 'master' into gh-371
10 years ago
Rich Harris 7d5a6a3955 Merge pull request #402 from sveltejs/use-maps-and-sets
10 years ago
Cristian Necula a5f81ccc46 (fix:radio-groups) preserve the radio input's checked state after handling a state change
10 years ago
Cristian Necula 7b82bc4fa7 (test) assert input's checked status after a DOM 'change' event
10 years ago
Conduitry f3fe23a263 use maps and sets in many places instead of plain objects
10 years ago
Rich Harris 042c8eb1c1 Merge branch 'master' into gh-371
10 years ago
Rich Harris 19816afe8d Merge pull request #396 from sveltejs/gh-392
10 years ago
Conduitry 222d19c7c2 use annotateWithScopes to get top-level declarations when deconflicting `template`
10 years ago
Conduitry 67b45db0fe some annotateWithScopes fixes
10 years ago
Rich-Harris 1ffc76ec3f Merge branch 'master' into gh-371
10 years ago
Conduitry 5968a539d0 deconflict `template` variable (#392)
10 years ago
Rich-Harris 4949edfe55 add infrastructure for bindings on <:Window>
10 years ago