Yuki Yamazaki
Yuki Yamazaki
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...
## Features ### Logger ```ts import { Rediagram } from 'rediagram'; Rediagram.logger.info('Some log...'); ``` See API in [tslog](https://tslog.js.org). ### Plugin system TODO ## Changes - Add error handling to Core...
**Is your feature request related to a problem? Please describe.** The GCP icon has been updated, but it is not supported. **Describe the solution you'd like** Update the component icon...
**Is your feature request related to a problem? Please describe.** There is no way to represent a GCP folder. **Describe the solution you'd like** Add a folder component. Consider the...
**Is your feature request related to a problem? Please describe.** The exceptions of the rediagram component cannot be handled and the error is difficult to understand. **Describe the solution you'd...
Currently, it is output in console.log etc., but it seems better to provide a correct logging method as a framework.
**Is your feature request related to a problem? Please describe.** The error is not handled by cli. like this issue. https://github.com/kamiazya/rediagram/issues/97 **Describe the solution you'd like** Display the error details...
**Is your feature request related to a problem? Please describe.** Two-way communication cannot be expressed.
**Is your feature request related to a problem? Please describe.** When outputting SVG, the image is the path of the file. Portability is not good because the file path cannot...