Skip to content
This repository has been archived by the owner on Feb 7, 2019. It is now read-only.

Commit

Permalink
Brick 0.11.0 has evolved into Brick 1.0.0rc1!!
Browse files Browse the repository at this point in the history
  • Loading branch information
potch committed Feb 14, 2014
1 parent 87dd2ba commit 050b5f3
Show file tree
Hide file tree
Showing 14 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.11.0
1.0.0rc1
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "brick",
"description": "UI Web Components for Mobile Web Apps",
"version": "0.11.0",
"version": "1.0.0rc1",
"keywords": [
"brick",
"custom",
Expand Down
2 changes: 1 addition & 1 deletion demos/x-tag-appbar/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<div class="navbar-header">
<a class="navbar-brand" href="../../index.html">
<img class="logo" src="../../site/img/logo.png">
Brick<small> 0.11.0</small>
Brick<small> 1.0.0rc1</small>
</a>
</div>
<ul class="navbar-nav nav">
Expand Down
2 changes: 1 addition & 1 deletion demos/x-tag-calendar/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<div class="navbar-header">
<a class="navbar-brand" href="../../index.html">
<img class="logo" src="../../site/img/logo.png">
Brick<small> 0.11.0</small>
Brick<small> 1.0.0rc1</small>
</a>
</div>
<ul class="navbar-nav nav">
Expand Down
2 changes: 1 addition & 1 deletion demos/x-tag-deck/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<div class="navbar-header">
<a class="navbar-brand" href="../../index.html">
<img class="logo" src="../../site/img/logo.png">
Brick<small> 0.11.0</small>
Brick<small> 1.0.0rc1</small>
</a>
</div>
<ul class="navbar-nav nav">
Expand Down
2 changes: 1 addition & 1 deletion demos/x-tag-flipbox/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<div class="navbar-header">
<a class="navbar-brand" href="../../index.html">
<img class="logo" src="../../site/img/logo.png">
Brick<small> 0.11.0</small>
Brick<small> 1.0.0rc1</small>
</a>
</div>
<ul class="navbar-nav nav">
Expand Down
2 changes: 1 addition & 1 deletion demos/x-tag-layout/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<div class="navbar-header">
<a class="navbar-brand" href="../../index.html">
<img class="logo" src="../../site/img/logo.png">
Brick<small> 0.11.0</small>
Brick<small> 1.0.0rc1</small>
</a>
</div>
<ul class="navbar-nav nav">
Expand Down
2 changes: 1 addition & 1 deletion demos/x-tag-slider/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<div class="navbar-header">
<a class="navbar-brand" href="../../index.html">
<img class="logo" src="../../site/img/logo.png">
Brick<small> 0.11.0</small>
Brick<small> 1.0.0rc1</small>
</a>
</div>
<ul class="navbar-nav nav">
Expand Down
2 changes: 1 addition & 1 deletion demos/x-tag-tabbar/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<div class="navbar-header">
<a class="navbar-brand" href="../../index.html">
<img class="logo" src="../../site/img/logo.png">
Brick<small> 0.11.0</small>
Brick<small> 1.0.0rc1</small>
</a>
</div>
<ul class="navbar-nav nav">
Expand Down
2 changes: 1 addition & 1 deletion demos/x-tag-toggle/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<div class="navbar-header">
<a class="navbar-brand" href="../../index.html">
<img class="logo" src="../../site/img/logo.png">
Brick<small> 0.11.0</small>
Brick<small> 1.0.0rc1</small>
</a>
</div>
<ul class="navbar-nav nav">
Expand Down
4 changes: 2 additions & 2 deletions docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<div class="navbar-header">
<a class="navbar-brand" href="index.html">
<img class="logo" src="site/img/logo.png">
Brick<small> 0.11.0</small>
Brick<small> 1.0.0rc1</small>
</a>
</div>
<ul class="navbar-nav nav">
Expand Down Expand Up @@ -82,7 +82,7 @@
<section id="usage">
<h1>Usage</h1>
<p>To include Brick in your project, include your downloaded stylesheet and script files in your project's page like normal:
<pre class="prettyprint">&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;brick-0.11.0.css&quot;/&gt;<br/>&lt;script type=&quot;text/javascript&quot; src=&quot;brick-0.11.0.js&quot;&gt;&lt;/script&gt;</pre>
<pre class="prettyprint">&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;brick-1.0.0rc1.css&quot;/&gt;<br/>&lt;script type=&quot;text/javascript&quot; src=&quot;brick-1.0.0rc1.js&quot;&gt;&lt;/script&gt;</pre>
</p>
<p>Using any of Brick's components is as simple as including the respective tag in your HTML markup. (See individual component docs for details.)</p>
<p><b>Important:</b> To run code relying on any of Brick's tags, make sure to wait until the x-tags library's <code class="prettyprint">"DOMComponentsLoaded"</code> event instead of just <code>window.onload</code>:</p>
Expand Down
12 changes: 6 additions & 6 deletions download.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<div class="navbar-header">
<a class="navbar-brand" href="index.html">
<img class="logo" src="site/img/logo.png">
Brick<small> 0.11.0</small>
Brick<small> 1.0.0rc1</small>
</a>
</div>
<ul class="navbar-nav nav">
Expand Down Expand Up @@ -58,9 +58,9 @@ <h1>Download</h1>
<section class="row">
<div class="col-md-4">
<h2>All Components</h2>
<a class="download" href="https://github.com/mozilla/brick/releases/download/0.11.0/brick-0.11.0.zip">
<a class="download" href="https://github.com/mozilla/brick/releases/download/1.0.0rc1/brick-1.0.0rc1.zip">
<h3>Download Brick</h3>
<small>version 0.11.0 &mdash; 182K</small>
<small>version 1.0.0rc1 &mdash; 182K</small>
</a>
</div>
<div class="col-md-8">
Expand Down Expand Up @@ -375,8 +375,8 @@ <h2>Build Your Own Bundle</h2>
function makeZip(js, css, extraFileInfo) {
var zip = new JSZip();

zip.file('brick-0.11.0.byob'+(minifed?'.min.':'.')+'js', js);
zip.file('brick-0.11.0.byob'+(minifed?'.min.':'.')+'css', css);
zip.file('brick-1.0.0rc1.byob'+(minifed?'.min.':'.')+'js', js);
zip.file('brick-1.0.0rc1.byob'+(minifed?'.min.':'.')+'css', css);

for(var i=0; i < extraFileInfo.length; i++){
var fileData = extraFileInfo[i];
Expand All @@ -390,7 +390,7 @@ <h2>Build Your Own Bundle</h2>

var blob = zip.generate({type:"blob"});
console.log(blob);
zipLink.setAttribute('download', 'brick-0.11.0-byob.zip');
zipLink.setAttribute('download', 'brick-1.0.0rc1-byob.zip');
zipLink.style.display = 'inline-block';
zipLink.setAttribute('href', window.URL.createObjectURL(blob));
}
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<div class="navbar-header">
<a class="navbar-brand" href="index.html">
<img class="logo" src="site/img/logo.png">
Brick<small> 0.11.0</small>
Brick<small> 1.0.0rc1</small>
</a>
</div>
<ul class="navbar-nav nav">
Expand Down Expand Up @@ -106,7 +106,7 @@ <h3>JavaScript</h3>
<h1>Start Stacking</h1>
<a class="download" href="download.html">
<h3>Download Brick</h3>
<small>version 0.11.0 &mdash; 182K</small>
<small>version 1.0.0rc1 &mdash; 182K</small>
</a>
</div>
<div class="col-sm-6">
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "brick",
"version": "0.11.0",
"version": "1.0.0rc1",
"description": "UI Web Components for Mobile Web Apps",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 050b5f3

Please sign in to comment.