Commit Graph

3253 Commits (6bb5c79ad7c701a8df38e2bf65aa91190cc8f47e)
 

Author SHA1 Message Date
Rich Harris 6bb5c79ad7 remove a bunch more validation tests
8 years ago
Rich Harris dc787d3e3e update pkg.files
8 years ago
Rich Harris d039bac3a9 remove some unused validator tests
8 years ago
Rich Harris 2123071dc7 include sourcemap tests (and skip a tricky one, for now)
8 years ago
Rich Harris 1c81f85c11 fix parser tests
8 years ago
Rich Harris cedbb28586 fix debugging output
8 years ago
Rich Harris 636787d559 get most hydration tests passing
8 years ago
Rich Harris db31d920a0 add dev mode missing prop check
8 years ago
Rich Harris 93110e9c4b skip this test; not sure we want this behaviour anyway
8 years ago
Rich Harris 3eb7ff7273 Merge branch 'rfc-1' of github.com:sveltejs/svelte into rfc-1
8 years ago
Rich Harris 749ad9bcf4 custom element fixes
8 years ago
Rich Harris 5030385b1b custom elements sort of working
8 years ago
Conduitry 5ccba4b02b
fix beforeUpdate/afterUpdate exports
8 years ago
Rich Harris ae3a7dd369 shuffle things around
8 years ago
Rich Harris 8d3fd4d1f6 beforeRender/afterRender -> beforeUpdate/afterUpdate
8 years ago
Rich Harris 0019873dfb neaten things up a bit (gets us closer to supporting custom elements again)
8 years ago
Rich Harris 97b0fb6e61 partial fix for custom element tests
8 years ago
Rich Harris 85985a01bc bump version to 3.0.0-alpha1, so we can npm publish this thing
8 years ago
Rich Harris b161f8d414 fix external path for CLI
8 years ago
Rich Harris 8be71c93da remove obsolete test
8 years ago
Rich Harris a1400eba07 flush bindings in separate phase before render callbacks
8 years ago
Rich Harris 0142031374 neater (but still broken) lock mechanism
8 years ago
Rich Harris 2936a7e7e2 remove unnecessary indentation
8 years ago
Rich Harris e6d738d4d6 remount components correctly
8 years ago
Rich Harris a9d2170ba2 shuffle files around
8 years ago
Rich Harris cd805d6003 remounting
8 years ago
Rich Harris cefd06d55a skip unnecessary flushes
8 years ago
Rich Harris 040f0f03b5 handle export {...} in script, fix test
8 years ago
Rich Harris a6539387f9 fix test
8 years ago
Rich Harris 37fd164d36 hacky fix for missing target warning
8 years ago
Rich Harris 701af7f7fb only make component dirty if value has changed
8 years ago
Rich Harris 05a4f5d7c8 trace dependencies where possible
8 years ago
Rich Harris b33f2d8660 tidy up
8 years ago
Rich Harris 6fd8fbf40b dont try to be clever with module interop
8 years ago
Rich Harris 210173e429 include module exports e.g. preload. remove AMD, UMD and IIFE output
8 years ago
Rich Harris 0ddfbed783 remove format tests
8 years ago
Rich Harris bcaf5e0cb3 module context
8 years ago
Rich Harris 366bf0706a modify tests so we can add new things i.e. preload
8 years ago
Rich Harris 13def49a46 ondestroy before destroy
8 years ago
Rich Harris abc39eed20 spread props
8 years ago
Rich Harris 66fa88b0cb delete this.options test, sorry everyone
8 years ago
Rich Harris 8cc12b73e1 allow actions on <svelte:window>
8 years ago
Rich Harris a7fe66960f update refs on outro
8 years ago
Rich Harris 49a747f376 skip-ssr -> skip_if_ssr
8 years ago
Rich Harris d9854c5dd6 update some tests
8 years ago
Rich Harris f60487df2f fix transition test
8 years ago
Rich Harris 8d38bf2be8 remove unused helper
8 years ago
Rich Harris ad064e9936 remove unused helper
8 years ago
Rich Harris a2498bb334 remove v2 options
8 years ago
Rich Harris 829a64923c transition events
8 years ago