Commit Graph

18 Commits (6d6685c4cae0eaa5aac475765018cff1ced9936f)

Author SHA1 Message Date
Colin Casey a21afe8b5e Allow custom element to be declared with no tag and no options
7 years ago
Colin Casey 6481c4cd61 FIX #2417: allows custom element to be defined without a tag
7 years ago
Rich Harris 8f730d524f update tests
8 years ago
Rich Harris 04c9ecb72a rename .html files to .svelte
8 years ago
Conduitry 819664cbfd rename `<svelte:meta>` to `<svelte:options>` (#2017)
8 years ago
Rich Harris b584844610 remove missing prop warning false positives - fixes #1902
8 years ago
Rich Harris efba821c84 Implement reactive assignments (#1839)
8 years ago
Rich Harris 9c17a0a334 tweak test
8 years ago
Rich Harris 011a6a207c use props when passing data to custom elements (#875)
8 years ago
Rich Harris a19aec1ea9 assign custom methods to custom element prototype - fixes #1369
9 years ago
Rich Harris b128399540 fix some more tests
9 years ago
Rich Harris c806aad410 update tests to account for removal of observe
9 years ago
Rich Harris cb19de6c24 Merge branch 'master' into gh-1117
9 years ago
Rich Harris dd47757d3b prevent erroneous missing data warnings for custom elements - fixes #1065
9 years ago
Rich Harris 40a5d3bb50 in custom elements, call oncreate in connectedCallback - fixes #1117
9 years ago
Rich Harris 49fc3eee5d prevent main fragment being created twice - fixes #1063
9 years ago
Rich Harris 261f38ff79 escape backslashes in CSS for custom elements - fixes #872
9 years ago
Rich Harris 3dd32b9fc2 use nightmare to test custom element stuff
9 years ago