Commit Graph

2521 Commits (78969f5a6cacba4c8e63380c5be5c48b11788dec)

Author SHA1 Message Date
Tan Li Hau 78969f5a6c fix escaping attributes in spread in SSR (#6429)
5 years ago
Tan Li Hau cb0e5f5f94 fix textarea end tag parsing (#6424)
5 years ago
Bjørn a4d0125592 Add a more descriptive message for the error generated by an empty shorthand attribute (#6217)
5 years ago
Tan Li Hau f63ebb6b1b Use SSR rendered as initial html for runtime hydration test (#4444)
5 years ago
Ignatius Bagus b5639d881c fix types: allow writable/readable empty initialization (#6293)
5 years ago
Conduitry 9f1ce70b26 Revert hydration optimisation (#6290)
5 years ago
Tan Li Hau 4548bec804 fix claim_text (#6275)
5 years ago
Tan Li Hau 09a2e0b77f fix updating of slot contents when aborting transition (#6042)
5 years ago
Térence Hollander 3eb7453c56 fix(a11y): do not warn if href value is dynamic (#6110)
5 years ago
Geoff Rich 2ec940334c fix setting boolean attributes on custom elements (#6073)
5 years ago
Tan Li Hau eb5dd98641 implement passing CSS custom properties to components (#6237)
5 years ago
Tan Li Hau 3189b3ade6 support :global() in compound selector (#6223)
5 years ago
Lyu, Wei-Da 9f785b39c0 Fix {#await} block scope when updating (#6219)
5 years ago
halfnelson b50dc075ce Don't auto change to svg namespace when in foreign namespace (#6261)
5 years ago
Tan Li Hau 825a6729c7 allow passing in context in constructor (#6032)
5 years ago
Conduitry fe7f01e14a fix missing slotted elements in AST (#6148)
6 years ago
Tan Li Hau e5370a3e74 implement <svelte:fragment> (#4556)
6 years ago
Rich Harris 345a5398fa add cssHash option (#6026)
6 years ago
Tan Li Hau 1ad9d3e633 allow destructured defaults to refer to variables (#5986)
6 years ago
Tan Li Hau 4df7fc5401 no warning on contextual-store if declaring it as a parameter / variable (#6008)
6 years ago
Pontus Lundin ba6e8b48b9 Call onMount when connected & clean up when disconnected for custom element (#4522)
6 years ago
Tan Li Hau 497de7ed6d fix remove of lone :host selectors (#5984)
6 years ago
pushkine 4ff2d53d15 fix extra invalidation with component prop binding to object property (#5890)
6 years ago
Tan Li Hau 71acc462a0 update css-tree@^1.1.2 (#5958)
6 years ago
Tan Li Hau 5efaf7dbd0 fix :host and :global css scoping (#5957)
6 years ago
Tan Li Hau 2b06c4248d warn module variables are nonreactive and make them truly nonreactive (#5847)
6 years ago
Saurav Sahu 540de15980 fix: "foreign" namespace elements should still allow binding 'this' (#5942)
6 years ago
J Delaney 9b5aed1cba don't create class update functions when dependencies aren't reactive (#5926)
6 years ago
Tan Li Hau c3b41b1b12 fix extraneous store subscription in SSR (#5929)
6 years ago
Anders Lorentsen 5e1009c677 error on empty name in `class:` directive (#5939)
6 years ago
Ben McCann bb90e37a49 Add spaces next to infix operators (#5902)
6 years ago
Conduitry abd83291dd fix failing tests by restoring global.window after SSR tests
6 years ago
Conduitry e6c120cfb9 Revert "work around mysterious test failure and add TODO"
6 years ago
Conduitry f3ce4af9ff work around mysterious test failure and add TODO
6 years ago
halfnelson 346c7a942d add `foreign` namespace to preserve attribute case and skip HTML-specific a11y validations (#5652)
6 years ago
pushkine 3cde94388d allow duplicates of the same action on an element (#5875)
6 years ago
milahu ec9bcff191 Parse attached sourcemap from preprocessor (#5854)
6 years ago
Tan Li Hau 2386de39b1 deconflict conextual action variable (#5839)
6 years ago
Tan Li Hau d9742ef39f fix await outro race condition (#5850)
6 years ago
Tan Li Hau 47e68bd188 fix removing elements that are currently transitioning out (#5849)
6 years ago
Tan Li Hau 24d1a674eb rework SSR store autosubscription (#5419)
6 years ago
Nick Vincent d79cc4041f use iframe z-index: -1 in resize listener (#5742)
6 years ago
Tan Li Hau 51da886cfc fix deep object property as action (#5845)
6 years ago
Tan Li Hau 286b071e2a keep each block value (#5841)
6 years ago
Tan Li Hau 02e58e88bc maintain context for keyed each (#5840)
6 years ago
Tan Li Hau ad774a709e shift injected declarations to the top (#5837)
6 years ago
Tan Li Hau f173221ce3 warn if React attributes are used (#5836)
6 years ago
Tan Li Hau eb2765e515 fix checkbox bind:group when index depends on another context (#5835)
6 years ago
dmitrage 215e23520d Fix various issues with preprocess source maps (#5754)
6 years ago
milahu 06f3198a7e support using decoded sourcemaps from SourceMapGenerator (#5732)
6 years ago