This log lists changes between versions.
skipAnimation property to updateAction() & customAction() in specification.md, to align with the other actions / typescript types.updateAction() and customAction(), to align with the preexisting actions.stepCount property, to include the value -1 to signify that a Graphic does have steps, but the number of steps is not known on beforehand.The log below details changes during development of Version 1:
".ograf.json".
Before, it was ".ograf".skipAnimation argument to updateAction and customAction.
Before, it was only included in playAction and stopAction.".ograf".
Before, there where no requirements on the manifest file name.undefined.
(An undefined value should be treated as { statusCode: 200 })data argument to the load method.
Before, the data-payload was only sent using the updateData() method. Now it must be sent on load() as well.renderRequirements property to Graphics manifestmain property in Graphics manifest to be mandatory.
(Before, it was defined as mandatory in the specification document, but not in the JSON-schemas.)