Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: swagger-api/swagger-ui
base: v3.52.2
Choose a base ref
...
head repository: swagger-api/swagger-ui
compare: v3.52.3
Choose a head ref
  • 7 commits
  • 24 files changed
  • 4 contributors

Commits on Sep 15, 2021

  1. Copy the full SHA
    cc700f0 View commit details
    Browse the repository at this point in the history
  2. fix(sample-gen): generate the correct number of properties (#7432)

    This commit fixes correct number of additionalProperties when minProperties is used.
    hkosova committed Sep 15, 2021
    Copy the full SHA
    f1aab53 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2021

  1. docs(configuration): fix wrong property name

    languagesMask property is not recognized by SwaggerUI.
    languages property is recognized propertly.
    
    Refs #7505
    char0n committed Sep 16, 2021
    Copy the full SHA
    5cc7ff9 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    00d5b30 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2021

  1. fix(a11n): provide proper a11n for response example tabs (#7464)

    - Update tabs to use <button> elements instead of <a>
    - Add aria roles for tablist, tabs, and tabpanel
    - Add aria attributes for additional a11y compliance and screen reader accessibility
    - Replace ids with data-name attribute for tabpanels
    - Add cypress test 7463 and update swos-63
    - Move tabs test file to tests/a11y directory
    - Rename test file to be more descriptive of what is being tested.
    - Add id attributes to both tabs and tabpanels to leverage aria-controls and aria-labelledby attributes
    
    Co-authored-by: Calvin Gonzalez <calvin.gonzalez@oddball.io>
    Co-authored-by: Vladimir Gorej <vladimir.gorej@gmail.com>
    
    Closes #7463
    Refs #7350
    3ptmonster committed Sep 17, 2021
    Copy the full SHA
    8ffb1ae View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    158c127 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2021

  1. Copy the full SHA
    aa9f2e6 View commit details
    Browse the repository at this point in the history