Skip to content

Commit cb95851

Browse files
committed
Add 2.1 new features
1 parent 617970a commit cb95851

7 files changed

Lines changed: 1336 additions & 748 deletions

File tree

server/documents/collections/grid.html.eco

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1289,7 +1289,7 @@ themes : ['Default']
12891289
<h4 class="ui header">Reversed</h4>
12901290
<p>A grid or row can specify that its columns should reverse order at different device sizes</p>
12911291
<div class="ui ignored info message message">Reversed grids are compatible with <code>divided</code> grids and other complex grid types.</div>
1292-
<div class="ui computer equal width grid">
1292+
<div class="ui computer reversed equal width grid">
12931293
<div class="row">
12941294
<div class="column">
12951295
Computer A Fourth

server/documents/collections/table.html.eco

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ themes : ['Default', 'Basic', 'Classic', 'GitHub']
643643
<div class="ui ignored info message">
644644
Fixed <code>single line</code> tables will automatically ensure content that does not fit in a single line will receive "..." ellipsis
645645
</div>
646-
<table class="ui fixed single line table">
646+
<table class="ui fixed single line celled table">
647647
<thead>
648648
<th>Name</th>
649649
<th>Status</th>
@@ -653,17 +653,17 @@ themes : ['Default', 'Basic', 'Classic', 'GitHub']
653653
<tr>
654654
<td>John</td>
655655
<td>Approved</td>
656-
<td>John is an interesting boy but sometimes you don't really have enough room to describe everything you'd like</td>
656+
<td title="This is much too long to fit I'm sorry about that">This is much too long to fit I'm sorry about that</td>
657657
</tr>
658658
<tr>
659659
<td>Jamie</td>
660660
<td>Approved</td>
661-
<td>Jamie is a kind girl but sometimes you don't really have enough room to describe everything you'd like</td>
661+
<td>Shorter description</td>
662662
</tr>
663663
<tr>
664664
<td>Jill</td>
665665
<td>Denied</td>
666-
<td>Jill is an alright girl but sometimes you don't really have enough room to describe everything you'd like</td>
666+
<td>Shorter description</td>
667667
</tr>
668668
</tbody>
669669
</table>

server/documents/index.html.eco

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ standalone : true
6969
<a href="/introduction/getting-started.html" class="ui huge inverted download button">
7070
Get Started
7171
</a>
72-
<a href="/introduction/new.html" class="ui huge inverted basic button">What's New in 2.0</a>
72+
<a href="/introduction/new.html" class="ui huge inverted basic button">What's New in 2.1</a>
7373
</div>
7474
<div class="inverted advertisement">
7575
<% unless 'development' in @getEnvironments(): %>

0 commit comments

Comments
 (0)