Skip to content

Commit

Permalink
Created Roadmap for 2.0-rc4
Browse files Browse the repository at this point in the history
Updated the sidenav menu badge version to 2.0-rc4
Updated whole GettingStarted guide to 2.0-rc4
Updated Copyright Year to 2017
Updated README and pom version to 2.0-rc4.
  • Loading branch information
kevzlou7979 committed Mar 9, 2017
1 parent 56e6b5e commit ed7155b
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 15 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
#gwt-material-demo [![Build Status](https://travis-ci.org/GwtMaterialDesign/gwt-material-demo.svg?branch=master)](https://travis-ci.org/GwtMaterialDesign/gwt-material-demo)
Demo application to show the features of the [gwt-material](https://github.com/GwtMaterialDesign/gwt-material) library.

### Release 2.0-rc3 Demo
### Release 2.0-rc4 Demo
[http://gwtmaterialdesign.github.io/gwt-material-demo](http://gwtmaterialdesign.github.io/gwt-material-demo)
```xml
<dependency>
<groupId>com.github.gwtmaterialdesign</groupId>
<artifactId>gwt-material-demo</artifactId>
<version>2.0-rc3</version>
<version>2.0-rc4</version>
</dependency>
```

Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<parent>
<artifactId>gwt-material-parent</artifactId>
<groupId>com.github.gwtmaterialdesign</groupId>
<version>2.0-SNAPSHOT</version>
<version>2.0-rc4</version>
</parent>

<modelVersion>4.0.0</modelVersion>

<artifactId>gwt-material-demo</artifactId>
<packaging>war</packaging>
<version>2.0-SNAPSHOT</version>
<version>2.0-rc4</version>
<name>Gwt Material Demo</name>
<description>Showcase for gwt-material</description>

Expand All @@ -34,8 +34,8 @@
<gwt.version>2.8.0</gwt.version>
<gwtp.version>1.5.3</gwtp.version>
<gin.version>2.1.2</gin.version>
<gwt-material.version>2.0-SNAPSHOT</gwt-material.version>
<gwt-material-table.version>1.0-SNAPSHOT</gwt-material-table.version>
<gwt-material.version>2.0-rc4</gwt-material.version>
<gwt-material-table.version>1.0-rc4</gwt-material-table.version>

<gwt.style>PRETTY</gwt.style>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
</m:MaterialRow>

<m:MaterialFooterCopyright ui:field="footerCopyRight" addStyleNames="footer-copyright">
<m:MaterialLabel text="© 2016 Copyright GWT Material" />
<m:MaterialLabel text="© 2017 Copyright GWT Material" />
</m:MaterialFooterCopyright>
</m:MaterialFooter>
</g:HTMLPanel>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ public static List<Hero> getAllHeroes(){

public static List<Version> getAllVersions() {
List<Version> versions = new ArrayList<>();
versions.add(new Version("2.0-rc4", "March 2017", Version.VersionLink.CORE_2_0_RC4.getName(), Version.VersionLink.ADDINS_2_0_RC4.getName(), Version.VersionLink.THEME_2_0_RC4.getName(), Version.VersionLink.JQUERY_1_0_RC4.getName(), Version.VersionLink.TABLE_1_0_RC4.getName(), Color.GREEN));
versions.add(new Version("2.0-rc3", "November 2016", Version.VersionLink.CORE_2_0_RC3.getName(), Version.VersionLink.ADDINS_2_0_RC3.getName(), Version.VersionLink.THEME_2_0_RC3.getName(), Version.VersionLink.JQUERY_1_0_RC3.getName(), Version.VersionLink.TABLE_1_0_RC3.getName(), Color.GREEN));
versions.add(new Version("2.0-rc3", "November 2016", Version.VersionLink.CORE_2_0_RC3.getName(), Version.VersionLink.ADDINS_2_0_RC3.getName(), Version.VersionLink.THEME_2_0_RC3.getName(), Version.VersionLink.JQUERY_1_0_RC3.getName(), Version.VersionLink.TABLE_1_0_RC3.getName(), Color.GREEN));
versions.add(new Version("2.0-rc2", "November 2016", Version.VersionLink.CORE_2_0_RC2.getName(), Version.VersionLink.ADDINS_2_0_RC2.getName(), Version.VersionLink.THEME_2_0_RC2.getName(), Version.VersionLink.JQUERY_1_0_RC2.getName(), Version.VersionLink.TABLE_1_0_RC2.getName(), Color.GREEN));
versions.add(new Version("2.0-rc1", "October 2016", Version.VersionLink.CORE_2_0_RC1.getName(), Version.VersionLink.ADDINS_2_0_RC1.getName(), Version.VersionLink.THEME_2_0_RC1.getName(), Version.VersionLink.JQUERY_1_0_RC1.getName(), Version.VersionLink.TABLE_1_0_RC1.getName(), Color.GREEN));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ public class Version implements Serializable {
public enum VersionLink{

// FOR gwt-material Core
CORE_2_0_RC4("http://mvnrepository.com/artifact/com.github.gwtmaterialdesign/gwt-material/2.0-rc4"),
CORE_2_0_RC3("http://mvnrepository.com/artifact/com.github.gwtmaterialdesign/gwt-material/2.0-rc3"),
CORE_2_0_RC2("http://mvnrepository.com/artifact/com.github.gwtmaterialdesign/gwt-material/2.0-rc2"),
CORE_2_0_RC1("http://mvnrepository.com/artifact/com.github.gwtmaterialdesign/gwt-material/2.0-rc1"),
Expand Down Expand Up @@ -62,6 +63,7 @@ public enum VersionLink{
THEME_2_0_RC1("http://mvnrepository.com/artifact/com.github.gwtmaterialdesign/gwt-material-themes/2.0-rc1"),
THEME_2_0_RC2("http://mvnrepository.com/artifact/com.github.gwtmaterialdesign/gwt-material-themes/2.0-rc2"),
THEME_2_0_RC3("http://mvnrepository.com/artifact/com.github.gwtmaterialdesign/gwt-material-themes/2.0-rc3"),
THEME_2_0_RC4("http://mvnrepository.com/artifact/com.github.gwtmaterialdesign/gwt-material-themes/2.0-rc4"),

// FOR gwt-material Addins
ADDINS_1_5_0("http://mvnrepository.com/artifact/com.github.gwtmaterialdesign/gwt-material-addins/1.5.0"),
Expand All @@ -72,16 +74,19 @@ public enum VersionLink{
ADDINS_2_0_RC1("http://mvnrepository.com/artifact/com.github.gwtmaterialdesign/gwt-material-addins/2.0-rc1"),
ADDINS_2_0_RC2("http://mvnrepository.com/artifact/com.github.gwtmaterialdesign/gwt-material-addins/2.0-rc2"),
ADDINS_2_0_RC3("http://mvnrepository.com/artifact/com.github.gwtmaterialdesign/gwt-material-addins/2.0-rc3"),
ADDINS_2_0_RC4("http://mvnrepository.com/artifact/com.github.gwtmaterialdesign/gwt-material-addins/2.0-rc4"),

// FOR gwt-material JQuery
JQUERY_1_0_RC1("http://mvnrepository.com/artifact/com.github.gwtmaterialdesign/gwt-material-jquery/1.0-rc1"),
JQUERY_1_0_RC2("http://mvnrepository.com/artifact/com.github.gwtmaterialdesign/gwt-material-jquery/1.0-rc2"),
JQUERY_1_0_RC3("http://mvnrepository.com/artifact/com.github.gwtmaterialdesign/gwt-material-jquery/1.0-rc3"),
JQUERY_1_0_RC4("http://mvnrepository.com/artifact/com.github.gwtmaterialdesign/gwt-material-jquery/1.0-rc4"),

// FOR gwt-material Table
TABLE_1_0_RC1("http://mvnrepository.com/artifact/com.github.gwtmaterialdesign/gwt-material-table/1.0-rc1"),
TABLE_1_0_RC2("http://mvnrepository.com/artifact/com.github.gwtmaterialdesign/gwt-material-table/1.0-rc2"),
TABLE_1_0_RC3("http://mvnrepository.com/artifact/com.github.gwtmaterialdesign/gwt-material-table/1.0-rc3");
TABLE_1_0_RC3("http://mvnrepository.com/artifact/com.github.gwtmaterialdesign/gwt-material-table/1.0-rc3"),
TABLE_1_0_RC4("http://mvnrepository.com/artifact/com.github.gwtmaterialdesign/gwt-material-table/1.0-rc4");

String name;
VersionLink(String name) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<m:MaterialPanel addStyleNames="code">
<m:MaterialTitle title="Setup using Maven Archetype" description="Run this project into cmd / terminal, just follow the prompts. Then once you're done open your project on Eclipse / Intelij IDEA.Gwt-material-archetype provides a faster way to create a GMD Project. You can also watch at the very bottom of this page about the real time procedure."/>
<demo:PrettyPre addStyleNames="lang-xml-1">
&emsp;mvn archetype:generate -DarchetypeGroupId=com.github.gwtmaterialdesign -DarchetypeArtifactId=gwt-material-archetype -DarchetypeVersion=2.0-rc3
&emsp;mvn archetype:generate -DarchetypeGroupId=com.github.gwtmaterialdesign -DarchetypeArtifactId=gwt-material-archetype -DarchetypeVersion=2.0-rc4
</demo:PrettyPre>
</m:MaterialPanel>
<m:MaterialPanel addStyleNames="code">
Expand All @@ -42,7 +42,7 @@
&emsp;&lt;dependency><br/>
&emsp;&lt;groupId>com.github.gwtmaterialdesign&lt;/groupId><br/>
&emsp;&lt;artifactId>gwt-material&lt;/artifactId><br/>
&emsp;&lt;version>2.0-rc3&lt;/version><br/>
&emsp;&lt;version>2.0-rc4&lt;/version><br/>
&lt;/dependency>
</demo:PrettyPre>
<m:MaterialRow>
Expand All @@ -52,7 +52,7 @@
&emsp;&lt;dependency><br/>
&emsp;&lt;groupId>com.github.gwtmaterialdesign&lt;/groupId><br/>
&emsp;&lt;artifactId>gwt-material-addins&lt;/artifactId><br/>
&emsp;&lt;version>2.0-rc3&lt;/version><br/>
&emsp;&lt;version>2.0-rc4&lt;/version><br/>
&lt;/dependency>
</demo:PrettyPre>
<m:MaterialRow>
Expand All @@ -62,7 +62,7 @@
&emsp;&lt;dependency><br/>
&emsp;&lt;groupId>com.github.gwtmaterialdesign&lt;/groupId><br/>
&emsp;&lt;artifactId>gwt-material-themes&lt;/artifactId><br/>
&emsp;&lt;version>2.0-rc3&lt;/version><br/>
&emsp;&lt;version>2.0-rc4&lt;/version><br/>
&lt;/dependency>
</demo:PrettyPre>

Expand All @@ -73,7 +73,7 @@
&emsp;&lt;dependency><br/>
&emsp;&lt;groupId>com.github.gwtmaterialdesign&lt;/groupId><br/>
&emsp;&lt;artifactId>gwt-material-jquery&lt;/artifactId><br/>
&emsp;&lt;version>1.0-rc3&lt;/version><br/>
&emsp;&lt;version>1.0-rc4&lt;/version><br/>
&lt;/dependency>
</demo:PrettyPre>

Expand All @@ -84,7 +84,7 @@
&emsp;&lt;dependency><br/>
&emsp;&lt;groupId>com.github.gwtmaterialdesign&lt;/groupId><br/>
&emsp;&lt;artifactId>gwt-material-table&lt;/artifactId><br/>
&emsp;&lt;version>1.0-rc3&lt;/version><br/>
&emsp;&lt;version>1.0-rc4&lt;/version><br/>
&lt;/dependency>
</demo:PrettyPre>
</m:MaterialPanel>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
</m.html:ListItem>
<m.html:ListItem waves="DEFAULT">
<m:MaterialLink targetHistoryToken="{tokens.getGettingstarted}" iconPosition="LEFT" iconType="CLOUD_DOWNLOAD" text="Getting Started">
<m:MaterialBadge text="2.0-rc3" textColor="WHITE"/>
<m:MaterialBadge text="2.0-rc4" textColor="WHITE"/>
</m:MaterialLink>
</m.html:ListItem>
<m:MaterialCollapsible>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,19 @@
}
</ui:style>
<m:MaterialRow marginTop="60">
<!-- 2.0-rc3 -->
<m:MaterialCard grid="s12 l8" offset="l2" >
<m:MaterialCardContent grid="s12 l3">
<m:MaterialCardTitle text="2.0-rc4" textColor="BLACK"/>
<m:MaterialLabel textColor="GREY" text="March 2017"/>
</m:MaterialCardContent>
<m:MaterialCardAction grid="s12 l9" padding="12" backgroundColor="GREY_LIGHTEN_3" addStyleNames="{style.horizontalCard}">
<m:MaterialPanel>
<m:MaterialChip letter="B" letterColor="WHITE" letterBackgroundColor="RED" text="Bug Fixes" margin="4"/>
<m:MaterialChip letter="C" letterColor="WHITE" letterBackgroundColor="GREEN" text="Clean Up" margin="4"/>
</m:MaterialPanel>
</m:MaterialCardAction>
</m:MaterialCard>
<!-- 2.0-rc3 -->
<m:MaterialCard grid="s12 l8" offset="l2" >
<m:MaterialCardContent grid="s12 l3">
Expand Down

0 comments on commit ed7155b

Please sign in to comment.