Commit Graph

3396 Commits (eda1bc627b251f65f755d8ed45173bd9e328eaab)
 

Author SHA1 Message Date
Richard Harris eda1bc627b copy changelog blog post over from svelte.technology
7 years ago
Richard Harris 4252721deb bump alpha version
7 years ago
Rich Harris 96d14a15ef
Merge pull request #2021 from sveltejs/gh-2017
7 years ago
Richard Harris 84e3e667e4 bump alpha version
7 years ago
Rich Harris bcd45c79df
Merge pull request #2023 from sveltejs/component-name-conflict
7 years ago
Richard Harris d9e80738c7 fix tests
7 years ago
Richard Harris f7d4d14f0c remove debugging output
7 years ago
Richard Harris 21a07fcaf4 prevent component name from conflicting with globals
7 years ago
Richard Harris 596cdb64a9 bump alpha version
7 years ago
Conduitry 5b9cc176df rename properties to component.compileOptions and .componentOptions
7 years ago
Conduitry a270661d20 rename `<svelte:meta>` to `<svelte:options>` (#2017)
7 years ago
Conduitry 14d41af973 site: update eslint-plugin-svelte3
7 years ago
Rich Harris 66d0c288ca
Merge pull request #2020 from sveltejs/gh-2019
7 years ago
Conduitry 67af1a203e disallow `slot` as a prop name in inline components (#2019)
7 years ago
Rich Harris b1d919f3f2
Overhaul stats — closes #1891
7 years ago
Rich Harris 80b0bdfdb1
Merge pull request #2010 from sveltejs/gh-1997
7 years ago
Richard Harris bcbe0a58b2 bind to store values in simple cases - fixes #1997
7 years ago
Rich Harris 9f800fb914
Merge pull request #2009 from sveltejs/gh-2000
7 years ago
Richard Harris cdcccfb4e4 set current = true on mount as well as intro - fixes #2000
7 years ago
Richard Harris fcbb8e6eff failing tests for #2000
7 years ago
Rich Harris eccc8b264d
Implement local transitions — fixes #1480
7 years ago
Richard Harris ebd0b5ed0f update rollup-plugin-sucrase
7 years ago
Richard Harris 9ff39c034b bump alpha version
7 years ago
Rich Harris c2e6d1bf0d
Better composition — implements https://github.com/sveltejs/rfcs/pull/12
7 years ago
Conduitry 2b1f753d72 site: tidy code highlighting
7 years ago
Rich Harris 37351196b0
Merge pull request #2007 from sveltejs/gh-2005-evschris
7 years ago
Rich Harris 4d7531ded7
Merge pull request #2006 from sveltejs/c8
7 years ago
Richard Harris cb0a95e87d downgrade JSDOM
7 years ago
Richard Harris f1ca1cc098 housekeeping
7 years ago
Chris Reeves c9301dc9f7 defer hoisting until after the template is walked - fixes #2005
7 years ago
Rich Harris 82f4ae6643
Merge pull request #2003 from sveltejs/gh-2002
7 years ago
Rich Harris add3b303dc
Merge pull request #2004 from sveltejs/gh-1995
7 years ago
Chris Reeves 33a2b54881 update await-block to use on_outro and check_outros - fixes #1995
7 years ago
Chris Reeves 4f630058fe check module scope when determining if a name is contextual - fixes #2001
7 years ago
Chris Reeves 33131d0b70 make sure a hoistable name is not also a shadowed name rendering an expression - fixes #2002
7 years ago
Rich Harris 3ec5ff77eb update lockfiles
7 years ago
Rich Harris ff6e378fcb
Merge pull request #1993 from sveltejs/gh-1920
7 years ago
Rich Harris 6036f00dee
Merge pull request #1992 from sveltejs/gh-1488
7 years ago
Conduitry ca6ab95ea4 site: update readme with simplified version=local instructions
7 years ago
Rich Harris c69ebb35cd
Merge pull request #1994 from sveltejs/repl-local
7 years ago
Conduitry 01ff158e52 repl: implement version=local
7 years ago
Richard Harris b8e0cccea8 prevent writing to reactive values - fixes #1920
7 years ago
Richard Harris 3c4d8b5c2c test that private state doesnt leak into parent
7 years ago
Richard Harris ed9df1fff3 dont use identity function to reflect props
7 years ago
Rich Harris 5be480d7ac
Merge pull request #1991 from sveltejs/gh-1952-b
7 years ago
Rich Harris c134ca2ee4
Merge pull request #1988 from sveltejs/gh-1976
7 years ago
Rich Harris e8e0f4c8be
Merge pull request #1990 from sveltejs/gh-1989
7 years ago
Richard Harris 81d9647517 hoist vars and lets - closes #1952
7 years ago
Richard Harris 8c3f652a01 fix scroll bindings
7 years ago
Richard Harris c266051811 rename afterFlush to nextTick, schedule update if necessary
7 years ago