atem-state
Advanced tools
Comparing version 0.3.3 to 0.3.4
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="0.3.4"></a> | ||
## [0.3.4](https://github.com/nrkno/tv-automation-atem-state/compare/0.3.3...0.3.4) (2018-08-14) | ||
### Bug Fixes | ||
* Transition style not being set to default at startup ([36a4da8](https://github.com/nrkno/tv-automation-atem-state/commit/36a4da8)) | ||
<a name="0.3.3"></a> | ||
@@ -7,0 +17,0 @@ ## [0.3.3](https://github.com/nrkno/tv-automation-atem-state/compare/0.3.2...0.3.3) (2018-08-14) |
@@ -108,3 +108,3 @@ "use strict"; | ||
} | ||
if (props.selection || props.style) { | ||
if (typeof props.selection !== 'undefined' || typeof props.style !== 'undefined') { | ||
const command = new atem_connection_1.Commands.TransitionPropertiesCommand(); | ||
@@ -111,0 +111,0 @@ command.mixEffect = Number(mixEffectId); |
{ | ||
"name": "atem-state", | ||
"version": "0.3.3", | ||
"version": "0.3.4", | ||
"description": "Typescript Node.js library for comparing ATEM states", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
90437