XhmikosR
8bfabdd1dc
.eslintignore: Remove unneeded entry.
2018-11-28 14:33:29 +02:00
XhmikosR
7492c12089
Remove unneeded ESLint config file.
...
We have /site/.eslintrc.json that covers this.
2018-11-28 14:33:29 +02:00
XhmikosR
05dfae3146
Revert "build/*.js: set sourceType
to module."
...
This reverts commit b442ce3130
.
2018-11-28 14:33:29 +02:00
XhmikosR
11da160114
Use h5
for callouts so that they are not included in ToC.
...
Callouts are already excluded from ToC, but due to a limitation in jekyll-toc they are still being included.
We should revisit this if the bug is fixed later.
2018-11-27 16:01:07 +02:00
XhmikosR
cb2b21bb88
Inline bootstrap-stack.svg.
...
It's pretty small compressed; a little less than 1 KB with gzip.
2018-11-27 15:37:24 +02:00
XhmikosR
89876a5559
Use an SVG for the stack image.
...
Image by @mdo.
2018-11-27 15:37:24 +02:00
XhmikosR
b4f7b34b1e
Move examples images in assets/img/examples/ folder.
2018-11-27 15:37:24 +02:00
XhmikosR
4ad19f6f52
Use srcset for examples too.
2018-11-27 15:37:24 +02:00
XhmikosR
d5279bf18c
homepage: use srcset.
...
This should reduce the amount of bytes for non-2x displays.
2018-11-27 15:37:24 +02:00
Christian Oliff
fcfa436a31
Update migration page to indicate the info can be used for 4.1.x as well as 4.0.x
2018-11-26 22:46:09 +02:00
XhmikosR
7b274d358b
Update package-lock.json.
2018-11-26 22:22:05 +02:00
Christian Oliff
7a907ae09e
Change OS X to macOS in Sass comments ( #27729 )
...
It's been macOS for 3 years now and we use just 'macOS' elsewhere in the Bootstrap documentation.
https://en.wikipedia.org/wiki/MacOS
2018-11-26 14:57:33 +00:00
Johann-S
32ab52ba2e
Add test to make sure we enforce focus on modal ( #27723 )
2018-11-25 18:20:55 +02:00
XhmikosR
72bd3f5930
ship.sh: add missing period.
2018-11-25 14:50:32 +02:00
ysds
9f08f7dea6
Grow button width to the parent button group ( #27717 )
2018-11-25 12:05:31 +01:00
XhmikosR
5c336d0247
Dist
2018-11-25 11:46:37 +02:00
XhmikosR
fdc5c1f49a
Update devDependencies.
2018-11-25 11:46:37 +02:00
m5o
c9157be574
prevent text selection for floating labels example ( #27719 )
...
* prevent text selection for floating labels
* expand the click target by no selecting the label text
* use `pointer-events: none;` instead of `user-select`
* thx @MartijnCuppens
2018-11-24 13:25:18 +01:00
Martijn Cuppens
28a972ac9f
Add opacity transition
2018-11-23 15:28:39 +02:00
XhmikosR
0c60257114
Revert "Replace anchor.js with jekyll-anchor-headings."
...
This reverts commit b04f97f60b
.
2018-11-23 15:28:39 +02:00
ysds
0140552322
Fix body scrolling issue when modal open ( #27698 )
2018-11-23 13:41:42 +01:00
Pixelastic
3e25bf403a
Update DocSearch.js to latest version
...
The latest (2.6.2) docsearch.js version now displays results as standard `<a href>` links, allowing users to `ctrl`-click on them to trigger default browser behavior of opening in a new tab.
To maintain backward compatibility, this behavior has only been enabled to users that didn't define their own `handleSelected` method.
This PR updates your `docsearch()` code to take advantage of the new `<a href>` template, by removing your custom `handleSelected` and moving its behavior to the `transformData` call. Namely, what you wanted to avoid was jumping to the first `<h1>` of the pages, which would prevent users from seeing the header. This PR checks if the suggestion targets the `#content` anchor (meaning it goes to this first `<h1>`) and remove it.
Behavior should be the same, but at least now you can enjoy the `ctrl`-click :)
2018-11-22 17:38:27 +02:00
XhmikosR
8a7ed6047b
Update devDependencies.
2018-11-22 11:15:21 +02:00
ysds
b6e616a70f
Fixed a fixed height issue of input-group size option ( #27687 )
2018-11-22 10:29:33 +02:00
Roy Klutman
e7e43edf65
Add border-radius to dropdown items ( #27703 )
2018-11-22 00:24:13 +02:00
m5o
31d6d03c47
Placeholders: use our gray colors ( #27701 )
...
Previously we were using the old holder.js colors.
2018-11-21 20:59:21 +02:00
Martijn Cuppens
58943c0257
Sass precision documentation ( #27705 )
2018-11-21 20:51:47 +02:00
XhmikosR
73a98d9738
reboot: Fix mailto address ( #27700 )
2018-11-21 15:24:38 +02:00
XhmikosR
487bd521e3
docs: fix path to assets. ( #27696 )
2018-11-21 15:11:31 +02:00
Martijn Cuppens
c628921465
Use wrapping span instead of div ( #27695 )
2018-11-20 21:53:10 +02:00
XhmikosR
749c8230c7
docs-sidebar.html: remove commented out code.
...
Leftover from old times.
2018-11-20 21:31:28 +02:00
XhmikosR
d9717d1945
Reindent.
2018-11-20 21:31:28 +02:00
XhmikosR
2b9af5e38c
Remove holder.js.
2018-11-20 21:31:28 +02:00
XhmikosR
369f03fbc5
Use the new include in examples too.
2018-11-20 21:31:28 +02:00
m5o
6163533d84
Fix placeholder image replacement.
2018-11-20 21:31:28 +02:00
XhmikosR
2ac3db8384
Tweak placeholder.svg.
...
* always include the title
* make it possible to skip adding the title by passing `title=' '`
* remove viewBox since we don't need it
2018-11-20 21:31:28 +02:00
Martijn Cuppens
072b5ab7fd
Replace holder.js with SVGs.
2018-11-20 21:31:28 +02:00
XhmikosR
b04f97f60b
Replace anchor.js with jekyll-anchor-headings.
...
This allows us to generate the anchor links on build time.
https://github.com/allejo/jekyll-anchor-headings
2018-11-20 11:47:10 +02:00
XhmikosR
8470c5f78c
Remove sudo
from Travis config. ( #27693 )
...
https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration
2018-11-20 11:36:37 +02:00
Tieson Trowbridge
ab183384ee
Allows both OL and UL lists for tab buttons
2018-11-20 09:58:04 +01:00
ysds
7c8cd0f272
Add documentation about .text-decoration-none ( #27686 )
2018-11-20 09:08:34 +02:00
ysds
1fe56358e7
Add documentation about viewport sizing utilities ( #27688 )
2018-11-19 18:44:08 +01:00
ysds
38ca58bf3c
Add documentation about .font-weight-bolder/lighter ( #27678 )
2018-11-18 10:15:49 +02:00
Martijn Cuppens
3f422bfc88
Prevent text decoration skip inc and reorder comments ( #27673 )
2018-11-18 10:09:41 +02:00
Martijn Cuppens
12ae122eda
Spinners cleanup
2018-11-17 20:34:58 -08:00
ysds
5042b3c93d
Support custom-select sizing in input-group ( #27677 )
2018-11-17 14:10:38 +02:00
Christian Oliff
4734a926e9
Enforce lowercase class name in .stylelintrc ( #27668 )
2018-11-17 14:01:16 +02:00
Martijn Cuppens
75526bf2d0
Inherit card header color ( #27681 )
2018-11-17 10:16:16 +01:00
XhmikosR
53d279b934
Update devDependencies and gems.
2018-11-16 08:59:37 +02:00
Iurii Kucherov
f83f4ae124
Update autoprefixer link to .browserslistrc
file ( #27675 )
2018-11-16 08:44:52 +02:00