22.4.2
📦 nxView on GitHub →
✨ 2 features🐛 6 fixes🔧 1 symbols
Summary
This release introduces batch task display in the TUI and updates cloud command behavior to be silent when disconnected. Several bug fixes address resizing issues, GitHub push failures, and JSON schema validation.
Migration Steps
- Review usage of svgr in projects as file-loader dependency has been removed.
✨ New Features
- Display batch tasks in the tui.
- Add variant 2 to CNW cloud prompts with a promo message.
🐛 Bug Fixes
- Improve handling of resizing for inline_tui.
- Consolidate GitHub URL messaging when gh push fails.
- Cloud commands now act as no-ops when not connected instead of throwing errors.
- Fallback to node_modules when tmp has noexec.
- Allow null values in JSON schema validation.
- Remove file-loader dependency and update svgr migration.