superfly-timeline
Advanced tools
Comparing version 8.3.0 to 8.3.1
@@ -5,2 +5,9 @@ # Changelog | ||
### [8.3.1](https://github.com/SuperFlyTV/supertimeline/compare/8.3.0...8.3.1) (2022-11-01) | ||
### Bug Fixes | ||
* instances capped to zero duration get stuck in state ([#91](https://github.com/SuperFlyTV/supertimeline/issues/91)) ([ec4ecd4](https://github.com/SuperFlyTV/supertimeline/commit/ec4ecd419c1a89dadb4a028b984b7fa8a8f101dd)) | ||
## [8.3.0](https://github.com/SuperFlyTV/supertimeline/compare/8.2.8...8.3.0) (2022-10-05) | ||
@@ -7,0 +14,0 @@ |
@@ -274,3 +274,3 @@ "use strict"; | ||
time: newInstance.start, | ||
objId: obj.id, | ||
objId: newObj.id, | ||
}); | ||
@@ -405,2 +405,4 @@ eventObjectTimes[newInstance.start + ''] = enums_1.EventType.START; | ||
for (const instance of obj.resolved.instances) { | ||
if (instance.start === instance.end) | ||
continue; | ||
const startTime = instance.start + ''; | ||
@@ -407,0 +409,0 @@ if (!stateLayer[startTime]) { |
{ | ||
"name": "superfly-timeline", | ||
"version": "8.3.0", | ||
"version": "8.3.1", | ||
"description": "A collection of rules as well as a resolver for placing objects on a virtual timeline.", | ||
@@ -90,4 +90,4 @@ "license": "MIT", | ||
"dependencies": { | ||
"tslib": "^2.3.1", | ||
"underscore": "^1.13.2" | ||
"tslib": "^2.4.0", | ||
"underscore": "^1.13.6" | ||
}, | ||
@@ -94,0 +94,0 @@ "standard-version": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
309872
2955
Updatedtslib@^2.4.0
Updatedunderscore@^1.13.6