File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 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:
109109
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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments