]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Remove vernum
authorJeremy Thomas <bbxdesign@gmail.com>
Mon, 6 Nov 2017 13:44:58 +0000 (13:44 +0000)
committerJeremy Thomas <bbxdesign@gmail.com>
Mon, 6 Nov 2017 13:44:58 +0000 (13:44 +0000)
docs/_config.yml
docs/_includes/navbar.html
docs/_layouts/documentation.html
docs/documentation/components/nav.html
docs/documentation/form/input.html
docs/documentation/form/select.html
docs/documentation/form/textarea.html

index 612d4bd0951e80137f958b0e4ad298d721965407..4563032da30d2046d3a2e83cd842cebb8f04d774 100644 (file)
@@ -21,8 +21,7 @@ mdi:           https://cdn.materialdesignicons.com/2.0.46/css/materialdesignicon
 # Variables
 
 documentation: "/documentation/overview/start/"
-download:      https://github.com/jgthms/bulma/releases/download/0.6.0/bulma-0.6.0.zip
+download:      https://github.com/jgthms/bulma/releases/download/0.6.1/bulma-0.6.1.zip
 github:        https://github.com/jgthms/bulma
 twitter:       https://twitter.com/jgthms
-version:       0.6.0
-vernum:        60
+version:       0.6.1
index 4552dd4f73cd9f92f6cfedf59c55dd45383856b4..562634d23523848ab8171e8d457e8def4003c79a 100644 (file)
           <a class="navbar-item {% if page.doc-tab == 'elements' %}is-active{% endif %}" href="{{ site.url }}/documentation/elements/box/">
             Elements
           </a>
-          {% if site.vernum >= 43 %}
-            <a class="navbar-item {% if page.doc-tab == 'components' %}is-active{% endif %}" href="{{ site.url }}/documentation/components/breadcrumb/">
-              Components
-            </a>
-          {% else %}
-            <a class="navbar-item {% if page.doc-tab == 'components' %}is-active{% endif %}" href="{{ site.url }}/documentation/components/card/">
-              Components
-            </a>
-          {% endif %}
+          <a class="navbar-item {% if page.doc-tab == 'components' %}is-active{% endif %}" href="{{ site.url }}/documentation/components/breadcrumb/">
+            Components
+          </a>
           <hr class="navbar-divider">
           <div class="navbar-item">
             <div>
index cf4b6f31e83535e0bdde3cf06798500055571963..28fc1b41569319682c79f583bf1697a7d4ffc666 100644 (file)
@@ -47,11 +47,7 @@ route: documentation
             <a href="{{ site.url }}/documentation/elements/box/">Elements</a>
           </li>
           <li {% if page.doc-tab == 'components' %}class="is-active"{% endif %}>
-            {% if site.vernum >= 43 %}
-              <a href="{{ site.url }}/documentation/components/breadcrumb/">Components</a>
-            {% else %}
-              <a href="{{ site.url }}/documentation/components/card/">Components</a>
-            {% endif %}
+            <a href="{{ site.url }}/documentation/components/breadcrumb/">Components</a>
           </li>
         </ul>
       </div>
index 00a3f3bbd0e88e7b49a986595bc268a99c553700..418d55c66c00376c78fc61c8257ee0695fc51c90 100644 (file)
@@ -9,19 +9,17 @@ doc-subtab: nav
 <section class="section">
   <div class="container">
 
-    {% if site.vernum >= 43 %}
-      <div class="message is-danger">
-        <div class="message-body">
-          <p>This component has been <strong>deprecated</strong> and will be deleted soon.</p>
-        </div>
+    <div class="message is-danger">
+      <div class="message-body">
+        <p>This component has been <strong>deprecated</strong>.</p>
       </div>
+    </div>
 
-      <div class="message is-info">
-        <div class="message-body">
-          <p>While both <code>.nav</code> and <code>.navbar</code> currently co-exist to ensure backwards compatibility, the <code>.nav</code> will probably be deleted in an upcoming update, so you should start using <a href="{{ site.url }}/documentation/components/navbar/">the new navbar</a> instead.</p>
-        </div>
+    <div class="message is-info">
+      <div class="message-body">
+        <p>While both <code>.nav</code> and <code>.navbar</code> currently co-exist to ensure backwards compatibility, the <code>.nav</code> will probably be deleted in an upcoming update, so you should start using <a href="{{ site.url }}/documentation/components/navbar/">the new navbar</a> instead.</p>
       </div>
-    {% endif %}
+    </div>
 
     <h1 class="title">Nav</h1>
     <h2 class="subtitle">
index 231512fd3f28682a778144fa742c64c9193d3623..15d560526a7eef2048debc623dd1b4350434b1b8 100644 (file)
@@ -341,21 +341,19 @@ variables_keys:
       </div>
     </div>
 
-    {% if site.vernum >= 43 %}
-      <div class="columns">
-        <div class="column is-half">
-          <div class="content">
-            <p>
-              You can resize the loading spinner by appending <code>is-small</code>, <code>is-medium</code> or <code>is-large</code> to the <code>control</code> container.
-            </p>
-          </div>
-          {{loading_sizes_example}}
-        </div>
-        <div class="column is-half">
-          {% highlight html %}{{loading_sizes_example}}{% endhighlight %}
+    <div class="columns">
+      <div class="column is-half">
+        <div class="content">
+          <p>
+            You can resize the loading spinner by appending <code>is-small</code>, <code>is-medium</code> or <code>is-large</code> to the <code>control</code> container.
+          </p>
         </div>
+        {{loading_sizes_example}}
+      </div>
+      <div class="column is-half">
+        {% highlight html %}{{loading_sizes_example}}{% endhighlight %}
       </div>
-    {% endif %}
+    </div>
 
     <h4 class="subtitle">Disabled</h4>
     <div class="columns">
index 77762c4037002c95bd332c7c7567f6b64e65083b..cf26ebb8d36130ac3982764c6ca6888430f6fca5 100644 (file)
@@ -296,25 +296,23 @@ doc-subtab: select
       </div>
     </div>
 
-    {% if site.vernum >= 44 %}
-      <hr>
-
-      <h3 class="title">Multiple select</h3>
-
-      <div class="columns">
-        <div class="column is-half">
-          <div class="content">
-            <p>
-              You can style a <strong>multiple select</strong> dropdown, by using the <code>is-multiple</code> modifier, and by using the <code>multiple</code> HTML attribute.
-            </p>
-          </div>
-          {{select_multiple_example}}
-        </div>
-        <div class="column is-half highlight-full">
-          {% highlight html %}{{select_multiple_example}}{% endhighlight %}
+    <hr>
+
+    <h3 class="title">Multiple select</h3>
+
+    <div class="columns">
+      <div class="column is-half">
+        <div class="content">
+          <p>
+            You can style a <strong>multiple select</strong> dropdown, by using the <code>is-multiple</code> modifier, and by using the <code>multiple</code> HTML attribute.
+          </p>
         </div>
+        {{select_multiple_example}}
       </div>
-    {% endif %}
+      <div class="column is-half highlight-full">
+        {% highlight html %}{{select_multiple_example}}{% endhighlight %}
+      </div>
+    </div>
 
     {% include anchor.html name="Colors" %}
 
index e12f0d140dc539b6ff6fe6810bb7d5dfce74a971..3f47239f31f4f59b4365011a8eb5b20bbcfc120f 100644 (file)
@@ -176,21 +176,19 @@ doc-subtab: textarea
 
     {% include snippet.html content=loading_example %}
 
-    {% if site.vernum >= 43 %}
-      <div class="columns">
-        <div class="column is-half">
-          <div class="content">
-            <p>
-              You can resize the loading spinner by appending <code>is-small</code>, <code>is-medium</code> or <code>is-large</code> to the <code>control</code> container.
-            </p>
-          </div>
-          {{loading_sizes_example}}
-        </div>
-        <div class="column is-half highlight-full">
-          {% highlight html %}{{loading_sizes_example}}{% endhighlight %}
+    <div class="columns">
+      <div class="column is-half">
+        <div class="content">
+          <p>
+            You can resize the loading spinner by appending <code>is-small</code>, <code>is-medium</code> or <code>is-large</code> to the <code>control</code> container.
+          </p>
         </div>
+        {{loading_sizes_example}}
+      </div>
+      <div class="column is-half highlight-full">
+        {% highlight html %}{{loading_sizes_example}}{% endhighlight %}
       </div>
-    {% endif %}
+    </div>
 
     <h4 class="subtitle">Disabled</h4>