Commit Graph

48 Commits (af2a7e2437bc34a980d910b8b825cd56f8a5c5bc)

Author SHA1 Message Date
Tan Li Hau 82a6d30c28 expose which slots are present in $$slots (#4602)
6 years ago
Tan Li Hau cb40eb7cb6 add updating guard to binding callback (#5126)
6 years ago
Conduitry 45790bc15f add dev runtime warning for unknown slot names (#4501)
7 years ago
rixo 8930ecf59c make $capture_state/$inject_state act on entire state (#3822)
7 years ago
Conduitry cb95f5885b fix awaited expressions that need parentheses (#4283)
7 years ago
Tan Li Hau a5e7ca6b38 revert remove contextual overflow (#4102)
7 years ago
Tan Li Hau 5e0455bb79 fix dirtybit (#4095)
7 years ago
Rich Harris 78d50d02e8 Bitmask-based change tracking (#3945)
7 years ago
Conduitry b7139fa012 Use IE-compatible js to check for unknown prop warnings (#3915)
7 years ago
Richard Harris c3dfafa859 update tests
7 years ago
Richard Harris a28badcc06 alternative fix for #3508
7 years ago
Rich Harris bbad46a96b Structured code generation (#3539)
7 years ago
Richard Harris aaac15bafa remove $unsafe_set in favour of modified $inject_state
7 years ago
Richard Harris a8f318571e update tests
7 years ago
Richard Harris 6f76d13f35 merge sveltejs/master -> devtools
7 years ago
Timothy Johnson 885e0035c8 Pass options in component event
7 years ago
Timothy Johnson 982de5f8bc Fix tests
7 years ago
Axelen123 82fec43c32 Update tests
7 years ago
Richard Harris c6046fe29e update tests
7 years ago
Richard Harris d0f84150bf code style
7 years ago
Colin Casey 4f474521ec check for unknown props when creating component
7 years ago
Rich Harris 8efa51519d update API reference docs (#2206)
8 years ago
Rich Harris f955eb28b5 Merge pull request #2258 from sveltejs/collapse-whitespace
8 years ago
Conduitry 27bbc43af6 update tests
8 years ago
Richard Harris 4fad86313f collapse consecutive whitespace characters in the absense of options.preserveWhitespace or a <pre>
8 years ago
Rich Harris 7e8e891d91 Tidy up (#2252)
8 years ago
Richard Harris ad17bd7627 default to accessors: false (#2144)
8 years ago
Richard Harris 20a4e5756c update JS tests
8 years ago
Richard Harris 8f9e2fd6f6 update parser and js tests
8 years ago
Rich Harris 04c9ecb72a rename .html files to .svelte
8 years ago
Rich Harris 69c9422907 Better composition — implements https://github.com/sveltejs/rfcs/pull/12
8 years ago
Rich Harris c30ae9a896 Overhaul transitions - fixes #1906
8 years ago
Richard Harris 9cac743948 update tests
8 years ago
Richard Harris f5fb02a24a fix tests
8 years ago
Richard Harris 6c89a53cab prevent parent component modifying child component state - fixes #1924
8 years ago
Rich Harris b584844610 remove missing prop warning false positives - fixes #1902
8 years ago
Rich Harris b30f2cdbf1 More conservative invalidation
8 years ago
Conduitry b84f1fb308 use extension-less import for svelte/internal
8 years ago
Rich Harris efba821c84 Implement reactive assignments (#1839)
8 years ago
Rich Harris d081e830c8 reinstate tests
8 years ago
Rich Harris a451101a32 remove -bundle files
8 years ago
Rich Harris 9b8b779ee9 move render logic into separate phase (#1678)
8 years ago
Rich Harris 840ecf6142 not sure where that extra blank line came from
8 years ago
Rich Harris 8fe75716a4 alternative approach to #1520
8 years ago
Jacob Wright 8aaf9119b0 Allows fragment updates to happen after state updates
8 years ago
Rich Harris 9fde41412a update tests
8 years ago
Rich Harris 165343056f only add debugger statements in dev mode
8 years ago
Admin 868eb7b0af Adds tests for valid and invalid debug tag usage.
8 years ago