Closed tmedwards closed 2 years ago
selected
<<cycle>>
<<listbox>>
<<option>>
[img[]]
link-image
Config.history.maxStates
0
init
StoryInit
data-init-passage
StoryInterface
State.metadata.entries()
State.metadata.keys()
once
<Array>.countWith()
Save
<<done>>
<<widget>>
container
_contents
_args
$args
100
40
Config.saves.onLoad
Config.saves.onSave
jQuery
nl.js
Changelog:
selected
keyword in the<<cycle>>
and<<listbox>>
macros'<<option>>
tags.[img[]]
markup as an argument to macros would drop thelink-image
class.Config.history.maxStates
to disallow unlimited states (value:0
).init
special tag that, similar toStoryInit
, allows pre-story-start initialization tasks. Intended for add-on/library use.data-init-passage
content attribute toStoryInterface
that allows content to be updated only once at initialization.State.metadata.entries()
andState.metadata.keys()
static methods.once
keyword to the<<cycle>>
macro that ends the cycle upon reaching the final option.<Array>.countWith()
method.Save
Events API.<<done>>
macro to better serve when used to wait for DOM updates.<<widget>>
macro updates:container
keyword that allows non-void/container widgets and an associated_contents
special variable._args
, and deprecated the old variable,$args
.Config.history.maxStates
from100
to40
.Config.saves.onLoad
andConfig.saves.onSave
settings in favor of theSave
Events API.jQuery
to v3.6.0.nl.js
– Dutch.