Go Main page
Go Main page

Web components

cover

status

Version history

Here you can find the version history of the Kubit web components.

Released versions

We recommend you to use the estables versions of the components. You can find the documentation of each version in the following table.

VersionDocumentationReleases NotesEstable
1.0.0 Saturn__ _YES

Versioning policy

We use Semantic Versioning for our components. For a version number MAJOR.MINOR.PATCH, we increment the:

  • MAJOR version when we make incompatible API changes, or breaking changes.
  • MINOR version when we add functionality in a backwards compatible manner.
  • PATCH version when we make backwards compatible bug fixes.

What is breaking change?

A breaking change is a change that will cause existing code to fail to compile or behave differently when executed. This includes removing public methods, changing method signatures, changing the type of a property, or changing the behavior of a method.

Also changes that affect the visual appearance of the components are considered breaking changes.