Skip to content

Commit

Permalink
Emerald 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kirill-grouchnikov committed Oct 4, 2020
1 parent c2be0db commit 7973827
Show file tree
Hide file tree
Showing 32 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

version = '3.5-SNAPSHOT'
version = '3.5.0'
ext.codename = 'Emerald'
ext.isRelease = false
ext.isRelease = true

buildscript {
ext {
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
* {@link JFlowRibbonBand} only changes the bounds of the flow components, this
* call on a {@link JRibbonBand} can also change the presentation state of the
* command buttons (with
* {@link JCommandButton#setPresentationState(CommandButtonPresentationState)}
* {@link org.pushingpixels.flamingo.api.common.JCommandButton#setPresentationState(CommandButtonPresentationState)} )}
* ) and the number of visible buttons in the ribbon galleries.</li>
* <li>The collapsed policy that replaces the entire content of the ribbon band
* with a single popup button. This is done when there is not enough horizontal
Expand Down Expand Up @@ -153,7 +153,7 @@ public interface RibbonBandResizePolicy {
* {@link JFlowRibbonBand}s only changes the bounds of the flow components.
* For {@link JRibbonBand}s can also change the presentation state of the command
* buttons (with
* {@link JCommandButton#setPresentationState(CommandButtonPresentationState)}
* {@link org.pushingpixels.flamingo.api.common.JCommandButton#setPresentationState(CommandButtonPresentationState)}
* ) and the number of visible buttons in the ribbon galleries. Note that
* this method is for internal use only and should not be called by the
* application code.
Expand Down
4 changes: 2 additions & 2 deletions versions.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## Radiance release history

* 1.0 - **Antimony** (Oct 4, 2018), Java 8+. Details in the [announcement post](https://www.pushing-pixels.org/2018/10/05/radiance-1-0-0.html).
* 1.0 - **Antimony** (October 4, 2018), Java 8+. Details in the [announcement post](https://www.pushing-pixels.org/2018/10/05/radiance-1-0-0.html).
* 2.0 - **Beryl** (March 10, 2019), Java 9+. Details in the [announcement post](https://www.pushing-pixels.org/2019/03/11/radiance-2-0-1.html).
* 2.5 - **Coral** (September 2, 2019), Java 9+. Details in the [announcement post](https://www.pushing-pixels.org/2019/09/03/radiance-2-5-0.html).
* 3.0 - **Diamond** (May 30, 2020), Java 9+. Details in the [announcement post](https://www.pushing-pixels.org/2020/05/31/radiance-3-0-0.html).
* 3.5 - **Emerald** (2020 H2, planned)
* 3.5 - **Emerald** (October 4th, 2020), Java 9+.
* 4.0 - **Feldspar** (2021 H1, planned)

<p align="center">
Expand Down

0 comments on commit 7973827

Please sign in to comment.