| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-04-28 | 718 Bytes | |
| v2.6.21 source code.tar.gz | 2026-04-28 | 455.3 MB | |
| v2.6.21 source code.zip | 2026-04-28 | 456.9 MB | |
| Totals: 3 Items | 912.2 MB | 0 | |
v2.6.21 — server-side custom-units + resource-name race fix
Added
- Custom unit catalogue persists per-user across browsers and sessions. Units typed into the BOQ Unit cell sync to User.metadata_["custom_units"] via two new endpoints (GET/PATCH /api/v1/users/me/custom-units/). Previously local-only.
Fixed
- Resource name reverts to old value on first edit. Two sequential onUpdateResource calls (, then ) raced on the React Query cache and the second overwrote the first. Collapsed into a single onUpdateResourceFields mutation.
- Resource name X-coordinate matches position description — removed pl-4 indent added in v2.6.20.