Skip to content

v0.21.0

Compare
Choose a tag to compare
@asyncapi-bot asyncapi-bot released this 06 May 13:53
· 362 commits to master since this release
e7d8952

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