| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| CHECKSUMS.txt | 2026-07-10 | 724 Bytes | |
| native-sdk-darwin-arm64 | 2026-07-10 | 1.7 MB | |
| native-sdk-darwin-x64 | 2026-07-10 | 1.8 MB | |
| native-sdk-linux-arm64 | 2026-07-10 | 1.7 MB | |
| native-sdk-linux-musl-arm64 | 2026-07-10 | 1.7 MB | |
| native-sdk-linux-musl-x64 | 2026-07-10 | 1.9 MB | |
| native-sdk-linux-x64 | 2026-07-10 | 1.9 MB | |
| native-sdk-win32-arm64.exe | 2026-07-10 | 2.0 MB | |
| native-sdk-win32-x64.exe | 2026-07-10 | 2.2 MB | |
| README.md | 2026-07-10 | 1.5 kB | |
| v0.4.3 source code.tar.gz | 2026-07-10 | 9.0 MB | |
| v0.4.3 source code.zip | 2026-07-10 | 9.6 MB | |
| Totals: 12 Items | 33.5 MB | 0 | |
Improvements
- Linear-light edge blending: anti-aliased fringes on opaque rounded rectangles, path fills, and strokes now composite through a linear-light coverage path, removing the dark rims that sRGB blending produced on curved geometry while keeping opaque interiors, glyph coverage, and translucent overlays byte-identical (#89).
Bug Fixes
- Single-line fields handle overflowing values: text, selection rects, composition underlines, and the caret now clip to the field's content rect, and a horizontal scroll offset keeps the caret visible — typing past the edge scrolls the value, Home scrolls back, and deleting never leaves trailing emptiness. Covers text fields, inputs, search fields, and comboboxes; values that fit render exactly as before (#90).
- Cross-drive apps on Windows:
native dev|build|testno longer fails withexpected path relative to build root; found absolute pathwhen the app and the npm-installed SDK live on different drives — the generated build graph now bridges volumes with a.native/sdkdirectory junction (no admin rights needed) and keeps the zon dependency relative; the junction is retargeted automatically when the SDK moves or upgrades. Where the bridge cannot apply (native eject, full-shapenative init, or a filesystem that refuses junctions), the CLI explains the cross-volume constraint and both ways out instead of writing a build Zig would reject (#92).
Contributors
- @ctate