| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fixes publish script in package.jsonHEADprimary | netop://ウィビ | 2026-04-28 | 1 | -2/+2 |
| | | |||||
| * | adds repo and homepage fields to package.json | netop://ウィビ | 2026-04-28 | 1 | -2/+9 |
| | | |||||
| * | version bump | netop://ウィビ | 2026-04-26 | 1 | -1/+1 |
| | | |||||
| * | adds standalone version for CDN ease | netop://ウィビ | 2026-04-26 | 1 | -3/+6 |
| | | |||||
| * | version bump | netop://ウィビ | 2026-04-26 | 1 | -1/+1 |
| | | |||||
| * | cleanup and ready for launch | netop://ウィビ | 2026-04-26 | 1 | -23/+27 |
| | | |||||
| * | Add Vite playground for local development | netop://ウィビ | 2026-04-24 | 1 | -0/+3 |
| | | | | | | | | npm run dev boots a Vite + Svelte 5 server at localhost:5173, importing GraphiQL.svelte directly from source/library. HMR reflects changes without a package rebuild. Points at the public Countries API by default — swap playground/src/App.svelte for your own endpoint. | ||||
| * | Migrate from Deno/JSR to npm publishing | netop://ウィビ | 2026-04-24 | 1 | -0/+62 |
| - @sveltejs/package builds dist/ for @eeeooolll/graphiql with three entry points (./, ./component, ./splitter) - Vitest + svelte-check replace Deno test/check; runes shim no longer needed since the Svelte plugin compiles .svelte.ts at runtime - Drop $app/environment dep in Editor.svelte to support non-SvelteKit consumers - Refactor TabBar tab element from nested <button> to role=tab <div> per PLAN.md gotcha; svelte-check flagged the invalid HTML - README now documents npm install, integration patterns for Yoga, Apollo, graphql-modules, Hono/Bun/Deno, plus APQ + keyboard table | |||||