aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-07-12Update README.mdv4.1.2Mark Otto1-1/+1
2018-07-12Ship v4.1.2Mark Otto64-139/+139
2018-07-12Clean up npm scripts a bit more.XhmikosR1-2/+1
`docs-serve` was duplicated. Also, extend the existent `docs-serve` script for `docs-github-serve`.
2018-07-11Update scripts.XhmikosR1-3/+3
2018-07-11update card columns docs to make copy more accurateMark Otto1-2/+2
closes #26586, closes #26587
2018-07-11clarify docs dev and add 4.0 linkMark Otto1-3/+3
2018-07-11change dist to only affect main since docs css isn't distributedMark Otto1-1/+1
2018-07-11Move copy tasks back to css-main and js-compile so docs-github task runs ↵Mark Otto1-4/+4
properly
2018-07-11Update watch scripts to properly copy JS filesMark Otto1-4/+8
- 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
2018-07-11fixes #26637Mark Otto1-2/+2
2018-07-11Optimised Google Analytics LoadingChristian Oliff1-4/+2
2018-07-11new urlMark Otto1-1/+1
2018-07-11remove reference to breakpoint-specific gutter widths which are not implementedJosh Wand1-1/+1
see #22944 and #24620
2018-07-11Make navbar download the same as homepage downloadTheodore Dubois1-1/+1
2018-07-11remove jobs linkMark Otto1-3/+0
2018-07-11Reorganize docs for easier deploysMark Otto243-186/+171
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.
2018-07-11distMark Otto21-82/+67
2018-07-11fix(modal): fix unit test and resetting styleJohann-S2-10/+6
2018-07-11fix(modal): removes .navbar-toggler marginCatalin Zalog2-55/+3
2018-07-09correct spelling errors (#26837)Andrew4-5/+5
2018-07-09Add missing role="button" in .navbar's .dropdown-toggleXhmikosR1-1/+1
Fixes #26830
2018-07-06Update devDependencies.XhmikosR2-3247/+2060
Only bundlesize is kept back for Node.js 10.x compatibility.
2018-07-06Update gems.XhmikosR3-6/+6
2018-07-04Merge pull request #26799 from Kirlovon/v4-devJohann-S1-1/+1
Fixed logo in README
2018-07-03Fixed logo in READMEKirill Reunov1-1/+1
2018-07-03OS X is now macOS (#26796)Christian Oliff2-6/+6
* OS X is now macOS * Update browser-bugs.yml
2018-07-02Fix incorrect visibility utility description regarding screen readers (#26786)Patrick H. Lauke1-1/+1
2018-07-02Add js maps & tweak docsMartijn Cuppens2-9/+13
2018-07-01Support nuget contentFiles, used for some project typesSupergibbs2-0/+8
2018-07-01.browserslistrc: add `not dead`.XhmikosR1-1/+2
2018-06-25fix(tooltip): get tip on placement changeJohann-S2-2/+27
2018-06-25Add broken-link-checker.XhmikosR3-1/+755
2018-06-25feat(dropdown): add original click eventjakubhonisek3-0/+73
2018-06-24distMark Otto9-8/+10
2018-06-24Fixes Edge and IE label overlapping issue (#25919)Christian Oliff1-0/+22
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.
2018-06-24Update box-shadows on .custom-select (#26754)Mark Otto2-2/+9
- 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)
2018-06-24Render inline svg like img (#25874)Martijn Cuppens1-0/+1
2018-06-24Move `eslint-plugin-compat` to the extends array.XhmikosR1-3/+1
2018-06-21distMark Otto36-242/+349
2018-06-21Remove disabled class from wrapperMartijn Cuppens1-1/+1
`disabled` class is not needed for wrapper.
2018-06-21Update folder structure (#26729)Martijn Cuppens1-18/+23
2018-06-21Change karma tests to run sequential.XhmikosR1-1/+1
I was getting port in use errors.
2018-06-21Update all devDependencies apart from bundlesize and babel.XhmikosR2-1014/+1208
Newer bundlesize versions still don't work with node.js 10.x. babel has some bugs that we need to be fixed.
2018-06-21Update gems.XhmikosR2-8/+8
2018-06-21Update package-lock.json with npm 6.3.1.XhmikosR1-2044/+2058
2018-06-21Remove inkscape data from brand svgs (#26708)Martijn Cuppens3-14/+8
2018-06-11Fix node_modules path (#26653)Martijn Cuppens1-16/+16
2018-06-11Add additional wording to the Introduction section of Bootstrap docs about ↵sts-ryan-holton1-0/+2
the bootstrap bundle js (#26688)
2018-06-05HTTPS link (#26663)Christian Oliff1-1/+1
saves a redirect
2018-06-05Fix markdown code inside HTML code. (#26662)XhmikosR3-3/+3