forked from CloudCannon/base-jekyll-template
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add pages to describe Script Compatibility Mode
- Add description for Script Compatibility Mode on App Settings page - Add Script Compatibility Mode page to track versions and changes
- Loading branch information
Showing
2 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
date: 2021-08-18 | ||
title: Script Compatibility Mode | ||
categories: | ||
- wanikani | ||
description: | ||
type: Document | ||
--- | ||
|
||
Turning on Script Compatibility Mode disables these changes. | ||
Scripts can check WaniKani's version by checking `window.WaniKani.version`. | ||
|
||
**v0.0.1 (August 18, 2021)** Lesson tabs (ex. Kanji Composition, Meaning, Reading, etc.) are now rendered with React. Previously tabs were written to the DOM and just hidden and displayed with CSS. | ||
With React tabs that are not visible are removed from the DOM. Scripts that modify tabs have to wait for React to finish rendering the tab. | ||
|
||
|