Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit93fdc9d

Browse files
committed
prepare v0.6.0 release
Signed-off-by: shmck <shawn.j.mckay@gmail.com>
1 parent50a3b76 commit93fdc9d

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

‎CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,3 +109,15 @@ Resulting in a folder structure like the following:
109109
![fail message in webview](./docs/images/fail-message-in-webview.png)
110110

111111
- Display error messages if React fails to load
112+
113+
## [0.6.0]
114+
115+
- New configuration environment variables for web compatability
116+
117+
```
118+
CODEROAD_DISABLE_RUN_ON_SAVE=true // blocks saving on file system changes
119+
CODEROAD_DISPLAY_RUN_TEST_BUTTON=true // adds a run test button to tutorial page
120+
CODEROAD_TUTORIAL_URL='path/to/tutorial_config_file.json' // will load directly into tutorial
121+
```
122+
123+
- Improves styles for inline code blocks

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"coderoad",
3-
"version":"0.5.0",
3+
"version":"0.6.0",
44
"description":"Play interactive coding tutorials in your editor",
55
"keywords": [
66
"tutorial",

‎web-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"coderoad-app",
3-
"version":"0.5.0",
3+
"version":"0.6.0",
44
"private":true,
55
"scripts": {
66
"build":"react-app-rewired build",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp