Skip to content

Commit 3e062f3

Browse files
committed
chore: update CHANGELOG
1 parent e216f91 commit 3e062f3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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`.

0 commit comments

Comments
 (0)