From 3db0fa46b55e0706dac3801da0ce46c88eb3f624 Mon Sep 17 00:00:00 2001 From: Garion Herman Date: Wed, 25 Sep 2019 10:26:06 +1200 Subject: [PATCH] DOC Add warning about Semver status of modern JS / GraphQL tooling --- .../07_ReactJS_Redux_and_GraphQL.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/en/02_Developer_Guides/15_Customising_the_Admin_Interface/07_ReactJS_Redux_and_GraphQL.md b/docs/en/02_Developer_Guides/15_Customising_the_Admin_Interface/07_ReactJS_Redux_and_GraphQL.md index 2c34a482e..bb888084c 100644 --- a/docs/en/02_Developer_Guides/15_Customising_the_Admin_Interface/07_ReactJS_Redux_and_GraphQL.md +++ b/docs/en/02_Developer_Guides/15_Customising_the_Admin_Interface/07_ReactJS_Redux_and_GraphQL.md @@ -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. +
+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. +
+ First, a brief summary of what each of these are: ## React @@ -1356,4 +1362,4 @@ Injector.transform( { after: ['noteslist-graphql', 'notesaddform-graphql'] } ); -``` \ No newline at end of file +```