Skip to content

Commit 27eb77c

Browse files
committed
Roadmap update, version table update. Updated all instance links to 1.5.1.
1 parent 4787aa3 commit 27eb77c

File tree

6 files changed

+22
-6
lines changed

6 files changed

+22
-6
lines changed

src/main/java/gwt/material/design/demo/client/application/dto/DataHelper.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ public static List<Hero> getAllHeroes(){
5050

5151
public static List<Version> getAllVersions() {
5252
List<Version> versions = new ArrayList<>();
53+
versions.add(new Version("1.5.1", "June 2016", Version.VersionLink.CORE_1_5_1.getName(), Version.VersionLink.ADDINS_1_5_1.getName(), Version.VersionLink.THEME_1_5_1.getName(), "teal"));
5354
versions.add(new Version("1.5.0", "April 2016", Version.VersionLink.CORE_1_5_0.getName(), Version.VersionLink.ADDINS_1_5_0.getName(), Version.VersionLink.THEME_1_5_0.getName(), "deep-orange"));
5455
versions.add(new Version("1.4.1", "January 2016", Version.VersionLink.CORE_1_4_1.getName(), null, Version.VersionLink.THEME_1_4.getName(), "red"));
5556
versions.add(new Version("1.4", "November 2015", Version.VersionLink.CORE_1_4.getName(), null, Version.VersionLink.THEME_1_4.getName(), "purple"));

src/main/java/gwt/material/design/demo/client/application/dto/Version.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ public class Version implements Serializable {
3232
public enum VersionLink{
3333

3434
// FOR gwt-material Core
35+
CORE_1_5_1("http://mvnrepository.com/artifact/com.github.gwtmaterialdesign/gwt-material/1.5.1"),
3536
CORE_1_5_0("http://mvnrepository.com/artifact/com.github.gwtmaterialdesign/gwt-material/1.5.0"),
3637
CORE_1_4_1("http://mvnrepository.com/artifact/com.github.gwtmaterialdesign/gwt-material/1.4.1"),
3738
CORE_1_4("http://mvnrepository.com/artifact/com.github.gwtmaterialdesign/gwt-material/1.4"),
@@ -45,9 +46,11 @@ public enum VersionLink{
4546
// FOR gwt-material Themes
4647
THEME_1_4("http://mvnrepository.com/artifact/com.github.gwtmaterialdesign/gwt-material-themes/1.4"),
4748
THEME_1_5_0("http://mvnrepository.com/artifact/com.github.gwtmaterialdesign/gwt-material-themes/1.5.0"),
49+
THEME_1_5_1("http://mvnrepository.com/artifact/com.github.gwtmaterialdesign/gwt-material-themes/1.5.1"),
4850

4951
// FOR gwt-material Addins
50-
ADDINS_1_5_0("http://mvnrepository.com/artifact/com.github.gwtmaterialdesign/gwt-material-addins/1.5.0");
52+
ADDINS_1_5_0("http://mvnrepository.com/artifact/com.github.gwtmaterialdesign/gwt-material-addins/1.5.0"),
53+
ADDINS_1_5_1("http://mvnrepository.com/artifact/com.github.gwtmaterialdesign/gwt-material-addins/1.5.1");
5154

5255
String name;
5356
VersionLink(String name) {

src/main/java/gwt/material/design/demo/client/application/gettingstarted/GettingStartedView.ui.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@
3232
&emsp;&lt;dependency><br/>
3333
&emsp;&lt;groupId>com.github.gwtmaterialdesign&lt;/groupId><br/>
3434
&emsp;&lt;artifactId>gwt-material&lt;/artifactId><br/>
35-
&emsp;&lt;version>1.5.0&lt;/version><br/>
35+
&emsp;&lt;version>1.5.1&lt;/version><br/>
3636
&lt;/dependency>
3737
</demo:PrettyPre>
3838
</m:MaterialPanel>
3939
<m:MaterialPanel>
4040
<m:MaterialTitle title="Download the JAR (Alternative)"
4141
description="If you are not using maven you can download the latest Jar Release easily and add it in your classpath."/>
42-
<m:MaterialButton ui:field="btnDownloadGWTMaterial" backgroundColor="blue" waves="LIGHT" iconType="FILE_DOWNLOAD" iconPosition="RIGHT" text="Download 1.5.0"/>
42+
<m:MaterialButton ui:field="btnDownloadGWTMaterial" backgroundColor="blue" waves="LIGHT" iconType="FILE_DOWNLOAD" iconPosition="RIGHT" text="Download 1.5.1"/>
4343
</m:MaterialPanel>
4444

4545
<m:MaterialTitle title="Wiki" description="A brief information about gwt-material using Github Wikis" />

src/main/java/gwt/material/design/demo/client/application/menu/MenuView.ui.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
</m.html:ListItem>
9393
<m.html:ListItem waves="DEFAULT">
9494
<m:MaterialLink targetHistoryToken="{tokens.getGettingstarted}" iconPosition="LEFT" iconType="CLOUD_DOWNLOAD" text="Getting Started" textColor="blue">
95-
<m:MaterialBadge text="1.5.0" backgroundColor="blue" textColor="white"/>
95+
<m:MaterialBadge text="1.5.1" backgroundColor="blue" textColor="white"/>
9696
</m:MaterialLink>
9797
</m.html:ListItem>
9898
<m:MaterialCollapsible>

src/main/java/gwt/material/design/demo/client/application/roadmap/RoadMapView.ui.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,18 @@
2929
}
3030
</ui:style>
3131
<m:MaterialRow>
32+
<!-- 1.5.1 -->
33+
<m:MaterialCard grid="s12 l8" offset="l2" >
34+
<m:MaterialCardContent grid="s12 l3">
35+
<m:MaterialCardTitle text="1.5.1" textColor="black"/>
36+
<m:MaterialLabel textColor="grey" text="June 2016"/>
37+
</m:MaterialCardContent>
38+
<m:MaterialCardAction grid="s12 l9" padding="12" backgroundColor="grey lighten-3" addStyleNames="{style.horizontalCard}">
39+
<m:MaterialPanel>
40+
<m:MaterialChip letter="B" letterColor="white" letterBackgroundColor="red" text="1.5.0 Bug Fixes" margin="4"/>
41+
</m:MaterialPanel>
42+
</m:MaterialCardAction>
43+
</m:MaterialCard>
3244
<!-- 1.5 -->
3345
<m:MaterialCard grid="s12 l8" offset="l2" >
3446
<m:MaterialCardContent grid="s12 l3">

src/main/resources/gwt/material/design/demo/client/resources/MaterialConstants.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apkUrl=http://gwt-material.appspot.com/bin/gwtmaterial.apk
2-
rawSourceUrl=http://gwt-material.appspot.com/bin/materialize-v0.96.1.zip
3-
sourceUrl=http://central.maven.org/maven2/com/github/gwtmaterialdesign/gwt-material/1.5.0/gwt-material-1.5.0.jar
2+
rawSourceUrl=http://gwt-material.appspot.com/bin/materialize-v0.96.5.zip
3+
sourceUrl=http://central.maven.org/maven2/com/github/gwtmaterialdesign/gwt-material/1.5.1/gwt-material-1.5.1.jar
44
gitterUrl=https://gitter.im/GwtMaterialDesign/gwt-material
55
weatherIconsUrl=http://gwt-material.appspot.com/bin/weather
66
mavenUrl=http://mvnrepository.com/artifact/com.github.gwtmaterialdesign/gwt-material

0 commit comments

Comments
 (0)