Skip to content

Releases: stackblitz/tutorialkit

1.5.2

17 Jun 10:07
a99a650
Compare
Choose a tag to compare

Note: Version 1.5.1 was skipped due to failed publish on CI.

What's Changed

New Contributors

Full Changelog: 1.5.0...1.5.2

1.5.0

16 Apr 06:36
1061246
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.4.0...1.5.0

1.4.0

31 Mar 08:31
0c04bd1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.3.1...1.4.0

1.3.1

25 Nov 15:39
b5cb5d9
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.0...1.3.1

1.3.0

15 Nov 09:41
83f4378
Compare
Choose a tag to compare

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

1.2.2

12 Nov 09:20
ff3e4f1
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.1...1.2.2

1.2.1

05 Nov 16:58
216eea9
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.0...1.2.1

1.2.0

05 Nov 08:30
7afba5e
Compare
Choose a tag to compare

What's Changed

  • feat: sync new files from WebContainer to editor by @isaacplmann in #394
  • fix(react): add vertical scroll bar to editor file tree by @isaacplmann in #399
  • docs: enhance documentation with detailed Expressive Code attributes and examples by @noam-honig in #391
  • docs: add previews: false example by @noam-honig in #397

New Contributors

Full Changelog: 1.1.1...1.2.0

1.1.1

20 Oct 17:10
9778657
Compare
Choose a tag to compare

What's Changed

  • fix(theme): apply fast-glob Windows work-around for all \@ matches by @AriPerkkio in #383

Full Changelog: 1.1.0...1.1.1

1.1.0

18 Oct 11:29
8195d16
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.0...1.1.0