Skip to content

Releases: ichiro-its/kumo-app

Version 0.3.0

06 Nov 13:01
8619bd2
Compare
Choose a tag to compare

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

16 Apr 01:08
53f560d
Compare
Choose a tag to compare
  • Add PWA support (offline caching).
  • Separate the components library and the example App.
  • Fix import components by external projects.

Version 0.1.0

26 Mar 12:02
f716d47
Compare
Choose a tag to compare
  • Handle session creation using SessionProvider and useSession 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.