Skip to content

v5.0.0-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@jarrodek jarrodek released this 11 Jan 22:35
ff5f7ba

Release candidate of the API Console version 5.

  • New: Support for AMF data model instead of RAML parser allows to render a documentation for RAML and OAS specification and enables the console to read even more API types
  • New: Users can now define new properties (headers, query parameters) in the request editor that are not defined in the API spec.
  • Update: API console now works with web components specification version 1. This allows to target all browsers with native support for web components spec and those with polyfill support.
  • New: Build process to create separate bundles for ES5 and ES6 enabled browsers so modern browsers can run the console with minimal required setup
  • Update: Redesigned styling API to enable consumers to apply corporate theme using CSS variables
  • Update: Build tools for the console now are based on AMF library to generate new data model
  • Fix: Feedback from our customers and the open source community was applied to this version resolving tens of issues regarding performance, stability and design
  • Update: Redesign of the documentation part to deliver best in class documentation tool for APIs
  • Update: Redesign of navigation for faster recognition of the API structure and to search for an endpoint
  • New: Added documentation for security schemes
  • New: Added code examples in the method documentation
  • Update: Updated how union types are rendered - now it renders type name in the type selector instead of “Variant”