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.3
Choose a base ref
...
head repository: swagger-api/swagger-ui
compare: v3.52.4
Choose a head ref
  • 10 commits
  • 20 files changed
  • 9 contributors

Commits on Sep 21, 2021

  1. fix(ux): update the buttons of the example tabs to be displayed as li…

    …nks (#7517)
    
    Fixes small visual regression introduced in #7464.
    
    Refs #7464
    dhenneke committed Sep 21, 2021
    Copy the full SHA
    ff5deb3 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2021

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

Commits on Sep 30, 2021

  1. refactor: remove IE7 CSS hack (#7526)

    Remove IE specific start hack: https://stackoverflow.com/a/14927670/808699 that was targeting IE 5.5 to 7.
    silverwind committed Sep 30, 2021
    Copy the full SHA
    9952849 View commit details
    Browse the repository at this point in the history
  2. fix(paths): break long paths with <wbr> (#7516)

    - use <wbr> instead of ZERO-WIDTH SPACE (U+200B) to break segments 
    - remove no-longer-needed onCopyCapture listener which previously  stripped ZWSPs
    - update's deep-link.jsx's `text` prop type to accept `PropType.node`  to allow the above.
    
    Closes #7513
    Co-authored-by: Vladimir Gorej <vladimir.gorej@gmail.com>
    MingweiSamuel committed Sep 30, 2021
    Copy the full SHA
    f88334a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    fc7cdb8 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2021

  1. fix: fix issue with highlight code scrolling causing console error (#…

    …7497) (#7519)
    
    Co-authored-by: Mahtis Michel <mathis.michel@outlook.de>
    
    Refs #7497
    kristina-kovacikova committed Oct 5, 2021
    Copy the full SHA
    24aaa53 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    491d641 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

  1. Copy the full SHA
    90c8a73 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a740f3d View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2021

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