This repository has been archived by the owner on Jun 18, 2023. It is now read-only.
Releases: springwolf/springwolf-ui
Releases · springwolf/springwolf-ui
v0.7.0
What's Changed
- chore: gradle by @stavshamir in #32
- fix: Display type of element in array by @timonback in #34
- feat: Show object ref for array schema properties by @thomasletsch in #36
- fix: Handle primitive array data types by @timonback in #37
- feat: add message binding to channel documentation by @sam0r040 in #35
- chore: bump node by @timonback in #38
- feat: Add springwolf logo by @timonback in #39
- chore: release preparation by @sam0r040 in #40
New Contributors
- @thomasletsch made their first contribution in #36
Live demo
https://springwolf.github.io/springwolf-ui/
Notes
Please note that to use this version, you must upgrade your kafka/amqp plugins to the latest release as well.
v0.6.0
What's Changed
- Add support for headers by @timonback in #13
- Add headers to published events by @sam0r040 in #26
- New badges by @jrlambs in #21
- Remove multiple documents support by @stavshamir in #23
- Document publish/subscribe semantics by @timonback in #25
New Contributors
Live demo
https://springwolf.github.io/springwolf-ui/
Notes
Please note that to use this version, you must upgrade your kafka/amqp plugins to the latest release as well.
v0.4.0
Changelog
- Added support for
message
objects withoneOf
array (allowing support for channels with multiple payload types).
v0.3.1
Changelog
- Add error handling for publishing snackbar
v0.3.0
Change Log
- Package static resources to
resources/springwolf
instead ofresources
- Changed REST calls URLs to match springwolf-core changes
- UI is now available at
<baseUrl>/springwolf/asyncapi-ui.html
instead of<baseUrl>/asyncapi-ui.html
v0.2.1
Change Log
- Add support for multiple AsyncApi docs (choose via dropdown menu in header)
- Fix publish/subscribe semantics
- Switch channel card schema and example tabs order
v0.1.1
Update version and publish to sonatype instead of bintray