v3.0.7 Ionic Released #769
waleedkadous
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
v3.0.7 Ionic
A patch on the Ionic line that fixes two regressions shipped in earlier 3.0.x releases.
Highlights
Multi-architect dashboard pane fills the SplitPane (#766 → PR #767)
v3.0.6 introduced
.architect-pane/.architect-pane-bodywrappers but never added matching CSS. The wrappers collapsed to intrinsic height, shrinking the architect terminal to roughly 1/4 of the SplitPane left side for multi-architect workspaces.Fix uses
position: absolute; inset: 0on.architect-pane. Solo-architect workspaces (N=1) use a different render path that was never broken.A Playwright regression test pins the invariant — written to fail against v3.0.6 and pass against v3.0.7.
Gitea/Forgejo forge fixes (#749 + #750 → PR #768)
Reported by @pseudoseed running Codev against Forgejo:
parseLabelDefaults()inlib/github.tscrashed (labels.map is not a function) because Forgejo returnslabels: ""ornullfor unlabeled issues, where GitHub returns[]. Tower overview 500d. Fix coerces non-array inputs to[].#undefined,NaNd#750: After the crash was patched, every backlog item showed#undefinedand ages showedNaNd— the Gitea preset scripts piped rawtea --output jsonstraight to Tower, butteafield names differ from GitHubs. Each of the four affected scripts now usestea --fields ...andjqto normalize to the GitHub-compatible shape Tower expects.Verified end-to-end on the reporters Forgejo instance.
Breaking changes
None.
Install
npm install -g @cluesmith/codev@3.0.7 afx tower stop && afx tower startIf youre on v3.0.6 with multiple architects, this fixes the broken dashboard layout. If youre running against Forgejo / Gitea, this fixes the Tower overview crash and rendering.
Full release notes: https://github.com/cluesmith/codev/releases/tag/v3.0.7
Beta Was this translation helpful? Give feedback.
All reactions