File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -19,5 +19,9 @@ The log below details the changes during development of this version:
1919 Before, the ` data ` -payload was only sent using the ` updateData() ` method. Now it must be sent on ` load() ` as well.
2020* 2025-05-16: Change return values of Graphic methods to optionally be ` undefined ` .
2121 (An ` undefined ` value should be treated as ` { code: 200 } ` )
22- * 2025-xx-xx: Add optional ` skipAnimation ` argument to ` updateAction ` and ` customAction ` .
22+ * 2025-06-09: Rename the "v1-draft-0" to "v1" in preparation for the first release.
23+ * 2025-06-13: Add requirement on manifest file name.
24+ The manifest file must now have the suffix ` ".ograf" ` .
25+ Before, there where no requirements on the manifest file name.
26+ * 2025-06-13: Add optional ` skipAnimation ` argument to ` updateAction ` and ` customAction ` .
2327 Before, it was only included in ` playAction ` and ` stopAction ` .
You can’t perform that action at this time.
0 commit comments