This log lists changes between versions.
This is a draft for Version 1. During its development, it may contain breaking changes.
The log below details the changes during development of this version:
main
property in Graphics manifest to be mandatory.
(Before, it was defined as mandatory in the specification document, but not in the JSON-schemas.)renderRequirements
property to Graphics manifestdata
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.undefined
.
(An undefined
value should be treated as { code: 200 }
)".ograf"
.
Before, there where no requirements on the manifest file name.skipAnimation
argument to updateAction
and customAction
.
Before, it was only included in playAction
and stopAction
.