@neocompose/cli 0.39.0 → 0.40.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +18 -0
- package/dist/neo.mjs +515 -1032
- package/package.json +1 -1
- package/skills/neocompose-cli/SKILL.md +1 -1
- package/skills/neocompose-cli/references/cli-development.md +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.40.0] - 2026-08-30
|
|
4
|
+
|
|
5
|
+
### Changed
|
|
6
|
+
|
|
7
|
+
- Use the canonical `Size`, `Offset`, and `IsTrigger` fields for `NeoCollider`.
|
|
8
|
+
- Stop carrying localization authoring records inside runtime `project.json`;
|
|
9
|
+
localization manifests and locale files continue to ship separately.
|
|
10
|
+
- Retain the checked-in schema-29 CLI corpora as historical authoring-bearing
|
|
11
|
+
source fixtures. Schema-30 runtime wire cannot regenerate those corpora
|
|
12
|
+
because it deliberately omits the localization authoring graph; fixture
|
|
13
|
+
generation does not synthesize the missing records.
|
|
14
|
+
|
|
15
|
+
### Compatibility
|
|
16
|
+
|
|
17
|
+
- This CLI requires runtime export schema 30 and the matching Neo Compose SDK.
|
|
18
|
+
Runtime exports no longer embed localization authoring records in
|
|
19
|
+
`project.json`; locale metadata and locale files remain unchanged.
|
|
20
|
+
|
|
3
21
|
## [0.39.0] - 2026-08-29
|
|
4
22
|
|
|
5
23
|
### Changed
|