Skip to content

Commit 613bce8

Browse files
committed
prepare v0.10.0 release
Signed-off-by: shmck <[email protected]>
1 parent 4a6d6f7 commit 613bce8

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -201,3 +201,16 @@ Subtasks are then matched up with tests with names that match
201201
SUBTASK 1.1 :1 test name
202202
SUBTASK 1.2 :2 test name
203203
```
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.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "coderoad",
3-
"version": "0.9.0",
3+
"version": "0.10.0",
44
"description": "Play interactive coding tutorials in your editor",
55
"keywords": [
66
"tutorial",

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.9.0",
3+
"version": "0.10.0",
44
"private": true,
55
"scripts": {
66
"build": "react-app-rewired build",

0 commit comments

Comments
 (0)