Skip to content

Commit fb4f525

Browse files
committed
Roadmap for 2.0-rc7.
1 parent 9aec5f9 commit fb4f525

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,22 @@
2929
}
3030
</ui:style>
3131
<m:MaterialRow marginTop="60">
32+
<!-- 2.0-rc7 -->
33+
<m:MaterialCard grid="s12 l8" offset="l2" >
34+
<m:MaterialCardContent grid="s12 l3">
35+
<m:MaterialCardTitle text="2.0-rc7" textColor="BLACK"/>
36+
<m:MaterialLabel textColor="GREY" text="October 2017"/>
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="Bug Fixes" margin="4"/>
41+
<m:MaterialChip letter="T" letterColor="WHITE" letterBackgroundColor="GREEN" text="Unit Tests - 2693 total" margin="4"/>
42+
<m:MaterialChip letter="R" letterColor="WHITE" letterBackgroundColor="GREEN" text="Reworked loading mechanism" margin="4"/>
43+
<m:MaterialChip letter="R" letterColor="WHITE" letterBackgroundColor="GREEN" text="Removed deprecated api's" margin="4"/>
44+
<m:MaterialChip letter="E" letterColor="WHITE" letterBackgroundColor="GREEN" text="Enhancements and Clean ups" margin="4"/>
45+
</m:MaterialPanel>
46+
</m:MaterialCardAction>
47+
</m:MaterialCard>
3248
<!-- 2.0-rc6 -->
3349
<m:MaterialCard grid="s12 l8" offset="l2" >
3450
<m:MaterialCardContent grid="s12 l3">

0 commit comments

Comments
 (0)