Skip to content

Commit

Permalink
Revisions to homepage for 1.3 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
addyosmani committed Sep 14, 2014
1 parent f99c32e commit 935aed0
Showing 1 changed file with 12 additions and 14 deletions.
26 changes: 12 additions & 14 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<img class="logo" src="site-assets/logo.svg" width="500" height="86" alt="TodoMVC">
<p>Helping you <strong>select</strong> an MV* framework</p>
<nav>
<a href="https://github.com/tastejs/todomvc/zipball/1.2.0" class="zocial red">Download (1.2)</a>
<a href="https://github.com/tastejs/todomvc/zipball/1.3.0" class="zocial red">Download (1.3)</a>
<a href="https://github.com/tastejs/todomvc" class="zocial ltgray">View on GitHub</a>
<a href="http://blog.tastejs.com/" class="zocial ltgray">Blog</a>
</nav>
Expand Down Expand Up @@ -289,24 +289,22 @@ <h2>Compare these to a non-framework implementation</h2>
<hr>
<div class="row">
<div class="col-md-4">
<h2>New in 1.2 - 2013-08-06</h2>
<h2>New in 1.3</h2>
<ul class="whats-new">
<li>We now have 21 stable apps and 45 in labs.
<label class="link" for="news-expander">New since 1.1</label>
<li>We now have 64 applications.
<label class="link" for="news-expander">New since 1.2</label>

This comment has been minimized.

Copy link
@arthurvr

arthurvr Mar 11, 2015

Member

@addyosmani Isn't this meant to be New since 1.3?

This comment has been minimized.

Copy link
@addyosmani

addyosmani via email Mar 11, 2015

Author Member

This comment has been minimized.

Copy link
@arthurvr

arthurvr Mar 11, 2015

Member

updating it :)

This comment has been minimized.

Copy link
@arthurvr

arthurvr Mar 11, 2015

Member

Fixed in 804c524.

<input type="checkbox" id="news-expander">
<ul class="collapsed" id="new-apps">
<li><a href="architecture-examples/polymer/">Polymer</a></li>
<li><a href="dependency-examples/flight/">Flight</a></li>
<li><a href="architecture-examples/react/">React</a></li>
<li><a href="vanilla-examples/vanillajs">VanillaJS Rewrite</a></li>
<li><a href="labs/architecture-examples/sapui5/">SAPUI5</a></li>
<li><a href="labs/architecture-examples/firebase-angular/">AngularJS + Firebase</a></li>
<li><a href="labs/architecture-examples/angular-dart/web/">AngularDart</a></li>
<li><a href="labs/dependency-examples/durandal/">Durandel</a></li>
<li><a href="labs/architecture-examples/atmajs/">Atma.js</a></li>
<li><a href="labs/architecture-examples/exoskeleton/">Exoskeleton</a></li>
<li><a href="labs/architecture-examples/componentjs/">ComponentJS</a></li>
<li><a href=""></a></li>
</ul>
</li>
<li>We have a brand-new Info Bar</li>
<li>All application now use Bower for dependency management</li>
<li>Various consistency fixes across all apps</li>
<li>Many app frameworks and libraries have been upgraded to the latest version</li>
<li>Updates have been made to apps including Vanilla, Angular, React, Backbone, Ember, jQuery &amp; many more.</li>
<li>The knockoutjs_classBindingProvider application has been removed.</li>
</ul>
</div>
<div class="col-md-4">
Expand Down

0 comments on commit 935aed0

Please sign in to comment.