Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.html « 12 « page - github.com/twbs/blog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1aaf391d43a4e4df204613bbbbea0336e92acee3 (plain)
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
<!doctype html>
<html lang="en" class="no-js">
  <head>
    <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://gmpg.org/xfn/11" rel="profile">
<link rel="canonical" href="https://blog.getbootstrap.com/">

<meta name="description" content="Official blog for the Bootstrap framework.">
<meta name="generator" content="Hugo 0.105.0">



<title>Bootstrap Blog · Official blog for the Bootstrap framework.</title>



<link href="/assets/css/style.css" rel="stylesheet">


<link rel="alternate" type="application/rss+xml" href="https://blog.getbootstrap.com/feed.xml" title="Bootstrap Blog">

<!-- Favicons -->
<link rel="apple-touch-icon" href="/assets/img/favicons/apple-touch-icon.png" sizes="180x180">
<link rel="icon" href="/assets/img/favicons/favicon-32x32.png" sizes="32x32" type="image/png">
<link rel="icon" href="/assets/img/favicons/favicon-16x16.png" sizes="16x16" type="image/png">
<link rel="manifest" href="/assets/img/favicons/manifest.json">
<link rel="mask-icon" href="/assets/img/favicons/safari-pinned-tab.svg" color="#712cf9">
<link rel="icon" href="/assets/img/favicons/favicon.ico">
<meta name="theme-color" content="#712cf9">

<meta name="author" content="Mark Otto">

<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:image" content="https://blog.getbootstrap.com/assets/img/bootstrap-social.png"/>

<meta name="twitter:title" content="Bootstrap Blog"/>
<meta name="twitter:description" content="Official blog for the Bootstrap framework."/>
<meta name="twitter:creator" content="@">

<!-- Facebook -->
<meta property="og:title" content="Bootstrap Blog" />
<meta property="og:description" content="Official blog for the Bootstrap framework." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://blog.getbootstrap.com/" /><meta property="og:image" content="https://blog.getbootstrap.com/assets/img/bootstrap-social.png"/>

<meta property="og:image:width" content="2000">
<meta property="og:image:height" content="1000">

<script defer src="https://cdn.usefathom.com/script.js" data-site="ITUSEYJG"></script>
<script>
  window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
  ga('create', 'UA-146052-12', 'getbootstrap.com');
  ga('set', 'anonymizeIp', true);
  ga('send', 'pageview');
</script>
<script async src="https://www.google-analytics.com/analytics.js"></script>

<script>
  (function(html) {
    html.className = html.className.replace(/\bno-js\b/, '');
  })(document.documentElement);
</script>


  </head>
  <body>
    <svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
  <symbol id="archive" viewBox="0 0 16 16">
    <path d="M0 2a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1v7.5a2.5 2.5 0 0 1-2.5 2.5h-9A2.5 2.5 0 0 1 1 12.5V5a1 1 0 0 1-1-1V2zm2 3v7.5A1.5 1.5 0 0 0 3.5 14h9a1.5 1.5 0 0 0 1.5-1.5V5H2zm13-3H1v2h14V2zM5 7.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5z"/>
  </symbol>
  <symbol id="file-earmark-richtext" viewBox="0 0 16 16">
    <path d="M14 4.5V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h5.5L14 4.5zm-3 0A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V4.5h-2z"/>
    <path d="M4.5 12.5A.5.5 0 0 1 5 12h3a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm0-2A.5.5 0 0 1 5 10h6a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm1.639-3.708 1.33.886 1.854-1.855a.25.25 0 0 1 .289-.047l1.888.974V8.5a.5.5 0 0 1-.5.5H5a.5.5 0 0 1-.5-.5V8s1.54-1.274 1.639-1.208zM6.25 6a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5z"/>
  </symbol>
  <symbol id="film" viewBox="0 0 16 16">
    <path d="M0 1a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V1zm4 0v6h8V1H4zm8 8H4v6h8V9zM1 1v2h2V1H1zm2 3H1v2h2V4zM1 7v2h2V7H1zm2 3H1v2h2v-2zm-2 3v2h2v-2H1zM15 1h-2v2h2V1zm-2 3v2h2V4h-2zm2 3h-2v2h2V7zm-2 3v2h2v-2h-2zm2 3h-2v2h2v-2z"/>
  </symbol>
  <symbol id="rss" viewBox="0 0 16 16">
    <path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/>
    <path d="M5.5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-3-8.5a1 1 0 0 1 1-1c5.523 0 10 4.477 10 10a1 1 0 1 1-2 0 8 8 0 0 0-8-8 1 1 0 0 1-1-1zm0 4a1 1 0 0 1 1-1 6 6 0 0 1 6 6 1 1 0 1 1-2 0 4 4 0 0 0-4-4 1 1 0 0 1-1-1z"/>
  </symbol>
  <symbol id="three-dots" viewBox="0 0 16 16">
    <path d="M3 9.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm5 0a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm5 0a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z"/>
  </symbol>
</svg>

    <header class="navbar navbar-expand-lg navbar-dark bd-navbar sticky-top">
  <nav class="container-xxl bd-gutter flex-wrap flex-lg-nowrap" aria-label="Main navigation">
    <div class="d-lg-none" style="width: 2.25rem;"></div>

    <a class="navbar-brand p-0 me-0 me-lg-2" href="/" aria-label="Bootstrap">
      <svg xmlns="http://www.w3.org/2000/svg" width="40" height="32" class="d-block my-1" viewBox="0 0 118 94" role="img"><path fill-rule="evenodd" clip-rule="evenodd" d="M24.509 0c-6.733 0-11.715 5.893-11.492 12.284.214 6.14-.064 14.092-2.066 20.577C8.943 39.365 5.547 43.485 0 44.014v5.972c5.547.529 8.943 4.649 10.951 11.153 2.002 6.485 2.28 14.437 2.066 20.577C12.794 88.106 17.776 94 24.51 94H93.5c6.733 0 11.714-5.893 11.491-12.284-.214-6.14.064-14.092 2.066-20.577 2.009-6.504 5.396-10.624 10.943-11.153v-5.972c-5.547-.529-8.934-4.649-10.943-11.153-2.002-6.484-2.28-14.437-2.066-20.577C105.214 5.894 100.233 0 93.5 0H24.508zM80 57.863C80 66.663 73.436 72 62.543 72H44a2 2 0 01-2-2V24a2 2 0 012-2h18.437c9.083 0 15.044 4.92 15.044 12.474 0 5.302-4.01 10.049-9.119 10.88v.277C75.317 46.394 80 51.21 80 57.863zM60.521 28.34H49.948v14.934h8.905c6.884 0 10.68-2.772 10.68-7.727 0-4.643-3.264-7.207-9.012-7.207zM49.948 49.2v16.458H60.91c7.167 0 10.964-2.876 10.964-8.281 0-5.406-3.903-8.178-11.425-8.178H49.948z" fill="currentColor"/></svg>
    </a>

    <button class="navbar-toggler d-flex d-lg-none order-3 p-2" type="button" data-bs-toggle="offcanvas" data-bs-target="#bdNavbar" aria-controls="bdNavbar" aria-expanded="false" aria-label="Toggle navigation">
      <svg class="bi" width="24" height="24" aria-hidden="true"><use xlink:href="#three-dots"></use></svg>
    </button>

    <div class="offcanvas-lg offcanvas-end flex-grow-1" id="bdNavbar" aria-labelledby="bdNavbarOffcanvasLabel">
      <div class="offcanvas-header px-4 pb-0">
        <h5 class="offcanvas-title text-white" id="bdNavbarOffcanvasLabel">Bootstrap</h5>
        <button type="button" class="btn-close btn-close-white" data-bs-dismiss="offcanvas" aria-label="Close" data-bs-target="#bdNavbar"></button>
      </div>

      <div class="offcanvas-body p-4 pt-0 p-lg-0">
        <hr class="d-lg-none text-white-50">
        <ul class="navbar-nav flex-row flex-wrap bd-navbar-nav">
          <li class="nav-item col-6 col-lg-auto">
            <a class="nav-link py-2 px-0 px-lg-2" href="https://getbootstrap.com/docs/5.2/getting-started/introduction/" onclick="ga('send', 'event', 'Navbar', 'Community links', 'Docs');">Docs</a>
          </li>
          <li class="nav-item col-6 col-lg-auto">
            <a class="nav-link py-2 px-0 px-lg-2" href="https://getbootstrap.com/docs/5.2/examples/" onclick="ga('send', 'event', 'Navbar', 'Community links', 'Examples');">Examples</a>
          </li>
          <li class="nav-item col-6 col-lg-auto">
            <a class="nav-link py-2 px-0 px-lg-2" href="https://icons.getbootstrap.com/" onclick="ga('send', 'event', 'Navbar', 'Community links', 'Icons');" target="_blank" rel="noopener">Icons</a>
          </li>
          <li class="nav-item col-6 col-lg-auto">
            <a class="nav-link py-2 px-0 px-lg-2" href="https://themes.getbootstrap.com/" onclick="ga('send', 'event', 'Navbar', 'Community links', 'Themes');" target="_blank" rel="noopener">Themes</a>
          </li>
          <li class="nav-item col-6 col-lg-auto">
            <a class="nav-link py-2 px-0 px-lg-2 active" href="https://blog.getbootstrap.com/" onclick="ga('send', 'event', 'Navbar', 'Community links', 'Blog');" rel="noopener">Blog</a>
          </li>
        </ul>

        <hr class="d-lg-none text-white-50">

        <ul class="navbar-nav flex-row flex-wrap ms-md-auto">
          <li class="nav-item col-6 col-lg-auto">
            <a class="nav-link py-2 px-0 px-lg-2" href="https://github.com/twbs" target="_blank" rel="noopener">
              <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" class="navbar-nav-svg" viewBox="0 0 512 499.36" role="img"><path fill="currentColor" fill-rule="evenodd" d="M256 0C114.64 0 0 114.61 0 256c0 113.09 73.34 209 175.08 242.9 12.8 2.35 17.47-5.56 17.47-12.34 0-6.08-.22-22.18-.35-43.54-71.2 15.49-86.2-34.34-86.2-34.34-11.64-29.57-28.42-37.45-28.42-37.45-23.27-15.84 1.73-15.55 1.73-15.55 25.69 1.81 39.21 26.38 39.21 26.38 22.84 39.12 59.92 27.82 74.5 21.27 2.33-16.54 8.94-27.82 16.25-34.22-56.84-6.43-116.6-28.43-116.6-126.49 0-27.95 10-50.8 26.35-68.69-2.63-6.48-11.42-32.5 2.51-67.75 0 0 21.49-6.88 70.4 26.24a242.65 242.65 0 0 1 128.18 0c48.87-33.13 70.33-26.24 70.33-26.24 14 35.25 5.18 61.27 2.55 67.75 16.41 17.9 26.31 40.75 26.31 68.69 0 98.35-59.85 120-116.88 126.32 9.19 7.9 17.38 23.53 17.38 47.41 0 34.22-.31 61.83-.31 70.23 0 6.85 4.61 14.81 17.6 12.31C438.72 464.97 512 369.08 512 256.02 512 114.62 397.37 0 256 0z"/></svg>

              <small class="d-lg-none ms-2">GitHub</small>
            </a>
          </li>
          <li class="nav-item col-6 col-lg-auto">
            <a class="nav-link py-2 px-0 px-lg-2" href="https://twitter.com/getbootstrap" target="_blank" rel="noopener">
              <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" class="navbar-nav-svg" viewBox="0 0 512 416.32" role="img"><path fill="currentColor" d="M160.83 416.32c193.2 0 298.92-160.22 298.92-298.92 0-4.51 0-9-.2-13.52A214 214 0 0 0 512 49.38a212.93 212.93 0 0 1-60.44 16.6 105.7 105.7 0 0 0 46.3-58.19 209 209 0 0 1-66.79 25.37 105.09 105.09 0 0 0-181.73 71.91 116.12 116.12 0 0 0 2.66 24c-87.28-4.3-164.73-46.3-216.56-109.82A105.48 105.48 0 0 0 68 159.6a106.27 106.27 0 0 1-47.53-13.11v1.43a105.28 105.28 0 0 0 84.21 103.06 105.67 105.67 0 0 1-47.33 1.84 105.06 105.06 0 0 0 98.14 72.94A210.72 210.72 0 0 1 25 370.84a202.17 202.17 0 0 1-25-1.43 298.85 298.85 0 0 0 160.83 46.92"/></svg>

              <small class="d-lg-none ms-2">Twitter</small>
            </a>
          </li>
          <li class="nav-item col-6 col-lg-auto">
            <a class="nav-link py-2 px-0 px-lg-2" href="https://opencollective.com/bootstrap" target="_blank" rel="noopener">
              <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" class="navbar-nav-svg" fill="currentColor" fill-rule="evenodd" viewBox="0 0 40 41" role="img"><title>Open Collective</title><path fill-opacity=".4" d="M32.8 21c0 2.4-.8 4.9-2 6.9l5.1 5.1c2.5-3.4 4.1-7.6 4.1-12 0-4.6-1.6-8.8-4-12.2L30.7 14c1.2 2 2 4.3 2 7z"/><path d="M20 33.7a12.8 12.8 0 0 1 0-25.6c2.6 0 5 .7 7 2.1L32 5a20 20 0 1 0 .1 31.9l-5-5.2a13 13 0 0 1-7 2z"/></svg>

              <small class="d-lg-none ms-2">Open Collective</small>
            </a>
          </li>
        </ul>
      </div>
    </div>
  </nav>
</header>


    <div class="container-xxl px-4 px-xxl-2">
      <div class="d-lg-grid" id="content">
        <div class="sidebar">
          <div class="masthead py-5">
  <div class="mb-4 text-center text-lg-start">
    <a class="flex-shrink-0 mb-lg-3 link-dark text-decoration-none" href="/" aria-label="Bootstrap">
      <img src="/assets/brand/bootstrap-logo-shadow.png" width="200" height="165" alt="Bootstrap" class="bd-booticon d-block mx-auto mb-3 mx-lg-0">
    </a>
    <div class="ms-3 ms-lg-0">
      <h1 class="mb-1 mb-lg-2 f1 fw-600">The Bootstrap Blog</h1>
      <p class="col-sm-8 col-lg-12 mx-auto mb-0 mb-lg-4">
        News and announcements for all things <a href="https://getbootstrap.com/" title="Visit the Bootstrap docs">Bootstrap</a>,
        including new releases, <a href="https://themes.getbootstrap.com/" title="Browse the official Bootstrap themes">Bootstrap Themes</a>,
        and <a href="https://icons.getbootstrap.com/" title="Official open source Bootstrap Icons">Bootstrap Icons</a>.
      </p>
    </div>
  </div>

  <nav class="nav nav-pills justify-content-center flex-lg-column justify-content-lg-start gap-1 sidebar-nav">
    <a class="nav-link d-flex align-items-center active fw-600" href="/">
      <svg class="bi me-2 f5 bd-text-purple"><use xlink:href="#file-earmark-richtext"></use></svg>
      All posts
    </a>
    <a class="nav-link d-flex align-items-center text-dark" href="/archive/">
      <svg class="bi me-2 f5 text-primary"><use xlink:href="#archive"></use></svg>
      Archive
    </a>
    <a class="nav-link d-flex align-items-center text-dark" href="/videos/">
      <svg class="bi me-2 f5 text-info"><use xlink:href="#film"></use></svg>
      Videos
    </a>
    <a class="nav-link d-flex align-items-center text-dark" href="https://blog.getbootstrap.com/feed.xml">
      <svg class="bi me-2 f5 text-warning"><use xlink:href="#rss"></use></svg>
      Subscribe
    </a>
  </nav>

  <script async src="https://cdn.carbonads.com/carbon.js?serve=CKYIKKJJ&placement=bloggetbootstrapcom" id="_carbonads_js"></script>

</div>

        </div>
        <div class="main">
          
<div class="posts-container mx-auto my-5">
  <div class="posts">
    <div class="post">
        <h1 class="post-title fw-600">
          <a href="/2018/02/21/new-bootstrap-themes/" class="text-decoration-none">
            New Bootstrap themes
          </a>
        </h1>

        <div class="d-flex align-items-center mb-4 text-muted author-info">
  <a class="d-flex align-items-center text-muted text-decoration-none" href="https://github.com/mdo" target="_blank" rel="noopener">
    <img class="mb-0 me-2 rounded-2" srcset="https://github.com/mdo.png?size=32, https://github.com/mdo.png?size=64 2x"
                           src="https://github.com/mdo.png?size=32"
                           alt="" width="32" height="32">
    <span>@mdo</span>
  </a>
  <span class="d-flex align-items-center ms-3" title="21 Feb 18 00:00 UTC">
    <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="me-2" viewBox="0 0 16 16" role="img" fill="currentColor">
  <path d="M11 6.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1z"/>
  <path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z"/>
</svg>

    February 21, 2018
  </span>
</div>
<div class="ratio ratio-16x9">
  <iframe src="https://www.youtube-nocookie.com/embed/atxUuldUcfI?rel=0" title="YouTube Video" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" width="760" height="570" allowfullscreen></iframe>
</div>


        

        <p>Just over a month ago, we shipped the long awaited Bootstrap 4 stable release. With a brand new codebase designed to better support customization with all new components and documentation, it was the perfect time to debut some brand new themes built. Today, we&rsquo;d like to introduce you to our brand new <a href="https://themes.getbootstrap.com/">Bootstrap Themes marketplace</a>.</p>
<h2 id="10-new-themes">10 new themes</h2>
<p><a href="https://themes.getbootstrap.com/"><img src="/assets/img/2018/02/themes-grid.png" class="d-block img-fluid mb-2 rounded border" alt="Bootstrap themes grid" loading="lazy" width="1250" height="1372">
</a></p>
<p>Over the last several months, we&rsquo;ve been hard at work with theme creators to build the best themes for you. When we created our original three Bootstrap themes, our goal was to provide the best themes, build tools, documentation, and support to everyone building with Bootstrap. With today&rsquo;s update, we&rsquo;re adding 10 new themes to the mix from a global community of designers and developers.</p>
<p>Every theme is built on Bootstrap 4 (stable, no beta or alpha here!) and comes with its own build tools and customer support. Prices are set by creators with pricing that incentivizes unique and well supported themes. Collectively, this inaugural batch of theme developers have built themes used by over 500,000 people. We&rsquo;re excited to grow our Themes user base, push the boundaries of premium themes, and help everyone bring their ideas to life on the web.</p>
<p><a href="https://themes.getbootstrap.com/">Explore Bootstrap Themes »</a></p>
<h2 id="sell-your-themes">Sell your themes</h2>
<p>Our <a href="https://themes.getbootstrap.com/">new marketplace</a> isn&rsquo;t just for buying themes. If you&rsquo;re a theme creator, we&rsquo;d love to work with you to include your themes or to build new exclusive themes. We&rsquo;re looking for new creators to design and build high quality themes, provide first class documentation and support, and help create unique experiences built on Bootstrap.</p>
<p>Learn more at <a href="https://themes.getbootstrap.com/sell/">https://themes.getbootstrap.com/sell/</a>&gt;.</p>
<p>Happy theming,<br>
<a href="https://twitter.com/mdo">@mdo</a>, <a href="https://twitter.com/dhg">@dhg</a>, &amp; <a href="https://twitter.com/fat">@fat</a></p>

      </div><div class="post">
        <h1 class="post-title fw-600">
          <a href="/2018/01/18/bootstrap-4/" class="text-decoration-none">
            Bootstrap 4
          </a>
        </h1>

        <div class="d-flex align-items-center mb-4 text-muted author-info">
  <a class="d-flex align-items-center text-muted text-decoration-none" href="https://github.com/mdo" target="_blank" rel="noopener">
    <img class="mb-0 me-2 rounded-2" srcset="https://github.com/mdo.png?size=32, https://github.com/mdo.png?size=64 2x"
                           src="https://github.com/mdo.png?size=32"
                           alt="" width="32" height="32" loading="lazy">
    <span>@mdo</span>
  </a>
  <span class="d-flex align-items-center ms-3" title="18 Jan 18 00:00 UTC">
    <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="me-2" viewBox="0 0 16 16" role="img" fill="currentColor">
  <path d="M11 6.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1z"/>
  <path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z"/>
</svg>

    January 18, 2018
  </span>
</div>
<div class="ratio ratio-16x9">
  <iframe class="lazy" data-src="https://www.youtube-nocookie.com/embed/VcjzHMhBtf0?rel=0" title="YouTube Video" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" width="760" height="570" allowfullscreen></iframe>
</div>


        

        <p>It&rsquo;s literally taken us years to do it, but Bootstrap 4 has finally arrived! Words cannot begin to describe the elation the entire team and I have for this release, but I&rsquo;ll do my best. Thank you to everyone, especially to the team, and to everyone who&rsquo;s contributed code in a pull request or opened an issue. <strong>Thank you.</strong></p>
<p>Since our last beta, we&rsquo;ve been hard at work stabilizing a few key pieces of our CSS, polishing our documentation, adding some extra surprises, and planning for our follow-up releases. We still have some kinks to iron out, but nothing&rsquo;s going to stop us from shipping a stable release.</p>
<p><strong>Anxious to jump right in? <a href="https://getbootstrap.com/">Head over to our documentation site</a> and explore.</strong> Be sure to check out our <a href="https://getbootstrap.com/docs/4.0/examples/">new Examples</a> and the <a href="https://getbootstrap.com/docs/4.0/migration/">migration docs page</a>!</p>
<p>Want to know more before hitting the docs? Great, let&rsquo;s dive in!</p>
<h2 id="whats-new">What&rsquo;s new</h2>
<p>There are no breaking changes since our last beta, but we have made some key improvements and resolved some tricky bugs.</p>
<ul>
<li>
<p>Print styles and utility classes have been updated. We&rsquo;ve improved how printed pages are rendered to ensure pages are reasonably sized instead of rendering them as mobile devices. Print display utilities also include a whole slew of new <code>display</code> values to match our standard display utilities.</p>
</li>
<li>
<p>Additive border utilities have been added (e.g., <code>.border-top</code>) and default to a solid 1px light gray border. Now it&rsquo;s easier to quickly add all borders or a subset of borders to your components.</p>
</li>
<li>
<p>Our <code>$spacers</code> and <code>$sizes</code> Sass maps have been updated to allow more customization the same way our color maps work. You can now add, remove, or replace all your key-value pairs consistently across our CSS. <a href="https://getbootstrap.com/docs/4.0/getting-started/theming/">Head to our Theming docs</a> for more information and examples.</p>
</li>
<li>
<p>Added documentation to our Theming docs for using our provided <a href="https://getbootstrap.com/docs/4.0/getting-started/theming/#css-variables">CSS variables</a> for those are living on the edge and don&rsquo;t want to use Sass.</p>
</li>
<li>
<p>Added responsive <code>.order-0</code> and <code>.order-last</code> classes for more control over the flexbox grid.</p>
</li>
</ul>
<p>In addition, we&rsquo;ve made plenty of improvements to reusing and extending variables and general code cleanup. But, that&rsquo;s still not everything.</p>
<h2 id="new-examples">New examples</h2>
<p>Nearly every example has been overhauled for our stable v4 release. We&rsquo;ve removed a couple outdated examples, added brand new ones, and really overhauled a few others.</p>
<p><a href="https://getbootstrap.com/docs/4.0/examples/"><img src="/assets/img/2018/01/examples.png" class="d-block img-fluid mb-2 rounded border" alt="Bootstrap examples" loading="lazy" width="1200" height="600">
</a></p>
<p>Here&rsquo;s the rundown of changes to each:</p>
<ul>
<li>
<p>You&rsquo;ve likely already seen our <a href="https://getbootstrap.com/docs/4.0/examples/album/">Album example</a>, but it&rsquo;s been updated for this release to include more content in our photo cards and improved mobile rendering.</p>
</li>
<li>
<p><a href="https://getbootstrap.com/docs/4.0/examples/pricing/">Pricing</a> is brand new with this release and is a fully custom page built with our utilities and card components. It&rsquo;s responsive and easily extended.</p>
</li>
<li>
<p><a href="https://getbootstrap.com/docs/4.0/examples/checkout/">Checkout</a> is a brand new, extensive form example featuring all the best parts of our form layouts, validation styles, grid, and more.</p>
</li>
<li>
<p><a href="https://getbootstrap.com/docs/4.0/examples/product/">Product</a> is also new and is a cheeky riff on Apple-style marketing pages, largely built with only our utility classes. Don&rsquo;t take it too seriously!</p>
</li>
<li>
<p><a href="https://getbootstrap.com/docs/4.0/examples/blog/">Blog</a> has been rewritten from the ground up. Gone is the two column blue header layout. We&rsquo;ve built a snarky magazine-style layout with featured posts and responsive navigation.</p>
</li>
<li>
<p><a href="https://getbootstrap.com/docs/4.0/examples/dashboard/">Dashboard</a> has been overhauled as well to feature a live ChartJS example, includes a refreshed sidebar with <a href="https://feathericons.com/">Feather icons</a>, and is semi-responsive.</p>
</li>
<li>
<p><a href="https://getbootstrap.com/docs/4.0/examples/floating-labels/">Floating labels</a> is brand new and builds on our sign-in example to provide a CSS-only implementation of the floating input label. This one&rsquo;s experimental and may see major changes before we bring it to Bootstrap proper.</p>
</li>
<li>
<p>Finally, <a href="https://getbootstrap.com/docs/4.0/examples/offcanvas/">Offcanvas</a> has been rewritten from the ground up to show off a navbar-built drawer, horizontal scrolling navigation, and some custom lists built on <a href="https://getbootstrap.com/docs/4.0/layout/media-object/">media object</a> and utilities.</p>
</li>
</ul>
<p><a href="https://getbootstrap.com/docs/4.0/examples/cover/">Cover</a>, <a href="https://getbootstrap.com/docs/4.0/examples/carousel/">Carousel</a>, <a href="https://getbootstrap.com/docs/4.0/examples/sign-in/">Sign-in</a>, and our <a href="https://getbootstrap.com/docs/4.0/examples/#framework">framework examples</a> only saw minor updates to improve code quality and fix a few smaller bugs. Overall this was a huge update for our examples and I&rsquo;m excited to iterate on these and add more in future releases.</p>
<h2 id="documenting-our-approach">Documenting our approach</h2>
<p>New with v4 stable is a brief overview of some of the guiding principles behind why we do the things we do in Bootstrap. Our intent is to distill and document all the things we keep in our heads while writing code, building linters, and debugging. Much of this is focused on concepts and strategies for writing responsive CSS, using simple selectors, and limiting how much JavaScript one needs to write.</p>
<p><a href="https://getbootstrap.com/docs/4.0/extend/approach/">Check out the new Approach page</a>, and be sure to open an issue or pull request with feedback and suggestions on what else to cover.</p>
<h2 id="known-issues">Known issues</h2>
<p>No release fixes every bug, and the same can be said for our v4 stable release. Here&rsquo;s some of the things that we&rsquo;re looking to tackle first in either a minor release (v4.1) or a patch release (v4.0.1) as time and scope allow.</p>
<ul>
<li>
<p><a href="https://github.com/twbs/bootstrap/issues/25110">Input groups, validation, and rounded corners.</a> I rewrote this for Beta 3 and I thought nailed it, but I was mistaken. We have some rounded corner issues and the only way we can fix them with CSS without breaking backward compatibility is by limiting how extensible the component can be made. We may need a modifier class to avoid some gnarly CSS and satisfy all the key functionality. Check out the issue and cross-linked PR for more details.</p>
</li>
<li>
<p>Table variants, in particular <code>.table-active</code>, have a weird selector we&rsquo;ve unintentionally left linger since prior releases. The bug results in <a href="https://github.com/twbs/bootstrap/issues/24529">double application of an <code>rgba()</code> background color</a>—once for the <code>&lt;tr&gt;</code> and once for any <code>&lt;td&gt;</code>/<code>&lt;th&gt;</code> elements within.</p>
</li>
</ul>
<p>There are a few more issues not yet confirmed or slated for our first patch release, but expect a handful of fixes coming your way before we hit the next minor release. We&rsquo;ll likely also package up the default branch change for our repository in this next patch release. We didn&rsquo;t have time to fit in testing a merge of a hugely divergent code base without nuking the entire Git history of v3. Again, more on that soon.</p>
<h2 id="next-releases">Next releases</h2>
<p>Speaking of releases, we&rsquo;re excited about the momentum we have going for us. Our <a href="https://github.com/twbs/bootstrap/projects">GitHub project boards</a> are mostly up to date on upcoming releases, so feel free to jump in and take a look. Our next release will be v4.1 (pending any bugfix patches) and will focus on a slew of small new features, utilities, responsive font sizes, and more. From there we have a couple more minor releases that rally around another group of features.</p>
<p>We aim to make RTL part of an upcoming minor release depending on overall scope. It&rsquo;s taken us far too long to commit to this, but we&rsquo;re on it. Our current plan is focused on implementing this into our build tools and components so you conditionally serve, for example, <code>bootstrap.min.css</code> or <code>bootstrap-rtl.min.css</code>. Weigh in on the open issue please with any feedback; when we&rsquo;re ready, we&rsquo;ll tee up a fresh pull request with help from the community.</p>
<p>It&rsquo;s worth reiterating that each minor release will bring a new hosted version of our documentation. Right now, we have <code>getbootstrap.com/docs/4.0/</code> and come v4.1&rsquo;s release, we&rsquo;ll have that plus <code>getbootstrap.com/docs/4.1/</code>. Prior releases will continue to be linked from our navigation as is already the case for v3.x and the last v4 alpha.</p>
<h2 id="themes-update">Themes update</h2>
<p><a href="https://themes.getbootstrap.com/">Bootstrap Themes</a> are getting a major update this year! We&rsquo;ve been absolutely thrilled with the response since we originally launched Bootstrap Themes and we&rsquo;re finally ready to share our plans for what&rsquo;s next.</p>
<p>For the past few months, we&rsquo;ve been working with some amazing theme creators to bring their awesome work to the Official Bootstrap Themes store. We couldn&rsquo;t be more excited to announce we&rsquo;re expanding Bootstrap Themes to include ten brand new themes. We&rsquo;re currently targeting a first quarter launch with themes all built on Bootstrap 4 (sorry, no v3 for these). Depending on final reviews, we might even get them to y&rsquo;all in the coming weeks.</p>
<p>So much of Bootstrap&rsquo;s reach and usefulness comes directly from designers, developers, and creators all over the world building businesses with and on top of Bootstrap. We want to use our platform to give these creators an even larger audience and provide y&rsquo;all with the best Bootstrap team-approved themes.</p>
<p>Stay tuned for more information as we get ready to launch.</p>
<h2 id="thank-you">Thank you</h2>
<p>Finally, one last thank you to everyone who&rsquo;s contributed to Bootstrap 4. It&rsquo;s been a crazy journey and I&rsquo;m personally relieved, thrilled, and anxious to call it stable. There have been roughly 6,000 commits to v4 since we first starting working on it back in 2015. We&rsquo;ve gone every which direction and rewrote far too many things far too many times, but I&rsquo;m so very happy and fortunate with where we landed.</p>
<p>Cheers once again to everyone who&rsquo;s contributed to and built with Bootstrap. It&rsquo;s an honor to be building these kind of tools alongside and for all of you.</p>

      </div><div class="post">
        <h1 class="post-title fw-600">
          <a href="/2017/12/28/bootstrap-4-beta-3/" class="text-decoration-none">
            Bootstrap 4 Beta 3
          </a>
        </h1>

        <div class="d-flex align-items-center mb-4 text-muted author-info">
  <a class="d-flex align-items-center text-muted text-decoration-none" href="https://github.com/mdo" target="_blank" rel="noopener">
    <img class="mb-0 me-2 rounded-2" srcset="https://github.com/mdo.png?size=32, https://github.com/mdo.png?size=64 2x"
                           src="https://github.com/mdo.png?size=32"
                           alt="" width="32" height="32" loading="lazy">
    <span>@mdo</span>
  </a>
  <span class="d-flex align-items-center ms-3" title="28 Dec 17 00:00 UTC">
    <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="me-2" viewBox="0 0 16 16" role="img" fill="currentColor">
  <path d="M11 6.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1z"/>
  <path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z"/>
</svg>

    December 28, 2017
  </span>
</div>
<div class="ratio ratio-16x9">
  <iframe class="lazy" data-src="https://www.youtube-nocookie.com/embed/9jK-NcRmVcw?rel=0" title="YouTube Video" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" width="760" height="570" allowfullscreen></iframe>
</div>


        

        <p>Welcome to the final beta of v4! It&rsquo;s been over two months since we shipped our second beta and we&rsquo;ve been busy making the last breaking changes before moving to our next stable release, v4.0.0! We have a few more breaking changes than we were planning, but fret not, we&rsquo;ve detailed them all.</p>
<p>Beta 3 primarily focuses around our forms, but it also includes key fixes to tables, some global styles, our documentation, and some JavaScript bugs. Following this release, we&rsquo;ll <a href="https://github.com/twbs/bootstrap/projects/12">address a few issues and PRs</a> before doing a stable v4 release a week or two into the New Year.</p>
<p>Let&rsquo;s dive into all the highlights.</p>
<h2 id="breaking-changes">Breaking changes</h2>
<p>As mentioned in <a href="/2017/10/19/bootstrap-4-beta-2/">our Beta 2 release</a>, we needed to make a few more breaking changes in Beta 3. We&rsquo;ve summarized them here and in our <a href="https://getbootstrap.com/docs/4.0/migration/#beta-3-changes">migration docs</a>—be sure to read them!</p>
<ul>
<li>
<p><strong>Rewrote native and custom check controls.</strong> Both browser default and custom checkboxes and radios now have simpler markup after removing the <code>&lt;input&gt;</code> from the <code>&lt;label&gt;</code>. Now, all checkboxes and radios have a parent <code>&lt;div&gt;</code> and sibling <code>&lt;input&gt;</code> and <code>&lt;label&gt;</code> pair. This is essential for form validation and disabled inputs because we can use the input&rsquo;s state to style the label.</p>
<p>In addition, custom checkbox and radio elements no longer have a <code>.custom-control-indicator</code>. This is generated from the new <code>.custom-control-label</code>.</p>
</li>
<li>
<p><strong>Input groups were rewritten</strong> with specific <code>.input-group-{prepend|append}</code> classes. The new approach allows us to support validation styles and messages within input groups, while also adding support for custom selects, custom file inputs, and multiple <code>.form-control</code>s.</p>
</li>
<li>
<p><strong>Responsive tables are once again parent classes</strong> to avoid accessiblity issues with changing a <code>&lt;table&gt;</code>&rsquo;s <code>display</code>.</p>
</li>
<li>
<p><strong>Deleted the <code>.col-form-legend</code> class</strong>, consolidating it&rsquo;s styles into the <code>.col-form-label</code> class.</p>
</li>
</ul>
<p>Read the <a href="https://getbootstrap.com/docs/4.0/migration/#beta-3-changes">Migration page</a> for further details.</p>
<h2 id="more-highlights">More highlights</h2>
<p>In addition to the breaking changes, we&rsquo;ve addressed a few more general issues that may impact your project.</p>
<ul>
<li>
<p>Restored <code>cursor: pointer</code> to non-disabled links, buttons, <code>.close</code>, navbar toggler, and pagination links.</p>
</li>
<li>
<p>Added a new vertically centered modal option with <code>.modal-dialog-centered</code>.</p>
</li>
<li>
<p>Added new dropleft and dropright variants for dropdowns in #23860.</p>
</li>
<li>
<p>Our npm package no longer includes any files other than our source and dist JavaScript and CSS files. If you previously relied on our running our scripts via the <code>node_modules</code> folder, you&rsquo;ll need to update your build tools.</p>
</li>
<li>
<p>Print styles have moved to bottom of the import stack to properly override styles.</p>
</li>
</ul>
<p>For more details on this release&rsquo;s changes, take a look at the <a href="https://github.com/twbs/bootstrap/issues/24439">Beta 3 ship list issue</a>, as well as the <a href="https://github.com/twbs/bootstrap/projects/10">Beta 3 project</a>. Be sure to <a href="https://bootstrap-slack.herokuapp.com">join our official Slack room!</a> and dive into <a href="https://github.com/twbs/bootstrap/issues/">our issue tracker</a> with bug reports, questions, and specific feedback whenever possible.</p>
<h2 id="coming-up">Coming up</h2>
<p>Stable v4.0.0 is our next release and we already have a <a href="https://github.com/twbs/bootstrap/projects/12">GitHub project board</a> to track issues and PRs. There will be no breaking changes from Beta 3 to stable, so our changelog should be short and sweet. Expect some linting, Sass variable improvements, updated docs Examples, and more build tool improvements.</p>
<p>With our next release, the <code>master</code> branch will once again become our default branch. We&rsquo;ll merge <code>v4-dev</code> into <code>master</code>, meaning v3&rsquo;s source code will only be in our <code>v3-dev</code> branch and <a href="https://github.com/twbs/bootstrap/releases">past releases</a>.</p>
<p>See you again real soon!</p>

      </div><div class="post">
        <h1 class="post-title fw-600">
          <a href="/2017/10/19/bootstrap-4-beta-2/" class="text-decoration-none">
            Bootstrap 4 Beta 2
          </a>
        </h1>

        <div class="d-flex align-items-center mb-4 text-muted author-info">
  <a class="d-flex align-items-center text-muted text-decoration-none" href="https://github.com/mdo" target="_blank" rel="noopener">
    <img class="mb-0 me-2 rounded-2" srcset="https://github.com/mdo.png?size=32, https://github.com/mdo.png?size=64 2x"
                           src="https://github.com/mdo.png?size=32"
                           alt="" width="32" height="32" loading="lazy">
    <span>@mdo</span>
  </a>
  <span class="d-flex align-items-center ms-3" title="19 Oct 17 00:00 UTC">
    <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="me-2" viewBox="0 0 16 16" role="img" fill="currentColor">
  <path d="M11 6.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1z"/>
  <path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z"/>
</svg>

    October 19, 2017
  </span>
</div>
<div class="ratio ratio-16x9">
  <iframe class="lazy" data-src="https://www.youtube-nocookie.com/embed/MqnZ1RpmxBg?rel=0" title="YouTube Video" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" width="760" height="570" allowfullscreen></iframe>
</div>


        

        <p>Just over two months ago we shipped our first beta for Bootstrap 4, and now we&rsquo;re ready to share our second with you. We&rsquo;ve improved customization, documentation, build tooling, and naming inconsistencies all while fixing hella bugs.</p>
<p>We&rsquo;ve done our best to prevent breaking changes, but we had to sneak some in. Regrettably, we&rsquo;ll also have a few more coming in Beta 3, too. However, we&rsquo;re clearly outlining all of them for you to make the upgrade and testing process as easy as possible.</p>
<p>Let&rsquo;s start with the good news though—Beta 2 is here!</p>
<h2 id="highlights">Highlights</h2>
<p>We&rsquo;ve pushed over 500 commits in our two months, so we have a few changes since Beta 1 to highlights to share with you.</p>
<h3 id="improved-theming">Improved theming</h3>
<p><a href="https://getbootstrap.com/docs/4.0/getting-started/theming/"><img src="/assets/img/2017/v4-beta2-theming-docs.png" class="d-block img-fluid mb-2 rounded border" alt="Bootstrap Theming docs page" loading="lazy" width="3104" height="1972">
</a></p>
<p>We have a brand <a href="https://getbootstrap.com/docs/4.0/getting-started/theming/">new Theming docs page</a> to replace our old Options page (we&rsquo;ll automatically redirect folks from the old page). This new page delves into the structure of our Sass files, default variables and customizing them, maps and loops we use, functions, colors, and of course or global Sass options. It also includes a new section to explain how we build our components via Sass maps and loops, specifically our modifier classes (e.g., <code>.btn-danger</code>).</p>
<p>In addition to the documentation changes, we&rsquo;ve made a few CSS changes to improve how folks interact with our theming options.</p>
<ul>
<li>
<p>We&rsquo;ve added new theme color variables in addition to the map. Now you can use <code>$primary</code> or <code>theme-color(&quot;primary&quot;)</code> as needed. The values in <code>$theme-colors</code> are also now mapped to these new variables instead of their direct color.</p>
</li>
<li>
<p>We&rsquo;ve improved the ability to customize Sass maps. With Beta 1, we didn&rsquo;t have a setup in place to modify your <code>$theme-colors</code> map without replacing it wholesale. That&rsquo;s been fixed in Beta 2—override existing values and add more as needed. Our new Theming docs page will show you how it&rsquo;s done.</p>
</li>
</ul>
<p>Lastly, our <code>$enable-shadows</code> and <code>$enable-gradients</code> Sass variables have finally been updated and integrated into several of our components. Now, when you enable those variables (both are <code>false</code> by default) and recompile, you&rsquo;ll see subtle gradients and shadows across alerts, buttons, carousels, custom form controls, and dropdown items.</p>
<p><img src="/assets/img/2017/v4-beta2-buttons.png" class="d-block img-fluid mb-2 rounded border" alt="Themed buttons" loading="lazy" width="1352" height="156">
</p>
<p>And when you use <code>$enable-gradients</code>, you&rsquo;ll enable the new <code>.bg-gradient-</code> utilities (disabled by default) for use in navbars and more.</p>
<p><img src="/assets/img/2017/v4-beta2-bgs.png" class="d-block img-fluid mb-2 rounded border" alt="Themed backgrounds" loading="lazy" width="1764" height="1090">
</p>
<p>Check it out and please share any feedback in an issue.</p>
<h3 id="offset-grid-classes">Offset grid classes</h3>
<p>We brought them back! Prematurely removed ahead of Beta 1, we underestimated the appeal of the <code>.offset-</code> classes for our grid system. Auto margins are simply not enough for y&rsquo;all. The styles have been restored and our grid docs have been updated. Enjoy!</p>
<h3 id="updated-migration-docs">Updated migration docs</h3>
<p>Given our handful of breaking changes since Beta 1, we added a new section to <a href="https://getbootstrap.com/docs/4.0/migration/#beta-2-changes">our migration docs page</a> to detail exactly what we changed that might be broken for you. We had to rename a few classes here and there to ensure everything&rsquo;s consistent with the rest of the project.</p>
<p>We&rsquo;ll be updating this page again for Beta 3 in the same way.</p>
<h3 id="and-more">And more!</h3>
<ul>
<li>Introduced new <code>pointer-events</code> usage on modals. The outer <code>.modal-dialog</code> passes through events with <code>pointer-events: none</code> for custom click handling (making it possible to just listen on the <code>.modal-backdrop</code> for any clicks), and then counteracts it for the actual <code>.modal-content</code> with <code>pointer-events: auto</code>.</li>
<li>Responsive tables now generate classes for each grid breakpoint, meaning we&rsquo;ve added <code>.table-responsive-{sm,md,lg,xl}</code> to the already present <code>.table-responsive</code>. You might need to adjust your usage depending on when you want a table to resize.</li>
<li>Remove unnecessary <code>color</code> from <code>.badge</code>, and its associated <code>$badge-color</code> variable.</li>
<li>Include two new dist files which contain Popper.js inside <code>bootstrap.bundle.js</code> and <code>bootstrap.bundle.min.js</code>.</li>
<li>Dropped support for Bower as they&rsquo;ve deprecated the package manager.</li>
<li>Switched breadcrumbs from <code>float</code> to flexbox.</li>
<li>Switched to Stylelint for our CSS linting needs.</li>
<li>We&rsquo;re now outputting a handful of CSS variables in our compiled CSS for easy prototyping and customizing with our dist files.</li>
<li>Changed the <code>color-yiq</code> from a mixin that included the <code>color</code> property to a function that returns a value, allowing you to use it for any CSS property.</li>
</ul>
<h2 id="coming-in-beta-3">Coming in Beta 3</h2>
<p>Beta 3 is up next for us and already has a <a href="https://github.com/twbs/bootstrap/projects/10">GitHub project board</a> setup to track issues and PRs. Beyond the standard docs improvements and bug fixes, there are a few issues and PRs that are of mind for us:</p>
<ul>
<li><a href="https://github.com/twbs/bootstrap/pull/23444">Revisiting form checkbox and radio markup</a> to ensure we can customize validation messaging (while also making the markup match our custom form checks).</li>
<li>More control over <a href="https://github.com/twbs/bootstrap/pull/24430">input and button variables</a>.</li>
<li><a href="https://github.com/twbs/bootstrap/pull/24401">Improved focus styling for validated custom checks and radios.</a></li>
<li>Addressing form <a href="https://github.com/twbs/bootstrap/issues/23454">validation feedback in input groups</a>.</li>
</ul>
<p>Be sure to follow those issues and PRs if you&rsquo;re interested in when the merge to our <code>v4-dev</code> branch.</p>
<h2 id="getting-to-v4-final">Getting to v4 Final</h2>
<p>After Beta 3, we&rsquo;re hoping to quickly move into a final v4 release. Ideally, it&rsquo;ll also be a smoother and more focused release than the Alpha 6 to Beta 1 move. We heard from a lot of you that the delta between those two releases was too great.</p>
<hr>
<p>For more details on this release&rsquo;s changes, take a look at the <a href="https://github.com/twbs/bootstrap/issues/23278">Beta 2 ship list issue</a>, as well as the <a href="https://github.com/twbs/bootstrap/projects/4">Beta 2 project</a>. Be sure to <a href="https://bootstrap-slack.herokuapp.com">join our official Slack room!</a> and dive into <a href="https://github.com/twbs/bootstrap/issues/">our issue tracker</a> with bug reports, questions, and general feedback whenever possible.</p>

      </div><div class="post">
        <h1 class="post-title fw-600">
          <a href="/2017/08/10/bootstrap-4-beta/" class="text-decoration-none">
            Bootstrap 4 Beta
          </a>
        </h1>

        <div class="d-flex align-items-center mb-4 text-muted author-info">
  <a class="d-flex align-items-center text-muted text-decoration-none" href="https://github.com/mdo" target="_blank" rel="noopener">
    <img class="mb-0 me-2 rounded-2" srcset="https://github.com/mdo.png?size=32, https://github.com/mdo.png?size=64 2x"
                           src="https://github.com/mdo.png?size=32"
                           alt="" width="32" height="32" loading="lazy">
    <span>@mdo</span>
  </a>
  <span class="d-flex align-items-center ms-3" title="10 Aug 17 00:00 UTC">
    <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="me-2" viewBox="0 0 16 16" role="img" fill="currentColor">
  <path d="M11 6.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1z"/>
  <path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z"/>
</svg>

    August 10, 2017
  </span>
</div>
<div class="ratio ratio-16x9">
  <iframe class="lazy" data-src="https://www.youtube-nocookie.com/embed/aQUlA8Hcv4s?rel=0" title="YouTube Video" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" width="760" height="570" allowfullscreen></iframe>
</div>


        

        <p><a href="/2015/08/19/bootstrap-4-alpha/">Two years in the making</a>, we finally have our first beta release of Bootstrap 4. In that time, we&rsquo;ve broken all the things at least twenty-seven times over with nearly 5,000 commits, 650+ files changed, 67,000 lines added, and 82,000 lines deleted. We also shipped six major alpha releases, a trio of official Themes, and even a job board for good measure. Put simply? <a href="https://www.youtube.com/watch?v=_J6-3l3hCm0">It&rsquo;s about time.</a></p>
<h2 id="beta">Beta!?</h2>
<p>Long story short, shipping a beta means we&rsquo;re done breaking all your stuff until our next major version (v5). We&rsquo;re not perfect, but we&rsquo;ll be doing our best to keep all the classes, features, and docs URLs as they appear now in this release. We can always add more things, but we cannot take away.</p>
<p>For those who haven&rsquo;t been using the v4 alpha releases, here are some highlights to get you caught up.</p>
<ul>
<li><strong>Moved from Less to Sass.</strong> Bootstrap now compiles faster than ever thanks to Libsass, and we join an increasingly large community of Sass developers.</li>
<li><strong>Flexbox and an improved grid system.</strong> We&rsquo;ve moved nearly everything to flexbox, added a new grid tier to better target mobile devices, and completely overhauled our source Sass with better variables, mixins, and now maps, too.</li>
<li><strong>Dropped wells, thumbnails, and panels for cards.</strong> <a href="https://getbootstrap.com/docs/4.0/components/card/">Cards</a> are a brand new component to Bootstrap, but they&rsquo;ll feel super familiar as they do nearly everything wells, thumbnails, and panels did, only better.</li>
<li><strong>Forked Normalize.css and consolidated all our HTML resets into a new CSS module, Reboot.</strong> Normalize.css has taken a different path than we&rsquo;d prefer, dropping some core CSS tweaks we&rsquo;ve long depended upon. Reboot takes the core of Normalize.css and expands it to include more opinionated resets like <code>box-sizing: border-box</code>, margin tweaks, and more all in a single Sass file.</li>
<li><strong>Brand new customization options.</strong> Instead of relegating style embellishments like gradients, transitions, shadows, grid classes, and more to a separate stylesheet like v3, we&rsquo;ve moved all those options into Sass variables. Want default transitions on everything or to disable rounded corners? Simply update a variable and recompile.</li>
<li><strong>Dropped IE8 and IE9 support, dropped older browser versions, and moved to rem units for component sizing</strong> to take advantage of newer CSS support. Aside from our grid, pixels have been swapped for rems and ems where appropriate to make responsive typography and component sizing even easier. Need support for IE8/IE9, Safari 8-, iOS 8-, etc? Keep using Bootstrap 3.</li>
<li><strong>Rewrote all our JavaScript plugins.</strong> Every plugin has been rewritten in ES6 to take advantage of the newest JavaScript enhancements with new teardown methods, option type checking, new methods, and more.</li>
<li><strong>Improved auto-placement of tooltips, popovers, and dropdowns</strong> thanks to the help of a library called <a href="https://popper.js.org">Popper.js</a>.</li>
<li><strong>Redesigned and improved documentation.</strong> We redesigned it, rewrote it all in Markdown, and added a few handy plugins to streamline examples and code snippets to make working with our docs way easier. We also added an amazing new search form!</li>
<li><strong>New build tools</strong> completely rewritten in npm scripts instead of Grunt, immensely simplifying the process of developing and contributing to Bootstrap.</li>
<li><strong>And so much more!</strong> Custom form controls, a redesigned carousel, an overhauled navbar, HTML5 form validation styles, hundreds of responsive utility classes, new components, and more have also been included.</li>
</ul>
<p>Okay, phew, want to learn even more? Keep reading, or jump right to <a href="https://getbootstrap.com/">those brand new docs</a>!</p>
<h2 id="new-look">New look</h2>
<p>Bootstrap 4 has been sporting a slightly updated look throughout our alpha releases, but it wasn&rsquo;t until recently that we gave the docs and our components a refresh, too.</p>
<p><a href="https://getbootstrap.com/"><img src="/assets/img/2017/bootstrap-4-beta.png" class="d-block img-fluid mb-2 rounded border" alt="Bootstrap 4 beta docs" loading="lazy" width="2866" height="1976">
</a></p>
<p>In addition to a new color palette and new systems fonts, we have a brand new layout for our documentation. New with this beta is an amazing search form powered by Algolia&rsquo;s <a href="https://community.algolia.com/docsearch/">DocSearch</a>, an improved page layout with stickied navbar and sidebar, and a new table of contents.</p>
<hr>
<p>For more details on this release&rsquo;s changes, take a look at the <a href="https://github.com/twbs/bootstrap/issues/21568">Beta 1 ship list issue</a>, as well as the <a href="https://github.com/twbs/bootstrap/milestone/41?closed=1">closed Beta 1 milestone</a>. Be sure to <a href="https://bootstrap-slack.herokuapp.com">join our official Slack room!</a> and dive into <a href="https://github.com/twbs/bootstrap/issues/">our issue tracker</a> with bug reports, questions, and general feedback whenever possible.</p>

      </div>
  </div>

  <div class="pagination"><a class="pagination-item older" href="/page/13/">Older</a>
    <a class="pagination-item newer" href="/page/11/">Newer</a>
  </div>
</div>
        </div>
      </div>
    </div>

    <footer class="bd-footer py-4 py-md-5 mt-5 bg-light">
  <div class="container py-4 py-md-5 px-4 px-md-3">
    <div class="row">
      <div class="col-lg-3 mb-3">
        <a class="d-inline-flex align-items-center mb-2 link-dark text-decoration-none" href="/" aria-label="Bootstrap">
          <svg xmlns="http://www.w3.org/2000/svg" width="40" height="32" class="d-block me-2" viewBox="0 0 118 94" role="img"><path fill-rule="evenodd" clip-rule="evenodd" d="M24.509 0c-6.733 0-11.715 5.893-11.492 12.284.214 6.14-.064 14.092-2.066 20.577C8.943 39.365 5.547 43.485 0 44.014v5.972c5.547.529 8.943 4.649 10.951 11.153 2.002 6.485 2.28 14.437 2.066 20.577C12.794 88.106 17.776 94 24.51 94H93.5c6.733 0 11.714-5.893 11.491-12.284-.214-6.14.064-14.092 2.066-20.577 2.009-6.504 5.396-10.624 10.943-11.153v-5.972c-5.547-.529-8.934-4.649-10.943-11.153-2.002-6.484-2.28-14.437-2.066-20.577C105.214 5.894 100.233 0 93.5 0H24.508zM80 57.863C80 66.663 73.436 72 62.543 72H44a2 2 0 01-2-2V24a2 2 0 012-2h18.437c9.083 0 15.044 4.92 15.044 12.474 0 5.302-4.01 10.049-9.119 10.88v.277C75.317 46.394 80 51.21 80 57.863zM60.521 28.34H49.948v14.934h8.905c6.884 0 10.68-2.772 10.68-7.727 0-4.643-3.264-7.207-9.012-7.207zM49.948 49.2v16.458H60.91c7.167 0 10.964-2.876 10.964-8.281 0-5.406-3.903-8.178-11.425-8.178H49.948z" fill="currentColor"/></svg>
          <span class="fs-5">Bootstrap</span>
        </a>
        <ul class="list-unstyled small text-muted">
          <li class="mb-2">Designed and built with all the love in the world by the <a href="https://getbootstrap.com/docs/5.2/about/team/">Bootstrap team</a> with the help of <a href="https://github.com/twbs/blog/graphs/contributors">our contributors</a>.</li>
        </ul>
      </div>
      <div class="col-6 col-lg-2 offset-lg-1 mb-3">
        <h5>Links</h5>
        <ul class="list-unstyled">
          <li class="mb-2"><a href="https://getbootstrap.com/">Home</a></li>
          <li class="mb-2"><a href="https://getbootstrap.com/docs/5.2/">Docs</a></li>
          <li class="mb-2"><a href="https://getbootstrap.com/docs/5.2/examples/">Examples</a></li>
          <li class="mb-2"><a href="https://icons.getbootstrap.com/">Icons</a></li>
          <li class="mb-2"><a href="https://themes.getbootstrap.com/">Themes</a></li>
          <li class="mb-2"><a href="https://blog.getbootstrap.com/">Blog</a></li>
          <li class="mb-2"><a href="">Swag Store</a></li>
        </ul>
      </div>
      <div class="col-6 col-lg-2 mb-3">
        <h5>Guides</h5>
        <ul class="list-unstyled">
          <li class="mb-2"><a href="https://getbootstrap.com/docs/5.2/getting-started/">Getting started</a></li>
          <li class="mb-2"><a href="https://getbootstrap.com/docs/5.2/examples/starter-template/">Starter template</a></li>
          <li class="mb-2"><a href="https://getbootstrap.com/docs/5.2/getting-started/webpack/">Webpack</a></li>
          <li class="mb-2"><a href="https://getbootstrap.com/docs/5.2/getting-started/parcel/">Parcel</a></li>
          <li class="mb-2"><a href="https://getbootstrap.com/docs/5.2/getting-started/vite/">Vite</a></li>
        </ul>
      </div>
      <div class="col-6 col-lg-2 mb-3">
        <h5>Projects</h5>
        <ul class="list-unstyled">
          <li class="mb-2"><a href="https://github.com/twbs/bootstrap">Bootstrap 5</a></li>
          <li class="mb-2"><a href="https://github.com/twbs/bootstrap/tree/v4-dev">Bootstrap 4</a></li>
          <li class="mb-2"><a href="https://github.com/twbs/icons">Icons</a></li>
          <li class="mb-2"><a href="https://github.com/twbs/rfs">RFS</a></li>
          <li class="mb-2"><a href="https://github.com/twbs/bootstrap-npm-starter">npm starter</a></li>
        </ul>
      </div>
      <div class="col-6 col-lg-2 mb-3">
        <h5>Community</h5>
        <ul class="list-unstyled">
          <li class="mb-2"><a href="https://github.com/twbs/bootstrap/issues">Issues</a></li>
          <li class="mb-2"><a href="https://github.com/twbs/bootstrap/discussions">Discussions</a></li>
          <li class="mb-2"><a href="https://github.com/sponsors/twbs">Corporate sponsors</a></li>
          <li class="mb-2"><a href="https://opencollective.com/bootstrap">Open Collective</a></li>
          <li class="mb-2"><a href="https://stackoverflow.com/questions/tagged/bootstrap-5">Stack Overflow</a></li>
        </ul>
      </div>
    </div>
  </div>
</footer>


    <script async src="/js/bootstrap.min.js"></script>

<script>
  (function(w, d) {
    var b = d.getElementsByTagName('body')[0];
    var s = d.createElement('script');
    var io = 'IntersectionObserver' in w && 'IntersectionObserverEntry' in w &&
               'intersectionRatio' in w.IntersectionObserverEntry.prototype &&
               'isIntersecting' in w.IntersectionObserverEntry.prototype;
    var v = io ? '17.x' : '8.x';
    s.async = true;
    s.src = '/assets/js/vendor/lazyload.' + v + '.iife.min.js';
    w.lazyLoadOptions = {
      elements_selector: '.lazy',
      threshold: 150
    };
    b.appendChild(s);
  }(window, document));
</script>

  </body>
</html>