You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
svelte/test/generator
Rich Harris 3235b2c35a
always flush render hooks, even if initiator is a nested component (#263)
9 years ago
..
attribute-dynamic
attribute-dynamic-multiple fix unit tests 9 years ago
attribute-empty
attribute-empty-svg
attribute-partial-number Fix partial numbers being detected as numbers 9 years ago
attribute-static
attribute-static-boolean
autofocus
binding-input-checkbox
binding-input-checkbox-deep-contextual
binding-input-text
binding-input-text-contextual fix unit tests 9 years ago
binding-input-text-deep
binding-input-text-deep-contextual fix unit tests 9 years ago
binding-select
component
component-binding
component-binding-nested
component-binding-parent-supercedes-child
component-data-dynamic
component-data-dynamic-late
component-data-empty
component-data-static
component-data-static-boolean
component-events
component-events-data
component-not-void
component-ref fix test failure caused by clearing cache 9 years ago
component-yield
component-yield-if
component-yield-multiple-in-each correctly update yield fragment inside each, #230 9 years ago
component-yield-multiple-in-if reenable all tests 9 years ago
component-yield-parent fix unit tests 9 years ago
computed-function
computed-values
css
css-comments handle multiline comments in CSS - fixes #252 9 years ago
css-false
custom-method
default-data
default-data-function
default-data-override
each-block fix unit tests 9 years ago
each-block-containing-if
each-block-else
each-block-indexed fix unit tests 9 years ago
each-block-keyed failing test for #81 9 years ago
each-block-random-permute
each-block-text-node
each-blocks-expression fix unit tests 9 years ago
each-blocks-nested fix unit tests 9 years ago
each-blocks-nested-b fix unit tests 9 years ago
event-handler fix unit tests 9 years ago
event-handler-custom
event-handler-custom-context
event-handler-event-methods support node methods in event handlers (#162) 9 years ago
event-handler-removal fix unit tests 9 years ago
event-handler-this-methods support node methods in event handlers (#162) 9 years ago
events-custom
events-lifecycle
get-state
globals-not-dereferenced allow whitelisted globals (#185) 9 years ago
globals-shadowed-by-data allow local data to override globals 9 years ago
globals-shadowed-by-helpers allow local data to override globals 9 years ago
hello-world use builders everywhere 9 years ago
helpers
if-block fix unit tests 9 years ago
if-block-else
if-block-elseif
if-block-elseif-text
if-block-expression use builders everywhere 9 years ago
if-block-widget fix unit tests 9 years ago
inline-expressions
input-list use setAttribute() for list attributes – fixes #178 9 years ago
lifecycle-events
names-deconflicted
names-deconflicted-nested
observe-component-ignores-irrelevant-changes
observe-prevents-loop
onrender-chain always flush render hooks, even if initiator is a nested component (#263) 9 years ago
onrender-fires-when-ready
onrender-fires-when-ready-nested
pass-no-options
raw-mustaches
refs
refs-unset
set-in-observe
set-in-observe-dedupes-renders
set-in-onrender
set-prevents-loop
single-static-element
svg
svg-attributes
svg-child-component-declared-namespace add support for declared namespaces – fixes #147 9 years ago
svg-child-component-declared-namespace-shorthand add support for declared namespaces – fixes #147 9 years ago
svg-class dont use properties when setting <svg> element attributes (fixes #233) 9 years ago
svg-each-block-namespace
svg-multiple
svg-no-whitespace
svg-xlink handle xlink attributes 9 years ago
svg-xmlns xmlns should be added as an attribute for consistency 9 years ago
text-node-top-level