Mark Otto
13150872c6
Rewrite input group component ( #25020 )
...
* Rewrite input group component
* Set the feedback to 100% width for input group
* Move from .row to .form-row for tighter layout
* no need for custom feedback here, we're using browser messaging
* add input group to validation examples
* add note about validating multiple
* migration note added
2017-12-22 15:29:49 -08:00
Christian Oliff
a2a4e632c2
Update link to Font Awesome
...
They have a shiny new site for v5 - https://fontawesome.com/
2017-12-08 10:15:57 +01:00
Mark Otto
2a12115759
Document breaking change from #24932
2017-12-02 11:53:42 -08:00
Mark Otto
babdf36c42
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
2017-11-24 17:02:01 -08:00
Mark Otto
643f5482a4
add migration note
2017-11-24 17:00:21 -08:00
XhmikosR
3de46286b2
Update package.json. ( #24582 )
...
1. Use the same jQuery version in jspm
2. Update the files to only include the source and dist folders
2017-11-25 02:02:25 +02:00
Mark Otto
4829350a46
Rewrite custom form check backgrounds ( #24697 )
...
* Rewrite custom form check backgrounds
Previously, this was all just a background-color and background-image. When we restored the gradients though, we had two background-images competing on the same element, causing rendering glitches. This refactors that code, creating a mixin to simplify things, so we can we easily use two background-images (SVG icon and gradient) when -gradients is set to true.
Fixes #24598
* restore default vars
* Revamp custom check and radio backgrounds
Instead of applying multiple background-image's to the same element, we're adding a new ::before pseudo-element to layer the background-images. Gradients go on the .custom-control-indicator while their icons go on the ::before element. This allows us to shave some bytes from when we compile and we previously needed to redeclare the background-image for the icon if you changed the gradient.
* remove now unused mixin
* mention change in migration docs
2017-11-24 14:26:56 -08:00
Mark Otto
5174059226
fixes #23695
2017-10-22 22:36:10 -07:00
Mark Otto
a1a4e12bcc
start beta 3 migration docs, mention removed var
2017-10-22 12:23:40 -07:00
XhmikosR
b3babbfc26
migration.md: fix Jekyll variable. ( #24449 )
...
Rationale: the page is not available locally, only on gh-pages, thus leading to a 404 locally.
2017-10-20 09:41:36 +03:00
XhmikosR
d763d019ad
Make 1.9.1 the minimum jQuery version again. ( #24434 )
2017-10-19 09:02:27 -07:00
Andres Galante
008e0b5b68
Improves forms migration guide, docs, and scss ( #24348 )
...
* fixes migration forms guides
* removes container from Horizontal form
* adds col-form-label sizes on form docs
* removes .form-control-label from forms.scss
* add note to migration
2017-10-18 10:11:35 -07:00
Mark Otto
c075968c14
mention color contrast function change
2017-10-17 18:37:11 -07:00
XhmikosR
ef38ca1c11
Make Dropped the Affix jQuery plugin
bold. ( #24294 )
2017-10-08 14:20:41 +03:00
Aarón García Hervás
961750e01b
Fix link to Extend section in Migration docs ( #24192 )
2017-10-01 20:23:48 +03:00
Herst
838924eefc
Mention replacement for .btn-group-justified ( #23838 )
...
Solution mentioned by Chris Baswell at https://stackoverflow.com/a/45969088
2017-09-27 10:53:56 +03:00
XhmikosR
7e6374db92
Minor Markdown consistency changes.
2017-09-26 17:04:45 +03:00
XhmikosR
31c8721913
Normalize all links. ( #24109 )
...
* use a trailing slash when possible
* use https when possible
* remove a few redirected links
* consistently use `https://popper.js.org/ `
* fix `iconUrl` in nuget files
* change Jekyll Windows guide to the official one
2017-09-26 15:24:14 +03:00
Mark Otto
1abafb36fe
copy edits
2017-09-09 17:02:42 -07:00
Herst
187fb4d010
Mention removal of contextual progress bar classes
2017-09-09 17:02:42 -07:00
Mark Otto
0b1875d080
Update form validation migration docs
2017-09-05 20:58:54 -07:00
Mark Otto
5d97a1c4ab
jquery 3 mention
2017-09-05 20:52:47 -07:00
Mark Otto
ff83a0a05b
mention bower drop
2017-09-05 20:52:47 -07:00
Mark Otto
2d3cbe46c2
headings, pointer events
2017-09-05 20:52:47 -07:00
Mark Otto
b2b4ee2008
responsive table break
2017-09-05 20:52:47 -07:00
Mark Otto
802cab529a
Update migration.md
2017-09-05 20:52:47 -07:00
Mark Otto
e7906267f1
Update migration.md
2017-09-05 20:52:47 -07:00
XhmikosR
20802038ca
Update migration.md
2017-09-05 20:52:47 -07:00
Mark Otto
04629019cb
add section to migration docs for important v4 beta 2 changes
2017-09-05 20:52:47 -07:00
Herst
f8048c817f
Mention dropping of .checkbox/.radio ( #23656 )
...
* Mention dropping of .checkbox/.radio
* copy edirts
2017-09-04 15:33:18 -07:00
vsn4ik
7a4285b4e7
Fix migration button stateful link
2017-09-02 16:55:46 +03:00
Jeroen van Warmerdam
d5db28d183
Carousel prev/next controls are renamed accordingly ( #23561 )
2017-08-19 12:19:33 +03:00
Mark Otto
62a3e9c1f0
fixes #23464 : update grid migration docs to mention order replaced push/pull
2017-08-15 10:43:16 -07:00
jipexu
20af0373f3
Mention badge-default in migration docs, fix typo on popover docs ( #23409 )
2017-08-14 14:04:06 -07:00
Brian Surowiec
860ca6dee8
Fix malformed link
2017-08-11 10:15:07 -07:00
Clark Winkelmann
ac9176be92
Fix .table-info migration text
...
.table-info should be .info in bootstrap 3
2017-08-11 10:14:00 -07:00
Chirag Modi
6a5a38106a
Fix broken links in doc ( #23324 )
2017-08-11 17:40:41 +03:00
Jonathan
94e860c557
Dropped .radio-inline and .checkbox-inline
...
Dropped `.radio-inline` and `.checkbox-inline`.
2017-08-10 20:42:55 -07:00
Mark Otto
6cf1a106d4
fixes #22968
2017-07-02 14:37:46 -07:00
Mark Otto
58816b38b7
Move /utilities/typography to /utilities/text to match SCSS file name
2017-07-01 23:05:51 -07:00
Mark Otto
25d5ffc9f9
Move /utilities/flexbox to /utilities/flex to match name of SCSS file
2017-07-01 23:05:51 -07:00
Mark Otto
150d686a30
migration guide updated
2017-06-30 15:23:36 -07:00
Mark Otto
64008ad721
Merge branch 'v4-dev' into colors-redux
2017-06-27 19:59:09 -07:00
Richard Beales
db732995cc
Update migration.md to fix minor typo
2017-06-27 12:59:29 +02:00
Mark Otto
9372eef9e1
rename .card-inverse to .card-dark, update docs to match
2017-06-25 18:30:24 -07:00
Mark Otto
36e482ed27
update navbars to rename .navbar-inverse to .navbar-dark, update all navbar examples and variables
2017-06-25 18:29:43 -07:00
Mark Otto
6c8c0aa4cf
Rename .card-block to .card-body to match nomenclature of modals
2017-06-15 09:05:16 -07:00
Mark Otto
d7302c221a
Merge branch 'form-tweaks' of https://github.com/twbs/bootstrap into form-tweaks
2017-06-14 20:31:43 -07:00
Mark Otto
c2b68104b6
mention updates in migration doc
2017-06-14 20:31:17 -07:00
Patrick H. Lauke
658fbd5c96
Add note to migration guide
2017-06-14 19:52:37 -07:00