0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00
svelte/test
Dave Lunny f56fe33931
feat: bind:innerText for contenteditable (#4291)
closes #3311

---------

Co-authored-by: Simon Holthausen <simon.holthausen@vercel.com>
2023-03-16 10:58:49 +01:00
..
css fix: empty value attribute selector doesn't produce "Unused CSS selector" warning (#8122) 2023-02-21 15:21:48 +01:00
custom-elements [ chore] disable puppeteer on Linux for Node8 and 10 (#8155) 2022-12-31 10:13:52 +09:00
hydration [fix] Fix hydration duplicate svelte:head tag issue with @html expressions and nested components (#7745) 2022-09-12 02:35:17 +08:00
js fix: revert buggy reactive vars optimization (#8382) 2023-03-15 18:05:50 +01:00
motion Use TypeScript in tests (#5433) 2020-09-29 11:19:21 -04:00
parser feat: add back <svelte:document> (#7149) 2023-03-15 16:38:03 +01:00
preprocess [fix] handle preprocess with empty sourcemaps (#6757) 2021-09-22 13:21:40 -04:00
runtime feat: bind:innerText for contenteditable (#4291) 2023-03-16 10:58:49 +01:00
runtime-puppeteer fix: retain style directive value after style attribute is updated (#7610) 2023-03-14 11:58:04 +01:00
server-side-rendering [fix] duplicate meta tags during hydration (#7941) 2022-10-14 14:15:04 +09:00
sourcemaps chore: upgrade magic-string (#8339) 2023-03-02 20:10:12 +01:00
stats Updated to ESLint config 5.4.0 (#5541) 2020-10-21 15:23:08 -07:00
store fix: derived store restarting when unsubscribed from another store with a shared ancestor (#8368) 2023-03-14 10:46:49 +01:00
utils feat: css units in fly & blur transitions (#7623) 2023-03-15 12:40:49 +01:00
validator feat: bind:innerText for contenteditable (#4291) 2023-03-16 10:58:49 +01:00
vars Add compilation variables report option to allow getting all variables (even undeclared or internal) (#6192) 2021-06-29 09:43:52 +08:00
.eslintrc.json Use TypeScript in tests (#5433) 2020-09-29 11:19:21 -04:00
helpers.ts [chore] fix test flakiness (#7076) 2022-01-05 10:30:02 -08:00
setup.js Preprocessor sourcemap support (#5584) 2020-11-19 10:38:41 -08:00
test.ts Use TypeScript in tests (#5433) 2020-09-29 11:19:21 -04:00
tsconfig.json