Skip to content

Releases: Kong/kong-portal-templates

v3.2.1.0

06 Mar 22:49
12b894f
Compare
Choose a tag to compare

What's Changed

Minor bugfix

  • An issue where a type might be missing from the schema, resulting in the Try it out code snippet not rendering correctly.

v3.2.0.0

23 Feb 15:20
2a813d1
Compare
Choose a tag to compare

What's Changed

Accessibility Improvements

  1. Adjusted heading levels that weren't semantically correct
  2. Updated page title to reflect if there's an error on the page when using 'Try it out' feature
  3. Removed incorrect uses of role attribute
  4. Updated table headings to show the column names

v3.1.0.0-prerelease-2

01 Nov 21:40
a87e14b
Compare
Choose a tag to compare
v3.1.0.0-prerelease-2 Pre-release
Pre-release

What's Changed

Accessibility Improvements

  1. Modals should have focus trapped inside.
  2. Errors in parameters when using Try it out will now shift focus to first invalid field, and announce the error if using a screenreader.
  3. Updates to sidebar aria-labels and adding aria-expanded
  4. Updates to model aria-labels and adding aria-expanded

v3.1.0.0-prerelease1

17 Oct 16:13
0a8c6ca
Compare
Choose a tag to compare
v3.1.0.0-prerelease1 Pre-release
Pre-release
  • Updated Service Catalog search logic to use approximate string matching on configurable, weighted specification fields

v3.1.0.0

03 Oct 17:41
cbc4ca2
Compare
Choose a tag to compare
v3.1.0.0 Pre-release
Pre-release

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

14 Sep 21:54
0b566ab
Compare
Choose a tag to compare

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
  • 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

06 Sep 18:54
adf0f5e
Compare
Choose a tag to compare
v3.0.0.0-prerelease-5 Pre-release
Pre-release

Includes updated keyboard navigability specifically around the Available Authorizations modal.

v3.0.0.0-prerelease-4

26 Aug 21:19
5659d53
Compare
Choose a tag to compare
v3.0.0.0-prerelease-4 Pre-release
Pre-release

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
  • 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

16 Aug 02:25
5692514
Compare
Choose a tag to compare
v3.0.0.0-prelease-3 Pre-release
Pre-release

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

10 Aug 20:33
a73d398
Compare
Choose a tag to compare
v3.0.0.0-prerelease-2 Pre-release
Pre-release

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