2013-05-03 08:12:33 +08:00
|
|
|
|
---
|
|
|
|
|
layout: base
|
|
|
|
|
title: What's New
|
|
|
|
|
navbar_active: whats-new
|
2013-05-09 11:15:29 +08:00
|
|
|
|
relative_path: ../
|
2013-05-03 08:12:33 +08:00
|
|
|
|
---
|
2016-04-01 21:45:15 +08:00
|
|
|
|
{% capture jumbotron_h1 %}<i class="fa fa-lightbulb-o" aria-hidden="true"></i> What's New{% endcapture %}
|
2013-06-15 04:39:10 +08:00
|
|
|
|
{% capture jumbotron_p %}What's New in the latest version — Font Awesome {{ site.fontawesome.minor_version }}{% endcapture %}
|
2013-05-03 08:12:33 +08:00
|
|
|
|
|
|
|
|
|
{% include jumbotron.html %}
|
|
|
|
|
{% include stripe-social.html %}
|
|
|
|
|
|
|
|
|
|
<div class="container">
|
2014-05-15 04:02:36 +08:00
|
|
|
|
{% capture stripe_ad_content %}
|
|
|
|
|
<p class="lead">
|
|
|
|
|
Font Awesome is always getting a little awesome-er. So here's what's new in the latest version, Font Awesome
|
|
|
|
|
{{ site.fontawesome.minor_version }}. Have some ideas for new features?
|
|
|
|
|
<a href="{{ page.relative_path }}community/">Help contribute</a>.
|
|
|
|
|
</p>
|
|
|
|
|
{% endcapture %}
|
|
|
|
|
{% include stripe-ad.html %}
|
|
|
|
|
|
2016-04-12 01:39:25 +08:00
|
|
|
|
<div class="row feature-list">
|
|
|
|
|
<div class="col-md-4 col-sm-6">
|
|
|
|
|
<h4><i class="fa fa-universal-access" aria-hidden="true"></i> <a href="{{ page.relative_path }}accessibility">Accessibility Docs</a></h4>
|
|
|
|
|
Details on how to mark up your icons depending on how you’re using them.
|
|
|
|
|
Make your site icons usable by the most people, and start here.
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-md-4 col-sm-6">
|
|
|
|
|
<h4><i class="fa fa-code" aria-hidden="true"></i> Better Examples</h4>
|
|
|
|
|
Every FA icon example page now has a better, more accessibility-minded
|
|
|
|
|
default block of code that users can copy and paste.
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-md-4 col-sm-6">
|
|
|
|
|
<h4><i class="fa fa-wheelchair-alt" aria-hidden="true"></i> <a href="{{ page.relative_path }}icons/#accessibility">Accessibility Category</a></h4>
|
|
|
|
|
We've added a new icon category specifically for accessibility and seeded
|
|
|
|
|
it with 15 icons to start. Make sure to <a href="{{ page.relative_path }}community/#requesting-new-icons">request more</a> if you need them!
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
2013-05-03 08:12:33 +08:00
|
|
|
|
{% include icons/new.html %}
|
2014-05-15 04:02:36 +08:00
|
|
|
|
{% include new-upgrading.html %}
|
2013-05-03 08:12:33 +08:00
|
|
|
|
</div>
|