File tree 3 files changed +15
-2
lines changed
3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -201,3 +201,16 @@ Subtasks are then matched up with tests with names that match
201
201
SUBTASK 1.1 :1 test name
202
202
SUBTASK 1.2 :2 test name
203
203
```
204
+
205
+ ### [0.10.0]
206
+
207
+ UI redesign for the tutorial page:
208
+
209
+ - removes unnecessary headers
210
+ - adds a side panel
211
+ - step progress indicator
212
+ - removes logs from error messges
213
+
214
+ Supports "reset button" for resetting state & running a reset script.
215
+
216
+ Adds a review page for viewing tutorial content. The review page should be especially helpful for tutorial creators.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " coderoad" ,
3
- "version" : " 0.9 .0" ,
3
+ "version" : " 0.10 .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.9 .0" ,
3
+ "version" : " 0.10 .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