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)