@@ -372,21 +372,40 @@ <h2>Compare these to a non-framework implementation</h2>
372
372
< hr >
373
373
< div class ="row ">
374
374
< div class ="col-md-4 ">
375
- < h2 > New in 1.3 </ h2 >
375
+ < h2 > New in 1.4 </ h2 >
376
376
< ul class ="whats-new ">
377
- < li > We now have 64 applications.
378
- < label class ="link " for ="news-expander "> New since 1.3 ▼</ label >
379
- < input type ="checkbox " id ="news-expander ">
380
- < ul class ="collapsed " id ="new-apps ">
381
- < li > < a href ="examples/angular-dart/web/ "> AngularDart</ a > </ li >
382
- < li > < a href ="examples/atmajs/ "> Atma.js</ a > </ li >
383
- < li > < a href ="examples/exoskeleton/ "> Exoskeleton</ a > </ li >
384
- < li > < a href ="examples/componentjs/ "> ComponentJS</ a > </ li >
385
- < li > < a href ="examples/binding-scala/ "> Binding.scala</ a > </ li >
386
- </ ul >
377
+ < li > < h4 > New Additions ✨</ h4 >
378
+ < div >
379
+ < p > To stay representative of frameworks & language features used on the web, we added a few new example apps.</ p >
380
+ < label class ="link " for ="new-expander "> Examples ▼</ label >
381
+ < input type ="checkbox " id ="new-expander " class ="simple-dropdown ">
382
+ < ul class ="collapsed " id ="new-apps ">
383
+ < li > < a href ="examples/angular/dist/browser/ "> Angular 17</ a > </ li >
384
+ < li > < a href ="examples/lit/dist/ "> Lit</ a > </ li >
385
+ < li > < a href ="examples/preact/dist/ "> Preact</ a > </ li >
386
+ < li > < a href ="examples/react-redux/dist/ "> React Redux</ a > </ li >
387
+ < li > < a href ="examples/svelte/dist/ "> Svelte</ a > </ li >
388
+ < li > < a href ="examples/web-components/dist/ "> Web Components</ a > </ li >
389
+ </ ul >
390
+ </ div >
391
+ </ li >
392
+ < li > < h4 > Updated Versions 🧹</ h4 >
393
+ < div >
394
+ < p > Some updates to examples that were out-of-date, but still widely used on the web.</ p >
395
+ < label class ="link " for ="updated-expander "> Examples ▼</ label >
396
+ < input type ="checkbox " id ="updated-expander " class ="simple-dropdown ">
397
+ < ul class ="collapsed " id ="new-apps ">
398
+ < li > < a href ="examples/backbone/dist/ "> Backbone</ a > </ li >
399
+ < li > < a href ="examples/emberjs/ "> Ember</ a > </ li >
400
+ < li > < a href ="examples/jquery/dist/ "> jQuery</ a > </ li >
401
+ < li > < a href ="examples/react/dist/ "> React</ a > </ li >
402
+ < li > < a href ="examples/vue/dist/ "> Vue</ a > </ li >
403
+ < li > < a href ="examples/javascript-es5/ "> JavaScript ES5</ a > </ li >
404
+ < li > < a href ="examples/javascript-es6/ "> JavaScript ES6</ a > </ li >
405
+ </ ul >
406
+ </ div >
387
407
</ li >
388
- < li > Updates have been made to apps including Vanilla, Angular, React, Backbone, Ember, jQuery & many more.</ li >
389
- < li > The knockoutjs_classBindingProvider application has been removed.</ li >
408
+ < li > Misc. updates to the homepage.</ li >
390
409
</ ul >
391
410
</ div >
392
411
< div class ="col-md-4 ">
0 commit comments