Skip to content

1.0.0

Latest
Compare
Choose a tag to compare
@AriPerkkio AriPerkkio released this 01 Oct 14:49
· 4 commits to main since this release
2efdcec

TutorialKit v1 is out now 🎉

This release introduces many features, such as Adding files via FileTree and Synchronizing file system changes to Editor, and marks the API of TutorialKit as stable!

If you are upgrading from versions below 0.2.0, see Migration from 0.1.6 to 0.2.0. Otherwise the breaking changes consider mostly experimental APIs listed below.

Experimental APIs

TutorialKit v1 marks some low level APIs as experimental. This means that these APIs can receive breaking changes in minor and patch release - though we still try to avoid these as best as we can.

tutorialkit:store & tutorialkit:core

Low level APIs tutorialkit:store and tutorialkit:core can be used to create highly custom experiences in tutorials. In v1 we've added documentation for these and marked the first draft of this API as an experimental feature. You can help us stabilize the API by providing feedback at Stabilizing tutorialkit:store API.

See TutorialKit API and How to use TutorialKit API for examples.

@tutorialkit/react

Using @tutorialkit/react without TutorialKit itself is now an experimental feature. We are planning to stabilize the components' APIs in future.

See https://tutorialkit.dev/reference/react-components/ for more info

What's Changed

New Contributors

Full Changelog: 0.2.3...1.0.0