Rich Harris
|
3e2366d360
|
Merge pull request #2261 from sveltejs/gh-2253
fix renamed instance exports
|
6 years ago |
Rich Harris
|
8feef5edfc
|
fix
|
6 years ago |
Conduitry
|
6354c66890
|
fix renamed instance exports (#2253)
|
6 years ago |
Rich Harris
|
003a56b348
|
implement bind:online
|
6 years ago |
Richard Harris
|
2b1aa77f29
|
collapse consecutive whitespace characters in the absense of options.preserveWhitespace or a <pre>
|
6 years ago |
Rich Harris
|
21d56c9ee3
|
Tidy up (#2252)
|
6 years ago |
Rich Harris
|
106b88d240
|
Merge pull request #2251 from sveltejs/gh-2025-alt
make customElement a boolean option
|
6 years ago |
Richard Harris
|
46fcb50e25
|
update valid_options
|
6 years ago |
Richard Harris
|
971b7b900f
|
make customElement a boolean option (#2025)
|
6 years ago |
Richard Harris
|
2907b1a96c
|
Merge branch 'master' into gh-2025
|
6 years ago |
Richard Harris
|
3e4dbc630f
|
update stores when assigning to store values - fixes #2170
|
6 years ago |
Rich Harris
|
e87976dc21
|
Merge pull request #2249 from sveltejs/gh-2182
set/unset parent component correctly in SSR
|
6 years ago |
Richard Harris
|
5d6333aa8f
|
merge master -> slot-runtime-hasupdatemethod and add a test
|
6 years ago |
Richard Harris
|
326db41aff
|
put callbacks with the other discardable items
|
6 years ago |
Richard Harris
|
138e5b6709
|
set/unset parent component correctly in SSR - fixes #2182
|
6 years ago |
Rich Harris
|
81d33a2fb0
|
Merge pull request #2245 from sveltejs/gh-2236
prevent overwriting export consts
|
6 years ago |
Rich Harris
|
c2413ae9ac
|
Merge pull request #2244 from sveltejs/gh-2167
various spring fixes
|
6 years ago |
Richard Harris
|
2ba37882a8
|
prevent overwriting export consts - fixes #2236
|
6 years ago |
Richard Harris
|
b3b8f4220c
|
various spring fixes, including #2167
|
6 years ago |
Rich Harris
|
f6607bea40
|
Merge pull request #2242 from sveltejs/gh-2144
default to accessors: false
|
6 years ago |
Rich Harris
|
8620b1f62a
|
Merge pull request #2235 from sveltejs/gh-2139
Subscribe to global stores
|
6 years ago |
Richard Harris
|
83a9b6af23
|
default to accessors: false (#2144)
|
6 years ago |
Richard Harris
|
3775f5d6ed
|
call deferred transition function at correct time - fixes #2159
|
6 years ago |
Rich Harris
|
474bde15e0
|
Merge pull request #2239 from sveltejs/gh-2158
dispatch transition events inside render callback
|
6 years ago |
Rich Harris
|
dd235a02e1
|
Merge pull request #2238 from sveltejs/gh-2098
fix repeated animations
|
6 years ago |
Richard Harris
|
e3ee808cc1
|
dispatch transition events inside render callback - fixes #2158
|
6 years ago |
Richard Harris
|
170f52ab17
|
fix repeated animations (#2098)
|
6 years ago |
Richard Harris
|
03a4f05445
|
only clear out stylesheet after removing a specific animation - fixes #2053
|
6 years ago |
Richard Harris
|
b57c724bed
|
same but for SSR
|
6 years ago |
Richard Harris
|
6d3e47812d
|
subscribe to global stores (#2139)
|
6 years ago |
Richard Harris
|
76cc07d7f6
|
Merge branch 'subscribable' of https://github.com/thgh/svelte into thgh-subscribable
|
6 years ago |
Rich Harris
|
66af332f75
|
Merge pull request #2232 from sveltejs/gh-2222
store prop names as $$.props, prevent leaky bindings
|
6 years ago |
Rich Harris
|
5b172d8a61
|
Merge pull request #2234 from sveltejs/gh-2163
Interpret `changed` inside slotted content
|
6 years ago |
Richard Harris
|
d46e5bd8f7
|
report changes correctly
|
6 years ago |
Richard Harris
|
d9e08a80ad
|
remove some update false positives
|
6 years ago |
Mikhail Korepanov
|
57897d468e
|
Add test case for #2115 and possible fix
|
6 years ago |
Richard Harris
|
9ea663e312
|
store prop names as $$.props, prevent leaky bindings. fixes #2222
|
6 years ago |
Richard Harris
|
0fae80cf1d
|
maintain context for contextual binding handlers - fixes #2146
|
6 years ago |
Richard Harris
|
34c4f79998
|
augment warnings to help people figure out they need to add a <script>
|
6 years ago |
Richard Harris
|
5fa8eb9792
|
remove some more unused code
|
6 years ago |
Richard Harris
|
06de45d4be
|
remove some unused code
|
6 years ago |
Richard Harris
|
8c61edf2d5
|
remove support for logic-less components with vars
|
6 years ago |
Rich Harris
|
916156b05f
|
Merge pull request #2213 from sveltejs/gh-2212
deconflict fragment method aliases with other identifiers
|
6 years ago |
Rich Harris
|
e2a71cfce4
|
Merge pull request #2225 from sveltejs/gh-2214
Disallow `export ... from` statements
|
6 years ago |
Conduitry
|
d91cf4b2ef
|
skip non-writable vars in reactive declaration deps (#2173)
|
6 years ago |
Conduitry
|
b328cecc04
|
temporarily disallow `export ... from` statements (#2214)
|
6 years ago |
Thomas Ghysels
|
e619de7e08
|
Throw descriptive error when 'subscribable' of undefined
Fix #2139
|
6 years ago |
Conduitry
|
52146fed7e
|
deconflict fragment method aliases with other identifiers (#2212)
|
6 years ago |
Richard Harris
|
91b9917a59
|
generate valid code for each block array literals (#2180)
|
6 years ago |
Richard Harris
|
885ad257b7
|
fix svelte:self
|
6 years ago |
Richard Harris
|
ac2597f77d
|
make foo += 1 equivalent to foo = foo + 1 in reactive statements
|
6 years ago |
Rich Harris
|
4541d58798
|
Add a tutorial (#2132)
|
6 years ago |
Conduitry
|
1e1784adaf
|
update options.customElement/<svelte:options tag='...'> handling (#2025)
|
6 years ago |
Rich Harris
|
d058a89c81
|
Merge pull request #2187 from sveltejs/gh-2186
implement $$props
|
6 years ago |
Richard Harris
|
1b3af6a5a6
|
generalise pattern of treating $foo as a store value but $$foo as internal
|
6 years ago |
Richard Harris
|
a9686ba39b
|
add test for $$props vars output
|
6 years ago |
Richard Harris
|
9508b0d3dd
|
merge gh-2186 -> master
|
6 years ago |
Richard Harris
|
19d3564fc8
|
use add_var mechanism to create implicit $$props var
|
6 years ago |
Richard Harris
|
8e4464166a
|
tweak semantics of reactive statements - fixes #2178
|
6 years ago |
Rich Harris
|
8875fa892e
|
Merge pull request #2190 from sveltejs/gh-2171
Stores accept mutable data
|
6 years ago |
Rich Harris
|
24c36e8cb2
|
Merge pull request #2189 from sveltejs/gh-2175
deconflict own name against globals
|
6 years ago |
Rich Harris
|
b604b5223c
|
Merge pull request #2188 from sveltejs/gh-2180
optimise iteration over array literals
|
6 years ago |
Richard Harris
|
093cc0f83e
|
deep store bindings
|
6 years ago |
Richard Harris
|
cb11aa78c8
|
deconflict own name against globals - fixes #2175
|
6 years ago |
Richard Harris
|
180c387c8d
|
optimise iteration over array literals - fixes #2180
|
6 years ago |
Richard Harris
|
7abf32f275
|
implement $$props - fixes #2186
|
6 years ago |
Rich Harris
|
06040d3513
|
Merge pull request #2185 from Panya/issue-2184
Don't invalidate `this`. Fixes #2184
|
6 years ago |
Mikhail Korepanov
|
3ced3c1325
|
Don't invalidate `this`. Fixes #2184
|
6 years ago |
John Chesley
|
212273ee68
|
tabs
|
6 years ago |
John Chesley
|
8cae8f233e
|
add support for various export syntax
|
6 years ago |
Rich Harris
|
d0c7cce76c
|
Merge pull request #2153 from bsssshhhhhhh/patch-2
Add 'rowindex' and 'colindex' to list of aria attributes
|
6 years ago |
Rich Harris
|
4090925a8e
|
Merge pull request #2172 from jches/gh/2165
Fix code generation for non-exported vars after an export
|
6 years ago |
Rich Harris
|
c019150112
|
Merge pull request #2161 from sveltejs/gh-2129
Prevent reactive declaration assignees from being dependencies
|
6 years ago |
John Chesley
|
428165eb79
|
woops, this is redundant
|
6 years ago |
John Chesley
|
d6c160aade
|
create a new declaration for non-exported variables that follow an exported one (#2165)
|
6 years ago |
Conduitry
|
bee6fe7ebc
|
require whitespace after `{@html` (#2154)
|
6 years ago |
Conduitry
|
8f5aba3225
|
prevent reactive declaration assignees from being dependencies (#2129)
|
6 years ago |
Brian S
|
d0cd4521dd
|
Update Element.ts
Adds 'rowindex' and 'colindex' to the list of recognized aria attributes as suggested here: https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/Row_Role
|
6 years ago |
Rich Harris
|
ac38a286e6
|
Merge pull request #2150 from sveltejs/gh-2149
allow event handlers to come from destructured var declarations
|
6 years ago |
Richard Harris
|
104818057f
|
allow event handlers to come from destructured var declarations - fixes #2149
|
6 years ago |
John Chesley
|
8c044d5572
|
subscribable declarations trigger a new group (#2127)
|
6 years ago |
Rich Harris
|
f3486fd726
|
Merge pull request #2138 from sveltejs/gh-2137
change :elseif to :else if
|
6 years ago |
Rich Harris
|
33fa7347bf
|
Merge pull request #2141 from sveltejs/remove-cli
Remove CLI
|
6 years ago |
Richard Harris
|
6c85f6a6b5
|
change :elseif to :else if - fixes #2137
|
6 years ago |
Conduitry
|
7b6de7e230
|
note references to actions/animations/transitions (#2133)
|
6 years ago |
Iván Sánchez Ortega
|
295019f9e4
|
Check if slotted component has an update function during runtime
|
6 years ago |
Rich Harris
|
716e0df910
|
Merge pull request #2126 from sveltejs/repl-props
Some fixes for REPL props editor
|
6 years ago |
Conduitry
|
6e8d884c9d
|
expose implicit vars in script-less components
|
6 years ago |
Richard Harris
|
24e09efec1
|
fix slot block lineage - fixes #2124
|
6 years ago |
Conduitry
|
03dc1cab8c
|
remove CLI
|
6 years ago |
Richard Harris
|
a6cebc7e69
|
doh. fixes #2110
|
6 years ago |
Rich Harris
|
77b3189f65
|
Merge pull request #2111 from sveltejs/gh-2108
fix initialisation of imported stores
|
6 years ago |
Richard Harris
|
9819facf04
|
remove unused argument
|
6 years ago |
Richard Harris
|
6ea722a18a
|
more imported store stuff
|
6 years ago |
Conduitry
|
4c9e77ed9e
|
cli: don't pass invalid `sourceMap` option, and display warnings (#2112)
|
6 years ago |
Richard Harris
|
91332c540c
|
fix initialisation of imported stores - fixes #2108
|
6 years ago |
Rich Harris
|
816ca1ac4d
|
Merge pull request #2099 from sveltejs/gh-2015
Initialise store values immediately
|
6 years ago |
Rich Harris
|
eb90755135
|
Merge pull request #2101 from sveltejs/gh-2018
Use initCustomEvent instead of new CustomEvent
|
6 years ago |
Rich Harris
|
d31d857794
|
Merge pull request #2102 from sveltejs/warnings-and-vars
move warnings and vars out of stats
|
6 years ago |
Richard Harris
|
6f394e521a
|
error on contextual stores, for now (#2016)
|
6 years ago |