Commit Graph

3411 Commits (5876f0b45b3a52daa06045b63dc2ede25fc91d82)
 

Author SHA1 Message Date
Rich Harris 5876f0b45b
Merge pull request #2030 from sveltejs/next-tick-promise
6 years ago
Richard Harris 6e64247a9a Merge branch 'master' of github.com:sveltejs/svelte
6 years ago
Richard Harris eda1bc627b copy changelog blog post over from svelte.technology
6 years ago
Rich Harris f0c33b5cb3 better
6 years ago
Rich Harris 003dfa1dde update test
6 years ago
Rich Harris 3ea5f3b8f0 rename to tick, remove callback interface
6 years ago
Rich Harris 3c1734c1fc make callback optional
6 years ago
Rich Harris fb534a3d50 return promise from nextTick
6 years ago
Rich Harris 0172d84850
Merge pull request #2029 from sveltejs/component-name-conflict-again
6 years ago
Rich Harris 5b57a17632 deconflict with globals referenced in module context
6 years ago
Rich Harris 411a9f91b1
Merge pull request #2027 from sveltejs/avoid-spread
6 years ago
Rich Harris de23e19e5d doh
6 years ago
Rich Harris 2703f609a5 avoid spread pattern, it causes some problems with some setups somehow???
6 years ago
Rich Harris b015c001cc
Merge pull request #2026 from sveltejs/get-name-automatically
6 years ago
Rich Harris 0d2622da49 sanitize
6 years ago
Rich Harris 722e1fd383 get name based on filename
6 years ago
Richard Harris 4252721deb bump alpha version
6 years ago
Rich Harris 96d14a15ef
Merge pull request #2021 from sveltejs/gh-2017
6 years ago
Richard Harris 84e3e667e4 bump alpha version
6 years ago
Rich Harris bcd45c79df
Merge pull request #2023 from sveltejs/component-name-conflict
6 years ago
Richard Harris d9e80738c7 fix tests
6 years ago
Richard Harris f7d4d14f0c remove debugging output
6 years ago
Richard Harris 21a07fcaf4 prevent component name from conflicting with globals
6 years ago
Richard Harris 596cdb64a9 bump alpha version
6 years ago
Conduitry 5b9cc176df rename properties to component.compileOptions and .componentOptions
6 years ago
Conduitry a270661d20 rename `<svelte:meta>` to `<svelte:options>` (#2017)
6 years ago
Conduitry 14d41af973 site: update eslint-plugin-svelte3
6 years ago
Rich Harris 66d0c288ca
Merge pull request #2020 from sveltejs/gh-2019
6 years ago
Conduitry 67af1a203e disallow `slot` as a prop name in inline components (#2019)
6 years ago
Rich Harris b1d919f3f2
Overhaul stats — closes #1891
6 years ago
Rich Harris 80b0bdfdb1
Merge pull request #2010 from sveltejs/gh-1997
6 years ago
Richard Harris bcbe0a58b2 bind to store values in simple cases - fixes #1997
6 years ago
Rich Harris 9f800fb914
Merge pull request #2009 from sveltejs/gh-2000
6 years ago
Richard Harris cdcccfb4e4 set current = true on mount as well as intro - fixes #2000
6 years ago
Richard Harris fcbb8e6eff failing tests for #2000
6 years ago
Rich Harris eccc8b264d
Implement local transitions — fixes #1480
6 years ago
Richard Harris ebd0b5ed0f update rollup-plugin-sucrase
6 years ago
Richard Harris 9ff39c034b bump alpha version
6 years ago
Rich Harris c2e6d1bf0d
Better composition — implements https://github.com/sveltejs/rfcs/pull/12
6 years ago
Conduitry 2b1f753d72 site: tidy code highlighting
6 years ago
Rich Harris 37351196b0
Merge pull request #2007 from sveltejs/gh-2005-evschris
6 years ago
Rich Harris 4d7531ded7
Merge pull request #2006 from sveltejs/c8
6 years ago
Richard Harris cb0a95e87d downgrade JSDOM
6 years ago
Richard Harris f1ca1cc098 housekeeping
6 years ago
Chris Reeves c9301dc9f7 defer hoisting until after the template is walked - fixes #2005
6 years ago
Rich Harris 82f4ae6643
Merge pull request #2003 from sveltejs/gh-2002
6 years ago
Rich Harris add3b303dc
Merge pull request #2004 from sveltejs/gh-1995
6 years ago
Chris Reeves 33a2b54881 update await-block to use on_outro and check_outros - fixes #1995
6 years ago
Chris Reeves 4f630058fe check module scope when determining if a name is contextual - fixes #2001
6 years ago
Chris Reeves 33131d0b70 make sure a hoistable name is not also a shadowed name rendering an expression - fixes #2002
6 years ago