-
-
Notifications
You must be signed in to change notification settings - Fork 958
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: solidjs/solid
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.9.3
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: solidjs/solid
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.9.5
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 20 commits
- 32 files changed
- 7 contributors
Commits on Nov 1, 2024
-
Improve resolving arguments in createResource (#2353)
* Improve resolving arguments in createResource Check typeof the second argument instead of using the `arguments` variable. This fixes usedase where some arguments were passed explicitely as `undefined` instead of being omitted. * Create twelve-comics-knock.md --------- Co-authored-by: Ryan Carniato <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 32aa744 - Browse repository at this point
Copy the full SHA 32aa744View commit details
Commits on Nov 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 199dd69 - Browse repository at this point
Copy the full SHA 199dd69View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d824b0 - Browse repository at this point
Copy the full SHA 4d824b0View commit details
Commits on Jan 7, 2025
-
Configuration menu - View commit details
-
Copy full SHA for b93956f - Browse repository at this point
Copy the full SHA b93956fView commit details -
Configuration menu - View commit details
-
Copy full SHA for dca942a - Browse repository at this point
Copy the full SHA dca942aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f9cd3d - Browse repository at this point
Copy the full SHA 7f9cd3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9316baf - Browse repository at this point
Copy the full SHA 9316bafView commit details
Commits on Jan 8, 2025
-
Update typescript to 5.7 (#2382)
* Update typescript to 5.7 * Create many-crabs-reply.md --------- Co-authored-by: Ryan Carniato <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fff8aed - Browse repository at this point
Copy the full SHA fff8aedView commit details
Commits on Feb 21, 2025
-
Bump vite from 5.4.8 to 5.4.14 (#2407)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.8 to 5.4.14. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.4.14/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.4.14/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7ec7f22 - Browse repository at this point
Copy the full SHA 7ec7f22View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88e2790 - Browse repository at this point
Copy the full SHA 88e2790View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3579ec0 - Browse repository at this point
Copy the full SHA 3579ec0View commit details -
dev: Add
internal
flag to signal (#2393)* dev: Add `internal` flag to signal * Create eighty-parents-scream.md --------- Co-authored-by: Ryan Carniato <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 89e016d - Browse repository at this point
Copy the full SHA 89e016dView commit details -
dev: Add afterRegisterGraph hook replacing afterCreateSignal (#2396)
* dev: Add afterRegisterGraph hook replacing afterCreateSignal Deprecate afterCreateSignal for now * Create wise-crabs-destroy.md --------- Co-authored-by: Ryan Carniato <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f9ef621 - Browse repository at this point
Copy the full SHA f9ef621View commit details -
Show double evaluation (#2411)
* Added tests for Show counting condition evaluations The `<Show>` component evaluates its `when` condition more often than necessary, in particular it is immediately evaluated twice if the condition is true, children is specified as a function, and keyed is not specified. #2406 * Fixes <Show> evaluating the condition twice Adds another memo directly on `when` in `<Show>`. #2406 * Made <Match> conditions only evaluate when needed This removes a bug where the `when` condition of a `<Match>` was evaluated twice immediately after creation, when the condition was true, children was a function and keyed was not specified. It also removes any unnecessary conditions evaluations by creating a memo on every `when` in a `Switch`. For example, if a `<Switch>` has two `<Match>`es with `when={a()}` and `when={b()}` respectively, then: - `b()` is never called if `a()` is truthy (which was true also before this change), - `a()` is never called when `b()` changes (which is new). #2406 * changeset
Configuration menu - View commit details
-
Copy full SHA for 0eab77d - Browse repository at this point
Copy the full SHA 0eab77dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e897701 - Browse repository at this point
Copy the full SHA e897701View commit details -
add optional initalValue argument to
from
helper (#2429)* add optional initalValue to `from` helper * Create dull-bikes-reply.md --------- Co-authored-by: Ryan Carniato <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 86ae8a9 - Browse repository at this point
Copy the full SHA 86ae8a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9431b88 - Browse repository at this point
Copy the full SHA 9431b88View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f83ebc - Browse repository at this point
Copy the full SHA 1f83ebcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 35266c1 - Browse repository at this point
Copy the full SHA 35266c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29ab5bb - Browse repository at this point
Copy the full SHA 29ab5bbView commit details
There are no files selected for viewing