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

Commit

Permalink
Release 1.0.1beta; update site templates to use latest release version
Browse files Browse the repository at this point in the history
  • Loading branch information
ldoubleuz committed Aug 13, 2013
1 parent 444086f commit 6c57f7a
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 11 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
v1.0.1beta (Aug 13, 2013)

- Add cardadd/cardremove events to x-deck api
- Optimize x-deck's css to reduce duplication of transforms
- Fix x-layout CSS flexbox issue with content not shrinking in older browsers (like FF18)
- Sped up default flipbox animation
- Fix slidebox graphical bug caused by changing orientation while viewing a slide other than the first slide

v1.0beta (Aug 8, 2013)

- Initial release
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0beta
1.0.1beta
4 changes: 2 additions & 2 deletions docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<body>
<article>
<header class="site-header">
<h1 id="mark"><img class="logo" src="site/img/logo.svg">Brick<small> 1.0beta
<h1 id="mark"><img class="logo" src="site/img/logo.svg">Brick<small> 1.0.1beta
</small></h1>
<h2>UI Components for Modern Web Apps</h2>
<nav class="site-nav">
Expand All @@ -29,7 +29,7 @@ <h2>UI Components for Modern Web Apps</h2>
</header>

<h1>Documentation</h1>
<h2>Version 1.0beta
<h2>Version 1.0.1beta
</h2>
<nav>
<ul>
Expand Down
8 changes: 5 additions & 3 deletions download.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<body>
<article>
<header class="site-header">
<h1 id="mark"><img class="logo" src="site/img/logo.svg">Brick<small> 1.0beta
<h1 id="mark"><img class="logo" src="site/img/logo.svg">Brick<small> 1.0.1beta
</small></h1>
<h2>UI Components for Modern Web Apps</h2>
<nav class="site-nav">
Expand All @@ -30,9 +30,11 @@ <h2>UI Components for Modern Web Apps</h2>

<section>
<h1>All Components</h1>
<a class="download" href="https://github.com/mozilla/brick/releases/download/1.0beta/brick-1.0beta.zip">
<a class="download" href="https://github.com/mozilla/brick/releases/download/1.0.1beta
/brick-1.0.1beta
.zip">
<h3>Download Brick</h3>
<small>version 1.0beta
<small>version 1.0.1beta
&mdash; 129K</small>
</a>
</section>
Expand Down
8 changes: 5 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<body>
<article>
<header class="site-header">
<h1 id="mark"><img class="logo" src="site/img/logo.svg">Brick<small> 1.0beta
<h1 id="mark"><img class="logo" src="site/img/logo.svg">Brick<small> 1.0.1beta
</small></h1>
<h2>UI Components for Modern Web Apps</h2>
<nav class="site-nav">
Expand Down Expand Up @@ -69,9 +69,11 @@ <h3>JavaScript</h3>
<section>
<div class="two-up">
<h1>Start Stacking</h1>
<a class="download" href="https://github.com/mozilla/brick/releases/download/1.0beta/brick-1.0beta.zip">
<a class="download" href="https://github.com/mozilla/brick/releases/download/1.0.1beta
/brick-1.0.1beta
.zip">
<h3>Download Brick</h3>
<small>version 1.0beta
<small>version 1.0.1beta
&mdash; 129K</small>
</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion site/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{% block content %}
<section>
<h1>All Components</h1>
<a class="download" href="https://github.com/mozilla/brick/releases/download/1.0beta/brick-1.0beta.zip">
<a class="download" href="https://github.com/mozilla/brick/releases/download/{{ version }}/brick-{{ version }}.zip">
<h3>Download Brick</h3>
<small>version {{ version }} &mdash; {{ size }}</small>
</a>
Expand Down
2 changes: 1 addition & 1 deletion site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ <h3>JavaScript</h3>
<section>
<div class="two-up">
<h1>Start Stacking</h1>
<a class="download" href="https://github.com/mozilla/brick/releases/download/1.0beta/brick-1.0beta.zip">
<a class="download" href="https://github.com/mozilla/brick/releases/download/{{ version }}/brick-{{ version }}.zip">
<h3>Download Brick</h3>
<small>version {{ version }} &mdash; {{ size }}</small>
</a>
Expand Down

0 comments on commit 6c57f7a

Please sign in to comment.