File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ v1.0.2] - 2021-07-07
4+
5+ ### Fixed
6+ - Missing display in Safari
7+
38## [ v1.0.1] - 2020-11-16
49
510### Changed
1116- Functional digital display for the Node-RED Dashboard
1217- Readme, Changelog and License
1318
19+ [ v1.0.2 ] : https://github.com/patrickknabe/node-red-contrib-ui-digital-display/compare/v1.0.1...v1.0.2
1420[ v1.0.1 ] : https://github.com/patrickknabe/node-red-contrib-ui-digital-display/compare/v1.0.0...v1.0.1
1521[ v1.0.0 ] : https://github.com/patrickknabe/node-red-contrib-ui-digital-display/releases/tag/v1.0.0
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ module.exports = RED => {
1414 this . on ( 'close' , ui . addWidget ( {
1515 node : this ,
1616 format : `
17- <div id="ui_digital_display_{{ $id }}" style="display: flex; height: 100%; justify-content: flex-end; " ng-init="digits = ${ + config . digits || 0 } ; decimals = ${ + config . decimals || 0 } ; ">
18- <svg style="height: 100%;" version="1.1" viewBox="0 0 660 1000 " xmlns="http://www.w3.org/2000/svg" ng-repeat="x in [].constructor( ${ + config . digits || 0 } ) track by $index">
17+ <div id="ui_digital_display_{{ $id }}" style="display: flex; height: 100%; justify-content: flex-end" ng-init="digits = ${ + config . digits || 0 } ; decimals = ${ + config . decimals || 0 } ">
18+ <svg version="1.1" viewBox="0 0 660 990 " xmlns="http://www.w3.org/2000/svg" style="height: -webkit-fill-available " ng-repeat="x in [].constructor( ${ + config . digits || 0 } ) track by $index">
1919 <path d="m164.59 7.6241e-5h332.31l33.735 36.176-84.078 78.404h-247.65l-73.113-78.404z" />
2020 <path d="m87.115 72.249 75.498 80.961-16.917 241.93-74.915 69.86-38.525-41.313 22.462-321.23z" />
2121 <path d="m454.96 389.16 15.725-224.88 95.964-89.488 19.36 20.761-23.784 340.13-34.168 31.863z" />
Original file line number Diff line number Diff line change 88 " seven segment display" ,
99 " ui"
1010 ],
11- "version" : " 1.0.1 " ,
11+ "version" : " 1.0.2 " ,
1212 "license" : " MIT" ,
1313 "author" : {
1414 "name" : " Patrick Knabe" ,
You can’t perform that action at this time.
0 commit comments