Skip to content

Commit

Permalink
chore(SFINT-3304): Add compatibility disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
lbergeron committed Jul 6, 2020
1 parent 813163b commit ac60135
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,9 @@ Then, anytime you hit save in a typescript file, the server will reload your app
2. `npx cypress run` will run the cypress functional tests suite.

To add a new test suite simply add a new spec file in the `./cypress/integration/` folder.

## Compatibility

The components provided in this repository should be used as examples to build your own components. Since the project is still in the pre-release phase, the backward compatibility of the compiled JavaScript is not guaranteed. The TypeScript definitions can be modified without notice.

As new releases could impact your implementation, you are strongly encouraged to validate each release content before upgrading to a newer version.

0 comments on commit ac60135

Please sign in to comment.