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

321 Commits

Author SHA1 Message Date
Mark Otto
496311bf97 dist 2018-04-29 22:22:04 -07:00
XhmikosR
c11132351e Add comment in docs JS files. 2018-04-27 10:22:58 +03:00
XhmikosR
30cb1a2715 Pass docs version to search form and switch to the new index.
Also, move the search code to a separate file.
2018-04-27 10:22:58 +03:00
XhmikosR
ee91fdbf14
Update dependencies and gems (#26234) 2018-04-10 15:35:18 +03:00
Mark Otto
8f7bd41993
Ship v4.1.0 (#26218)
* update docs path from docs/4.0/ to docs/4.1/

* bump version to 4.1.0

* Update redirects to work for 4.1 docs move

* Update docs version switcher to include latest and link to 4.0 docs

* re-run dist

* Update package-lock.json

* Update docs-navbar.html
2018-04-09 09:00:23 -07:00
XhmikosR
10c64bdae8 Fix broken URI fragments and redirects. 2018-04-02 19:19:09 +03:00
Mark Otto
b744ba2c08 dist 2018-03-31 13:59:37 -07:00
XhmikosR
1a40784ab8 Update dependencies. 2018-03-21 12:15:47 +02:00
XhmikosR
b9577a1cf7 Alternative solution.
Rely on `site.url` which is different for production. In that case do nothing with the search result, otherwise when in development remove our url from it.
2018-03-14 21:06:17 +02:00
m5o
483e49e3c6 Enable docsearch in development env.
Previously a search redirected to `https://getbootstrap.com/...`
2018-03-14 21:06:17 +02:00
m5o
21061a02ce re-use gray for bd-example border / background (#25751) 2018-03-12 18:46:35 +02:00
Mark Otto
a651d7337b dist 2018-03-03 14:10:49 -08:00
Mark Otto
f3cec5e7f9 dist 2018-02-24 12:44:44 -08:00
Martijn Cuppens
d1bd5fb591 Add focus states to custom docs buttons 2018-02-24 12:22:59 -08:00
Mark Otto
e373fbea92 dist 2018-02-11 14:53:29 -08:00
XhmikosR
5068b437a4
Update jQuery to v3.3.1. (#25398) 2018-01-23 08:18:33 +02:00
Mark Otto
d5b10c9fc7 dist 2018-01-20 12:16:37 -08:00
Mark Otto
572d00ac7e Bump version to 4.0.0 2018-01-18 10:24:51 -08:00
Mark Otto
20a9c7fb55 dist 2018-01-17 17:37:06 -08:00
Mark Otto
18f691567a dist 2018-01-16 20:21:13 -08:00
Mark Otto
fa3de5cbd8 Add example of a Spanish translation for custom file input (#25302) 2018-01-15 09:19:12 +02:00
Mark Otto
0d110c8f91
Update copyright for 2k18 (#25303)
* Update copyright range to include 2018

* Extend copyright date range on new files from 2017 to include 2018
2018-01-14 20:08:58 -08:00
Mark Otto
edfc2e8145 dist 2018-01-13 19:18:41 -08:00
Mark Otto
6d8d8639f3 dist 2018-01-11 22:42:40 -08:00
XhmikosR
80d0943b95 Comply to the new rules. 2018-01-11 18:48:46 +02:00
XhmikosR
6d336502c7 Clean up and tweak ESLint rules.
Also, refactor ESLint and stylelint config files; now everything will work from our root dir.
2018-01-11 18:48:46 +02:00
Mark Otto
34cd2038d2 dist 2018-01-03 16:03:22 -08:00
Mark Otto
e3e4d0389d dist 2018-01-02 21:19:29 -08:00
Mark Otto
dccd0037d8 improve additive/subtractive border util docs 2018-01-01 20:51:20 -08:00
Mark Otto
44eebe40de dist 2018-01-01 20:29:19 -08:00
Martijn Cuppens
bee859cc9c docs: Fix overflow issue in IE. (#25142) 2017-12-31 14:45:26 +02:00
Mark Otto
d08eb55dc9 dist 2017-12-30 21:34:23 -08:00
Mark Otto
5b8eaffc12 dist 2017-12-30 19:41:36 -08:00
XhmikosR
e0e9bc8b58
Move inline JS outside of HTML. (#25140) 2017-12-31 02:11:59 +02:00
XhmikosR
45b649f99d application.js: make the clipboard button selector more restrictive. 2017-12-31 01:42:19 +02:00
Mark Otto
8ffbb74e81
Remove margin-bottom on .bd-example (#25048) 2017-12-28 10:47:34 -08:00
Mark Otto
ced70da441 Update version to 4.0.0-beta.3 2017-12-28 09:50:04 -08:00
Mark Otto
e0fe88659c npm dist 2017-12-27 21:08:51 -08:00
Mark Otto
c0129f8c2a dist 2017-12-27 16:30:18 -08:00
Mark Otto
8ae78b6820 dist 2017-12-27 16:20:10 -08:00
Mark Otto
42e881f590 improve docs tables 2017-12-27 13:40:51 -08:00
Mark Otto
6fd11a6169 dist 2017-12-26 22:28:04 -08:00
Mark Otto
572193524f remove popover static example 2017-12-26 21:50:23 -08:00
Mark Otto
be6fbf5387 dist 2017-12-26 13:50:15 -08:00
Mark Otto
90d492bc4a dist 2017-12-26 13:33:29 -08:00
Mark Otto
234a894a0b dist 2017-12-26 13:31:42 -08:00
Mark Otto
5621c800aa dist 2017-12-22 17:15:46 -08:00
Mark Otto
0a420124ea
Restyle code element, remove docs example overflow, improve docs examples (#25054)
* Restyle code element, clean up variables

- Removes the padding and background-color
- Changes the color to a brand color ()
- Add new variables to kbd element styles to account for removing the code ones
- Remove overrides that were needed previously

* only break between words, and override it in the pre

* make file inputs 100% wide

* scope custom file changes in input group for sizing

* shorter button labels for responsive

* narrower cards

* button was too wide

* downsize

* fewer links in pagination

* redo cell text

* improve overflow docs
2017-12-22 16:49:57 -08:00
Mark Otto
935d45f461 dist 2017-12-22 16:21:54 -08:00
Mark Otto
eaaad9574c dist 2017-12-16 17:37:44 -08:00