Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit613bce8

Browse files
committed
prepare v0.10.0 release
Signed-off-by: shmck <shawn.j.mckay@gmail.com>
1 parent4a6d6f7 commit613bce8

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

‎CHANGELOG.md

Lines changed: 13 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp