Releases: asyncapi/asyncapi-react
Releases · asyncapi/asyncapi-react
v0.6.2
v0.6.0
v0.5.0
v0.4.2
v0.4.1
v0.3.1 - support internal anchors
Released 2019-10-07
🚀 Enhancements
- #73 Upgrade component to 0.3.1 (@magicmatatjahu)
- #71 Add internal anchors in component (@magicmatatjahu) - suggested by @joehandzik
⚡ Library
- #73 Upgrade component to 0.3.1 (@magicmatatjahu)
- #71 Add internal anchors in component (@magicmatatjahu)- suggested by @joehandzik
- #68 type checking if schema property is not string (@rmelian)
📝 Documentation
- #71 Add internal anchors in component (@magicmatatjahu) - suggested by @joehandzik
Committers: 3
- Maciej Urbańczyk (@magicmatatjahu)
- Mateusz Puczyński (@aerfio)
- raisel melian (@rmelian)
v0.3.0 - support v2.0.0 of spec!
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
- #59 Change architecture of components to new one. (@magicmatatjahu)
- #58 Remove styled-components (@magicmatatjahu)
- #52 Migrate library to use 2.0 spec (@aerfio)
🚀 Enhancements
- #65 0.3.0 (@magicmatatjahu)
- #64 Update parser to support 2.0.0 (@magicmatatjahu)
- #62 Update docs related to styles (@magicmatatjahu)
- #59 Change architecture of components to new one. (@magicmatatjahu)
- #58 Remove styled-components (@magicmatatjahu)
- #56 add unit tests (@m00g3n)
- #55 Fix security vulnerabilities and add linters (@magicmatatjahu)
- #52 Migrate library to use 2.0 spec (@aerfio)
- #34 Fetching schema by url in library (@magicmatatjahu)
🐛 Fixed
- #33 Fix bug theme in playground app (@magicmatatjahu)
⚡ Library
- #65 0.3.0 (@magicmatatjahu)
- #64 Update parser to support 2.0.0 (@magicmatatjahu)
- #59 Change architecture of components to new one. (@magicmatatjahu)
- #58 Remove styled-components (@magicmatatjahu)
- #55 Fix security vulnerabilities and add linters (@magicmatatjahu)
- #52 Migrate library to use 2.0 spec (@aerfio)
- #34 Fetching schema by url in library (@magicmatatjahu)
🎮 Playground app
- #55 Fix security vulnerabilities and add linters (@magicmatatjahu)
- #35 Add links for community (@magicmatatjahu)
- #33 Fix bug theme in playground app (@magicmatatjahu)
📝 Documentation
- #65 0.3.0 (@magicmatatjahu)
- #64 Update parser to support 2.0.0 (@magicmatatjahu)
- #62 Update docs related to styles (@magicmatatjahu)
- #59 Change architecture of components to new one. (@magicmatatjahu)
- #58 Remove styled-components (@magicmatatjahu)
- #52 Migrate library to use 2.0 spec (@aerfio)
- #31 Restructurize docs (@magicmatatjahu)
- #34 Fetching schema by url in library (@magicmatatjahu)
Committers: 4
- Lukasz Gornicki (@derberg)
- Maciej Urbańczyk (@magicmatatjahu)
- Mateusz Puczyński (@aerfio)
- marcin witalis (@m00g3n)
v0.2.0
Released (2019-01-29)
🚀 Enhancements
- #26 Integrate Lerna changelog (@akucharska)
🐛 Fixed
- #27 Add error handling (@akucharska)
⚡ Library
- #26 Integrate Lerna changelog (@akucharska)
🎮 Playground app
- #27 Add error handling (@akucharska)
v0.1.2
v0.1.1
Released (2018-12-09)
🐛 Bug Fixes
- #21 Remove importHelpers from tsconfig.json in library (@magicmatatjahu)
⚡ Library
- #21 Remove importHelpers from tsconfig.json in library (@magicmatatjahu)