Commit Graph

830 Commits (7bd00c2caf7ed0a6d0af9a58a207a6693ecf01ae)
 

Author SHA1 Message Date
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
Rich-Harris f5c612520e ugh node 4
10 years ago
Rich-Harris ab03bef8cd SSR support for <:Window> (albeit impossible to test for some reason)
10 years ago
Rich-Harris 958ed7409f implement :Window events
10 years ago
Rich Harris 50dc10810e Merge pull request #394 from sveltejs/fix-overly-aggressive-reserved-tag-parsing
10 years ago
Rich Harris cfd7b89cc1 Merge pull request #393 from sveltejs/removeobjectkey-fix
10 years ago
Rich Harris 1f300a795b Merge pull request #395 from sveltejs/readme-format-default
10 years ago
Conduitry c33ee7b56e fix removeObjectKey when removing last key in object and it has a trailing comma
10 years ago
Conduitry 05e77bf3a8 note different default format for SSR
10 years ago
Conduitry fe3068f779 only do special reserved name handling when tag is all lowercase letters
10 years ago
Rich-Harris 879b61a99a Merge branch 'master' into gh-371
10 years ago
Rich Harris 80c6913f63 Merge pull request #390 from sveltejs/imported-component-direct-reference
10 years ago
Conduitry 3e0063fb64 add unit test for imported components that are then renamed as they're used
10 years ago
Conduitry 300e7f19c4 removeObjectKey API tweak
10 years ago
Conduitry 05a650607c remove the component references in the export that we will be referring to directly
10 years ago
Conduitry fd132744ca remove `namespace` key from generated code
10 years ago
Conduitry e1dd7928ce use direct references to components that have been imported
10 years ago
Rich-Harris 051bc11a6d -> v1.12.1
10 years ago
Rich Harris b2423281e9 Merge pull request #389 from sveltejs/gh-388-deconflict-non-helper-functions
10 years ago
Rich-Harris eaf4a2e8bd parse <:Window> tags
10 years ago
Conduitry ce66d15c71 add unit test
10 years ago
Conduitry 8db85057b0 alas poor typo
10 years ago
Conduitry 4da352c0e4 nicer way of generating aliases for non-helper functions
10 years ago
Rich Harris a64d2081ea Merge pull request #385 from sveltejs/gh-383
10 years ago