Commit Graph

1286 Commits (79ed77414c202119f080afb5e5eed356cc2445cf)
 

Author SHA1 Message Date
Rich Harris 79ed77414c Merge pull request #676 from sveltejs/gh-608
9 years ago
Rich Harris b7a3113a1e Merge pull request #673 from sveltejs/codegen
9 years ago
Rich Harris 217f2662c3 Merge branch 'master' into codegen
9 years ago
Rich Harris aaa0c50651 handle @foo and #foo edge cases
9 years ago
Rich Harris bf3c83bd1c Merge pull request #677 from sveltejs/gh-664
9 years ago
Rich Harris 0cbd35cc16 add dev mode hydration error (closes #664)
9 years ago
Rich Harris 4db141dc63 Merge branch 'master' into codegen
9 years ago
Rich Harris 70cd2a205f Merge pull request #675 from sveltejs/gh-651
9 years ago
Rich Harris a675525830 remove unused code
9 years ago
Rich Harris 6a6857624f update parser tests
9 years ago
Rich Harris 8b2e65b3ce update tests
9 years ago
Rich Harris f34b3218c6 only remove whitespace at end of range if safe to do so
9 years ago
Rich Harris 137cefde72 move whitespace logic out of parse and into preprocess
9 years ago
Rich Harris 21b8776ae2 merge master -> codegen
9 years ago
Rich Harris c094afe624 Merge pull request #674 from sveltejs/gh-655
9 years ago
Rich Harris a95bd7f416 add test for #651
9 years ago
Rich Harris 9e4765a217 run intro transitions on initial render (#651)
9 years ago
Rich Harris 2ca8c74a4d remove redundant try-catch
9 years ago
Rich Harris e8f43c9e3e deconflict name with imports (#655)
9 years ago
Rich Harris f6dad89c90 Merge branch 'master' into codegen
9 years ago
Rich Harris 8783a2efbc Merge pull request #670 from sveltejs/transition-perf
9 years ago
Rich Harris 88ec5aee90 fix tests
9 years ago
Rich Harris 091667748f use 31 instead of 33
9 years ago
Rich Harris 54a321ddf5 Merge pull request #672 from sveltejs/faster-build
9 years ago
Rich Harris e4483eb46a run prettier
9 years ago
Rich Harris 8e06072f03 use #target and #component instead of block.target and block.component
9 years ago
Rich Harris f387bb43d4 remove unused regex
9 years ago
Rich Harris c2cf6214c7 use #foo instead of block.alias("foo")
9 years ago
Rich Harris 3101c699aa use @foo for generator.alias("foo")
9 years ago
Rich Harris 11ec5985bf remove unnecessary codebuilder
9 years ago
Rich Harris 3d9835daea simplify helpers
9 years ago
Rich Harris 2bccc7f8df use bitshifting for magic perf boost
9 years ago
Rich Harris cec6844930 combine rollup configs
9 years ago
Rich Harris 3226fc31b7 improve transition performance
9 years ago
Rich Harris 1936d09749 -> v1.23.4
9 years ago
Rich Harris 63c359ecc6 Merge pull request #669 from sveltejs/transition-bug
9 years ago
Rich Harris 09213f5d12 dont recreate if_blocks incorrectly
9 years ago
Rich Harris 7f374c5d42 -> v1.23.3
9 years ago
Rich Harris f777d4fd90 Merge pull request #668 from sveltejs/gh-667
9 years ago
Rich Harris b6be4cec07 reenable tests
9 years ago
Rich Harris 4b7f9ec722 pass params to get_block (#667)
9 years ago
Rich Harris 6f85a5510c -> v1.23.2
9 years ago
Rich Harris c24527ce75 Merge pull request #666 from sveltejs/gh-665
9 years ago
Rich Harris 729f909b1b only run create() for new if blocks - fixes #665
9 years ago
Rich Harris c701f3f6e8 -> v1.23.1
9 years ago
Rich Harris a0fad89d27 Merge pull request #663 from sveltejs/gh-662
9 years ago
Rich Harris f6a6c55007 fix each-else blocks that are empty on initial render (#662)
9 years ago
Rich Harris 8f36654484 -> v1.23.0
9 years ago
Rich Harris 5c0b784e4f Merge pull request #660 from sveltejs/gh-658
9 years ago
Rich Harris 47da5f9038 put attribute selector before pseudo-class selector - fixes #658
9 years ago