File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 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
44
55Check [ Keep a Changelog] ( http://keepachangelog.com/ ) for recommendations on how to structure this file.
66
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+
717## [ 0.1.0]
818
919- 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 44 "description" : " TutorialKit support in VS Code" ,
55 "icon" : " resources/tutorialkit-icon.png" ,
66 "publisher" : " StackBlitz" ,
7- "version" : " 0.1.0 " ,
7+ "version" : " 0.1.1 " ,
88 "engines" : {
99 "vscode" : " ^1.80.0"
1010 },
You can’t perform that action at this time.
0 commit comments