-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog.html
922 lines (748 loc) · 38.3 KB
/
changelog.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
<!doctype html>
<!--[if IE 8]><html class="no-js lt-ie9" lang="en"><![endif]-->
<!--[if gt IE 8]><!--><html class="no-js" lang="en"><!--<![endif]-->
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- For third-generation iPad with high-resolution Retina display: -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="img/favicons/apple-touch-icon-144x144-precomposed.png">
<!-- For iPhone with high-resolution Retina display: -->
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="img/favicons/apple-touch-icon-114x114-precomposed.png">
<!-- For first- and second-generation iPad: -->
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="img/favicons/apple-touch-icon-72x72-precomposed.png">
<!-- For non-Retina iPhone, iPod Touch, and Android 2.1+ devices: -->
<link rel="apple-touch-icon-precomposed" href="img/favicons/apple-touch-icon-precomposed.png">
<link rel="icon" href="img/favicons/favicon.ico" type="image/x-icon">
<title>Foundation Docs: Changelog</title>
<link rel="stylesheet" href="/assets/normalize.css" />
<link rel="stylesheet" href="/assets/docs.css" />
<script src="/assets/vendor/custom.modernizr.js"></script>
</head>
<body class="antialiased off-canvas hide-extras">
<nav class="top-bar hide-for-small">
<ul class="title-area">
<!-- Title Area -->
<li class="name">
<h1><a href="/">Foundation</a></h1>
</li>
<!-- Remove the class "menu-icon" to get rid of menu icon. Take out "Menu" to just have icon alone -->
<li class="toggle-topbar menu-icon"><a href="#"><span>Menu</span></a></li>
</ul>
<section class="top-bar-section">
<!-- Right Nav Section -->
<ul class="right">
<li class="divider"></li>
<li><a href="/grid.php">Features</a></li>
<li class="divider"></li>
<li><a href="/templates.php">Add-ons</a></li>
<li class="divider"></li>
<li><a href="/case-jacquelinewest.php">Case Studies</a></li>
<li class="divider"></li>
<li><a href="/docs/">Docs</a></li>
<li class="divider"></li>
<li><a href="/training.php">Training</a></li>
<li class="divider"></li>
<li class="has-form">
<a href="http://foundation.zurb.com/docs" class="button">Getting Started</a>
</li>
</ul>
</section>
</nav>
<section class="main">
<header class="show-for-small">
<a class='sidebar-button show-for-small' id="sidebarButton" href="#sidebar" ><img src="/assets/offcanvas/menu-wht.png" alt="ZURB Menu"><h4>Foundation</h4></a>
</header>
<div class="row">
<div class="large-12 columns">
<h1 class="docs header"><a href="http://foundation.zurb.com/docs/">Foundation 4 Documentation</a></h1>
<h6 class="docs subheader"><a href="http://foundation.zurb.com/old-docs/f3">Want F3 Docs?</a></h6>
<hr>
</div>
</div>
<div class="row">
<div class="large-3 columns">
<div class="docs section-container accordion" data-section="accordion" data-options="one_up: false">
<section class="section ">
<p class="title"><a href="#">Using Foundation</a></p>
<div class="content">
<ul class="side-nav">
<li><a class="" href="index.html">Get Started</a></li>
<li><a class="" href="javascript.html">Javascript</a></li>
<li><a class="" href="sass.html">Sass</a></li>
<li><a class="" href="rails.html">Rails</a></li>
<li><a class="" href="media-queries.html">Media Queries</a></li>
<li><a href="components/visibility.html">Visibility Classes</a></li>
<li><a class="" href="rtl.html">Right-to-Left Support</a></li>
</ul>
</div>
</section>
<section class="section">
<p class="title"><a href="#">Grid</a></p>
<div class="content">
<ul class="side-nav">
<li><a href="components/grid.html">Grid</a></li>
<li><a href="components/block-grid.html">Block Grid</a></li>
</ul>
</div>
</section>
<section class="section">
<p class="title"><a href="#">Navigation</a></p>
<div class="content">
<ul class="side-nav">
<li><a href="components/pagination.html">Pagination</a></li>
<li><a href="components/side-nav.html">Side Nav</a></li>
<li><a href="components/sub-nav.html">Sub Nav</a></li>
<li><a href="components/top-bar.html">Top Bar</a></li>
<li><a href="components/breadcrumbs.html">Breadcrumbs</a></li>
</ul>
</div>
</section>
<section class="section">
<p class="title"><a href="#">Buttons</a></p>
<div class="content">
<ul class="side-nav">
<li><a href="components/buttons.html">Buttons</a></li>
<li><a href="components/button-groups.html">Button Groups</a></li>
<li><a href="components/dropdown-buttons.html">Dropdown Buttons</a></li>
<li><a href="components/split-buttons.html">Split Buttons</a></li>
</ul>
</div>
</section>
<section class="section">
<p class="title"><a href="#">Forms</a></p>
<div class="content">
<ul class="side-nav">
<li><a href="components/forms.html">Forms</a></li>
<li><a href="components/custom-forms.html">Custom Forms</a></li>
<li><a href="components/switch.html">Switch</a></li>
</ul>
</div>
</section>
<section class="section">
<p class="title"><a href="#">Typography</a></p>
<div class="content">
<ul class="side-nav">
<li><a href="components/type.html">Type</a></li>
<li><a href="components/inline-lists.html">Inline Lists</a></li>
<li><a href="components/labels.html">Labels</a></li>
<li><a href="components/keystrokes.html">Keystrokes</a></li>
</ul>
</div>
</section>
<section class="section">
<p class="title"><a href="#">CSS Components</a></p>
<div class="content">
<ul class="side-nav">
<li><a href="components/global.html">Global Styles</a></li>
<li><a href="components/alert-boxes.html">Alert Boxes</a></li>
<li><a href="components/panels.html">Panels</a></li>
<li><a href="components/pricing-tables.html">Pricing Tables</a></li>
<li><a href="components/progress-bars.html">Progress Bars</a></li>
<li><a href="components/tables.html">Tables</a></li>
<li><a href="components/thumbnails.html">Thumbnails</a></li>
<li><a href="components/flex-video.html">Flex Video</a></li>
<li class="divider"></li>
<li><a target="_blank" style="font-style: italic" href="components/kitchen-sink.html">Kitchen Sink</a></li>
</ul>
</div>
</section>
<section class="section">
<p class="title"><a href="#">Javascript</a></p>
<div class="content">
<ul class="side-nav">
<li><a href="components/abide.html">Abide</a></li>
<li><a href="components/clearing.html">Clearing</a></li>
<li><a href="components/dropdown.html">Dropdown</a></li>
<li><a href="components/interchange.html">Interchange</a></li>
<li><a href="components/joyride.html">Joyride</a></li>
<li><a href="components/magellan.html">Magellan</a></li>
<li><a href="components/orbit.html">Orbit</a></li>
<li><a href="components/reveal.html">Reveal</a></li>
<li><a href="components/section.html">Section</a></li>
<li><a href="components/tooltips.html">Tooltips</a></li>
</ul>
</div>
</section>
<section class="section ">
<p class="title"><a href="faq.html">FAQ</a></p>
</section>
<section class="section ">
<p class="title"><a href="support.html">Support</a></p>
</section>
</div>
<p><a href="http://foundation.zurb.com/download.php" class="button expand" style="margin-bottom: 0;">Download Foundation 4</a></p>
<div class="jobs hide-for-small">
<h5>Awesome product jobs:</h5>
<div id="zurbJobsWidget"></div>
<a id="via" href="http://zurbjobs.com">via <span class="jobs-link">ZURBjobs</span></a>
</div>
</div>
<div id="changelog" class="large-9 columns">
<h2>Changelog</h2>
<h4 class="subheader">We'll keep you up to date with what we've released so you at least have a gist of what goes into each update. For the most part, we'll try to list things out as detailed as we see necessary.</h4>
<h3>4.3.2- September 23, 2013</h3>
<ul>
<li>Documentation updates</li>
<li>When changing slides in Orbit all <code>data-orbit-link</code> will now get an active class</li>
<li>Adds new <code>em-calc</code> function, old <code>emCalc</code> will automatically reference newly named function</li>
<li>Lots of other bug fixes</li>
</ul>
<p>You can compare the commits <a href="https://github.com/zurb/foundation/compare/v4.3.1...v4.3.2">here</a>.</p>
<h3>4.3.1- July 23, 2013</h3>
<ul>
<li>Fixes RTL animation issues in Orbit</li>
<li>Addresses error class conflicts between Abide and general form styles</li>
<li>Bug fixes</li>
</ul>
<p>You can compare the commits <a href="https://github.com/zurb/foundation/compare/v4.3.0...v4.3.1">here</a>.</p>
<h3>4.3- July 18, 2013</h3>
<ul>
<li>Added <a href="http://foundation.zurb.com/docs/components/abide.html">Abide</a>, our new form validation plugin that works with simple data-attributes.</li>
<li>Rewrote Orbit to include previous options and animations. We also made it possible to have variable height slides and separate animations.</li>
<li>Top Bar JS updates to fix a scrollTop bug</li>
<li>Fixed a positioning bug in custom forms when using the collapsed option</li>
<li>Added custom section to custom forms</li>
<li>Updated Interchange to support absolute URLs</li>
<li>Updated the emCalc to be used unitlessly and with multiple values</li>
<li>Created an early "opt-in" grid that we've built for Foundation 5. This includes 2 breakpoints and three grids (small, medium, large). Use this to start planning ahead to Foundation 5.</li>
<li>Fixed a bug with Section deep linking in nested content</li>
<li>Top Bar toggle bug fixes</li>
<li>Fixed bugs with dropdown positioning and closing</li>
<li>Updated visual style of bullets for Orbit</li>
<li>General bug fixes, improvements and refinements.</li>
</ul>
<p>You can compare the commits <a href="https://github.com/zurb/foundation/compare/v4.2.3...v4.3.0">here</a>.</p>
<h3>4.2.3- June 26, 2013</h3>
<ul>
<li>Made it to where custom switches work inside custom forms.</li>
<li>Small update to breadcrumb styling so that defaults don't get overridden.</li>
<li>Fixed bugs with height of Top Bar.</li>
<li>Added Middleman template to README</li>
<li>Fixed a wrong selector in forms.js</li>
<li>Bug fixes</li>
</ul>
<p>You can compare the commits <a href="https://github.com/zurb/foundation/compare/v4.2.2...v4.2.3">here</a>.</p>
<h3>4.2.2- June 11, 2013</h3>
<ul>
<li>Added touch events to zepto core.</li>
<li>Fixed a topbar scroll issue.</li>
<li>Fixed a reveal scroll issue.</li>
<li>Bumped jQuery to 1.10.1</li>
<li>Added PHP template.</li>
<li>Removed default webkit appearance on buttons.</li>
<li>Updated placeholder.js to actually initiate properly, this should work just fine now.</li>
<li>Added a "fixed" class to magellan for alternate styling.</li>
<li>Fixed path to variables file for Compass upgrade path.</li>
<li>Other small bug fixes.</li>
</ul>
<p>You can compare the commits <a href="https://github.com/zurb/foundation/compare/v4.2.1...v4.2.2">here</a>.</p>
<h3>4.2.1- May 31, 2013</h3>
<ul>
<li>Add missing <code>$experimental</code> Sass variable.</li>
<li>Bug fixes for top bar in mobile view.</li>
<li>Retina is now a default named media query for Interchange.</li>
<li>Removes incompatible Zepto function used in custom forms.</li>
</ul>
<p>You can compare the commits <a href="https://github.com/zurb/foundation/compare/v4.2.0...v4.2.1">here</a>.</p>
<h3>4.2- May 30, 2013</h3>
<ul>
<li>Added new Interchange Plugin for handling responsive images.</li>
<li>Made a variable for the "sticky" class on the top-bar.</li>
<li>Changed media query variables to pixels for better consistency between font sizes.</li>
<li>Fixed deep linking for foundation.section.js.</li>
<li>Added data-options support to top-bar, you can now include "is_hover: false" to make it clickable.</li>
<li>Each dropdown section of the top-bar for mobile now takes on its natural height rather than looking for the tallest and setting them all to that.</li>
<li>Added data-options support for tool-tips.</li>
<li>Added .large-uncentered for when you only want centered on small screens.</li>
<li>Made block-grid spacing more like the normal grid.</li>
<li>Fixed confusing comments in visibility classes SCSS file.</li>
<li>Added AJAX support to Reveal.</li>
<li>Added cursor variables.</li>
<li>Fixed various typos in the documentation.</li>
<li>Updated CONTRIBUTOR.md to include how to run the docs locally.</li>
<li>Added Codekit instructions to documentation.</li>
<li>Changed to a better method test for Zepto.</li>
<li>Added hover support for dropdowns data-options by including "is_hover: true" to the options.</li>
<li>Added the ability to use deep-linking inside nested Sections.</li>
<li>Added the ability to use HTML in the data-caption for Clearing.</li>
<li>Fixes problem with embedded Youtube videos inside of Reveal.</li>
<li>Orbit now has pause/resume on hover/mousout capability.</li>
<li>Fixed Section vertical tabs on mobile.</li>
<li>Lots of small bug fixes and improvements for many of the JS components.</li>
</ul>
<p>You can compare the commits <a href="https://github.com/zurb/foundation/compare/v4.1.6...v4.2.0">here</a>.</p>
<h3>4.1.6- May 6, 2013</h3>
<ul>
<li>Improved performance for custom select boxes.</li>
<li>Bug fix for switches contained within custom forms.</li>
<li>Bug fix for directly clicking on checkbox to toggle it</li>
<li>Sections are now semantic.</li>
</ul>
<p>You can compare the commits <a href="https://github.com/zurb/foundation/compare/v4.1.5...v4.1.6">here</a>.</p>
<h3>4.1.5- April 26, 2013</h3>
<ul>
<li>Add support for <code>indexOf</code> in legacy browsers</li>
</ul>
<p>You can compare the commits <a href="https://github.com/zurb/foundation/compare/v4.1.4...v4.1.5">here</a>.</p>
<h3>4.1.4- April 26, 2013</h3>
<ul>
<li>Fixes invalid Rails generator path</li>
</ul>
<h3>4.1.3- April 25, 2013</h3>
<ul>
<li>Added _variables.scss, which holds default variables and creates the settings file for the gem</li>
<li>Rearranged a few mixins in order to remove the confusing _foundation-globals.scss file
<ul>
<li>If you are getting errors after upgrade, just remove any reference to this file...</li>
</ul></li>
<li>Added reference to $base-line-height variables for those using Compass vertical rhythm</li>
<li>Fixed issue with invalid css coming through into buttons</li>
<li>Various bug fixes</li>
<li>Adds support for infinite section nesting</li>
<li>Updated top bar styles</li>
<li>Support for data-options in Reveal</li>
</ul>
<p>You can compare the commits <a href="https://github.com/zurb/foundation/compare/v4.1.2...v4.1.3">here</a>.</p>
<h3>4.1.2- April 10, 2013</h3>
<ul>
<li>Added Joyride expose functionality</li>
<li>General bug fixes for regressions that came up with RTL release</li>
<li>Section is now fully semantic</li>
<li>Clicking on current thumbnail in Clearing now advances to next slide</li>
<li>data-options support added to Clearing</li>
<li>Addressed Foundation loader incompatiblities with non-jQuery and non-Zepto JS libraries</li>
<li>Fixed Rails generator bug when using CoffeeScript files</li>
<li>Added <code>reflow</code> to Section js plugin to support dynamic content</li>
</ul>
<p>You can compare the commits <a href="https://github.com/zurb/foundation/compare/v4.1.1...v4.1.2">here</a>.</p>
<h3>4.1.1- April 2, 2013</h3>
<ul>
<li>Changed all references to the variable <code>$default-opposite</code> to <code>$opposite-direction</code></li>
<li>Added <code>dir</code> attribute to <code>html</code> tag</li>
<li>Added direction variables to <code>foundation.dropdown.js</code>, <code>foundation.clearing.js</code>, <code>foundation.joyride.js</code>, <code>foundation.orbit.js</code>, <code>foundation.section.js</code>, <code>foundation.topbar.js</code> and <code>foundation.tooltips.js</code>.</li>
<li>Updated customizer with text direction setting</li>
<li>Added right-to-left text direction documentation</li>
</ul>
<p>You can compare the commits <a href="https://github.com/zurb/foundation/compare/v4.0.9...v4.1.1">here</a>.</p>
<h3>4.0.9- March 19, 2013</h3>
<ul>
<li>Added <code>auto</code> option to `Foundation.section.js.</li>
<li>Fixes dropdown positioning for split buttons.</li>
</ul>
<p>You can compare the commits <a href="https://github.com/zurb/foundation/compare/v4.0.8...v4.0.9">here</a>.</p>
<h3>4.0.8- March 15, 2013</h3>
<ul>
<li>Added paragraph <code>text-rendering</code> variable: <code>$paragraph-text-rendering</code>.</li>
<li>Changed blockgrid to use clearfix instead of overflow.</li>
<li>Fixed nested row margin inside forms.</li>
<li>Fixed data_options function that caused booleans to be interpreted as numbers.</li>
<li>Tabs no longer automatically convert to accordion on desktop.</li>
<li>Sections with accordion class always remain accordions and sections with tab class always remain tabs.</li>
<li>Vertical and horizontal navigation elements still become accordions on mobile</li>
</ul>
<p>You can compare the commits <a href="https://github.com/zurb/foundation/compare/v4.0.7...v4.0.8">here</a>.</p>
<h3>4.0.7- March 14, 2013</h3>
<ul>
<li>Fixed problem with buggy pull request that made radius buttons look like ovals, sorry.</li>
</ul>
<p>You can compare the commits <a href="https://github.com/zurb/foundation/compare/v4.0.6...v4.0.7">here</a>.</p>
<hr>
<h3>4.0.6- March 14, 2013 (Yanked)</h3>
<ul>
<li>Added modular HTML class variables to control whether or no those classes come through into your CSS.</li>
<li>Changed global font size defaults to 100% to let browsers use their default zooming.</li>
<li>Fixed bugs with top-bar bottom margin variables.</li>
<li>Bug fixes for Reveal click event propigation.</li>
<li>Bug fixes in the Dropdown plugins for positioning.</li>
<li>Removed duplicate binding in sections.</li>
<li>Changes all references to <code>$button-radius</code> to <code>$global-radius</code> to fix customizer blank css files.</li>
<li>Updated customizer with better groupings in the checkbox section.</li>
<li>Added data-options support to Orbit.</li>
</ul>
<p>You can compare the commits <a href="https://github.com/zurb/foundation/compare/v4.0.5...v4.0.6">here</a>.</p>
<hr>
<h3>4.0.5- March 8, 2013</h3>
<ul>
<li>Custom classes added to custom forms now carry through to JS.</li>
<li>Added <code>.horizontal-nav</code> to <code>foundation.section.js</code>.</li>
<li>Fixed variables that weren't being inherited properly.</li>
<li>Fixed a joyride mobile background issue.</li>
<li>Updated Reveal docs to match 4.0.4 functionality.</li>
<li>Updated to Zepto 1.0.</li>
<li>Fixed bugs with visibility classes.</li>
<li>Updated block-grid nth-of-type clear fix so that it actually works.</li>
<li>All size block grids now have the same spacing.</li>
<li>Made images <code>display: inline-block</code> by default to remove gap and not screw up layouts.</li>
<li>Progress bars respect their color variables instead of global.</li>
<li>Added variable for progress bar background color.</li>
<li>Fixed inconsistency between side margins on unordered and ordered lists.</li>
<li>Made it so you can set <code>custom_back_text</code> variable in top-bar to control if the back link is generic or specific.</li>
<li>Updated visibility classes to work properly with table display properties.</li>
<li>Helper classes like <code>.right, .left</code> now have <code>!important</code> so they don't get overriden on accident.</li>
<li>Added a page to the docs that explains our use of <a href="http://foundation.zurb.com/docs/media-queries.html">media queries</a>.</li>
<li>Removed default outline on a:focus elements that normalize adds.</li>
<li>Fixed bug with custom checkboxes not clickable from the <code><span></code>.</li>
<li>Added docs about using Sass standalone with Foundation.</li>
</ul>
<p>You can compare the commits <a href="https://github.com/zurb/foundation/compare/v4.0.4...v4.0.5">here</a>.</p>
<hr>
<h3>4.0.4</h3>
<p>This patch fixes various bugs that have been submitted since release. We'll be more specific with changelog updates going forward.</p>
<hr>
<h3>4.0.3</h3>
<p>Bug fixes</p>
<hr>
<h3>4.0.2</h3>
<p>Bug fixes</p>
<hr>
<h3>4.0.1</h3>
<p>Bug fixes</p>
<hr>
<h3><strong>4.0</strong>- February 28, 2013</h3>
<p>Initial launch of Foundation 4, a rewritten, mobile-first implementation of the framework. Major enhancements include a mobile-first approach across the board, Scss tools to allow for all-semantic coding, and rewritten JS plugins for speed and ease of use. Marketing site updates, new docs, refined and simplified styles and more. Review the <a href="http://foundation.zurb.com/migration.php">migration guide</a> for more information.</p>
<hr>
<h3>3.2.5</h3>
<p>Bug fixes</p>
<hr>
<h3>3.2.4</h3>
<p>Bug fixes</p>
<hr>
<h3>3.2.3</h3>
<p>Bug fixes</p>
<hr>
<h3>3.2.2- November 10, 2012</h3>
<p>This patch fixes a typo found in the tabs plugin.</p>
<hr>
<h3>3.2.1- November 9, 2012</h3>
<p>This patch include bug fixes for various elements, such as:
* Adding a missing line for mqueries.scss into app.scss
* Height of fixed magellan element
* Update viewport tag with initial-scale
* Dropdown button fixes
* Clearing bug fixes
* Added a font-smoothing variable
* Added close support to accordions
* Removed deep linking hashes from tabs
* Topbar now resets on close for small layouts</p>
<hr>
<h3><strong>3.2</strong>- October 26, 2012</h3>
<p>With this update we've revamped our documentation to be more organized and explain details regarding Scss, Compass and Javascripts.</p>
<p>The updates to Foundation itself are as follows:
* Added <a href="http://foundation.zurb.com/docs/magellan.php">Magellan</a>, a plugin for building design agnostic sticky navs that know where you are on the page.
* Added <a href="http://foundation.zurb.com/docs/joyride.php">Joyride</a>, our plugin for creating tours of your website or app.
* Added <a href="http://foundation.zurb.com/docs/clearing.php">Clearing</a>, our new responsive image gallery lightbox plugin.
* Cleaned up Orbit a bit. We now use opacity on each slide so you don't have stacking problems or different image size problems. You can now optionally stack slides on mobile. Orbit can now be swipable on mobile as well.
* Updated Reveal
* Updated index files to use defined header and footer structure
* Cleaned up some Compass included
* RTL for ui and navbar.
* Tabs can now use unordered lists or definition lists, replacing the definition title with an li.section-title.
* Added definition list styles.
* Added mobile-#-up classes to use in conjunction with regular block-grid classes for a different mobile grid.
* Updated block grids to be really flexible and customizable based on a variable.
* Added better responsive styling for tooltips.
* Separated all media queries into their own file for easy droppping.
* Updated modular scale to use new functions, doesn't effect end-users.
* Updated visibility classes to use inherit instead of block to accomodate for spans.
* Removed HTML5 Shiv from header since its included in modernizr.
* Added <a href="http://foundation.zurb.com/docs/elements.php#pricing-tables">pricing tables</a> UI element
* Added many new Scss variables to control styling for things like: topbar, clearing, joyride, pricint tables, etc.
* Bug fixes for Topbar.
* Added 5 <a href="http://foundation.zurb.com/templates.php">HTML templates</a> to the add-ons section.</p>
<hr>
<h3>3.1.1- September 19, 2012</h3>
<p>Updating Top Bar navigation implementation pattern to wrap <code>.contain-to-grid</code> and/or <code>.fixed</code> around the <code>nav</code> element to prevent horizontal scroll bars when using <code>.contain-to-grid</code>. Updated the topBar breakpoint option so users only need to update the Scss variable.</p>
<hr>
<h3><strong>3.1</strong>- September 14, 2012</h3>
<p>Launched new features, a new Add-ons section to the marketing site, Right to left language support, and fixed bugs.</p>
<p>With this release of Foundation, we include:
* Downloadable HTML template pages that can be copy/pasted into an existing project or added to your project upon downloading from the customizer.
* The Add-on's section includes a round-up of all the playground pieces, etc that aren't officially included in Foundation, but built to work with it. This includes: <a href="http://foundation.zurb.com/templates.php">Templates</a>, <a href="http://foundation.zurb.com/icon-fonts.php">Icon Fonts</a>, <a href="http://foundation.zurb.com/off-canvas.php">Off-Canvas Layouts</a>, <a href="http://foundation.zurb.com/responsive-tables.php">Responsive Tables</a>, <a href="http://foundation.zurb.com/social-icons.php">SVG Social Icons</a>, and <a href="http://foundation.zurb.com/stencils.php">Omnigraffle Stencils</a>.
* Foundation now includes a <a href="http://foundation.zurb.com/navigation.php">responsive top navigation</a> bar that lets you have control over when it responds and what you include in it. We've made it really easy to customize using Scss.
* Right-to-left language support straight out of the box. You can adjust this in the settings.scss file or upon downloading with the customizer.
* New UI Styles for Progress Bars and Image Thumbs.
* Updated to include jQuery 1.8.1
* Orbit thumbnail documentation.
* Better Reveal size documentation.</p>
<hr>
<h3>3.0.9- August 14, 2012</h3>
<p>Bug fixes and locking down dependencies.</p>
<hr>
<h3>3.0.8- August 10, 2012</h3>
<p>Numerous bugfixes. Added media query toggle plugin. Removed marketing site from repository and included a new <code>test/</code> directory to help contributors test patches.</p>
<p>New features: Media Query Toggler, block-grid mobile layouts, font-size customizer options and included modular scale gem as dependancy for SCSS version.</p>
<hr>
<h3>3.0.7- July 30, 2012</h3>
<p>Numerous JS bug fixes, added generators for Rails and refactored SCSS directory for better maintainability and scalability over time. CSS files weren't affected by this refactoring.</p>
<hr>
<h3>3.0.6- July 20, 2012</h3>
<p>Numerous bugfixes including dropdown buttons on touch devices, Modernizr update with IE8Compat, split button colors, and more. Split out the functions in app.js to be part of the Gem and only initialized in app.js, so you can keep a clean distinction between your JS and Foundation's (if you want to). Added an <a href="http://foundation.zurb.com/elements.php">accordion</a> element.</p>
<hr>
<h3>3.0.5- July 10, 2012</h3>
<p>Fixed Compass performance issues by separating out each Foundation file and removing extraneous imports.</p>
<hr>
<h3>3.0.4- July 6, 2012</h3>
<p>Fixed a number of bugs around the Sass/Gem installs and documentation. Some smaller items:
* Fixed a bug with dropdown buttons to allow clicking on their anchors again.
* Added styles for HTML5 (and other) input styles, not just text.
* Added error states back to the forms documentation.
* Flyouts in a nav bar can now expand up as well as down.
* In SCSS you can now set $base-size correctly, but we're still working to correct modifying the $ratio variable.</p>
<hr>
<h3>3.0.1 to 3.0.3- July 2 to July 4, 2012</h3>
<p>Various bug fixes with the downloader, gem, and Sass install.</p>
<hr>
<h3><strong>3.0</strong>- June 30, 2012</h3>
<p>Initial launch of Foundation 3, deprecating Foundation 2.2.1. Major enhancements include Sass/SCSS development, new grid system with box-sizing: border-box, new form styles, new UI elements, retooled download and install options, new docs, new marketing site.</p>
<hr>
<div class="panel">
<h3>Where Does Foundation Work?</h3>
<h5 class="subheader">Foundation is the most advanced front-end framework in existence. We've ditched IE7 so that we can do more awesome things and push the web to where it needs to be.</h5>
<a class="button" href="support.html">Browser Support »</a> <a class="secondary button" href="faq.html">Frequently Asked Questions »</a>
</div>
</div>
</div>
<br>
<div class="zurb-footer-top bg-blue">
<div class="row property">
<div class="large-4 columns">
<div class="property-info">
<h3><a href="http://foundation.zurb.com/">Foundation</a></h3>
<p>Foundation is made by <a href="http://www.zurb.com/">ZURB</a>, a product design company in Campbell, California. We've put more than 15 years of experience building web products, services and websites into this framework.</p>
</div>
</div>
<div class="large-8 columns">
<div class="row collapse">
<div class="large-4 columns">
<div class="learn-links">
<h4 class="hide-for-small">Want More?</h4>
<ul>
<li><a href="http://zurb.com/expo/foundation-intro">Foundation Training</a></li>
<li><a href="http://zurb.com/expo/custom">Responsive</a></li>
<li><a href="http://zurb.com/services/our-work">Our Work</a></li>
<li><a href="http://zurb.com/apps">ZURB Apps</a></li>
</ul>
</div>
</div>
<div class="large-4 columns">
<div class="support-links">
<h4 class="hide-for-small">Talk to us</h4>
<p>Call us at <strong>(408) 341-0600</strong></p>
<p>Not a big talker? Email us at <a href="mailto:[email protected]">[email protected]</a></p>
</div>
</div>
<div class="large-4 columns">
<div class="connect-links">
<h4 class="hide-for-small">Stay in touch</h4>
<p>Keep up with the latest on Foundation. Find us on Github.</p>
<a href="https://github.com/zurb/foundation" target="_blank" class="small button">Stay Connected</a>
</div>
</div>
</div>
</div>
</div>
<div class="row global">
<div class="large-3 small-6 columns">
<a href="http://zurb.com/services" class="footer-link-block services">
<span class="title">Services</span>
<span>Helping more than 200 startups succeed since 1998.</span>
</a>
</div>
<div class="large-3 small-6 columns">
<a href="http://foundation.zurb.com/" class="footer-link-block foundation">
<span class="title">Foundation</span>
<span>The most advanced front-end framework in the world.</span>
</a>
</div>
<div class="large-3 small-6 columns">
<a href="http://zurb.com/apps" class="footer-link-block apps">
<span class="title">Products</span>
<span>Prototype, iterate and collect feedback on your products.</span>
</a>
</div>
<div class="large-3 small-6 columns">
<a href="http://zurb.com/expo" class="footer-link-block expo">
<span class="title">Expo</span>
<span>Ideas, thoughts and design resources shared with you.</span>
</a>
</div>
</div>
</div>
<div class="zurb-footer-bottom">
<div class="row">
<div class="large-4 push-8 columns">
<ul class="home-social">
<li><a href="http://www.twitter.com/ZURB" class="twitter"></a></li>
<li><a href="http://www.facebook.com/ZURB" class="facebook"></a></li>
<li><a href="http://zurb.com/contact" class="mail"></a></li>
</ul>
</div>
<div class="large-8 pull-4 columns">
<a href="http://www.zurb.com" class="zurb-logo regular"></a>
<ul class="zurb-links">
<li><a href="http://zurb.com/about">About</a></li>
<li><a href="http://zurb.com/blog">Blog</a></li>
<li><a href="http://zurb.com/news">News<span class="show-for-medium-up"> & Events</span></a></li>
<li><a href="http://zurb.com/contact">Contact</a></li>
<li><a href="http://zurb.com/sitemap">Sitemap</a></li>
</ul>
<p class="copyright">© 1998–2020 ZURB, Inc. All rights reserved.</p>
</div>
</div>
</div>
<div class="joyride-modal-bg"></div>
</section>
<aside id="sidebar" role="complementary">
<!-- For Future Use
<div id="passport">
<a id="user" href="#">
<h5>Firstname LastName</h5><br>
<p>sign out</p>
</a>
<a id="ava" href="#">
<div class="avatar"><img src="placehold.it/75x75"></div>
</a>
</div>
-->
<!-- This is the apps main navigation -->
<div class="main-menu">
<h6>Foundation</h6>
<nav id="sideMenu" role="navigation">
<ul id="sideMainNav" class="nav-bar">
<li class="show-for-small">
<a href="index.html">Home</a>
</li>
<li>
<a href="http://foundation.zurb.com/grid.php">Features</a>
</li>
<li>
<a href="http://foundation.zurb.com/templates.php">Add-ons</a>
</li>
<li>
<a href="http://foundation.zurb.com/case-jacquelinewest.php">Case Studies</a>
</li>
<li>
<a href="http://foundation.zurb.com/docs/">Docs</a>
</li>
<li>
<a href="http://foundation.zurb.com/training.php">Training</a>
</li>
</ul>
</nav>
</div>
<hr>
<!-- These links will vary depending on what app it is -->
<div class="more-goodness">
<h6>More ZURB Goodness</h6>
<nav role="navigation">
<ul id="secondarySideMainNav" class="nav-bar goodness">
<li><a href="http://zurb.com/expo/foundation-intro">Foundation Training</a></li>
<li><a href="http://zurb.com/services/our-work">Our Work</a></li>
<li><a href="http://zurb.com/apps">ZURB Apps</a></li>
</ul>
</nav>
</div>
<hr>
<!-- These links will be the same across all of our proprties & apps -->
<div class="zurb-links">
<ul class="top">
<li class="logo"><a href="http://zurb.com"><img src="/assets/offcanvas/zurb-logo.png" alt="ZURB"></a></li>
<li><a href="http://zurb.com/about">About</a></li>
<li><a href="http://zurb.com/blog">Blog</a></li>
<li><a href="http://zurb.com/contact">Contact</a></li>
</ul>
<ul class="pillars">
<li>
<a href="http://www.zurb.com/services" class="footer-link-block services">
<span class="title">Studios</span>
<span>Helping startups win since '98.</span>
</a>
</li>
<li>
<a href="http://foundation.zurb.com/" class="footer-link-block foundation">
<span class="title">Foundation</span>
<span>World's most advanced responsive framework.</span>
</a>
</li>
<li>
<a href="http://zurb.com/apps" class="footer-link-block apps">
<span class="title">ZURB Apps</span>
<span>Tools to rapidly prototype and iterate.</span>
</a>
</li>
<li>
<a href="http://zurb.com/expo" class="footer-link-block expo">
<span class="title">Expo</span>
<span>Online training for smarter product design.</span>
</a>
</li>
</ul>
</div>
</aside>
<!-- Reveal Modals begin -->
<div id="firstModal" class="reveal-modal">
<h2>This is a modal.</h2>
<p>Reveal makes these very easy to summon and dismiss. The close button is simply an anchor with a unicode character icon and a class of <code>close-reveal-modal</code>. Clicking anywhere outside the modal will also dismiss it.</p>
<p>Finally, if your modal summons another Reveal modal, the plugin will handle that for you gracefully.</p>
<p><a href="#" data-reveal-id="secondModal" class="secondary button">Second Modal...</a></p>
<a class="close-reveal-modal">×</a>
</div>
<div id="secondModal" class="reveal-modal">
<h2>This is a second modal.</h2>
<p>See? It just slides into place after the other first modal. Very handy when you need subsequent dialogs, or when a modal option impacts or requires another decision.</p>
<a class="close-reveal-modal">×</a>
</div>
<div id="videoModal" class="reveal-modal large">
<h2>This modal has video</h2>
<div class="flex-video">
<iframe width="800" height="315" src="http://www.youtube.com/embed/IkOQw96cfyE" frameborder="0" allowfullscreen></iframe>
</div>
<a class="close-reveal-modal">×</a>
</div>
<!-- Reveal Modals end -->
<script>
// Google Analytics
var _gaq = _gaq || [];
_gaq.push(
['_setAccount', 'UA-2195009-2'],
['_trackPageview'],
['b._setAccount', 'UA-2195009-27'],
['b._trackPageview']
);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
document.write('<script src="/assets/vendor/'
+ ('__proto__' in {} ? 'zepto' : 'jquery')
+ '.js"><\/script>');
</script>
<script src="/assets/docs.js"></script>
<script>
$(document)
.foundation();
$.ajax({
url: '//zurb.com/jobs/widgets/jobs.json?limit=3',
dataType: 'jsonp',
success: function(data) {
var list = $("<ul></ul>");
$.each(data.jobs, function(idx, job) {
var item = "<li><a href='"+job.url+"' target='_blank'>" +
"<span class='positionTitle'>"+job.title+"</span>" +
"<span class='location'><span class='companyName'>"+job.company_name+"</span> in "+job.location+"</span>" +
"</a>" +
"</li>";
list.append(item);
});
// Customize This
$("#zurbJobsWidget").html(list);
}
});
// For Kitchen Sink Page
$('#start-jr').on('click', function() {
$(document).foundation('joyride','start');
});
</script>
</body>
</html>