Releases: Kong/kong-portal-templates
Releases · Kong/kong-portal-templates
v3.2.1.0
v3.2.0.0
What's Changed
Accessibility Improvements
- Adjusted heading levels that weren't semantically correct
- Updated page title to reflect if there's an error on the page when using 'Try it out' feature
- Removed incorrect uses of
role
attribute - Updated table headings to show the column names
v3.1.0.0-prerelease-2
What's Changed
Accessibility Improvements
- Modals should have focus trapped inside.
- Errors in parameters when using
Try it out
will now shift focus to first invalid field, and announce the error if using a screenreader. - Updates to sidebar
aria-labels
and addingaria-expanded
- Updates to model
aria-labels
and addingaria-expanded
v3.1.0.0-prerelease1
- Updated Service Catalog search logic to use approximate string matching on configurable, weighted specification fields
v3.1.0.0
What's Changed
Accessibility improvements:
- Make nested sections within "Models" table tabbable and readable by voiceover
- Removed
:after
styling in "Models" table and replaced icon with an SVG.
v3.0.0.0
What's Changed
Accessibility improvements:
- Add label for the filter by tag searchbox
- Ensure voiceover tells the user when filter by tag returns no results
- Make "responses" sections tabbable and readable by voiceover
- Update sidebar to ensure it is compatible with Voiceover and Voice commands
- Highlight the toggle arrow and use
aria-expanded
when tabbing on the collapsible headers - Improve description for "Try It Out" button so it is clear what they are trying without seeing the context
- Make "models" sections tabbable and readable by voiceover
- Give accessible name to elements in responses
- Keyboard interactivity for the
CodeSnippetWidget
when using Try it out functionality - Improves error handling in Try it out, which includes reading out errors (e.g. when a parameter is needed, but input is missing or invalid)
- Improves accessibility for operation blocks - adding an aria attribute to read that a section is collapsible, as well as including an icon.
- Improves navigation from the sidebar menu using voice control / voice over - now shifts focus to the item that is selected when using voice over.
- Security update for Swagger UI
- Improved VoiceOver behaviour with code snippets inside
CodeSnippetWidget
- Keyboard interactivity for the CodeSnippetWidget when using Try it out functionality
- Improved tab order and interactivity.
- View Raw feature
- Shift focus to the modal when
View Raw
button is clicked - Shift focus back to the button when modal is closed
- Shift focus to the modal when
- Improved error messaging for the input fields in the Try it out section
- More verbose messages when there is an error regarding the inputs
v3.0.0.0-prerelease-5
Includes updated keyboard navigability specifically around the Available Authorizations modal.
v3.0.0.0-prerelease-4
Note: this version of the templates is compatible with Kong EE v2.8.0.0 and higher
What's Changed
Accessibility improvements:
- Keyboard interactivity for the CodeSnippetWidget when using Try it out functionality
- Improved tab order and interactivity.
- View Raw feature
- Shift focus to the modal when
View Raw
button is clicked - Shift focus back to the button when modal is closed
- Shift focus to the modal when
- Improved error messaging for the input fields in the Try it out section
- More verbose messages when there is an error regarding the inputs
v3.0.0.0-prelease-3
Note: this version of the templates is compatible with Kong EE v2.8.0.0 and higher
What's Changed
Accessibility improvements:
- Improved VoiceOver behaviour with code snippets inside
CodeSnippetWidget
v3.0.0.0-prerelease-2
Note: this version of the templates is compatible with Kong EE v2.8.0.0 and higher
What's Changed
Accessibility improvements:
- Keyboard interactivity for the CodeSnippetWidget when using Try it out functionality
- Improves error handling in Try it out, which includes reading out errors (e.g. when a parameter is needed, but input is missing or invalid)
- Improves accessibility for operation blocks - adding an aria attribute to read that a section is collapsible, as well as including an icon.
- Improves navigation from the sidebar menu using voice control / voice over - now shifts focus to the item that is selected when using voice over.
- Security update for Swagger UI