-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Update wording to include prop behaviour #4460
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
86 commits
Select commit
Hold shift + click to select a range
e1d2cfb
Update wording to include prop behaviour
jesseskinner e496e81
Change 'default value' to 'initial value' to set expectations about b…
jesseskinner bfe1b2c
Update site/content/docs/01-component-format.md
jesseskinner 14b712c
fix actions having no access to parent nodes (#4252)
tanhauhau 3a5df9c
fix hydrating each else (#4253)
tanhauhau d674ca4
SSR should only render one <title> (#4250)
tanhauhau 48f0212
fix stringifying of attributes in presence of spread in SSR (#4247)
jesseskinner e7d9710
update changelog
Conduitry abcdee5
fix hydrating <head> (#4082)
tanhauhau 379a58a
-> v3.17.0
Conduitry 6d073e2
only attach SSR <head> markers when hydratable: true (#4260)
Conduitry 726d5fc
-> v3.17.1
Conduitry cc4bd0e
oops
Conduitry 9b90b2e
fix allow let scoped to root element (#4266)
tanhauhau f7dd9e8
Add more globals
1769ed1
update changelog
Conduitry 3fc36ae
disallow binding variables declared in await and catch
tanhauhau f87b4c5
update changelog
Conduitry 273b88b
apply event modifiers to <svelte:body> events (#4279)
Conduitry 6b77eb6
fix awaited expressions that need parentheses (#4283)
Conduitry 6f65236
fix '~=' and class selectors with arbitrary whitespace (#4286)
Conduitry d201cd7
failing test
Conduitry 3e2f4fb
fix removing attributes during hydration (#1733)
Conduitry 6f6cfdb
update changelog
Conduitry 011b8bc
preserve js comments where possible (#4293)
Conduitry 09467f3
-> v3.17.2
Conduitry 3e08146
fix nested block not reactive (#4294)
tanhauhau 4d3b9d7
fix deriving from RxJS observables (#4300)
Conduitry 6bd3739
disallow duplicate each keys in dev mode (#4303)
Conduitry 68c030f
site: fix a couple absolute links
Conduitry b448765
site: add warning to Dockerfile about .dockerignore
Conduitry 8096a6b
fix hydration of <title> (#4311)
Conduitry 25eb804
-> v3.17.3
Conduitry a648558
make autosubscribing to a nullish store a no-op (#4304)
Conduitry 9605a75
fix changelog
Conduitry 24c319f
[Internals] Improve unit tests (#4262)
himynameisdave 2ff38d4
Internals: Scheduler: Fix infinite loop in flush (#4316)
bc60092
update changelog
Conduitry 8aa930d
-> v3.18.0
Conduitry 0202608
fix code generation with adjacent inline and block comments (#4327)
Conduitry c278b10
site: Improve open graph images for website (#4328)
Wolfr 18b65f4
site: update Makefile to work without global gcloud project setting
Conduitry f17db4e
site: Remove WIP message, but still reference the chat room. (#4329)
Wolfr bd9975d
fix detection of unused partially global CSS selectors (#4332)
Conduitry a76e177
-> v3.18.1
Conduitry b68e54c
Remove npm module size badge from Readme
antony 64b5508
site: update Makefile as 'gcloud beta' is no longer necessary
Conduitry dcb3031
site: use absolute href to blog feed (#4342)
Conduitry 168c29a
disallow simultaneous foo / {foo} / bind:foo (#4343)
Conduitry 60c1106
site: clarify preserveWhitespace (#4341)
Conduitry af0e7aa
fix binding to module-level variables (#4352)
Conduitry 1276f69
fix arrow function precedence (#4385)
Conduitry ee1b0dd
chore: fix .eslintignore and remove .prettierrc (#4378)
kaisermann 5732439
npm audit fix related to https-proxy-agent (#4359)
christianheine 516b75b
avoid using .shift() in flush() (#4356)
kesne 239adcc
update changelog
Conduitry 526f350
better error messages for else, elseif, then, catch with unclosed tag…
tanhauhau 4152175
fix handling of reserved keywords when parsing (#4390)
Conduitry 29e4552
fix tests
Conduitry 6927a72
fix invalidation in ++foo.bar (#4395)
Conduitry f49d4e5
fix event handlers that are dynamic via reactive declarations or stor…
Conduitry a4ffda6
-> v3.18.2
Conduitry b5c3e38
fix indirect bindings on elements with spreads (#4398)
Conduitry abdf0f6
docs: add await in front of preprocess examples (#4404)
PKlknr 4a02e42
perform dirty check before updating keyed each blocks (#4413)
tanhauhau e546e02
warn if component is expected to be reactive (#4409)
tanhauhau f4226c6
blog: svelte-for-new-developers: list commands for Windows (#4391)
lewoudar a843078
Log warnings in svelte/register when in dev-mode (#4365)
PKlknr 839eb6c
update changelog
Conduitry 058ff1a
implement Dev mode validation of {#each} block argument (#4419)
swyxio 2ef241a
update changelog
Conduitry ef84144
docs: reword to avoid "outroing" (#4434)
jesseskinner 8b3d0f5
Remove CI badge (#4438)
Rich-Harris b619ceb
site: fix loading REPL with filename containing multiple '.'s (#4441)
AlexandreCantin 4f12ca2
site: clearer examples for <slot let:name> (#4125)
mdempsky fc774bd
make $capture_state/$inject_state act on entire state (#3822)
rixo 419c46b
update changelog
Conduitry 2dd8486
-> v3.19.0
Conduitry d531657
fix dev mode each block validation when using strings (#4451)
Conduitry 4fb0d7a
deconflict `value` parameter in contextual bindings (#4452)
Conduitry fb8cb5d
don't treat $$-names as stores during invalidation (#4453)
Conduitry 042b731
-> v3.19.1
Conduitry 8897174
Update wording to include prop behaviour
jesseskinner 0cee6d6
Change 'default value' to 'initial value' to set expectations about b…
jesseskinner 956830d
Updated wording to avoid ambiguity in default initial value behaviour…
jesseskinner 6ebf4b2
Changed 'initial value' to 'default initial value' in a few places fo…
jesseskinner File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.