Releases: asyncapi/html-template
Releases · asyncapi/html-template
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
v0.20.1
0.20.1 (2021-04-20)
Bug Fixes
- wrap long object dump when rendering binding info (#183) (d2c4513)
v0.20.0
0.20.0 (2021-04-15)
Features
- support spec extension rendering for messages (#181) (4790b56)
v0.19.0
0.19.0 (2021-04-12)
Features
- display protocol bindings on server, channel, operation, message (#176) (bcd3c9c)
v0.18.2
0.18.2 (2021-03-30)
Bug Fixes
- rendering of list items in markdown and bold (#169) (635b664)
v0.18.1
0.18.1 (2021-02-22)
Bug Fixes
- use css imports instead of separate postcss processing of each file (#159) (742a164)
v0.18.0
0.18.0 (2021-02-17)
Features
- add version parameter to allow version override (#147) (80600b6)
v0.17.3
0.17.3 (2021-02-16)
Bug Fixes
- change css processing from installation to npm publishing (#153) (18fddc8)