10 lines
621 B
Markdown
10 lines
621 B
Markdown
# External API notes v4
|
|
|
|
## AG Grid
|
|
|
|
KBX v4 uses the AG Grid v33+ Theming API boundary. `kbxGridTheme.ts` imports `themeQuartz` and applies compact KBX parameters. If AG Grid changes its Theme or row-selection APIs in a future major version, only `@kbx/ui` adapter code should require migration.
|
|
|
|
## Gitea Actions
|
|
|
|
Gitea Actions is intentionally close to GitHub Actions syntax and supports workflow files under `.gitea/workflows/`. The starter uses `actions/checkout@v4` plus shell steps. Air-gapped installations should mirror external actions into the internal Gitea instance or replace them with internal equivalents.
|