v0.22.1
NVIDIA/NeMo-Speech.cppv0.22.1Jul 13, 2026by chrisvxd
AI Summary
This release fixes several core issues, including preventing unbounded cache growth, adding missing engine fields, and fixing field transforms for fields without default props.
Key Highlights
- Added engines field to core package.json
- Prevented unbounded cache growth in resolveAllData
- Fixed field transforms for fields without default props
New Features
- Cache growth fix
- Engine field addition
- Transform field fix
Full Release Notes
## Bug Fixes * add engines field to core package.json ([5f5b18a](https://github.com/puckeditor/puck/commit/5f5b18aa6843957783d9e1dec0679056cbb6e2e5)) * prevent unbounded cache growth in resolveAllData ([d8d77eb](https://github.com/puckeditor/puck/commit/d8d77eb5dc24e37c575f6267d9b7a1de059b0767)) * run field transforms for fields without default props ([1a601e7](https://github.com/puckeditor/puck/commit/1a601e7048af8f5e72f76eb3d1b336965e36ffb5))