File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,16 @@ All notable changes to the "tutorialkit" extension will be documented in this fi
4
4
5
5
Check [ Keep a Changelog] ( http://keepachangelog.com/ ) for recommendations on how to structure this file.
6
6
7
+ ## [ 0.1.1]
8
+
9
+ All the following changes are for the Tutorial Panel:
10
+
11
+ - Add the tutorial as the root element of the tree so that the root metadata can be viewed and edited easily
12
+ - Add an "Add Part" action to the context menu of the root element
13
+ - Add a "Delete" action to every context menu to remove a part, chapter or lesson
14
+ - When the order is defined in the metadata, it is reflected in the panel
15
+ - When a new part, chapter or lesson is created if the parent uses the order defined in the metadata, then it gets automatically added there.
16
+
7
17
## [ 0.1.0]
8
18
9
19
- Add autocompletion in the metadata of TutorialKit markdown and mdx files (see: https://github.com/stackblitz/tutorialkit/pull/143 )
Original file line number Diff line number Diff line change 4
4
"description" : " TutorialKit support in VS Code" ,
5
5
"icon" : " resources/tutorialkit-icon.png" ,
6
6
"publisher" : " StackBlitz" ,
7
- "version" : " 0.1.0 " ,
7
+ "version" : " 0.1.1 " ,
8
8
"engines" : {
9
9
"vscode" : " ^1.80.0"
10
10
},
You can’t perform that action at this time.
0 commit comments