0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00
Commit Graph

65 Commits

Author SHA1 Message Date
Mark Otto
e9412e7fe4 Update blockquote migration docs to reflect #22949
Fixes #25669, closes #25779.
2018-03-04 11:16:54 -08:00
Mark Otto
c0e1f7dc6e Fix #25746 2018-03-04 11:07:31 -08:00
Mark Otto
0f8145af20 Clarify migration docs to remove mention of .table-responsive being for the parent element vs the table element itself (#25539) 2018-02-03 10:02:14 +02:00
m5o
0f53402fc0 Use Jekyll's markdownify filter instead of a custom plugin (#25319) 2018-01-19 19:30:17 +02:00
Mark Otto
9b0fcbf9c3
Prevent print utils from overriding all other display utils (#25269)
* Prevent print utils from overriding all other display utils

Fixes #25221.

I agree with the referenced issue—this is unexpected and also causes a serious bug when mixed with other utility classes. This wasn't an issue in v3 given we had different utilities for hiding that weren't focused on display property.

* Add printing changes to migration docs

* unrelated heading sentence case change

* List out all .d-print- classes
2018-01-17 17:29:28 -08:00
Mark Otto
d16eb10e49
Mention .input-group-text in migration docs (#25325)
Closes #25231
2018-01-15 21:44:04 -08:00
Mark Otto
fc942ce310 Mention -file-text change in Migration docs (#25144)
Fixes #25127.
2017-12-31 02:38:09 +02:00
ysds
8c6011ab4f Fix input group border radius issue (#25075) (#25076)
* Fix input group border radius issue (#25075)

* Remove migration note

- All buttons In input group do not have to be the same element now.

* lint
2017-12-26 14:23:07 -08:00
Mark Otto
28b9b40faa
closes #24973 2017-12-23 16:47:33 -08:00
Mark Otto
16f1417240
Form check markup v2 (#25050)
* match layout behaviors

* ditch the indicator as separate element for psuedo-elements on the label

* move disabled to attribute only on input

* redo default inline check to support new markup

* redo inline forms

* clean up vars

* update validation mixin to new structure

* update checks in docs

* linting for for/id attributes
2017-12-22 16:13:01 -08:00
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