Skip to content

Releases: asyncapi/html-template

v0.21.0

06 May 13:53
e7d8952
Compare
Choose a tag to compare

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

20 Apr 10:37
d2c4513
Compare
Choose a tag to compare

0.20.1 (2021-04-20)

Bug Fixes

  • wrap long object dump when rendering binding info (#183) (d2c4513)

v0.20.0

15 Apr 09:31
4790b56
Compare
Choose a tag to compare

0.20.0 (2021-04-15)

Features

  • support spec extension rendering for messages (#181) (4790b56)

v0.19.0

12 Apr 15:01
bcd3c9c
Compare
Choose a tag to compare

0.19.0 (2021-04-12)

Features

  • display protocol bindings on server, channel, operation, message (#176) (bcd3c9c)

v0.18.2

30 Mar 08:58
635b664
Compare
Choose a tag to compare

0.18.2 (2021-03-30)

Bug Fixes

  • rendering of list items in markdown and bold (#169) (635b664)

v0.18.1

22 Feb 09:22
742a164
Compare
Choose a tag to compare

0.18.1 (2021-02-22)

Bug Fixes

  • use css imports instead of separate postcss processing of each file (#159) (742a164)

v0.18.0

17 Feb 12:07
80600b6
Compare
Choose a tag to compare

0.18.0 (2021-02-17)

Features

  • add version parameter to allow version override (#147) (80600b6)

v0.17.3

16 Feb 12:32
18fddc8
Compare
Choose a tag to compare

0.17.3 (2021-02-16)

Bug Fixes

  • change css processing from installation to npm publishing (#153) (18fddc8)

v0.17.2

16 Feb 07:53
c232c70
Compare
Choose a tag to compare

0.17.2 (2021-02-16)

Bug Fixes

v0.17.1

12 Feb 20:32
e7e6629
Compare
Choose a tag to compare

0.17.1 (2021-02-12)

Bug Fixes