Skip to content

1.3.0

Compare
Choose a tag to compare
@AriPerkkio AriPerkkio released this 15 Nov 09:41
· 10 commits to main since this release
83f4378

This version of TutorialKit introduces 2 new exciting features. 🥳

Lessons without parts or chapters

Tutorials that don't need 3 levels of nesting can now omit part and/or chapter levels. See https://tutorialkit.dev/guides/creating-content/ for updated instructions about content creation.

tk-filetree-flat.webm

Download lesson as .zip file

Lessons of a tutorial can now be downloaded as .zip file with a single click.

To enable this feature, define new option in your frontmatter:

type: tutorial # Or part, chapter, lesson - works on all levels
downloadAsZip: true 

# Or to use specific filename when downloaded:
downloadAsZip:
  filename: vite-yaml-plugin-summary.zip

If you are using overriden TopBar, see new slot names at https://tutorialkit.dev/guides/overriding-components/#top-bar.

What's Changed

Full Changelog: 1.2.2...1.3.0