This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
recast-navigation@0.32.0
Minor Changes
73f3d0a: feat(TileCache): rename BoxObstacle extent to halfExtents
0c927b6: feat: expose recast and detour constants and enums in 'Recast' and 'Detour' objects
94d59b0: feat: remove 'range' array utility
The range utility was only used in examples, not in the core library.
If you were using it, you can easily replace it with a simple code snippet.
function range(n: number) {
return [...Array(n)].map((_, i) => i);
}
Patch Changes
Updated dependencies [73f3d0a]
Updated dependencies [0c927b6]
Updated dependencies [94d59b0]
@recast-navigation/core@0.32.0
@recast-navigation/generators@0.32.0
@recast-navigation/three@0.32.0
@recast-navigation/core@0.32.0
Minor Changes
73f3d0a: feat(TileCache): rename BoxObstacle extent to halfExtents
0c927b6: feat: expose recast and detour constants and enums in 'Recast' and 'Detour' objects
94d59b0: feat: remove 'range' array utility
The range utility was only used in examples, not in the core library.
If you were using it, you can easily replace it with a simple code snippet.
function range(n: number) {
return [...Array(n)].map((_, i) => i);
}
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
recast-navigation@0.32.0
Minor Changes
94d59b0: feat: remove 'range' array utility
The range utility was only used in examples, not in the core library.
If you were using it, you can easily replace it with a simple code snippet.
Patch Changes
@recast-navigation/core@0.32.0
Minor Changes
94d59b0: feat: remove 'range' array utility
The range utility was only used in examples, not in the core library.
If you were using it, you can easily replace it with a simple code snippet.
Patch Changes
@recast-navigation/generators@0.32.0
Patch Changes
@recast-navigation/three@0.32.0
Patch Changes
@recast-navigation/wasm@0.32.0