-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
@wagmi/svelte #4365
base: main
Are you sure you want to change the base?
@wagmi/svelte #4365
Commits on Oct 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8f18445 - Browse repository at this point
Copy the full SHA 8f18445View commit details -
Configuration menu - View commit details
-
Copy full SHA for acb9888 - Browse repository at this point
Copy the full SHA acb9888View commit details
Commits on Oct 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 40a8cdb - Browse repository at this point
Copy the full SHA 40a8cdbView commit details -
Biome currently only has partial support for Svelte files. It can successfully format the <script> portion, but when linting it doesn't check the HTML part, leading to many variables being marked as unused.
Configuration menu - View commit details
-
Copy full SHA for 15df9ea - Browse repository at this point
Copy the full SHA 15df9eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 993c5c3 - Browse repository at this point
Copy the full SHA 993c5c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d20e42 - Browse repository at this point
Copy the full SHA 5d20e42View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ea08c3 - Browse repository at this point
Copy the full SHA 5ea08c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2bdb19 - Browse repository at this point
Copy the full SHA b2bdb19View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8894cf - Browse repository at this point
Copy the full SHA a8894cfView commit details -
refactor: use RuneParameters type for parameters
This allows us to accept a function as a parameter, which allows for reactivity (if we pass a raw value, it won't be reactive).
Configuration menu - View commit details
-
Copy full SHA for 0e5c463 - Browse repository at this point
Copy the full SHA 0e5c463View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9241f0 - Browse repository at this point
Copy the full SHA c9241f0View commit details -
test: refactor svelte tests into packages/svelte folder
I'm not sure how to get Svelte tests into the Vitest workspace. Without installing a bunch of dependencies into the root folder, it cannot run the Svelte-specific code.
Configuration menu - View commit details
-
Copy full SHA for 80f0e88 - Browse repository at this point
Copy the full SHA 80f0e88View commit details
Commits on Oct 25, 2024
-
This required a bit more refactoring on the testing system. There are still a few things I haven't figured out yet, but we're getting there :).
Configuration menu - View commit details
-
Copy full SHA for a2f270d - Browse repository at this point
Copy the full SHA a2f270dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 30a9574 - Browse repository at this point
Copy the full SHA 30a9574View commit details -
Configuration menu - View commit details
-
Copy full SHA for 520af73 - Browse repository at this point
Copy the full SHA 520af73View commit details -
feat: remove non-function parameter option
Not only was this a bad choice for users (as they might not know why it's not being reactive), it also turns out to be harder to use in types.
Configuration menu - View commit details
-
Copy full SHA for d3b838c - Browse repository at this point
Copy the full SHA d3b838cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1dcdbef - Browse repository at this point
Copy the full SHA 1dcdbefView commit details
Commits on Oct 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 663e516 - Browse repository at this point
Copy the full SHA 663e516View commit details -
refactor: change
useBlockNumber
to use the same custom `createQuery……` as `useBalance`
Configuration menu - View commit details
-
Copy full SHA for 5af6c65 - Browse repository at this point
Copy the full SHA 5af6c65View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35e0c55 - Browse repository at this point
Copy the full SHA 35e0c55View commit details
Commits on Oct 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4fe43d0 - Browse repository at this point
Copy the full SHA 4fe43d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f2b8b7 - Browse repository at this point
Copy the full SHA 5f2b8b7View commit details
Commits on Oct 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f2becb9 - Browse repository at this point
Copy the full SHA f2becb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for db8bbd6 - Browse repository at this point
Copy the full SHA db8bbd6View commit details -
Configuration menu - View commit details
-
Copy full SHA for b217be9 - Browse repository at this point
Copy the full SHA b217be9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f371ca - Browse repository at this point
Copy the full SHA 1f371caView commit details -
Configuration menu - View commit details
-
Copy full SHA for ddd909f - Browse repository at this point
Copy the full SHA ddd909fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4be7ddd - Browse repository at this point
Copy the full SHA 4be7dddView commit details -
Configuration menu - View commit details
-
Copy full SHA for a8ae0fb - Browse repository at this point
Copy the full SHA a8ae0fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 072a84f - Browse repository at this point
Copy the full SHA 072a84fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c0bfcff - Browse repository at this point
Copy the full SHA c0bfcffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 92d0400 - Browse repository at this point
Copy the full SHA 92d0400View commit details -
fix: don't get context when parameters change
Svelte only allows us to call getContext() when a component initializes.
Configuration menu - View commit details
-
Copy full SHA for b772015 - Browse repository at this point
Copy the full SHA b772015View commit details -
Configuration menu - View commit details
-
Copy full SHA for a83c89e - Browse repository at this point
Copy the full SHA a83c89eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1694af7 - Browse repository at this point
Copy the full SHA 1694af7View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9eb337 - Browse repository at this point
Copy the full SHA e9eb337View commit details
Commits on Oct 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3578f1a - Browse repository at this point
Copy the full SHA 3578f1aView commit details
Commits on Oct 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9453e6e - Browse repository at this point
Copy the full SHA 9453e6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 310f3b4 - Browse repository at this point
Copy the full SHA 310f3b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa07613 - Browse repository at this point
Copy the full SHA aa07613View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93eca29 - Browse repository at this point
Copy the full SHA 93eca29View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17c34c4 - Browse repository at this point
Copy the full SHA 17c34c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca097fb - Browse repository at this point
Copy the full SHA ca097fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4242d66 - Browse repository at this point
Copy the full SHA 4242d66View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a59af0 - Browse repository at this point
Copy the full SHA 9a59af0View commit details -
Configuration menu - View commit details
-
Copy full SHA for cda9ce7 - Browse repository at this point
Copy the full SHA cda9ce7View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3ae569 - Browse repository at this point
Copy the full SHA e3ae569View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e98452 - Browse repository at this point
Copy the full SHA 1e98452View commit details -
Configuration menu - View commit details
-
Copy full SHA for bdc6457 - Browse repository at this point
Copy the full SHA bdc6457View commit details -
Configuration menu - View commit details
-
Copy full SHA for dda0aca - Browse repository at this point
Copy the full SHA dda0acaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0de269a - Browse repository at this point
Copy the full SHA 0de269aView commit details
Commits on Nov 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 40d9799 - Browse repository at this point
Copy the full SHA 40d9799View commit details -
Configuration menu - View commit details
-
Copy full SHA for df90bbe - Browse repository at this point
Copy the full SHA df90bbeView commit details -
Configuration menu - View commit details
-
Copy full SHA for a45dbaf - Browse repository at this point
Copy the full SHA a45dbafView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d5e06d - Browse repository at this point
Copy the full SHA 9d5e06dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ab060d - Browse repository at this point
Copy the full SHA 3ab060dView commit details -
Configuration menu - View commit details
-
Copy full SHA for cb934d1 - Browse repository at this point
Copy the full SHA cb934d1View commit details