Merge pull request #9263 from creative-commoners/pulls/4/js-api-docs-semver-warning

DOC Add warning about Semver status of modern JS / GraphQL tooling
This commit is contained in:
Robbie Averill 2019-09-24 18:17:29 -07:00 committed by GitHub
commit d95fe203b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,13 @@ There are some several members of this ecosystem that all work together to provi
All of these pillars of the frontend application can be customised, giving you more control over how the admin interface looks, feels, and behaves.
<div class="alert" markdown="1">
These technologies underpin the future of SilverStripe CMS development, but their current implementation is
_experimental_. Our APIs are not expected to change drastically between releases, but they are excluded from
our [semantic versioning](https://semver.org) commitments for the time being. Any breaking changes will be
clearly signalled in release notes.
</div>
First, a brief summary of what each of these are:
## React
@ -1356,4 +1363,4 @@ Injector.transform(
{ after: ['noteslist-graphql', 'notesaddform-graphql'] }
);
```
```