Releases: fleetbase/fleetbase-js
Releases · fleetbase/fleetbase-js
v1.2.9
v1.2.8
v1.2.7
What's Changed
- fix:
axios.create is not a function
error on node adapter by @tortuvshin in #10
Full Changelog: v1.2.6...v1.2.7
v1.2.6
What's Changed
- fetch current organization info by @tortuvshin in #7
- upgrade dependencies and added prettier by @tortuvshin in #6
- add action to publish package to registry by @tortuvshin in #8
Full Changelog: v1.2.5...v1.2.6
v1.2.5
v1.2.4
v1.2.3
Added several resource actions critical for Fleetbase apps
- Driver tracking via
fleetbase.drivers.track()
ordriver.track()
- Ability to set the current destination for a multiple waypoint order
order.setDestination()
- Ability to update activity for an order via config flow or specified activity
order.updateActivity()
- Ability to capture QR Code and Signature proofs for an order / or oder subject
order.captureQrCode()
andorder.captureSignature()
- Ability to cancel or complete order
order.complete()
andorder.cancel()
- Ability to start or dispatch order
order.start()
andorder.dispatch()
-- with ability toskipDispatch
as a flag - Ability to get order or waypoint next activity from config via
order.getNextActivity()
ororder.getNextActivity({ waypoint })