aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-10-15Update devDependencies and gems.XhmikosR3-250/+194
2018-10-15Include `css-copy` in the `css` script.XhmikosR1-2/+2
2018-10-15Rename everything to skippy and center skippy (#27420)Martijn Cuppens4-19/+20
2018-10-15Combine examples and simple layouts.XhmikosR4-49/+36
2018-10-15Tighten stylelint config. (#27336)XhmikosR1-8/+50
Also improve its formatting.
2018-10-15Change h1 to h2Martijn Cuppens1-1/+1
2018-10-14Reduce indentation.XhmikosR2-24/+24
2018-10-14Travis: add `--clean` in `bundle install` command.XhmikosR1-1/+1
2018-10-14build/generate-sri.js: add popperjs.XhmikosR1-0/+4
2018-10-14Move periods outside of links.XhmikosR7-7/+7
2018-10-14js/tests/visual: fix popper script.XhmikosR5-5/+5
Broken after 787441d.
2018-10-14Fix a few links.XhmikosR4-10/+10
* fix `/versions/` link * add missing trailing slashes * fix a couple of redirects
2018-10-14Remove the unused `jobs` Jekyll variable.XhmikosR1-1/+0
2018-10-14Update popper.js in docs.XhmikosR1-2/+2
2018-10-14docs: fix bundle SRI hash.XhmikosR3-3/+5
Also, remove popper.js from this script since it's not present in the repo.
2018-10-14Fix invalid selectors in tests and examples.XhmikosR2-2/+2
2018-10-14Add a release npm script.XhmikosR2-21/+4
2018-10-14Remove sri-toolbox dependency.XhmikosR3-11/+4
We can achieve the same very easily.
2018-10-13Update Travis config.XhmikosR1-1/+2
* remove `dist: trusty` since it's the default * disable email notifications
2018-10-13update holder.js image dimensions for sizing examplem5o1-1/+1
* update holder.js image dimensions for sizing example * use `100%` instead of `100%` * :memo: https://github.com/imsky/holder#fluid-placeholders
2018-10-11refine deprecated holder.js color syntaxm5o1-1/+1
* refine deprecated holder.js color syntax * remove `#55595c:#373a3c` * harmonize with all other holder.js examples
2018-10-07Update devDependencies and gems.XhmikosR4-687/+719
2018-10-07Rename script.XhmikosR1-1/+1
2018-10-06Add overflow-auto and overflow-hidden utilitiesMark Otto6-5/+38
2018-10-06fix - small grammar errorSpencer Davies1-1/+1
"given move to" -> "given the move to"
2018-10-02updated README (#27349)Tanmay Gupta1-1/+1
2018-09-26Tweak build/build-plugins.js.XhmikosR1-39/+38
2018-09-26remove useless iifeJohann-S12-3095/+3053
2018-09-26Remove unneeded `path.resolve`.XhmikosR2-2/+2
2018-09-26Include the plugin's filename in the license header.XhmikosR2-5/+9
2018-09-26Add license headers in js/dist filesHelmut Granda3-7/+15
By implementing the same approach of rollup.config.js and replicate it in build-plugins.js, individual plugins will display license headers.
2018-09-26Prevent pointer events on disabled list-group-itemHoward Cox1-0/+1
2018-09-26Prevent pointer-events on disabled anchor dropdown-itemHoward Cox1-0/+1
Fixes #26695
2018-09-25Fix examples after the recent JS changes.XhmikosR4-12/+12
`https://example.com` isn't a valid selector.
2018-09-25Add explanation about accordion wrapper.Florian Lacreuse1-1/+1
2018-09-20Make release-zip include the root folder.XhmikosR1-1/+1
Also, now it should work cross-platform assuming `zip` is present.
2018-09-20Update forms.md719media1-4/+4
fix duplicate id attribute
2018-09-18Remove flex utilities from .list-group-item's as they're display: block; ↵Mark Otto1-3/+3
meaning the utilities have no affect. Closes #27162.
2018-09-18distMark Otto6-7/+7
2018-09-18Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto2-2/+4
2018-09-18distMark Otto19-15/+53
2018-09-18Allow multiple ways of padding declaration for modal header (#26976)Martijn Cuppens2-2/+4
* #26967: Allow multiple ways of padding declaration for modal header * #26976: split vertical and horizontal modal padding
2018-09-18Add new variables for form feedback tooltips (#26959)Mark Otto2-5/+13
Fixes #26886
2018-09-18docs: switch to font-weight 600. (#27226)XhmikosR6-9/+9
Segoe UI doesn't have font-weight: 500 making things not looking as expected.
2018-09-18use bsCustomFileInput in our documentation (#27264)Johann-S4-2/+10
2018-09-18Consistently re-use input variablesMark Otto1-14/+14
2018-09-18feature(carousel): carousel-item interval (#26667)Christopher Morrissey3-0/+85
adds the ability to assign data-interval to an individual carousel-item
2018-09-18Variable .btn and .form-control font sizes (#26908)Martijn Cuppens3-10/+19
2018-09-18Bring the focused button in input group to the front (#26910)ysds1-0/+4
2018-09-18Document input group wrapping behavior and override via utility classMark Otto1-0/+14
Fixes #25409