Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
ee4110f
runner: monorepo scaffold + catalog importer + migrate all 13 examples
qunabu Jul 8, 2026
b47ffa2
runner: SandpackRuntime (Tier-1) + version dispatch for all 7 client-…
qunabu Jul 8, 2026
7141b3c
runner: unified editor shell + authoring app (Tier-1 live-editable)
qunabu Jul 8, 2026
a95a4ec
runner: fold in auth broker, per-user fork flow, and docs-only embed
qunabu Jul 8, 2026
a82b0d2
runner: gate embed-URL generation behind internal login
qunabu Jul 8, 2026
98f5813
runner: provision Cloudflare resources in main Handsontable account
qunabu Jul 8, 2026
4daa583
runner: Tier-2 ContainerRuntime + Sandbox SDK orchestration — Remix p…
qunabu Jul 8, 2026
63a3982
runner: roll out all 6 Tier-2 frameworks + project ADRs
qunabu Jul 8, 2026
d77aad3
runner: sharing endpoints (D5) + build snapshotter (D7)
qunabu Jul 8, 2026
67ae06c
runner: document production deployment
qunabu Jul 8, 2026
87ade6a
runner: authoring login + fork/share/embed UI (D3/D6 wiring)
qunabu Jul 8, 2026
771f64f
runner: render-ms shim (D8), docs (D9), authoring app deploy, root index
qunabu Jul 8, 2026
c797471
runner: scripts/warm.ts — prebuild top-N versions × catalog into R2
qunabu Jul 8, 2026
b256e05
runner: fix fork-flow bugs (Bugbot review)
qunabu Jul 8, 2026
061ea51
runner: public editor + real/custom version picker + wildcard wiring
qunabu Jul 8, 2026
6938065
runner: deep-linkable authoring (?example=&v= sync)
qunabu Jul 8, 2026
cbc108e
runner: blue branding + logo, auth-gated toolbar (Fork), Sandpack dep…
qunabu Jul 8, 2026
e119070
runner: version change re-pins package.json (core + wrappers); Sandpa…
qunabu Jul 8, 2026
75b1db3
runner: single Sandbox namespace for live Tier-2 (fixes preview routing)
qunabu Jul 8, 2026
b02f99f
runner: async Tier-2 boot with live progress; fix react-js entry + ex…
qunabu Jul 8, 2026
6e5b398
runner: move Tier-2 dev ports off 3000 (reserved by Sandbox control p…
qunabu Jul 8, 2026
b3788e3
runner: react-js+ant-design via container engine; baked deps + per-ve…
qunabu Jul 8, 2026
4fe3b86
runner: Fork gated to logged-in; loading indicator through SPA render…
qunabu Jul 8, 2026
cd48243
runner: upload node_modules cache in background; suppress cache-miss …
qunabu Jul 8, 2026
f41d0e0
runner: attach app to demos.handsontable.com via path-split Worker ro…
qunabu Jul 8, 2026
338d161
runner: 'Applying changes…' indicator for container (Tier-2) edits
qunabu Jul 8, 2026
5fc84b2
runner: editable public share view, file CRUD + download, edit/share …
qunabu Jul 9, 2026
09dd5e1
runner: Embed button on the public playground for logged-in users
qunabu Jul 9, 2026
f10ea9e
runner: full-window iframe embed for share links (?mode=full)
qunabu Jul 9, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion examples/example1/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import Handsontable from "handsontable/base";
import "handsontable/dist/handsontable.full.min.css";
Comment thread
cursor[bot] marked this conversation as resolved.
import { registerAllModules } from "handsontable/registry";

// Register all available Handsontable modules
Expand Down
Loading