Releases: asyncapi/html-template
Releases · asyncapi/html-template
v0.22.2
v0.22.1
v0.22.0
v0.21.6
v0.21.5
v0.21.4
v0.21.3
v0.21.2
v0.21.1
v0.21.0
0.21.0 (2021-05-06)
Features
Fixed Bugs
- skip rendering of
x-parser-schema-id
extension in docs (#15) - remove
<span>
tags from page title (#167) - render examples with
</
(#168)
Description
- remove code related to Nunjucks,
- unfortunately template is still written in Nunjucks, not in React, due to asyncapi/generator#521 issue. After fixing it, rewriting to React will be very easy,
- write
scripts/copy-sources.js
script to copy to template's files all needed sources to use template:- react-dom
- react
- asyncapi-react component
- default (also minified) styles for react-component
- update Readme.md
- write needed filters and tests for them
- update hooks