Changelog
0.0.1 (2023-02-08)
- updated to latest 3dEYE components
0.0.1-alpha.30 (2022-12-24)
- added support for React 18
- updated to latest 3dEYE components
0.0.1-alpha.27 (2022-07-01)
- added PtzControls to react-camera
0.0.1-alpha.23 (2022-04-20)
- removed no longer needed param
widgetTokenServiceUrl
from app
options - updated to latest 3dEYE components
0.0.1-alpha.20 (2021-07-06)
- added support for React 17
- updated dependencies
0.0.1-alpha.19 (2020-11-10)
- fixed seek within archive on iOS
0.0.1-alpha.16 (2020-10-02)
- fixed issue with ignored
startTime
for camera component on iOS
0.0.1-alpha.15 (2020-09-18)
- prefixed class names for components help to avoid conflicts with surrounding page
- added
app.onTokenUpdate
method for better token management
0.0.1-alpha.13 (2020-09-10)
core
event-search
0.0.1-alpha.12 (2020-07-03)
Notable changes
- TypeScript types. Helps with autocomplete even for non-typescript projects
- new @3deye-toolkit/event-search package
core
- added
tokenStorage
and tokenStorageKey
config options which allows to save token in localStorage
, sessionStorage
or any object with the same interface
camera
- Camera component now supports custom controls
- package exports bunch of helper components to help your make your own controls
- Camera component no longer requires flex container. You can set dimensions directly on component with
style
prop or add custom class via className
event-search