-
-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fixed an issue where the `<<type>>` macro could throw an error if the player navigated away while it was still typing. * Fixed an issue where WAI-ARIA focus outlines could be lost when navigating. * Fixed an issue in the `Dialog` API documentation. * Updated the Saves dialog to disable save buttons if the `Config.saves.isAllowed` query yields `false`. * Minor internal improvement to the `<<repeat>>` and `<<timed>>` macros.
- Loading branch information
Showing
7 changed files
with
147 additions
and
114 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "SugarCube", | ||
"version": "2.33.1", | ||
"version": "2.33.2", | ||
"author": "Thomas Michael Edwards <[email protected]>", | ||
"description": "Dependency install configuration for SugarCube's Node.js-hosted build script, build.js.", | ||
"license": "BSD-2-Clause", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters