0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-29 16:36:44 +01:00
Commit Graph

3439 Commits

Author SHA1 Message Date
Richard Harris
423e4e6cbc deconflict with implicit props - fixes #1957 2019-01-04 13:48:55 -05:00
Richard Harris
cf6b6d4dbf upgrade Acorn - fixes #1949 2019-01-04 09:04:19 -05:00
Rich Harris
dcad65b118
Merge pull request #1956 from sveltejs/clean-up-repl-examples
Clean up repl examples
2019-01-03 19:27:55 -05:00
Conduitry
77df0b7c45 update and tidy REPL examples 2019-01-03 18:23:03 -05:00
Conduitry
e0af4e742d bump site eslint ecma version 2019-01-03 17:52:10 -05:00
Conduitry
90a9061684 use tagged versions of eslint-plugin-svelte3 2019-01-03 15:11:15 -05:00
Rich Harris
09b21fdba3
Merge pull request #1954 from sveltejs/gh-1873
preserve attributes during preprocess
2019-01-03 14:03:26 -05:00
Conduitry
8427bde679 preserve attributes during preprocess (#1873) 2019-01-03 13:20:56 -05:00
Rich Harris
316196cfc8
Merge pull request #1951 from chris-morgan/patch-1
Update parallax example to use https: URLs
2019-01-03 09:10:43 -05:00
Chris Morgan
c850dcd6c4
Update parallax example to use https: URLs
It’s very common for http: URLs not to load in https: page now.
These images are served on https: also, so use that.
2019-01-03 22:48:17 +11:00
Rich Harris
b65828b269
Merge pull request #1947 from sveltejs/gh-1946
fix transitions
2019-01-02 20:18:50 -05:00
Richard Harris
d5e41a8a2e oops. fixes #1946 2019-01-02 20:15:46 -05:00
Rich Harris
16fea037f3
Merge pull request #1944 from fiskgrodan/patch-1
Update global.css
2019-01-02 19:57:02 -05:00
fiskgrodan
6b9f81fa25
Update global.css
Added `sans-serif` fallback to `Roboto` on `p, ol, ul`-elements to avoid the initial flashing of `Times New Roman` on loads and reloads.
2019-01-02 14:30:18 +01:00
Richard Harris
3701e0d582 add spring example 2019-01-01 19:34:55 -05:00
Richard Harris
2dd6e06392 one day i will remember to do this *before* publishing 2019-01-01 19:23:43 -05:00
Richard Harris
0b7ecee09a bump alpha version 2019-01-01 19:15:25 -05:00
Rich Harris
ca04f270ee
Merge pull request #1942 from sveltejs/gh-1938
render functions that close over contextual data
2019-01-01 19:13:34 -05:00
Richard Harris
329b013e40 render functions that close over contextual data - fixes #1938 2019-01-01 19:08:02 -05:00
Rich Harris
45d375e15d
Merge pull request #1941 from sveltejs/gh-1889
allow reactive store references anywhere in script
2019-01-01 18:21:28 -05:00
Richard Harris
e15d13bf91 allow reactive store references anywhere in script - fixes #1889 2019-01-01 18:11:41 -05:00
Rich Harris
c6d2cdddb0
Merge pull request #1940 from sveltejs/remove-component-references
Remove component references
2019-01-01 17:31:56 -05:00
Richard Harris
179d083a8a merge master -> remove-component-references 2019-01-01 16:57:25 -05:00
Rich Harris
b87f930002
svelte/motion
closes #1875
2019-01-01 16:54:50 -05:00
Richard Harris
2c47b34c1f remove unused import 2019-01-01 16:26:43 -05:00
Richard Harris
81ec3404bc remove unused line 2019-01-01 16:25:28 -05:00
Richard Harris
1d9ce0fff5 update tests 2019-01-01 15:06:42 -05:00
Richard Harris
016bf84800 dont pass around reference to component 2019-01-01 14:39:46 -05:00
Richard Harris
e504332730 tidy up 2019-01-01 14:16:19 -05:00
Richard Harris
f1bdfd84d8 dont call transition functions with component context 2019-01-01 12:53:17 -05:00
Richard Harris
e56c5653a7 start refactoring transitions 2019-01-01 12:28:08 -05:00
Richard Harris
a7370ce024 fix test 2019-01-01 11:37:25 -05:00
Richard Harris
7fbb71a788 tidy up 2019-01-01 11:37:10 -05:00
Richard Harris
6dbac071f5 simplify 2019-01-01 02:37:42 -05:00
Richard Harris
84d501b5fb minor tidy up 2019-01-01 02:16:55 -05:00
Richard Harris
35aee272d6 start simplifying animations 2019-01-01 02:14:59 -05:00
Richard Harris
4f5f187cbe fix easing.mjs 2018-12-31 20:17:18 -05:00
Richard Harris
15b054f6a7 refactor some stuff 2018-12-31 20:15:22 -05:00
Richard Harris
8d1afbb3d4 shuffle things around a bit 2018-12-31 20:06:19 -05:00
Richard Harris
f746031f96 tweak some config etc 2018-12-31 19:56:50 -05:00
Richard Harris
d58996534d start centralising rAF stuff 2018-12-31 17:45:07 -05:00
Richard Harris
65dc6d693b move tweened and spring into separate modules 2018-12-31 17:13:36 -05:00
Richard Harris
ff07629383 remove unused opts 2018-12-31 16:47:35 -05:00
Richard Harris
203e6ae8c3 implement spring 2018-12-31 16:43:08 -05:00
Richard Harris
e195bb2b57 rename to tweened 2018-12-31 13:36:47 -05:00
Richard Harris
9c6d81945d add motion.js 2018-12-31 13:36:04 -05:00
Richard Harris
11e5bed175 add svelte/motion, implement tween function 2018-12-31 13:35:17 -05:00
Richard Harris
feadc6cfd0 bump alpha version 2018-12-31 11:57:52 -05:00
Rich Harris
be93d7d0e7
Merge pull request #1936 from sveltejs/gh-1883
prevent duplicate declaration of store values
2018-12-31 11:52:56 -05:00
Richard Harris
dcc1996aef prevent duplicate declaration of store values - fixes #1883 2018-12-31 10:52:22 -05:00