From eee5d3a25891579a1b2013a101ca7d185bc174ac Mon Sep 17 00:00:00 2001 From: Henri Sara Date: Wed, 26 Jul 2017 13:17:03 +0300 Subject: Remove warnings about pre-release content in documentation (#9737) Resolves #9191 --- documentation/components/components-grid.asciidoc | 2 -- 1 file changed, 2 deletions(-) (limited to 'documentation/components/components-grid.asciidoc') 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 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. -- cgit v1.2.3