Skip to content

Releases: asyncapi/asyncapi-react

v0.6.2

04 Aug 12:58
98421e3
Compare
Choose a tag to compare

0.6.2 (2020-08-04)

Bug Fixes

v0.6.0

27 Apr 17:23
7f393ab
Compare
Choose a tag to compare

0.6.0 (2020-04-27)

Features

  • display enums in component if available (#98) (7f393ab)

v0.5.0

14 Apr 09:43
af7fba8
Compare
Choose a tag to compare

0.5.0 (2020-04-14)

Features

  • update asyncapi-parser to version 0.16.2 (#97) (c7a87d1)

Bug Fixes

  • updating parser deps in tests and adding simple PR validation (#99) (af7fba8)

v0.4.2

25 Mar 11:03
b5e4ef6
Compare
Choose a tag to compare

0.4.2 (2020-03-25)

Bug Fixes

  • fix relative links generation for github pages (#89) (b5e4ef6)

v0.4.1

25 Mar 10:17
6d67f90
Compare
Choose a tag to compare

0.4.1 (2020-03-25)

Bug Fixes

v0.3.1 - support internal anchors

07 Oct 05:36
6dcdd19
Compare
Choose a tag to compare

Released 2019-10-07

🚀 Enhancements

⚡ Library

📝 Documentation

Committers: 3

v0.3.0 - support v2.0.0 of spec!

11 Sep 12:59
098a500
Compare
Choose a tag to compare

Released 2019-09-11

Changed styling

In 0.3.0, we removed the old way of styling based on styled-components. From now on, the component uses pure CSS styling with BEM methodology.

To use default styles based on SAP Fundamentals, import them as follows:

import "@kyma-project/asyncapi-react/lib/styles/fiori.css";

For information on how to change styles, read the Style Modification document.

💥 Breaking Changes

🚀 Enhancements

🐛 Fixed

⚡ Library

🎮 Playground app

📝 Documentation

Committers: 4

v0.2.0

29 Jan 11:01
7344821
Compare
Choose a tag to compare

Released (2019-01-29)

🚀 Enhancements

🐛 Fixed

⚡ Library

🎮 Playground app

v0.1.2

16 Jan 13:53
9d70088
Compare
Choose a tag to compare

Released (2018-12-13)

🐛 Fixed

  • #24 Downgrade required peer dependency version (@pkosiec)

⚡ Library

  • #24 Downgrade required peer dependency version (@pkosiec)

v0.1.1

16 Jan 13:29
1775547
Compare
Choose a tag to compare

Released (2018-12-09)

🐛 Bug Fixes

⚡ Library

📝 Documentation