Commit Graph

1265 Commits (df1870df8b354923c5a990c5cac6bc27ee762289)
 

Author SHA1 Message Date
Rich Harris d7320ba9fd Merge pull request #471 from sveltejs/gh-470
8 years ago
Rich-Harris a47a679e38 replace all invalid characters in attribute names when creating variables (fixes #470)
8 years ago
Rich Harris c54bebb750 -> v1.14.0
8 years ago
Rich Harris faa287f5f3 Merge pull request #468 from sveltejs/gh-465
8 years ago
Rich Harris 2069372369 remove hardcoded component reference
8 years ago
Rich Harris 262f4aaf49 Merge pull request #463 from sveltejs/readonly-dev-warning
8 years ago
Rich Harris 79b5ce090e Merge branch 'master' into gh-465
8 years ago
Rich Harris 7176001963 Merge branch 'master' into readonly-dev-warning
8 years ago
Rich Harris eaf5b6bfc7 Merge pull request #462 from sveltejs/gh-404-online
8 years ago
Rich Harris 229d9f0a5f Merge pull request #461 from sveltejs/gh-404-scroll
8 years ago
Rich Harris 42c1096745 Merge pull request #467 from sveltejs/gh-466
8 years ago
Rich Harris 91a58a0f26 fix all aliasing tests
8 years ago
Rich Harris a793398d63 catch hardcoded names that should be aliases (#465)
8 years ago
Rich Harris 352bb3d354 ensure hoisted event handler names are globally unique — fixes #466
8 years ago
Rich Harris c61ce134df move some tests to where they belong
8 years ago
Rich Harris 92444ca0e1 Merge pull request #464 from sveltejs/gh-451
8 years ago
Conduitry 86035c3f99 unit test
8 years ago
Conduitry 4fe03652f8 warn if options.name does not begin with a capital letter; tidying
8 years ago
Conduitry e76f4fe6cd recognize component name as a global identifier to be avoided (#451)
8 years ago
Rich Harris 5f2c6e3c19 merge master -> readonly-dev-warning
8 years ago
Rich Harris 8b38b2b802 throw if user sets read-only properties in dev mode
8 years ago
Rich Harris 38ae43f6d7 add bind:online to <:Window/> (#404)
8 years ago
Rich Harris 783cd383e3 window scroll bindings are bidirectional (#404)
8 years ago
Rich Harris 79c456333c Merge pull request #460 from sveltejs/gh-450
8 years ago
Rich Harris 9c166a86f0 Merge pull request #459 from sveltejs/gh-189
8 years ago
Rich Harris 9a3b4b1593 Merge pull request #458 from sveltejs/gh-425
8 years ago
Rich Harris b096385df1 lint
8 years ago
Rich Harris 2852b96e65 collapse consecutive if-statements with the same condition (#450)
8 years ago
Rich Harris 182a04e8fc dont create whitespace nodes inside elements like <select> (#189)
8 years ago
Rich Harris 99d6502bfd better error for attempts to use getters/setters for methods. closes #425
8 years ago
Rich Harris 2e946e0e93 -> v1.13.7
8 years ago
Rich Harris e82c478299 Merge pull request #457 from sveltejs/gh-423
8 years ago
Rich Harris 93e51d6ef3 correctly bind one-way select value attributes (#423)
8 years ago
Rich Harris 20298b1a0a Merge pull request #456 from sveltejs/gh-433-b
8 years ago
Rich Harris fb9edf2f57 align component code more closely with post-refactor element code
8 years ago
Rich Harris ec709cb490 Merge pull request #453 from sveltejs/refactor
8 years ago
Rich Harris 1e2c8593f2 hoist some event handlers, rewrite non-hoisted ones to avoid binding
8 years ago
Rich-Harris 9561a36eb2 more refactoring
8 years ago
Rich-Harris 4a782bc8f6 refactor a lot of attribute code
8 years ago
Rich-Harris e960e8b5c5 move some files, tidy up a bit
8 years ago
Rich-Harris 57f1b64ddb start refactoring element code a bit
8 years ago
Rich-Harris 31269e84f0 failing test for #433
8 years ago
Rich-Harris 731f09d173 Merge branch 'master' into refactor
8 years ago
Rich Harris 35113bdee1 Merge pull request #448 from sveltejs/gh-441
8 years ago
Rich-Harris 67967b1a83 DRY out block.tmp stuff
8 years ago
Rich-Harris 8148230e49 align SSR compiler with DOM compiler
8 years ago
Rich-Harris f88788cc29 rename fragment to block everywhere
8 years ago
Rich-Harris 0050871197 more consistent naming
8 years ago
Rich-Harris aa41135f21 remove redundant addSourcemapLocations calls
8 years ago
Rich-Harris 552820cd7f rename Fragment to Block
8 years ago