Work completed since the last update
Work continues on improving accessibility in the CMS - along with bug fixes as usual.
Bug fixes and other immediate changes
- Search labels are not translatable (as defined as const in SearchForm.js)
- CMS
ui-dialogclose button not rendering correctly - Field validation on SearchableMultiDropdownField causing memory to run out
- CMS 6 REGRESSION: GridField search/filter bar closes after applying a filter (for non-
DataObjectrecords) - Incorrect “Content-Type” in JSON response
- Fatal error passing string to ?int
- Cannot revert to archived version
- Replace use of defaultProps with Javascript default parameters
- Upload field crashes when publishing a file not in the current folder
- Run translations
Changes to look forward to in future releases
- Accessibility: GridField adds a header for actions even if there’s no actions column
- Accessibility: Decorative icons should not be read by screen readers
- Accessibility:
GridFieldnext/previous record links are problematic when disabled - Accessibility: Auto-focus first form field in edit form when uploading a file or clicking one to edit it
- Database default value for Varchar is ignored
- Accessibility: Update front-end sharedraft information
- Accessibility: GridField should use
aria-sortattribute on sorted column header