Update refers to repositories:
Note: the
generator
andcli
update is described from an EDA design & documentation point of view. For more changes please refer to update in the EDA Development area.
- New Features:
- Opened PRs:
- @jonaslagoni created a PR with replacing the Studio's built-in Visualiser with a Visualiser exported as a separate library. Due to the fact that the library does not support all things what the current Visualiser does, PR is "locked" and will be unlocked when all things are supported. More info in Switch to visualiser library PR.
- Ideas/discussions/issues:
- Mentorship program started and @wh0sumit started working on Drag&drop AsyncAPI block builder. We are discussing about the types of blocks we will be able to have and how to edit the data in the blocks - it will probably be a modal that will be opened with a double click. For more info and udpates please check mentioned issue. With each new iteration, I'll let you know the progress.
- Create onboarding for features of Studio for new users. @yashsehgal started working on that. There is currently discussion about the design and way of display of the tutorials. It will probably be a modal, which we will be able to open identically to the settings modal - the corresponding icon will be located just above the settings icon in the bottom left corner of the application. We also have a problem with choosing a library for the slider, currently we are testing several and will choose the best one. For more info and udpates please check mentioned issue.
- Add the ability to launch studio without editor and new file options.
NOTE: Included changes only for
next
branch.
- New Features:
- Bump of dependencies that had security vulnerabilities.
- Component supports 2.4.0 AsyncAPI -
messageId
on Message Object andsecurity
field on Operation Object. - Add fallback for null parameter's schema - prevent errors when someone define schema's parameter as
null
orundefined
. Very often problem in the Studio.
- Opened PRs: Nothing
- Ideas/discussions/issues:
You can find more info about changes in the look of generated sections in the react-component section.
- New Features:
- Opened PRs: Nothing
- Ideas/discussions/issues: Nothing
- New Features:
- Opened PRs: Nothing
- Ideas/discussions/issues: Nothing
- New Features: Nothing
- Opened PRs:
- Ideas/discussions/issues: Nothing
- New Features: Nothing
- Opened PRs: Nothing
- Ideas/discussions/issues: Nothing
- New Features: Nothing
- Opened PRs: Nothing
- Ideas/discussions/issues: Nothing
Reminder: latest cli uses latest studio that you can open by
asyncapi new --studio
orasyncapi start studio
.
See you in next time!