You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Grids now support <a href="/collections/grid.html#reversed">reversing their column flow</a> per-device. This can be useful when a column should appear on the opposite side of the screen on smaller screens.</p>
281
281
<p>Reversing grids are also designed to be compatible with column-order specific variations like divided or celled</p>
<p>In <code>2.1</code> and component that uses remote data and requires remote JSON, will let you specify a <code>fields</code> array to modify the expected property name, saving you the trouble of specifying an <a href="/behaviors/api.html#response-callbacks"><code>onResponse</code></a> callback to modify the data structure.</p>
<p>We've added new validation rules for payment. These work with luhn and <a href="http://stackoverflow.com/questions/7863058/does-the-luhn-algorithm-work-for-all-mainstream-credit-cards-discover-visa-m?answertab=votes#tab-top">non-luhn card numbers</a>. If you only accept a certain set of credit cards you can specify that too.</p>
@@ -517,31 +543,6 @@ type : 'Main'
517
543
;
518
544
</div>
519
545
</div>
520
-
<div class="mapping example">
521
-
<h4 class="ui header">User Specified JSON</h4>
522
-
<p>In <code>2.1</code> and component that uses remote data and requires remote JSON, will let you specify a <code>fields</code> array to modify the expected property name, saving you the trouble of specifying an <a href="/behaviors/api.html#response-callbacks"><code>onResponse</code></a> callback to modify the data structure.</p>
0 commit comments