Commit Graph

1397 Commits (d2a5f5df33ba4fda7b9fe7aae77a490ffe711b77)
 

Author SHA1 Message Date
Rich Harris a6af95603b Merge pull request #629 from sveltejs/gh-621
9 years ago
Rich Harris 9ce31c4ffc Merge pull request #628 from sveltejs/gh-623
9 years ago
Rich Harris e926dc09f4 only enforce static type if input is bound (fixes #620)
9 years ago
Rich Harris 4591b3f0a5 rename addEventListener and removeEventListener (#621)
9 years ago
Rich Harris 20801f2dc2 warn on missing component (#623)
9 years ago
Rich Harris e04ae39b51 allow components to have computed member expressions for bindings (fixes #624)
9 years ago
Rich Harris 736f36b717 more useful presentation of failing SSR code
9 years ago
Rich Harris af08627fb5 Merge pull request #626 from sveltejs/gh-625
9 years ago
Rich Harris e68a00b9f1 add chalk devDependency
9 years ago
Rich Harris ef3d0f8dd1 lint
9 years ago
Rich Harris 745ed90bab fix #625
9 years ago
Rich Harris 81561703fa more improvements to ergonomics around test failures
9 years ago
Rich Harris 27a10994ad failing test for #625
9 years ago
Rich Harris 789f04c5e3 remove logging
9 years ago
Rich Harris a4e28a7499 improve readability of debugging printouts
9 years ago
Rich Harris 4747964bac typo
9 years ago
Rich Harris 9e4244ee00 -> v1.22.2
9 years ago
Rich Harris d595dd4d73 Merge pull request #619 from sveltejs/gh-616
9 years ago
Rich Harris 204ee5a746 Merge branch 'master' into gh-616
9 years ago
Rich Harris ec21df2a54 Merge pull request #618 from sveltejs/prettier
9 years ago
Rich Harris ba0cbdb8d0 TS-ify spaces.js and deindent.js, so they get included in prettier task
9 years ago
Rich Harris 3cc89a0a95 add trailing commas to prettier config, only run on .ts files
9 years ago
Conduitry 330c22e146 also escape back-ticks and backslashes in text nodes in SSR code (#616)
9 years ago
Rich Harris 63ceba3e57 update lint config
9 years ago
Rich Harris ecc84fbecf prettierfy test files
9 years ago
Rich Harris 11b80544ca prettierfy rollup configs
9 years ago
Rich Harris f92b33c130 run prettier on src, update tests
9 years ago
Rich Harris d4db81231b add prettier
9 years ago
Rich Harris 0bd7e9419e remove temporary file
9 years ago
Rich Harris 11f6012bb1 Merge pull request #617 from sveltejs/fix-magic-string-deprecation
9 years ago
Conduitry e9c63a2803 update for magic-string .overwrite API change
9 years ago
Rich Harris 71effd05b5 -> v1.22.1
9 years ago
Rich Harris d52003563c Merge pull request #613 from sveltejs/gh-612
9 years ago
Rich Harris e401f90642 Merge pull request #614 from sveltejs/document-cascade
9 years ago
Conduitry 2a5bf4ce80 document `cascade` option in readme
9 years ago
Conduitry c97159ee2e sanitize event name in handler function name (#612)
9 years ago
Rich Harris 5e8bde8f71 Merge branch 'master' of github.com:sveltejs/svelte
9 years ago
Rich Harris e2a015af0f -> v1.22.0
9 years ago
Rich Harris 180a1d790c Merge pull request #603 from sveltejs/gh-592
9 years ago
Rich Harris 8458a3f9e2 merge master -> gh-592
9 years ago
Rich Harris 63a1df3f76 Merge pull request #607 from sveltejs/gh-583
9 years ago
Rich Harris 5a3aa566ce Merge pull request #606 from sveltejs/gh-584
9 years ago
Rich Harris 173fdffaa8 Merge pull request #605 from sveltejs/gh-602
9 years ago
Rich Harris 7e5e6c3f13 add test for #610
9 years ago
Rich Harris ac94286897 Merge branch 'fix-each-block' of https://github.com/hperrin/svelte into hperrin-fix-each-block
9 years ago
Hunter Perrin eb71c440a4 Fixed each block producing elements in wrong order after change. Fixes #610.
9 years ago
Rich Harris 14c42114fe update tests to use new assign helper
9 years ago
Luke Edwards 80b3c55e81 improve assign() util performance
9 years ago
Rich Harris ac83b405a6 add cascade option, to prevent components inheriting styles (#583)
9 years ago
Rich Harris 41cd7f1b15 coerce empty string in number/range inputs to undefined - closes #584
9 years ago