Skip to content

Commit 93fdc9d

Browse files
committed
prepare v0.6.0 release
Signed-off-by: shmck <[email protected]>
1 parent 50a3b76 commit 93fdc9d

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

Diff for: CHANGELOG.md

+12
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

Diff for: package.json

+1-1
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",

Diff for: web-app/package.json

+1-1
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)