https://github.com/twbs/bootstrap

sort by:
Revision Author Date Message Commit Date
3b55873 Ship v4.1.3 24 July 2018, 15:54:34 UTC
72447ad dist 24 July 2018, 00:51:14 UTC
d180452 fix(tests): visual plugins tests 24 July 2018, 00:29:53 UTC
c74a327 Allow background images for active buttons 21 July 2018, 00:25:01 UTC
f87d5ea Clarify to close #26329 21 July 2018, 00:11:23 UTC
6cca02f fix `.modal-dialog-centered` on IE10/11 21 July 2018, 00:04:23 UTC
c04d60b Fix modal overflow style nesting (#26742) Nest `.modal` styling directly under `.modal-open` to avoid issues when bootstrap is nested. 20 July 2018, 23:55:16 UTC
23e4d48 Merge branch 'document-tooltip-flickering' of https://github.com/simPod/bootstrap into simPod-document-tooltip-flickering 20 July 2018, 23:34:57 UTC
6f52b2e #26912: fix custom file input z-index 20 July 2018, 23:31:47 UTC
c45e559 Fix property order 20 July 2018, 23:28:09 UTC
9007754 Remove `:not(:root)` from the workaround for SVG overflow bug * `svg:not(:root)` specificity is very high (https://github.com/necolas/normalize.css/issues/718) * Bootstrap do not support SVG documents (See #26878) 20 July 2018, 23:28:09 UTC
d7acc97 Lower the specificity of vertical-align of SVG 20 July 2018, 23:28:09 UTC
3cfa060 Add Noto Color Emoji to font stack Fixes #26227 20 July 2018, 23:24:14 UTC
bdb6723 Clarify custom select styles Fixes #26281 20 July 2018, 23:23:42 UTC
4693672 Update validation tooltips to use tooltip vars (#26887) Updates the properties and values for which we have existing variables to match our tooltips. Come 4.2, we'll create new tooltips for these. 20 July 2018, 23:21:40 UTC
28b9bc0 Improve responsive table docs - Splits the examples with code snippets - Adds note about possible broken visuals Closes #25813 20 July 2018, 23:18:48 UTC
eb81c39 feat(plugins): allow to import separate plugins 19 July 2018, 17:59:45 UTC
6cf8700 Move the browserslist config to a separate file. 16 July 2018, 18:34:53 UTC
6d84d49 Merge branch 'v4-dev' of https://github.com/Varunram/bootstrap into Varunram-v4-dev 16 July 2018, 05:46:37 UTC
a4b2e39 More wordsmithing 16 July 2018, 05:27:36 UTC
233378a dist 15 July 2018, 21:16:35 UTC
9bfd400 #25842 Remove max-width from table class 15 July 2018, 21:06:33 UTC
f426a67 Form control heights (#26820) * Redo input height on .form-control - Use the already present -height variables on .form-control - Consolidate the select size and multiple overrides into the .form-control base class instead of sm/lg modifiers - Remove the Sass extends from input groups since it picks up too many selectors * Prevent height on textareas 15 July 2018, 21:00:23 UTC
48c723b Fix custom range thumb style (#26385) * Fix focus box shadow of custom ranges * Put `:focus` selector right after `.custom-range` * Remove unnecessary `outline: none` * Fix box-shadow issues in IE/Edge * Better align * Fix thumb vertical positions in IE/Edge * Fix incorrect formula of thumb vertical positions in Webkit * Fix an incorrect comment * Fix incorrect box-shadow-width 15 July 2018, 04:31:20 UTC
0fd4083 Fix `custom-forms` heights and position (#25602) Now `.custom-control` will have height equal to `$font-size-base` Fix custom checkbox and radio top position (we can't subtract rem from unit) `$line-height-base - $custom-control-indicator-size` is not valid Because `$line-height-base` is a unitless variable and `$custom-control-indicator-size` is a unit (rem) variable 15 July 2018, 04:29:19 UTC
2d8422f fixes #26579 15 July 2018, 04:10:45 UTC
52813f4 Update cursor on floating labels example (#26826) 14 July 2018, 22:14:29 UTC
2eb456b Merge branch 'examples-cleanup' of https://github.com/MartijnCuppens/bootstrap into MartijnCuppens-examples-cleanup 14 July 2018, 21:07:14 UTC
9928311 Merge branch 'box-shadow_issue_26377' of https://github.com/parammittal16/bootstrap into parammittal16-box-shadow_issue_26377 14 July 2018, 21:04:39 UTC
a5d4832 Update issue templates 13 July 2018, 16:31:55 UTC
b2c4ce5 Update issue template 13 July 2018, 16:30:58 UTC
1f46337 Update README.md 12 July 2018, 16:27:14 UTC
c4ccfbe Ship v4.1.2 12 July 2018, 16:27:14 UTC
da56d91 Reword 12 July 2018, 14:31:20 UTC
a49f5ca Clean up npm scripts a bit more. `docs-serve` was duplicated. Also, extend the existent `docs-serve` script for `docs-github-serve`. 12 July 2018, 07:06:12 UTC
6589408 Update scripts. 12 July 2018, 06:30:46 UTC
de7bef8 update card columns docs to make copy more accurate closes #26586, closes #26587 12 July 2018, 06:30:46 UTC
5a11ba5 clarify docs dev and add 4.0 link 12 July 2018, 06:30:46 UTC
aedd700 change dist to only affect main since docs css isn't distributed 12 July 2018, 06:30:46 UTC
4518288 Move copy tasks back to css-main and js-compile so docs-github task runs properly 12 July 2018, 06:30:46 UTC
159aebc Update watch scripts to properly copy JS files - Updates nodemon scripts to watch specific directories instead of ignoring several - Split watch tasks for CSS and JS into main and docs - Add docs-watch script to serve the docs instead of just build - Add new start script so that instead of two tabs, one for docs-watch and one for watch, we just run npm start 12 July 2018, 06:30:46 UTC
01f568d fixes #26637 12 July 2018, 06:30:46 UTC
50ff31b Optimised Google Analytics Loading 12 July 2018, 06:30:46 UTC
01c70b1 new url 12 July 2018, 06:30:46 UTC
a0551c7 remove reference to breakpoint-specific gutter widths which are not implemented see #22944 and #24620 12 July 2018, 06:30:46 UTC
df24f88 Make navbar download the same as homepage download 12 July 2018, 06:30:46 UTC
1c92bac remove jobs link 12 July 2018, 06:30:46 UTC
0e920ce Reorganize docs for easier deploys With the current docs directory setup, I'm making too many mistakes and have to manually address path changes and directory moves on deploy. This makes for a frustrating experience developing locally and shipping releases. With this PR, we're basically back to the same setup from v3—duplicating the dist directory into our docs directory. Not the most ideal, but very straightforward for me as the release manager. 12 July 2018, 06:30:46 UTC
9e126b2 dist 12 July 2018, 04:42:55 UTC
283ab30 fix(modal): fix unit test and resetting style 11 July 2018, 09:05:38 UTC
cb82394 fix(modal): removes .navbar-toggler margin 11 July 2018, 09:05:38 UTC
e9ec13e Update tooltips.md 10 July 2018, 20:26:30 UTC
591725e Document tooltip flickering in combination with some overflow settings 10 July 2018, 11:54:45 UTC
abb4868 correct spelling errors (#26837) 10 July 2018, 00:59:22 UTC
8b50a72 Add missing role="button" in .navbar's .dropdown-toggle Fixes #26830 09 July 2018, 13:41:47 UTC
e77d64b Replace shadow with shadow-sm 08 July 2018, 00:38:14 UTC
cfc9c85 Update devDependencies. Only bundlesize is kept back for Node.js 10.x compatibility. 06 July 2018, 09:39:13 UTC
907f9a7 Update gems. 06 July 2018, 09:19:17 UTC
6f8d322 Remove .border-bottom & .border-top classes from examples 05 July 2018, 20:42:01 UTC
09d0c5d Merge pull request #26799 from Kirlovon/v4-dev Fixed logo in README 04 July 2018, 07:26:13 UTC
15a2eeb Fixed logo in README 03 July 2018, 20:34:49 UTC
35a75eb OS X is now macOS (#26796) * OS X is now macOS * Update browser-bugs.yml 03 July 2018, 06:55:07 UTC
7b74602 Fix incorrect visibility utility description regarding screen readers (#26786) 02 July 2018, 18:52:28 UTC
edc5597 Add js maps & tweak docs 02 July 2018, 06:49:45 UTC
ddd33cd Support nuget contentFiles, used for some project types 01 July 2018, 07:02:09 UTC
13b8b9f .browserslistrc: add `not dead`. 01 July 2018, 06:56:22 UTC
e57a2f2 fix(tooltip): get tip on placement change 25 June 2018, 14:54:14 UTC
4112df4 Add broken-link-checker. 25 June 2018, 13:54:06 UTC
49e0946 feat(dropdown): add original click event 25 June 2018, 13:29:34 UTC
bca4cea dist 24 June 2018, 20:13:42 UTC
41ab1c6 Fixes Edge and IE label overlapping issue (#25919) The 'Floating labels' example is only supported on Chrome, Safari and Firefox. On Edge and IE the label is displayed always and any text input overlaps the label which makes it unreadable. The fix here targets Edge and IE and makes the form behave normally, the labels are hidden and the placeholder color is standard. 24 June 2018, 20:11:39 UTC
d78aac0 Update box-shadows on .custom-select (#26754) - Fixes #25656 where custom selects had the wrong focus shadow - Fixes #26668 where custom selects had no inset shadow (also closes #26572 which had the wrong form classes on the first example anyway) 24 June 2018, 20:07:49 UTC
d61e3ba Render inline svg like img (#25874) 24 June 2018, 19:01:11 UTC
a31b23b Move `eslint-plugin-compat` to the extends array. 23 June 2018, 22:45:29 UTC
eadeab9 dist 22 June 2018, 05:55:23 UTC
e59265c Remove disabled class from wrapper `disabled` class is not needed for wrapper. 21 June 2018, 15:38:22 UTC
1719a2c Update folder structure (#26729) 21 June 2018, 15:20:03 UTC
29bff9f Change karma tests to run sequential. I was getting port in use errors. 21 June 2018, 15:02:20 UTC
71a3742 Update all devDependencies apart from bundlesize and babel. Newer bundlesize versions still don't work with node.js 10.x. babel has some bugs that we need to be fixed. 21 June 2018, 15:02:20 UTC
0db176e Update gems. 21 June 2018, 15:02:20 UTC
84ff56c Update package-lock.json with npm 6.3.1. 21 June 2018, 15:02:20 UTC
919d58e Remove inkscape data from brand svgs (#26708) 21 June 2018, 13:51:16 UTC
7b2372f Fix node_modules path (#26653) 11 June 2018, 14:03:00 UTC
1af5a30 Add additional wording to the Introduction section of Bootstrap docs about the bootstrap bundle js (#26688) 11 June 2018, 13:14:02 UTC
9c3146d HTTPS link (#26663) saves a redirect 05 June 2018, 17:11:08 UTC
abf5ab7 Fix markdown code inside HTML code. (#26662) 05 June 2018, 12:21:40 UTC
4f1bb98 Limit .close hover/focus to non-disabled controls (#26654) 03 June 2018, 17:25:17 UTC
a79b8aa refactor(plugins): query elements without jquery 03 June 2018, 09:40:08 UTC
ffd31f9 Stricter stylelint rules 02 June 2018, 10:29:44 UTC
f20d0f4 sw.js: change to a relative link for the workbox files. This was broken after the docs refactoring. 01 June 2018, 13:03:23 UTC
96cbb58 chore(bundlesize): increase bootstrap.js max size 01 June 2018, 08:30:11 UTC
b1eb3fc refactor(plugins): improve how we query elements 01 June 2018, 08:30:11 UTC
62cc0fd Generate safari-pinned-tab.svg again. 01 June 2018, 07:42:21 UTC
cc61edf fix(scrollspy): xss in target option 01 June 2018, 07:10:25 UTC
1490960 fix(collapse): xss in parent option 01 June 2018, 07:10:25 UTC
2d90d36 fix(tooltip): xss in container option 01 June 2018, 07:10:25 UTC
e3084c3 Changed Node.js download page (#26638) Link to the more user-friendly Node download page (rather than just the raw directory view) 31 May 2018, 16:36:50 UTC
e163d18 Fix inline labels with a custom select (#26615) Add an sr-only class to the label on inline labels with a custom select 31 May 2018, 07:02:14 UTC
89a47c9 https link to editorconfig.org 31 May 2018, 06:43:12 UTC
976aad0 Remove the unused docs upload preview stuff. (#26599) 27 May 2018, 08:44:29 UTC
back to top