aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/components/components-customcomponent.asciidoc
diff options
context:
space:
mode:
authorHenri Sara <henri.sara@gmail.com>2017-07-26 13:17:03 +0300
committerGitHub <noreply@github.com>2017-07-26 13:17:03 +0300
commiteee5d3a25891579a1b2013a101ca7d185bc174ac (patch)
tree804440b0a2d82344ce5bf27d149429615129aada /documentation/components/components-customcomponent.asciidoc
parentbdb298bfb8c0e1930d0c33d0f5c3fd862e2980d6 (diff)
downloadvaadin-framework-eee5d3a25891579a1b2013a101ca7d185bc174ac.tar.gz
vaadin-framework-eee5d3a25891579a1b2013a101ca7d185bc174ac.zip
Remove warnings about pre-release content in documentation (#9737)
Resolves #9191
Diffstat (limited to 'documentation/components/components-customcomponent.asciidoc')
-rw-r--r--documentation/components/components-customcomponent.asciidoc2
1 files changed, 0 insertions, 2 deletions
diff --git a/documentation/components/components-customcomponent.asciidoc b/documentation/components/components-customcomponent.asciidoc
index cf898ebf17..96024d0ace 100644
--- a/documentation/components/components-customcomponent.asciidoc
+++ b/documentation/components/components-customcomponent.asciidoc
@@ -22,8 +22,6 @@ The benefit of wrapping a layout composite is mainly encapsulation - hiding the
implementation details of the composition. Otherwise, a user of the composite
could rely on implementation details, which would create an unwanted dependency.
-IMPORTANT: The [classname]#Composite# component is currently being developed and only available in the Framework 8.1 prerelease versions, starting from 8.1.0.alpha6.
-
To create a composite, you need to inherit [classname]#Composite# or
[classname]#CustomComponent# and set the __composition root__ component in the
constructor. The composition root is typically a layout component that contains