26.4.1 - 2025-11-13
✨ Added
- Add explicit response types for useEntity hooks by @bjoernricks in 591c779
👷 Changed
- Allow to call feedStatusRejection with Error instances by @bjoernricks in 95a7bbb
- Use TypeScript for Target commands by @bjoernricks in 60452ec
- Update filterString function to return undefined for undefined by @bjoernricks in 672099f
- Change target command save param inUse to be a boolean by @bjoernricks in c6865e3
- Use TypeScript for the TargetComponent by @bjoernricks in f2e8b06
- Mark PortListDialog handler props as optional by @bjoernricks in 18a531a
- Update port list defaults for Target dialog by @bjoernricks in 0d49d52
🐛 Bug Fixes
- Fix binary report downloads by @bjoernricks in #4953
✅ Testing
- Simplify createHttpError testing function signature by @bjoernricks in 9806a2d
- Add a test for the TargetComponent by @bjoernricks in #4947