Changelog
The umbrella loom-vX.Y.Z release pins compatible versions across the three
artifacts. See the in-repo CHANGELOG.md at the root of the project for the
full per-release log.
Compatibility matrix
| Loom release | Unity package | @loomgui/bridge | @loomgui/vite-plugin |
|---|---|---|---|
| v0.1.0 | com.loomgui@0.1.0 | @loomgui/bridge@0.1.0 | @loomgui/vite-plugin@0.1.0 |
All three artifacts in a row must be from the same Loom release. The Unity
package bundles a compatible native binary; Loom → Sync UI Dependencies
installs matching npm versions. If you ever see an “ABI mismatch” error at
runtime, you have a partial install — reinstall the Unity package fresh.
Versioning policy
- Patch (
0.1.0→0.1.1). Bug fixes only. No bridge surface changes, no breaking changes. Safe to drop in. - Minor (
0.1.x→0.2.0). New features. May include a breaking native protocol change that requires reinstalling the Unity package. Source-compatible. - Major (
0.x→1.0). Breaking source changes (member-attribute renames, protocol overhaul).
Pre-1.0 versions may break source compatibility on minor bumps. Once 1.0 ships, semantic versioning is strict.