Skip to content

Commit 003b897

Browse files
authored
Merge pull request #232 from GwtMaterialDesign/release_2.0
Release 2.0
2 parents da7853c + 5fd75c7 commit 003b897

File tree

209 files changed

+572
-243
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

209 files changed

+572
-243
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Gwt Material Design Extra Components for https://github.com/GwtMaterialDesign/gw
1111
<dependency>
1212
<groupId>com.github.gwtmaterialdesign</groupId>
1313
<artifactId>gwt-material-addins</artifactId>
14-
<version>2.0-rc5</version>
14+
<version>2.0-rc6</version>
1515
</dependency>
1616
```
1717

@@ -40,7 +40,7 @@ xmlns:ma="urn:import:gwt.material.design.addins.client"
4040
<ma:timpicker:MaterialTimePicker placeholder="Time Arrival"/>
4141
```
4242

43-
##Extra Components
43+
## Extra Components
4444
<ul>
4545
<li>Autcomplete</li>
4646
<li>Avatar</li>
@@ -50,6 +50,7 @@ xmlns:ma="urn:import:gwt.material.design.addins.client"
5050
<li>Cutout</li>
5151
<li>Document Viewer</li>
5252
<li>Dnd</li>
53+
<li>EmptyState (NEW) </li>
5354
<li>File Uploader</li>
5455
<li>Icon Morph</li>
5556
<li>Masonry</li>
@@ -71,7 +72,7 @@ xmlns:ma="urn:import:gwt.material.design.addins.client"
7172
<li>Window</li>
7273
</ul>
7374

74-
##Documentation
75+
## Documentation
7576
We created [Java Docs](http://gwtmaterialdesign.github.io/gwt-material-demo/apidocs-addins/) for better understanding the usage of addins.
7677

7778
##Package Information

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,24 @@
44
<parent>
55
<artifactId>gwt-material-parent</artifactId>
66
<groupId>com.github.gwtmaterialdesign</groupId>
7-
<version>2.0-rc5</version>
7+
<version>2.0-rc6</version>
88
</parent>
99

1010
<artifactId>gwt-material-addins</artifactId>
1111

1212
<name>Gwt Material Addins</name>
13-
<version>2.0-rc5</version>
13+
<version>2.0-rc6</version>
1414
<description>Extra Components of GWT Material Framework</description>
1515

1616
<properties>
17-
<gwt-material.version>2.0-rc5</gwt-material.version>
17+
<gwt-material.version>2.0-rc6</gwt-material.version>
1818
</properties>
1919

2020
<scm>
2121
<connection>scm:git:[email protected]:GwtMaterialDesign/gwt-material-addins.git</connection>
2222
<developerConnection>scm:git:[email protected]:GwtMaterialDesign/gwt-material-addins.git</developerConnection>
2323
<url>http://github.com/GwtMaterialDesign/gwt-material-addins</url>
24-
<tag>v2.0-rc5</tag>
24+
<tag>v2.0-rc6</tag>
2525
</scm>
2626

2727
<licenses>
@@ -109,7 +109,7 @@
109109
<plugin>
110110
<groupId>org.codehaus.mojo</groupId>
111111
<artifactId>gwt-maven-plugin</artifactId>
112-
<version>${gwt-maven-plugin.version}</version>
112+
<version>${gwt.version}</version>
113113
<executions>
114114
<execution>
115115
<goals>

src/main/java/gwt/material/design/addins/client/MaterialAddins.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* GwtMaterial
44
* %%
5-
* Copyright (C) 2015 - 2016 GwtMaterialDesign
5+
* Copyright (C) 2015 - 2017 GwtMaterialDesign
66
* %%
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

src/main/java/gwt/material/design/addins/client/StartupState.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* GwtMaterial
44
* %%
5-
* Copyright (C) 2015 - 2016 GwtMaterialDesign
5+
* Copyright (C) 2015 - 2017 GwtMaterialDesign
66
* %%
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

src/main/java/gwt/material/design/addins/client/autocomplete/MaterialAutoComplete.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* GwtMaterial
44
* %%
5-
* Copyright (C) 2015 - 2016 GwtMaterialDesign
5+
* Copyright (C) 2015 - 2017 GwtMaterialDesign
66
* %%
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

src/main/java/gwt/material/design/addins/client/autocomplete/MaterialAutocompleteClientBundle.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* GwtMaterial
44
* %%
5-
* Copyright (C) 2015 - 2016 GwtMaterialDesign
5+
* Copyright (C) 2015 - 2017 GwtMaterialDesign
66
* %%
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

src/main/java/gwt/material/design/addins/client/autocomplete/MaterialAutocompleteDebugClientBundle.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* GwtMaterial
44
* %%
5-
* Copyright (C) 2015 - 2016 GwtMaterialDesign
5+
* Copyright (C) 2015 - 2017 GwtMaterialDesign
66
* %%
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

src/main/java/gwt/material/design/addins/client/autocomplete/base/MaterialSuggestionOracle.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* GwtMaterial
44
* %%
5-
* Copyright (C) 2015 - 2016 GwtMaterialDesign
5+
* Copyright (C) 2015 - 2017 GwtMaterialDesign
66
* %%
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

src/main/java/gwt/material/design/addins/client/autocomplete/constants/AutocompleteType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* GwtMaterial
44
* %%
5-
* Copyright (C) 2015 - 2016 GwtMaterialDesign
5+
* Copyright (C) 2015 - 2017 GwtMaterialDesign
66
* %%
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

src/main/java/gwt/material/design/addins/client/avatar/MaterialAvatar.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* GwtMaterial
44
* %%
5-
* Copyright (C) 2015 - 2016 GwtMaterialDesign
5+
* Copyright (C) 2015 - 2017 GwtMaterialDesign
66
* %%
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)