Skip to content

Commit 0cc605f

Browse files
committed
Merge branch 'master' of github.com:Semantic-Org/Semantic-UI-Docs into next
2 parents a40d550 + 8e84a3a commit 0cc605f

16 files changed

Lines changed: 135 additions & 33 deletions

File tree

docpad.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ docpadConfig = {
2929
# Here are some old site urls that you would like to redirect from
3030
oldUrls: [],
3131

32-
version: "2.2.6",
32+
version: "2.2.9",
3333

3434
branch: "master",
3535

server/documents/behaviors/form.html.eco

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ type : 'UI Behavior'
2828
<h4 class="ui header">Specifying Validation Rules</h4>
2929
<p>Form validation requires passing in a validation object with the rules required to validate your form.</p>
3030
<div class="ui ignored info message">
31-
A validation object includes a list of form elements, and rules to validate each field against. Fields are matched by either the <code>id</code>, <code>name</code>, or <code>data-validate</code> property matching the identifier specified in the settings object.
31+
A validation object includes a list of form elements, and rules to validate each field against. Fields are matched by either the <code>id</code>, <code>name</code>, or <code>data-validate</code> property matching the identifier specified in the settings object. Validation objects must use either shorthand or longhand exclusively.
3232
</div>
3333
<div class="ignore code" data-title="Shorthand Validation">
3434
$('.ui.form')

server/documents/elements/container.html.eco

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ themes : ['Default']
3232

3333
<h3 class="ui header">Container Sizes</h3>
3434

35-
<p>Containers are designed to responsively adjust their maximum width based on the size of the screen they are appearing.</p>
35+
<p>Containers are designed to responsively adjust their maximum width based on the size of the screen on which they are appearing.</p>
3636

3737
<table class="ui celled definition table">
3838
<thead>
@@ -462,4 +462,4 @@ themes : ['Default']
462462

463463

464464
<div class="main container"></div>
465-
</div>
465+
</div>

server/documents/elements/divider.html.eco

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ themes : ['default']
3737
<div class="ui info ignored message">
3838
A vertical divider will automatically swap to a horizontal divider at mobile resolutions when used inside a <a href="/collections/grid.html#stackable-grid"><code>stackable grid</code></a>
3939
</div>
40+
<div class="ui warning ignored message">
41+
There is a know bug of vertical dividers after a W3C update. Please read <a href="https://github.com/Semantic-Org/Semantic-UI/issues/4342" target="_blank" rel="nofollow">#4342</a> for more information
42+
</div>
4043
<div class="ui three column very relaxed grid">
4144
<div class="column">
4245
<img class="ui wireframe image" src="/images/wireframe/short-paragraph.png">
@@ -205,4 +208,4 @@ themes : ['default']
205208
</div>
206209
</div>
207210

208-
</div>
211+
</div>

server/documents/elements/icon.html.eco

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1300,7 +1300,6 @@ themes : ['Default']
13001300
<div class="column"><i class="pied piper alternate icon"></i>Pied Piper Alternate</div>
13011301
<div class="column"><i class="pied piper hat icon"></i>Pied Piper Hat</div>
13021302
<div class="column"><i class="pinterest icon"></i>Pinterest</div>
1303-
<div class="column"><i class="pinterest icon"></i>Pinterest</div>
13041303
<div class="column"><i class="pinterest square icon"></i>Pinterest Square</div>
13051304
<div class="column"><i class="pocket icon"></i>Pocket</div>
13061305
<div class="column"><i class="product hunt icon"></i>Product Hunt</div>

server/documents/index.html.eco

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ standalone : true
3131
<script type="text/javascript">
3232
window.twttr=(function(d,s,id){var t,js,fjs=d.getElementsByTagName(s)[0];if(d.getElementById(id)){return}js=d.createElement(s);js.id=id;js.src="https://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);return window.twttr||(t={_e:[],ready:function(f){t._e.push(f)}})}(document,"script","twitter-wjs"));
3333
</script>
34-
<iframe class="github" src="http://ghbtns.com/github-btn.html?user=semantic-org&amp;repo=semantic-ui&amp;type=watch&amp;count=true" allowtransparency="true" frameborder="0" scrolling="0" width="100" height="20"></iframe>
34+
<iframe class="github" src="//ghbtns.com/github-btn.html?user=semantic-org&amp;repo=semantic-ui&amp;type=watch&amp;count=true" allowtransparency="true" frameborder="0" scrolling="0" width="100" height="20"></iframe>
3535
<% end %>
3636
</div>
3737
<div class="ui language floating dropdown link item" id="languages">
@@ -69,14 +69,14 @@ 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">New in 2.2 - June 2016</a>
72+
<a href="/introduction/new.html" class="ui huge inverted basic button">New in 2.2</a>
7373
</div>
7474
<div class="inverted advertisement">
7575
<% unless 'development' in @getEnvironments(): %>
7676
<div id="carbonads-container">
7777
<div class="carbonad">
7878
<div id="azcarbon"></div>
79-
<script type="text/javascript">var z = document.createElement("script"); z.type = "text/javascript"; z.async = true; z.src = "http://engine.carbonads.com/z/51619/azcarbon_2_1_0_VERTDARK"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(z, s);</script>
79+
<script type="text/javascript">var z = document.createElement("script"); z.type = "text/javascript"; z.async = true; z.src = "//engine.carbonads.com/z/51619/azcarbon_2_1_0_VERTDARK"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(z, s);</script>
8080
</div>
8181
</div>
8282
<% end %>

server/documents/introduction/getting-started.html.eco

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -124,12 +124,6 @@ type : 'Main'
124124
<h4>Include in Your HTML</h4>
125125
<p>Running the gulp build tools will compile CSS and Javascript for use in your project. Just link to these files in your HTML along with the latest <a href="http://www.jquery.com" target="_blank">jQuery</a>.</p>
126126
<div class="ignored code" data-type="html" data-escape="true">
127-
<script
128-
src="https://code.jquery.com/jquery-3.1.1.min.js"
129-
integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8="
130-
crossorigin="anonymous"></script>
131-
132-
&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;semantic/dist/semantic.min.css&quot;&gt;
133127
&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;semantic/dist/semantic.min.css&quot;&gt;
134128
&lt;script
135129
src="https://code.jquery.com/jquery-3.1.1.min.js"

server/documents/modules/popup.html.eco

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,7 @@ themes : ['Default']
867867
<td>onUnplaceable</td>
868868
<td>$module</td>
869869
<td>$popup</td>
870-
<td>Callback after popup cannot be plaed on screen</td>
870+
<td>Callback after popup cannot be placed on screen</td>
871871
</tr>
872872
</tbody>
873873
</table>

server/documents/test.html.eco

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ type : 'Library'
142142
<div class="sub header">
143143
<% if 'developments' in @getEnvironments(): %>
144144
<% else: %>
145-
<iframe class="github" src="http://ghbtns.com/github-btn.html?user=semantic-org&amp;repo=semantic-ui&amp;type=watch&amp;count=true" allowtransparency="true" frameborder="0" scrolling="0" width="100" height="20"></iframe>
145+
<iframe class="github" src="//ghbtns.com/github-btn.html?user=semantic-org&amp;repo=semantic-ui&amp;type=watch&amp;count=true" allowtransparency="true" frameborder="0" scrolling="0" width="100" height="20"></iframe>
146146
<% end %>
147147
<%=@document.description %>
148148
</div>
@@ -431,4 +431,4 @@ type : 'Library'
431431
<%- @partial('less') %>
432432
</body>
433433

434-
</html>
434+
</html>

server/documents/usage/layout.html.eco

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ type : 'Usage'
4343
<div class="content">
4444
<div class="header">Grid</div>
4545
<div class="description">
46-
An introduction to using Semantic UI grids
46+
An introduction to using Semantic UI grids.
4747
</div>
4848
</div>
4949
</a>
@@ -54,7 +54,7 @@ type : 'Usage'
5454
<div class="content">
5555
<div class="header">Attached Content</div>
5656
<div class="description">
57-
Examples of content that can attach to other content
57+
Examples of content that can attach to other content.
5858
</div>
5959
</div>
6060
</a>
@@ -65,7 +65,7 @@ type : 'Usage'
6565
<div class="content">
6666
<div class="header">Bootstrap Migration</div>
6767
<div class="description">
68-
Examples of replacements for components found in Bootstrap
68+
Examples of replacements for components found in Bootstrap.
6969
</div>
7070
</div>
7171
</a>
@@ -81,7 +81,7 @@ type : 'Usage'
8181
<div class="content">
8282
<div class="header">Homepage</div>
8383
<div class="description">
84-
A simple, responsive homepage design with sidebar
84+
A simple, responsive homepage design with sidebar.
8585
</div>
8686
</div>
8787
</a>
@@ -92,7 +92,7 @@ type : 'Usage'
9292
<div class="content">
9393
<div class="header">Sticky Menus</div>
9494
<div class="description">
95-
Using visibility APIs to fix content after passing position in page
95+
Using visibility APIs to fix content after passing position in page.
9696
</div>
9797
</div>
9898
</a>
@@ -103,7 +103,7 @@ type : 'Usage'
103103
<div class="content">
104104
<div class="header">Fixed Menu</div>
105105
<div class="description">
106-
Using a fixed menu with page content
106+
Using a fixed menu with page content.
107107
</div>
108108
</div>
109109
</a>

0 commit comments

Comments
 (0)