Releases: rapi-doc/RapiDoc
Releases · rapi-doc/RapiDoc
Release 7.1.1
Release 7.1.0
Release 7.0.4
Bug Fixes
- Fixed
api-server
supplied using attribute was not getting selected #94
Release 7.0.3
New Features
- Added support for callbacks #83
Release 7.0.2
Bug Fixes
- Deprecated end-points were not marked as deprecated in read-mode #91
- In read-mode logo must show up when search is hidden #87 Thank you for your contribution @karlkilgi
- Tag links on side bar in certain cases were not working, has been fixed #92
New Features
- Added support for Server variables #88
Documentation
- Fixed a typo in API docs https://github.com/mrin9/RapiDoc/pull/86/commits Thank you @karlkilgi
- More examples added
- Added example to show how to load url from address bar
- Added example to show how to provide server variables
Release 7.0.1
New Features
- New attribute
goto-path
to take user to get the focus desired path when the document loads - New attribute
sort-tags
to optionally sort the tags alphabetically - New method
scrollTo(path)
to programmatically navigate to various section - Can use markdown to create links to various section of documents
- Now you can Copy examples in you clipboard by clicking
FIxes
Release 7.0.0
Breaking Changes
- Removed support for
api-list-style
group by path option. The following attributes no longer have any effect- api-list-style
- allow-api-list-style-selection
New Features (Custom Themes)
Custom themes are now possible , instead of just light and dark themes. Checkout some sample schemes in the example https://mrin9.github.io/RapiDoc/examples/themes.html
following are new attributes added to support custom theming
- bg-color
- text-color
Bug Fixes
Release 6.0.2
Release 6.0.1
New Features
provided options to customize navigation bar
nav-bg-color
nav-text-color
nav-hover-bg-color
nav-hover-text-color
nav-accent-color
New options to control schema and description expansion
schema-expand-level
(to control the depth of schema to be expanded)schema-description-expanded
(to control initial display of field description)
New Slot added to display content on navigation bar
Bug Fixes
- Fixed a issue where auto selection of api server was not working #65. Thanks to @peterbroadhurst for the PR
- Improved scrolling behavior for navigation bar
Others
API Documentation is updated
Release 6.0.0
Breaking Changes
allow-api-list-style-selection
option is nowfalse
by default (it used to be true)
UI Changes
- Only one response status code is visible at a time. Earlier all status codes were laid out one below the other
New features
- A new way to present your spec thats suitable for reading Demo
- Multiple way to display schemas (Object Notation and Tabular Notation)
- Added Support for Dynamic Query parameters #61
- Schema-Tree- all the descriptions (at any level) are now aligned. they are minimized by default
Bug Fixes
- Taken care of a case where example can contain recursive references
- calling
loadSpec()
will not wipe out certain attributes #62 - User-defined examples (block of
xml
,text
orjson
) are rendered as expected
Others
- Added more documentation, examples and test cases