diff options
author | Henri Sara <henri.sara@gmail.com> | 2017-07-26 13:17:03 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-26 13:17:03 +0300 |
commit | eee5d3a25891579a1b2013a101ca7d185bc174ac (patch) | |
tree | 804440b0a2d82344ce5bf27d149429615129aada /documentation/components | |
parent | bdb298bfb8c0e1930d0c33d0f5c3fd862e2980d6 (diff) | |
download | vaadin-framework-eee5d3a25891579a1b2013a101ca7d185bc174ac.tar.gz vaadin-framework-eee5d3a25891579a1b2013a101ca7d185bc174ac.zip |
Remove warnings about pre-release content in documentation (#9737)
Resolves #9191
Diffstat (limited to 'documentation/components')
4 files changed, 0 insertions, 8 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 diff --git a/documentation/components/components-grid.asciidoc b/documentation/components/components-grid.asciidoc index 63f297eddc..c1d93165a9 100644 --- a/documentation/components/components-grid.asciidoc +++ b/documentation/components/components-grid.asciidoc @@ -528,8 +528,6 @@ Column<Integer> birthYear = grid.addColumn(Person::getBirthYear, [classname]#ProgressBarRenderer#:: Renders a progress bar in a column with a [classname]#Double# type. The value must be between 0.0 and 1.0. -IMPORTANT: The following renderers are to be released in version 8.1 and are currently only available in link:https://vaadin.com/releases[pre-release versions] of the framework, starting from 8.1.0.alpha3. - [classname]#LocalDateRenderer#:: Formats a column with the [classname]#LocalDate# type. The renderer can be constructed with a [classname]#DateTimeFormatter#, or with a custom pattern string. diff --git a/documentation/components/components-tree.asciidoc b/documentation/components/components-tree.asciidoc index cc44bec6ea..3490182332 100644 --- a/documentation/components/components-tree.asciidoc +++ b/documentation/components/components-tree.asciidoc @@ -12,8 +12,6 @@ ifdef::web[] image:{live-demo-image}[alt="Live Demo", link="http://demo.vaadin.com/sampler/#ui/grids-and-trees/tree"] endif::web[] -IMPORTANT: The [classname]#Tree# component is currently being developed and only available in the Framework 8.1 prerelease versions, starting from 8.1.0.beta1. - [[components.tree.overview]] == Overview diff --git a/documentation/components/components-treegrid.asciidoc b/documentation/components/components-treegrid.asciidoc index d85178507d..f3c2c88a93 100644 --- a/documentation/components/components-treegrid.asciidoc +++ b/documentation/components/components-treegrid.asciidoc @@ -12,8 +12,6 @@ ifdef::web[] image:{live-demo-image}[alt="Live Demo", link="http://demo.vaadin.com/sampler/#ui/grids-and-trees/treegrid"] endif::web[] -IMPORTANT: The [classname]#TreeGrid# component is currently being developed and only available in the Framework 8.1 prerelease versions, starting from 8.1.0.alpha1. - [[components.treegrid.overview]] == Overview |