Commit Graph

788 Commits (f97cfcda59e068d1b5e033765d8c0446f71fe108)
 

Author SHA1 Message Date
Taylor Zane Glaeser f97cfcda59 Fixes #452. Fixed an issue that caused setting `computed` to an empty object to prevent the component from compiling.
10 years ago
Rich Harris 7659c6d30e -> v1.13.6
10 years ago
Rich Harris 9f2fdb3c88 Merge pull request #447 from sveltejs/gh-440
10 years ago
Rich Harris a6b4bb0d01 while we're at it, remove unused stuff from generated SSR code
10 years ago
Rich Harris e9fe2e4875 remove unnecessary template declarations - fixes #440
10 years ago
Rich Harris 8e27684642 centralise logic for manipulating source javascript
10 years ago
Rich-Harris 115c493b86 make abstract removeNode function
10 years ago
Rich Harris 84bc724bba Merge pull request #445 from sveltejs/gh-442-b
10 years ago
Rich Harris cf66e20f45 Merge pull request #446 from sveltejs/better-prototype-assignment
10 years ago
Rich-Harris ef23b0c431 fix broken proto helper
10 years ago
Rich-Harris d0d83b18a1 better prototype assignment
10 years ago
Rich-Harris 57f1397d68 generate more idiomatic code when removing object properties
10 years ago
Rich Harris fb38f6046b Merge pull request #444 from sveltejs/gh-442
10 years ago
Rich Harris c5241c8607 Merge branch 'master' into gh-442
10 years ago
Rich Harris fb599f4f83 Merge pull request #443 from sveltejs/gh-431
10 years ago
Rich Harris 7054cdc633 Merge pull request #422 from sveltejs/gh-419
10 years ago
Rich-Harris b9ef78475c fix remaining test failures
10 years ago
Rich-Harris 55c2c6920f mostly fix insane node 4 issue
10 years ago
Rich-Harris c0cd8f9070 dont generate intermediate data objects for components unnecessarily (#442)
10 years ago
Rich-Harris 0f44611285 use assign helper, to avoid compatibility headaches
10 years ago
Rich-Harris b0a73b8df2 -> v1.13.5
10 years ago
Rich Harris 5985245cf5 Merge pull request #438 from sveltejs/gh-436
10 years ago
Rich Harris 2cc7a26a0a Merge pull request #439 from sveltejs/gh-437
10 years ago
Rich-Harris 2ce0cbec23 better error for bind:value="{{foo}}" - fixes #437
10 years ago
Rich-Harris 5c10dea6c9 read values from range/number inputs as numbers - fixes #436
10 years ago
Rich-Harris a9d77d20a6 -> v1.13.4
10 years ago
Rich Harris 036fe11d00 Merge pull request #435 from sveltejs/unclosed-script-infinite-loop
10 years ago
Rich-Harris f9fc2f37dc prevent unclosed <script> causing infinite loop
10 years ago
Rich-Harris 3672b61b37 make it easier to run parser tests solo
10 years ago
Rich-Harris b60c6a8740 -> v1.13.3
10 years ago
Rich Harris dd55108372 Merge pull request #434 from sveltejs/gh-424-alt
10 years ago
Rich-Harris ce38d480be use a map to avoid false positives
10 years ago
Rich-Harris e77b998adf special case literals
10 years ago
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 8f02078dbe deconflict `tmp` within its fragment
10 years ago
Conduitry 516117e2f1 use snake case in generated identifiers (#419)
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