0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00
Commit Graph

1038 Commits

Author SHA1 Message Date
Rich Harris
7525d6417d -> v1.11.2 2017-03-10 15:54:31 -05:00
Rich Harris
6fdbe52726 Merge pull request #362 from sveltejs/gh-331
Add CSS to each document a component is rendered to
2017-03-10 15:53:22 -05:00
Rich Harris
7dce2a50e6 move test to new location 2017-03-10 15:45:52 -05:00
Rich Harris
d0c0155f14 alternative approach to #331 2017-03-10 15:42:38 -05:00
Rich Harris
4e95404f02 Merge pull request #361 from taylorzane/gh-345
Changed `create` API method to use `new Function()`
2017-03-09 22:45:17 -05:00
Taylor Zane Glaeser
085f5fc81d Changed create API method to use new Function() instead of anindirect eval. 2017-03-09 20:02:05 -06:00
Rich Harris
9c93ea6c7a Merge pull request #360 from sveltejs/gh-355-api-option-docs
Add more formal documentation for API options
2017-03-09 08:41:33 -05:00
Conduitry
e0a1483bd6 fix options table formatting 2017-03-09 08:15:52 -05:00
Conduitry
a412ebd451 add more formal documentation for API options (#355) 2017-03-09 08:02:39 -05:00
Rich-Harris
af02e36b2b -> v1.11.1 2017-03-08 12:26:47 -05:00
Rich Harris
be8efcc9f2 Merge pull request #357 from sveltejs/gh-356
fix two-way binding for components inside each-blocks
2017-03-08 12:25:44 -05:00
Rich-Harris
92925ede0d fix two-way binding for components inside each-blocks - closes #356 2017-03-08 12:04:27 -05:00
Rich-Harris
df70e7b059 remove a console.log that slipped in somehow 2017-03-07 23:48:18 -05:00
Rich-Harris
5396c0ebe7 -> v1.11.0 2017-03-07 14:26:00 -05:00
Rich Harris
67e39ad529 Merge pull request #353 from sveltejs/gh-109
[WIP] Node 4 compatibility
2017-03-07 14:23:40 -05:00
Rich-Harris
9ffcc6a708 update tests posts-#354 2017-03-07 14:18:09 -05:00
Rich-Harris
28f50031e4 Merge branch 'master' into gh-109 2017-03-07 14:16:37 -05:00
Rich Harris
415aed70e7 Merge pull request #354 from taylorzane/api-create-component
API to create and return a component constructor
2017-03-07 14:15:31 -05:00
Rich-Harris
35b1a96002 lint 2017-03-07 14:10:42 -05:00
Rich-Harris
60ed068a59 move tests around to facilitate registering babel based on environment 2017-03-07 14:10:28 -05:00
Rich-Harris
b1d36d5322 -> v1.10.3 2017-03-07 12:12:26 -06:00
Rich-Harris
78c9fa445c differentiate between nbsp and other whitespace (#348) 2017-03-07 12:12:26 -06:00
Tim Hall
0631eaec3e Remove ES2015 let from css block 2017-03-07 12:12:26 -06:00
Conduitry
e42f12320b unit test 2017-03-07 12:12:26 -06:00
Conduitry
30a177c12f allow using whitelisted globals themselves in tags 2017-03-07 12:12:26 -06:00
Rich Harris
92b8f01739 -> v1.10.2 2017-03-07 12:12:26 -06:00
Conduitry
af599f11e6 fix test 2017-03-07 12:12:26 -06:00
Conduitry
b61f81e131 only process special tags (script, style) when they are top-level 2017-03-07 12:12:26 -06:00
Conduitry
1d891de648 accept DOCTYPE element in any case 2017-03-07 12:12:26 -06:00
Rich Harris
6cfb4d4470 -> v1.10.1 2017-03-07 12:12:26 -06:00
Taylor Zane Glaeser
f5fefeb652 Resolved an issue with raw Svelte JS in a script block breaking an HTML document. 2017-03-07 12:12:26 -06:00
Conduitry
b5e9a2f99e typecheck argument in _set when in dev mode 2017-03-07 12:12:26 -06:00
Conduitry
57caf86c46 deconflict helpers when not using shared helpers 2017-03-07 12:12:26 -06:00
Taylor Zane Glaeser
a81362638f 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. 2017-03-07 11:42:57 -06:00
Rich-Harris
23b0f75af2 add Node 4 to travis build matrix 2017-03-07 12:09:10 -05:00
Rich-Harris
55f3ed42d9 transpile/remove stuff that wont work in Node 4 2017-03-07 12:05:41 -05:00
Rich-Harris
43a5c6edd5 minor unrelated codegen fix 2017-03-07 11:35:36 -05:00
Rich-Harris
71cfb93384 simplify JS parsing step 2017-03-07 11:21:30 -05:00
Rich-Harris
94dc6d26b6 -> v1.10.3 2017-03-06 22:45:17 -05:00
Rich Harris
a362b436b2 Merge pull request #352 from sveltejs/gh-348
differentiate between nbsp and other whitespace
2017-03-06 22:41:10 -05:00
Rich Harris
93b0b0e460 Merge pull request #351 from timhall/remove-let
Remove ES2015 let from css block
2017-03-06 22:40:57 -05:00
Rich Harris
e63a1124b4 Merge pull request #350 from sveltejs/gh-333-use-whitelisted-globals-directly
allow using whitelisted globals themselves in tags
2017-03-06 22:39:25 -05:00
Rich-Harris
ce6178d281 differentiate between nbsp and other whitespace (#348) 2017-03-06 22:34:45 -05:00
Tim Hall
9b2e78aea4 Remove ES2015 let from css block 2017-03-06 20:51:05 -05:00
Conduitry
b1f829e259 unit test 2017-03-06 19:48:29 -05:00
Conduitry
5984d98618 allow using whitelisted globals themselves in tags 2017-03-06 19:38:45 -05:00
Rich Harris
8852e48d55 Merge pull request #349 from taylorzane/fix-raw-js-in-html
Resolved embedded Svelte library breaking HTML document
2017-03-06 18:35:07 -05:00
Rich Harris
2c58e39ed4 -> v1.10.2 2017-03-06 17:39:01 -05:00
Rich Harris
fe2a06da47 Merge pull request #347 from sveltejs/gh-335-top-level-special-tags
only process special tags (script, style) when they are top-level
2017-03-06 17:37:23 -05:00
Conduitry
63d9f058f3 fix test 2017-03-06 17:25:13 -05:00