Commit Graph

400 Commits (b9f4db64047384f2286c6b7f6eadba79f3aa2acd)
 

Author SHA1 Message Date
Rich Harris b9f4db6404 Merge pull request #226 from sveltejs/gh-221
10 years ago
Rich-Harris faf50dfddc handle component directives at positions other than end (fixes #221)
10 years ago
Rich Harris 9f413bbbbe Merge pull request #225 from sveltejs/gh-224
10 years ago
Rich-Harris d685b4a23d provide useful feedback on encountering void element closing tag
10 years ago
Arpad Borsos 0ba3286da8 make html validators work inside else blocks
10 years ago
Rich-Harris 6fe2ced2df -> v1.6.0
10 years ago
Rich Harris 88e043f2f7 Merge pull request #219 from sveltejs/gh-218
10 years ago
Rich-Harris f1aab96e5b include shared.js in package
10 years ago
Rich-Harris 1a896dbecc allow custom path for helpers (#218)
10 years ago
Rich-Harris c188f6406f -> v1.5.0
10 years ago
Rich Harris e04b8f3eab Merge pull request #217 from sveltejs/gh-216
10 years ago
Rich-Harris 8936cb98b5 handle directives on components (fixes #216)
10 years ago
Rich Harris c7b0096c8f Merge pull request #215 from sveltejs/non-standalone
10 years ago
Rich-Harris 5b23a8591d fix test failure caused by clearing cache
10 years ago
Rich-Harris e462f910d0 non-standalone mode (#9)
10 years ago
Rich-Harris 625b765550 resolve merge conflict
10 years ago
Rich-Harris 18d464851b consolidate rollup config
10 years ago
Rich Harris b339764ba0 Merge pull request #212 from sveltejs/helpers
10 years ago
Rich-Harris 27e8406a13 put component methods on prototype
10 years ago
Rich-Harris 7d12d561e8 single underscore for component private properties
10 years ago
Rich-Harris c1c1aff379 make inter-component root and yield options _private
10 years ago
Rich-Harris 23419122cd -> v1.4.0
10 years ago
Rich-Harris 1def51b7ec remove _mount indirection
10 years ago
Rich-Harris fe38e46044 ignore ES5 in src/shared
10 years ago
Rich-Harris 978e35ceef move methods out of constructor
10 years ago
Rich-Harris 08331b4f8b use helpers for DOM operations
10 years ago
Rich Harris 20cd07111a Merge pull request #209 from sveltejs/gh-81
10 years ago
Rich Harris 58a1de3a8b Merge pull request #211 from klaussner/master
10 years ago
Christian Klaussner ef11657d64 Add link to Meteor build plugin
10 years ago
Rich Harris 0db49cba63 Update README.md
10 years ago
Rich Harris afb2b7ee7d Update README.md
10 years ago
Rich-Harris 9c66e15bb4 naive implementation of keyed updates (#81)
10 years ago
Rich-Harris 53daa7745b failing test for #81
10 years ago
Rich-Harris 388a3e24a3 parse @id for keyed each blocks (#81)
10 years ago
Rich-Harris e131a4e7e1 -> v1.3.1
10 years ago
Rich Harris f142f0d533 Merge pull request #206 from sveltejs/gh-144
10 years ago
Rich Harris 808763f872 Merge pull request #207 from sveltejs/gh-102
10 years ago
Rich-Harris 3e5d59f182 remove redundant if block to increase patch coverage
10 years ago
Rich-Harris 2948a99953 throw if options.name is illegal
10 years ago
Rich-Harris de787e81cd remove extensions from AMD dependencies – fixes #144
10 years ago
Rich-Harris e65263998b -> v1.3.0
10 years ago
Rich Harris a55fbe1140 Merge pull request #204 from sveltejs/gh-202
10 years ago
Rich-Harris f1ff567b54 merge master -> gh-202
10 years ago
Rich Harris 1e407b53b1 Merge pull request #205 from Conduitry/gh-140
10 years ago
Rich-Harris d6548882ff use SsrGenerator subclass
10 years ago
Rich-Harris 617b598fbb use DomGenerator subclass, instead of events
10 years ago
Rich Harris 9b0e4fdbd1 lint
10 years ago
Rich Harris 4d7784b7e4 tidy up
10 years ago
Rich Harris 63531eadd8 centralise import handling
10 years ago
Rich Harris 027096f1ad use shared generator for SSR compiler
10 years ago