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: v4.3.0
Choose a base ref
...
head repository: swagger-api/swagger-ui
compare: v4.4.0
Choose a head ref
  • 8 commits
  • 20 files changed
  • 5 contributors

Commits on Jan 26, 2022

  1. feat: do not ask for client secret when using auth code with PKCE (#7438

    )
    
    Co-authored-by: Ignacio Lozano <nacholozano@gmail.com>
    Co-authored-by: Vladimir Gorej <vladimir.gorej@gmail.com>
    
    Refs #6290
    ch-egli committed Jan 26, 2022
    Copy the full SHA
    c6d8d77 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6c417e4 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    0650bb4 View commit details
    Browse the repository at this point in the history
  4. fix(plugins): make swagger-js wrapActions overridable (#7753)

    Co-authored-by: John Bednarczyk <john.bednarczyk@singlewire.com>
    Co-authored-by: Vladimir Gorej <vladimir.gorej@gmail.com>
    
    Refs #7730
    Axiloom committed Jan 26, 2022
    Copy the full SHA
    8ea3cfd View commit details
    Browse the repository at this point in the history
  5. refactor(memoize): get rid of memoizee prod dependency (#7799)

    The memoizee dependency was replaced with specialization
    of lodash.memoize.
    
    Refs #7694
    char0n committed Jan 26, 2022
    Copy the full SHA
    87ccc24 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. fix(view-plugin): provide resolvers for memoized functions (#7801)

    Before this change, memoization happened only on first
    argument provided to the functions. Now the memoization
    properly handle all arguments.
    
    Refs #7800
    char0n committed Jan 27, 2022
    Copy the full SHA
    d638e58 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3ce6477 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    7a30200 View commit details
    Browse the repository at this point in the history