Skip to content

Commit 935aed0

Browse files
committed
Revisions to homepage for 1.3 release.
1 parent f99c32e commit 935aed0

File tree

1 file changed

+12
-14
lines changed

1 file changed

+12
-14
lines changed

index.html

+12-14
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<img class="logo" src="site-assets/logo.svg" width="500" height="86" alt="TodoMVC">
3131
<p>Helping you <strong>select</strong> an MV* framework</p>
3232
<nav>
33-
<a href="https://github.com/tastejs/todomvc/zipball/1.2.0" class="zocial red">Download (1.2)</a>
33+
<a href="https://github.com/tastejs/todomvc/zipball/1.3.0" class="zocial red">Download (1.3)</a>
3434
<a href="https://github.com/tastejs/todomvc" class="zocial ltgray">View on GitHub</a>
3535
<a href="http://blog.tastejs.com/" class="zocial ltgray">Blog</a>
3636
</nav>
@@ -289,24 +289,22 @@ <h2>Compare these to a non-framework implementation</h2>
289289
<hr>
290290
<div class="row">
291291
<div class="col-md-4">
292-
<h2>New in 1.2 - 2013-08-06</h2>
292+
<h2>New in 1.3</h2>
293293
<ul class="whats-new">
294-
<li>We now have 21 stable apps and 45 in labs.
295-
<label class="link" for="news-expander">New since 1.1</label>
294+
<li>We now have 64 applications.
295+
<label class="link" for="news-expander">New since 1.2</label>
296296
<input type="checkbox" id="news-expander">
297297
<ul class="collapsed" id="new-apps">
298-
<li><a href="architecture-examples/polymer/">Polymer</a></li>
299-
<li><a href="dependency-examples/flight/">Flight</a></li>
300-
<li><a href="architecture-examples/react/">React</a></li>
301-
<li><a href="vanilla-examples/vanillajs">VanillaJS Rewrite</a></li>
302-
<li><a href="labs/architecture-examples/sapui5/">SAPUI5</a></li>
303-
<li><a href="labs/architecture-examples/firebase-angular/">AngularJS + Firebase</a></li>
298+
<li><a href="labs/architecture-examples/angular-dart/web/">AngularDart</a></li>
299+
<li><a href="labs/dependency-examples/durandal/">Durandel</a></li>
300+
<li><a href="labs/architecture-examples/atmajs/">Atma.js</a></li>
301+
<li><a href="labs/architecture-examples/exoskeleton/">Exoskeleton</a></li>
302+
<li><a href="labs/architecture-examples/componentjs/">ComponentJS</a></li>
303+
<li><a href=""></a></li>
304304
</ul>
305305
</li>
306-
<li>We have a brand-new Info Bar</li>
307-
<li>All application now use Bower for dependency management</li>
308-
<li>Various consistency fixes across all apps</li>
309-
<li>Many app frameworks and libraries have been upgraded to the latest version</li>
306+
<li>Updates have been made to apps including Vanilla, Angular, React, Backbone, Ember, jQuery &amp; many more.</li>
307+
<li>The knockoutjs_classBindingProvider application has been removed.</li>
310308
</ul>
311309
</div>
312310
<div class="col-md-4">

0 commit comments

Comments
 (0)