Commit Graph

1085 Commits (f8e73c1f36645348548863cb4a023290b775c482)
 

Author SHA1 Message Date
Rich Harris 3fcbf428bd while we're at it, remove unused stuff from generated SSR code
10 years ago
Rich Harris d2db41f811 remove unnecessary template declarations - fixes #440
10 years ago
Rich Harris 4b5754b9a7 centralise logic for manipulating source javascript
10 years ago
Rich-Harris caec96f9da make abstract removeNode function
10 years ago
Rich Harris 3881f5f84b Merge pull request #445 from sveltejs/gh-442-b
10 years ago
Rich Harris d818e42e56 Merge pull request #446 from sveltejs/better-prototype-assignment
10 years ago
Rich-Harris 90b9dc84ad fix broken proto helper
10 years ago
Rich-Harris 92f19a0a74 better prototype assignment
10 years ago
Rich-Harris 91bf849cc7 generate more idiomatic code when removing object properties
10 years ago
Rich Harris bb5d9cc08b Merge pull request #444 from sveltejs/gh-442
10 years ago
Rich Harris b2ec4afdb8 Merge branch 'master' into gh-442
10 years ago
Rich Harris 9da4e80aa7 Merge pull request #443 from sveltejs/gh-431
10 years ago
Rich Harris ced1de84b3 Merge pull request #422 from sveltejs/gh-419
10 years ago
Rich-Harris 5a4f1aeba5 fix remaining test failures
10 years ago
Rich-Harris be33a29a56 mostly fix insane node 4 issue
10 years ago
Rich-Harris 66d48c4830 dont generate intermediate data objects for components unnecessarily (#442)
10 years ago
Rich-Harris e592c052aa use assign helper, to avoid compatibility headaches
10 years ago
Rich-Harris 5c7bc411ec -> v1.13.5
10 years ago
Rich Harris 63011075f0 Merge pull request #438 from sveltejs/gh-436
10 years ago
Rich Harris 949dcc5636 Merge pull request #439 from sveltejs/gh-437
10 years ago
Rich-Harris 75e8d6205e better error for bind:value="{{foo}}" - fixes #437
10 years ago
Rich-Harris 605040ddb7 read values from range/number inputs as numbers - fixes #436
10 years ago
Rich-Harris a3ecb67977 -> v1.13.4
10 years ago
Rich Harris 213c986b80 Merge pull request #435 from sveltejs/unclosed-script-infinite-loop
10 years ago
Rich-Harris 05ea031895 prevent unclosed <script> causing infinite loop
10 years ago
Rich-Harris fc646925db make it easier to run parser tests solo
10 years ago
Rich-Harris 831ed547ba -> v1.13.3
10 years ago
Rich Harris 67d6eb89f2 Merge pull request #434 from sveltejs/gh-424-alt
10 years ago
Rich-Harris 6e0d0b1a12 use a map to avoid false positives
10 years ago
Rich-Harris 6c754c2a3d special case literals
10 years ago
Rich-Harris 1a49c2f344 Merge branch 'master' into gh-424
10 years ago
Rich Harris 6074178c65 Merge pull request #427 from sveltejs/gh-423
10 years ago
Rich Harris 0d5d7ff6bf Merge pull request #429 from sveltejs/gh-428
10 years ago
Rich Harris 132de5cf72 Merge pull request #430 from sveltejs/disallow-import-root
10 years ago
Rich Harris 7c5eaa2f91 Merge pull request #432 from sveltejs/binding-mutation-bug
10 years ago
Rich-Harris cf626ff880 retain binding sourcemaps to the extent possible
10 years ago
Rich-Harris 92e4b7f813 prevent hard-to-reproduce bug with deep two-way bindings
10 years ago
Conduitry f6934a1d20 disallow `import root` during validation
10 years ago
Conduitry b03c024160 bind callback passed to custom events to the node context (#428)
10 years ago
Conduitry 96fa0a3eb6 add unit test
10 years ago
Conduitry aba21f8eb9 <select> elements should use .value prop to update value (#423)
10 years ago
Conduitry e32e69f3e8 deconflict `tmp` within its fragment
10 years ago
Conduitry d2a701c4f5 use snake case in generated identifiers (#419)
10 years ago
Conduitry 343a005506 add unit test for #424
10 years ago
Conduitry eab3f62f25 try to parse expressions as javascript before interpreting them as an identifier (#424)
10 years ago
Rich-Harris 38ee4f15cf -> v1.13.2
10 years ago
Rich-Harris ae660f9ff9 remove surplus `root.` prefix
10 years ago
Dexter 6eb96aadb8
Added test for binding bug
10 years ago
Dexter 3ba4793728
Fixes #420
10 years ago
Rich Harris 731f840a34 Merge pull request #416 from sveltejs/gh-413
10 years ago