Skip to content

Releases: asyncapi/html-template

v0.22.2

22 Jun 08:33
d64d63a
Compare
Choose a tag to compare

0.22.2 (2021-06-22)

Bug Fixes

  • update @asyncapi/react-component to 1.0.0-next.9 version (d64d63a)

v0.22.1

16 Jun 14:14
5922181
Compare
Choose a tag to compare

0.22.1 (2021-06-16)

Bug Fixes

  • update @asyncapi/react-component to 1.0.0-next.8 version (5922181)

v0.22.0

15 Jun 08:15
36d0bc7
Compare
Choose a tag to compare

0.22.0 (2021-06-15)

Features

v0.21.6

11 Jun 11:05
0f1e29f
Compare
Choose a tag to compare

0.21.6 (2021-06-11)

Bug Fixes

  • update @asyncapi/react-component to 1.0.0-next.7 version (0f1e29f)

v0.21.5

04 Jun 12:24
ebf07f5
Compare
Choose a tag to compare

0.21.5 (2021-06-04)

Bug Fixes

  • update @asyncapi/react-component to 1.0.0-next.6 version (ebf07f5)

v0.21.4

26 May 12:55
0338b92
Compare
Choose a tag to compare

0.21.4 (2021-05-26)

Bug Fixes

  • update @asyncapi/react-component to 1.0.0-next.5 version (0338b92)

v0.21.3

26 May 11:41
bac3a9a
Compare
Choose a tag to compare

0.21.3 (2021-05-26)

Bug Fixes

  • update @asyncapi/react-component to 1.0.0-next.4 version (bac3a9a)

v0.21.2

19 May 14:00
04ab0f0
Compare
Choose a tag to compare

0.21.2 (2021-05-19)

Bug Fixes

  • update @asyncapi/react-component to 1.0.0-next.3 version (04ab0f0)

v0.21.1

07 May 12:43
7b2df84
Compare
Choose a tag to compare

0.21.1 (2021-05-07)

Bug Fixes

  • render single message from oneOf message array (#192) (7b2df84)

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