File tree 3 files changed +14
-2
lines changed
3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -109,3 +109,15 @@ Resulting in a folder structure like the following:
109
109

110
110
111
111
- 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
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " coderoad" ,
3
- "version" : " 0.5 .0" ,
3
+ "version" : " 0.6 .0" ,
4
4
"description" : " Play interactive coding tutorials in your editor" ,
5
5
"keywords" : [
6
6
" tutorial" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " coderoad-app" ,
3
- "version" : " 0.5 .0" ,
3
+ "version" : " 0.6 .0" ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"build" : " react-app-rewired build" ,
You can’t perform that action at this time.
0 commit comments