labs-deprecation.blade.php 859 B

123456789101112131415161718192021
  1. @extends('site.help.partial.template', ['breadcrumb'=>'Labs Deprecation'])
  2. @section('section')
  3. <div class="title">
  4. <h3 class="font-weight-bold">Labs Deprecation</h3>
  5. </div>
  6. <hr>
  7. <p class="lead">We are deprecating Labs in a future version. No new experiments will be released. We will give 6 months notice before removing Labs.</p>
  8. <hr>
  9. <h4 class="font-weight-bold">When will labs be deprecated?</h4>
  10. <p>June 14 2021</p>
  11. <hr>
  12. <h4 class="font-weight-bold">What features will be deprecated?</h4>
  13. <p>All experiments except Dark Mode</p>
  14. <hr>
  15. <h4 class="font-weight-bold">Why is Labs being deprecated?</h4>
  16. <p>Labs was started in early 2019 to test experimental designs and features. Now the project is more mature, we are outgrowing some of these experiments.</p>
  17. <hr>
  18. <p class="small">Last Updated: Dec 14 2020</p>
  19. @endsection