Releases: ichiro-its/kumo-app
Releases · ichiro-its/kumo-app
Version 0.3.0
What's Changed
- Use TypeScript in the Components Source
- Modify provider system
- Update package-lock.json
Full Changelog: v0.2.0...v0.3.0
Version 0.2.0
- Add PWA support (offline caching).
- Separate the components library and the example App.
- Fix import components by external projects.
Version 0.1.0
- Handle session creation using
SessionProvider
anduseSession
hook. - Handle ROS 2 Node, Subscription, Publisher, Client, and Service creation using hooks.
- Show log as a toast component using notistack.
- Use Material-UI for the default components framework.
- Add example for publish-subscribe and client-service.