Checklist Component release notes
- UpdatedMar 12, 2025
- 2 minutes to read
Version history for the Checklist Component application on the ServiceNow Store.
Important: For details on system requirements and family compatibility, view the application
listing on the ServiceNow Store
website.
Version history
- Version 24.2.2 - March 2025
- Improved the edit mode experience to show or hide checklist item configurations.
- Version 24.2.1 - February 2025
- Fixed issues with reordered checklist items. UI Builder panel configurations and the hasLink property.
- Version 24.1.2 - September 2024
- * Fixed issue with empty payload in event.
- Version 24.1.1 - August 2024
-
- Introduction of property which indicates a checklist item as mandatory
- Admin can configure which individual option/item in the checklist is mandatory.
- Benefits:
- This will prevent users from making incomplete or incorrect form submissions.
- This will prevent users from having to navigate once more through a page/form in order to fix submission errors.
- Benefits:
- It should be a part of screen reader and the ARIA label to be used is "Required"
- What is used for indication:
- The asterisk symbol at the end of the checklist
- It should be a part of screen reader and the ARIA label to be used is "Required"
- Existing way of showing asterisk is used (as used in checkbox)
- The word "required" is part of the label associated with the form control
- Additional Implementation: a. Inclusion of properties like Disabled, Read only, and Invalid apart from Required.
- Disabled - An admin can mark a checklist item is disabled (not to consider) and it's shown in greyed out format. Associated link (if any) doesn't get disabled. This can be configured for any role by the admin and can be customised for any use case.
- Read Only - An admin can mark a checklist item as Read only if they want agents to just read them and not take any action on them. However, the link associated with it (if any) can be clicked and read. This can be configured for any role by the admin and can be customised for any use case.
- Invalid - If an Admin wants to provide context to why a checklist item is invalid, they can mark a checklist item as invalid along with an associated condition. It's highlighted in red if stated as invalid. Associated link (if any) won't get disabled.
- Size option - Small font option is provided as an option for the admin to configure. Link remains in the existing font style.
- Version 22.1.1 - May 2023
- Fixed: Fixed checklist component to handle empty link object in the payload.