mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
DOC Add warning about Semver status of modern JS / GraphQL tooling
This commit is contained in:
parent
af6644f762
commit
3db0fa46b5
@ -15,6 +15,12 @@ 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 Semver 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 +1362,4 @@ Injector.transform(
|
||||
{ after: ['noteslist-graphql', 'notesaddform-graphql'] }
|
||||
);
|
||||
|
||||
```
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user