Commit Graph

360 Commits (2cd132e44dbb9d685a813e4f59c27f470bcf512c)

Author SHA1 Message Date
Conduitry c33ee7b56e fix removeObjectKey when removing last key in object and it has a trailing comma
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
Conduitry 3e0063fb64 add unit test for imported components that are then renamed as they're used
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
Rich Harris a64d2081ea Merge pull request #385 from sveltejs/gh-383
10 years ago
Rich Harris 24664b997b Merge pull request #387 from sveltejs/gh-311
10 years ago
Rich Harris c2696168cb Merge pull request #384 from sveltejs/shorthand-attributes
10 years ago
Rich Harris 8a4ac4953b implement bind:group for radio input groups (#311)
10 years ago
Rich Harris 97868099aa implement bind:group for checkbox inputs (#312)
10 years ago
Rich Harris f5fc6c5c35 Merge branch 'master' into gh-312
10 years ago
Rich Harris e71d4e0d53 allow reserved words in tags e.g. {{class}} (#383)
10 years ago
Rich Harris 8b528bada1 implement :shorthand attributes
10 years ago
Rich Harris 952a659858 fix test
10 years ago
Rich Harris 99b7e7e304 test binding values work with sourcemaps
10 years ago
Rich Harris 2ac793c561 treat binding values as expressions
10 years ago
Rich Harris 1081dd77a4 make test harder to pass
10 years ago
Rich Harris 9f2a90e95c tweak htmlEqual helper so tests are easier to write
10 years ago
Rich Harris 337f44dd45 test for #312
10 years ago
Rich Harris 30f0dca598 dev warnings for bad arguments to component.observe (#369), and component.on("teardown") (#365)
10 years ago
Rich Harris 480586eb91 tests for #365 and #369
10 years ago
Rich-Harris a2fd58e980 Merge branch 'master' of https://github.com/sveltejs/svelte
10 years ago
Rich-Harris 0d8b53aa11 update gitignore, remove some files from repo
10 years ago
Rich-Harris 4070c6a117 revert to previous addCss behaviour (#372)
10 years ago
Rich Harris cb8429fef7 move test to new location
10 years ago
Rich Harris 1d59b6093b alternative approach to #331
10 years ago
Rich-Harris 38cd051543 fix two-way binding for components inside each-blocks - closes #356
10 years ago
Rich-Harris fe9974470a update tests posts-#354
10 years ago
Rich-Harris 940bd82d03 Merge branch 'master' into gh-109
10 years ago
Rich-Harris f7c1fb0c57 move tests around to facilitate registering babel based on environment
10 years ago
Rich-Harris 573f8681a1 differentiate between nbsp and other whitespace (#348)
10 years ago
Conduitry 04874b8b7f unit test
10 years ago
Conduitry b6b66ee274 fix test
10 years ago
Taylor Zane Glaeser 42bb3642bb Implemented a `create` method that outputs a Svelte component constructor. Added a format called `eval` that returns a string that when called by `eval` will return a Svelte component constructor. Wrote tests for the `create` method, and the `eval` format. All these tests pass.
10 years ago
Rich Harris 4b23c0ac36 Merge pull request #352 from sveltejs/gh-348
10 years ago
Rich-Harris bb2cd0d33f differentiate between nbsp and other whitespace (#348)
10 years ago
Conduitry af0372246d unit test
10 years ago
Conduitry 222a8cd5fb fix test
10 years ago
Rich-Harris 80d95f2bf9 <:Self> inside each-block
10 years ago
Rich-Harris cac61b2b0f self-references (#51)
10 years ago
Cristian Necula 0dbb2fe727 tests/render-in-iframe: added failing test for rendering in another document
10 years ago
Rich-Harris a71d0c8982 two-way binding with <select multiple> (#313)
10 years ago
Rich-Harris 25bcfef878 allow [arrow] function expressions inside tags (#269)
10 years ago
Rich-Harris 3e4afe5052 better errors for malformed event handlers (#220)
10 years ago
Rich Harris 8b9239345e merge master -> gh-177
10 years ago
Rich Harris d212d3d101 Merge pull request #322 from sveltejs/gh-249
10 years ago
Rich Harris 348ba2be5e throw in dev mode if options.target is absent (#177)
10 years ago
Rich Harris 28aaa25bb5 better error for unmatched closing tag (#321)
10 years ago
Rich Harris 0e2626ae78 throw error in dev mode for missing bound properties (#249)
10 years ago
Rich Harris e0dd5e935d Merge pull request #320 from sveltejs/gh-13
10 years ago
Rich Harris 3ccf61d9bc add development warnings for missing data properties with dev: true (#13)
10 years ago
Rich Harris 735131c943 Merge branch 'master' into gh-40
10 years ago
Rich Harris da70a3502c more informative error message when elements/blocks are left open (#258)
10 years ago
Rich Harris dde8c8555d Merge branch 'master' into gh-40
10 years ago
Rich Harris 8d807be4b1 handle implicitly closed elements
10 years ago
Rich Harris b194b4859d use component.destroy() in tests instead of component.teardown()
10 years ago
Rich Harris b7a2978ceb update tests
10 years ago
Rich Harris 5b7294acbe use input events for two-way binding with textareas and non-checkbox/radio inputs (#10)
10 years ago
Rich Harris 5d786faf33 failing test for #222 part 2
10 years ago
Rich Harris 4cd0406d7e reenable all tests
10 years ago
Rich Harris 8bbb2532bd prevent imported names from conflicting with built-in shared helpers (#222)
10 years ago
Rich Harris 09250823b5 failing test for #222
10 years ago
Rich Harris af3b10a5e2 use compileOptions when showing failing code
10 years ago
Rich Harris f2acb5d6b6 handle shorthand properties in expressions (fixes #296)
10 years ago
Rich Harris 0fa2164691 Merge branch 'master' into gh-301
10 years ago
Rich Harris e0a7a19597 remove comment
10 years ago
Rich Harris c2cc5e5fb8 normalise CSS parse errors
10 years ago
Rich Harris ef4d7e2538 work around some css-tree quirks
10 years ago
Rich Harris a1b5f70d66 include CSS AST in svelte.parse output
10 years ago
Rich Harris 7e14400434 add (skipped) test for #301
10 years ago
Rich Harris a49109cefe fix tests
10 years ago
Rich Harris c89400f0dd fix tests
10 years ago
Rich Harris 79f1898caa Merge branch 'master' into gh-290-b
10 years ago
Rich Harris 1e1aa466e1 Merge pull request #297 from sveltejs/gh-290-a
10 years ago
Rich Harris cd12ecd3a6 remove duplicate set(), check select value
10 years ago
Rich Harris a8abe61fb2 failing tests for second bug in #290
10 years ago
cayasso b2ebafa3fc add test for select option issue (#291)
10 years ago
Rich Harris 7608158a98 failing test for first bug in #290
10 years ago
Rich Harris 7e65e8b0b0 populate map.sources and map.sourcesContent even if none of the original code is used
10 years ago
Rich Harris 453622b9d5 add outputFilename option for sourcemap generation
10 years ago
Rich Harris d94bde3cf4 failing test for #288
10 years ago
Rich-Harris 1c96e276c7 only update attributes that have changed (#279)
10 years ago
Rich-Harris db1895f426 only update triples if HTML has changed
10 years ago
Rich Harris 88011e7f93 two-way component binding in SSR (#275)
10 years ago
Rich Harris e6fbf91017 dont trigger bindings for torn-down components (#277)
10 years ago
Rich Harris c71291f864 use options.name for easier debugging
10 years ago
Rich Harris 606cbc29a7 handle default paramters in computed values (fixes #274)
10 years ago
Rich Harris 04627a6e88 skip onrender-chain test
10 years ago
Rich Harris 83deda147a Merge branch 'master' into universal-tests
10 years ago
Rich Harris 0697d0fff2 lint
10 years ago
Rich Harris e821ccc2de skip component binding SSR tests, for now
10 years ago
Rich Harris be60c82a54 add SSR triple test
10 years ago
Rich Harris e499322931 fix/skip various SSR tests
10 years ago
Rich Harris 98148a925f always flush render hooks, even if initiator is a nested component (#263)
10 years ago
Rich Harris 9dc0be3219 Merge pull request #268 from sveltejs/gh-267
10 years ago
Rich Harris 548a359582 fix apostrophe entity (#267)
10 years ago
Paul Sauve 0809d9027b Merge branch 'master' into svg-set-xmlns
10 years ago
Rich Harris 987ccd79a4 Merge pull request #265 from sveltejs/gh-264
10 years ago