Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: prepare extension changelog for 0.1.1 #230

Merged
merged 2 commits into from
Aug 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions extensions/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ All notable changes to the "tutorialkit" extension will be documented in this fi

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

## [0.1.1]

All the following changes are for the Tutorial Panel:

- Add the tutorial as the root element of the tree so that the root metadata can be viewed and edited easily
- Add an "Add Part" action to the context menu of the root element
- Add a "Delete" action to every context menu to remove a part, chapter or lesson
- When the order is defined in the metadata, it is reflected in the panel
- 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.

## [0.1.0]

- Add autocompletion in the metadata of TutorialKit markdown and mdx files (see: https://github.com/stackblitz/tutorialkit/pull/143)
Expand Down
2 changes: 1 addition & 1 deletion extensions/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "TutorialKit support in VS Code",
"icon": "resources/tutorialkit-icon.png",
"publisher": "StackBlitz",
"version": "0.1.0",
"version": "0.1.1",
"engines": {
"vscode": "^1.80.0"
},
Expand Down