-
Notifications
You must be signed in to change notification settings - Fork 13.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revisions to homepage for 1.3 release.
- Loading branch information
1 parent
f99c32e
commit 935aed0
Showing
1 changed file
with
12 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
@@ -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.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
addyosmani
via email
Author
Member
|
||
<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 & many more.</li> | ||
<li>The knockoutjs_classBindingProvider application has been removed.</li> | ||
</ul> | ||
</div> | ||
<div class="col-md-4"> | ||
|
@addyosmani Isn't this meant to be
New since 1.3
?