27.2.0 - 2026-05-26
✨ Added
- Reports-errors to gmp by @daniele-mng in 432ea54
- Tanstack query hook for get_report_errors by @daniele-mng in 2dcb35c
- Report operating system gmp command by @daniele-mng in 11f5271
- Allow to set HTML for attribute for FormGroup title labels by @bjoernricks in 5cc1ab8
- Gmp command get_report_applications by @daniele-mng in 866bb58
- Query hook for report applications and adapt application table and tab by @daniele-mng in 4a52234
- Add a
addPrefixfunction as an alternative to the withPrefix HOC by @bjoernricks in #5307 - Add role to spinbutton to Spinner component by @bjoernricks in #5310
- Gmp command report hosts by @daniele-mng in deb7ffa
- Report hosts query hook by @daniele-mng in d20bc6b
- Add simple tests for ScheduleComponent by @bjoernricks in #5313
👷 Changed
- Update npm policies by @daniele-mng in #5298
- Introduce do not reload for completed tasks by @daniele-mng in 61aafa0
- Allow to query tasks with schedules only param by @bjoernricks in #5304
- Convert ScheduleComponent to TypeScript by @bjoernricks in c348e1f
🐛 Bug Fixes
- Fix displaying errors if creating a credential in alert dialog fails by @bjoernricks in #5301
- Fix passing the timezone to the ScheduleDialog by @bjoernricks in 5888d1d
🔥 Removed
- Report details operating system column severity by @daniele-mng in fa991e1
- Remove unused props from report details content by @daniele-mng in ebb2599
- Remove DefaultFilterDialog PropTypes by @bjoernricks in #5312
✅ Testing
- Raise error if desired select element has no aria-control by @bjoernricks in 5c2b911
- Fix PermissionDialog tests and accessibility by @bjoernricks in e732288
- Fix getting the agent controller for agent controller dialog tests by @bjoernricks in 40dad28
- Fix test and accessibility of AgentTaskDialog by @bjoernricks in #5303
- Ensure two select components can be tested independently by @bjoernricks in b754c55
- Add a test for rendering a select label by @bjoernricks in #5305