New features in 2.8.0.beta8:
API key improvements
New read-only scope: API Keys can now be created with a read-only scope, allowing the key to be used for any GET
API requests. This is in addition to the existing global scope, allowing unrestricted access, and granular, allowing admins to specify which groups of routes the key grants access to.
API key pagination: The API Key page now properly handles large numbers of API keys, with auto-load support as one scrolls.
Easier editing of image alt text
The alt text for an image has long been editable, but doing so required editing the image markdown, and a risk of breaking the upload if the wrong change was made. Users can now quickly edit the image alt text right from the preview window, just as image size can be changed. Hover over the image and the edit options will appear.
Fullscreen tables
Are tables common place on your site? Do they tend to get large, requiring scrolling both vertically and horizontally?
Tables now support being expanded fullscreen, similar to large images. Hover over the table to see the new Expand Table button.
Table in post:
Expanded fullscreen table
Accessibility
- Set modal widths with EMs; improves scaling
- Add prefers reduced motion