|
30 | 30 | <img class="logo" src="site-assets/logo.svg" width="500" height="86" alt="TodoMVC">
|
31 | 31 | <p>Helping you <strong>select</strong> an MV* framework</p>
|
32 | 32 | <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> |
34 | 34 | <a href="https://github.com/tastejs/todomvc" class="zocial ltgray">View on GitHub</a>
|
35 | 35 | <a href="http://blog.tastejs.com/" class="zocial ltgray">Blog</a>
|
36 | 36 | </nav>
|
@@ -289,24 +289,22 @@ <h2>Compare these to a non-framework implementation</h2>
|
289 | 289 | <hr>
|
290 | 290 | <div class="row">
|
291 | 291 | <div class="col-md-4">
|
292 |
| - <h2>New in 1.2 - 2013-08-06</h2> |
| 292 | + <h2>New in 1.3</h2> |
293 | 293 | <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> |
296 | 296 | <input type="checkbox" id="news-expander">
|
297 | 297 | <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> |
304 | 304 | </ul>
|
305 | 305 | </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 & many more.</li> |
| 307 | + <li>The knockoutjs_classBindingProvider application has been removed.</li> |
310 | 308 | </ul>
|
311 | 309 | </div>
|
312 | 310 | <div class="col-md-4">
|
|
0 commit comments