aboutsummaryrefslogtreecommitdiff
path: root/site/_data
AgeCommit message (Collapse)AuthorFilesLines
2019-02-13Release v4.3.1. (#28252)v4.3.1XhmikosR1-1/+1
2019-02-11Release v4.3.0 (#28228)v4.3.0Mark Otto1-1/+2
* Prep for v4.3.0 * More updates for v4.3.0. * rerun to build docs source map
2019-02-07Rename `Screenreaders` to "Screen readers".XhmikosR1-1/+1
No redirect is added because the next version will be a minor version bump.
2018-12-22Merge branch 'v4-dev' into stretched-linkXhmikosR3-17/+4
2018-12-21Bump to v4.2.1 (#27892)v4.2.1Mark Otto1-1/+1
2018-12-21Prep for v4.2.0 releaseMark Otto1-1/+2
- Move 4.1 docs to 4.2 - Update versions everywhere to 4.1.3 with release script - Manually bump the shorthand version in package.json - Add 4.2 to the versions docs page - Update some redirects - Fix tests asset URLs - Bump Nuget and more
2018-12-21Remove dead link entry for translations. (#27891)Florian Lacreuse1-5/+0
2018-12-16List v3.4.0 in versions page. (#27860)XhmikosR1-1/+2
2018-12-12Remove now unnecessary -ms-viewport and -ms-overflow-style directives (#27789)Patrick H. Lauke1-10/+0
Edge/Mobile appears to have moved support for `-ms-viewport` behind a flag at some point, instead supporting meta viewport directives. Removing this altogether also fixes issues in IE11 on high-dpi displays - see https://github.com/twbs/bootstrap/issues/21780
2018-12-04Stretched linkMartijn Cuppens1-0/+1
2018-11-13Add new toasts componentMark Otto1-0/+1
2018-11-13Add Bootstrap's very first spinners omfg it's actually happeningMark Otto1-0/+1
2018-11-05Add japanese to translations (#27599)okazou1-0/+5
2018-10-30Add @MartijnCuppens to our core team ! :tada: (#27562)Johann-S1-0/+3
2018-10-17Move media from layout to componentsMartijn Cuppens1-1/+1
2018-10-06Add overflow-auto and overflow-hidden utilitiesMark Otto1-0/+1
2018-09-16Simplify HTML and CSSMark Otto1-8/+0
- Remove iframes - Turn into larger click areas - Drop entire team.scss file for components and utilities
2018-09-16Restore team page.XhmikosR2-0/+32
2018-09-14Use https in more places and fix a few redirects.XhmikosR1-3/+3
2018-09-10Remove certain Chromium entries from Wall of BugsHerst1-30/+0
2018-09-02Add new docs Versions page.Mark Otto1-0/+41
2018-08-12Revert "Remove Chinese translation since it 404s."XhmikosR1-0/+5
This reverts commit 8bb35313b17da1414ca3445a6c821718a4d62bc5. This is no longer needed.
2018-08-12Remove Chinese translation since it 404s.XhmikosR1-5/+0
2018-07-11Reorganize docs for easier deploysMark Otto9-0/+839
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.