summaryrefslogtreecommitdiffstats
path: root/documentation/components/components-grid.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-grid.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-grid.asciidoc')
-rw-r--r--documentation/components/components-grid.asciidoc2
1 files changed, 0 insertions, 2 deletions
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.