Skip to content

2.8.0

Compare
Choose a tag to compare
@mikebudzynski mikebudzynski released this 09 Apr 20:22
· 500 commits to 276ccd376915213620f20dd931cbedb2b0b551f6 since this release

Highlights

  • You can now select the "Use CORS proxy" option in the API operation details widget to route the interactive console's API calls through the portal's backend in your API Management service. In this configuration, you no longer need to apply a CORS policy for your APIs and connectivity to the gateway endpoint from the local machine isn't required. If the APIs are exposed through a self-hosted gateway or your service is in a virtual network, the connectivity from the API Management's backend service to the gateway is required. If you use the self-hosted portal, specify the portal's backend endpoint using the backendUrl option in the configuration files; otherwise, the self-hosted portal won't be aware of the location of the backend service. 276ccd3 (#1233)
  • You can now pass tags to APIs and operations widgets as URL parameters. 3d68ccf (#1189)

Other changes

  • e2f0641 Fixed dropdown styles and functionality. Fixed report widgets. (#1223)
  • 56cd562 Fixed issues with menu and hyperlink rendering. (#1222)
  • e02389d Increase apiversion to handle minimum apiversion set (#1215)
  • d04066d Fixed some issues with hyperlink and anchor resolution. (#1197)
  • 9827e0a Fixed several accessibility issues. (#1195)
  • c00a8fc Fixed layout for navigation items. Fixed bug with "Open in new window" option. (#1193)
  • 4fa424e Fixed layout for blocks and inline-blocks. (#1190)