Skip to content

Commit 6fcf38b

Browse files
authored
chore: prepare extension changelog for 0.1.1 (#230)
1 parent 4a0f155 commit 6fcf38b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

extensions/vscode/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to the "tutorialkit" extension will be documented in this fi
44

55
Check [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)

extensions/vscode/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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
},

0 commit comments

Comments
 (0)