Skip to content

Commit c3cf8e6

Browse files
committed
# Version 0.4.0
## Repository moved to GitHub organization
1 parent 40b6357 commit c3cf8e6

23 files changed

Lines changed: 6517 additions & 22 deletions

CHANGELOG.md

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,29 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4-
## Release 0.1.0
5-
- Initial commit
4+
## Release 0.4.0
5+
6+
### Improvements
7+
- Renamed abbreviations (Lidar - LiDAR, Id-ID, Ip-IP)
8+
- Using recursive helper functions to convert Container <-> Lua table
9+
10+
## Release 0.3.0
11+
12+
### Improvements
13+
- Update to EmmyLua annotations
14+
- Usage of lua diagnostics
15+
- Documentation updates
16+
17+
## Release 0.2.0
618

719
### New features
8-
- ...
20+
- "setEncoderMode" and additional features / events to merge incoming scanner data with encoder data
21+
- Configure if viewer of module should show content or not ("setViewerActive")
22+
- Check if APIs are available on device
923

1024
### Improvements
11-
- ...
25+
- Loading only required APIs ('LuaLoadAllEngineAPI = false') -> less time for GC needed
26+
- Docu updates
1227

13-
### Bugfix
14-
- ...
28+
## Release 0.1.0
29+
- Initial commit
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[]
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"showLoginButton": false
3+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/* Add project wide CSS settings here */
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
3+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"name": "CSK_Module_MultiRemoteLiDAR",
3+
"version": "1.0.0",
4+
"description": "Generated",
5+
"components": [
6+
"@sick-davinci/basic-elements"
7+
],
8+
"dependencies": {
9+
"@sick-davinci/basic-elements": "^5.0.5"
10+
}
11+
}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
.myCustomFrame_CSK_Module_MultiRemoteLiDAR {
2+
border-style: solid;
3+
border-width: 1px;
4+
border-color: grey;
5+
margin: 6px;
6+
}
7+
8+
.myCustomMinHeight10px_CSK_Module_MultiRemoteLiDAR {
9+
min-height: 10px
10+
}
11+
12+
.myCustomCssClass_CSK_Module_MultiRemoteLiDAR {
13+
}

CSK_Module_MultiRemoteLiDAR/pages/pages/CSK_Module_MultiRemoteLiDAR/CSK_Module_MultiRemoteLiDAR.html

Lines changed: 491 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"version": "1.0",
3+
"pages": []
4+
}

0 commit comments

Comments
 (0)