]>
git.ipfire.org Git - thirdparty/bootstrap.git/log
Mark Otto [Sat, 11 Jul 2020 18:40:08 +0000 (11:40 -0700)]
Update layout.md
Rohit Sharma [Sun, 5 Jul 2020 11:03:27 +0000 (16:33 +0530)]
Single line example for inline forms
Patrick H. Lauke [Fri, 3 Jul 2020 19:31:44 +0000 (20:31 +0100)]
Rename `sr-only` to `visually-hidden` in new/renamed helper doc file
Patrick H. Lauke [Sat, 27 Jun 2020 19:55:09 +0000 (20:55 +0100)]
Add alias/redirect
Patrick H. Lauke [Sun, 21 Jun 2020 11:41:01 +0000 (12:41 +0100)]
Reword slightly awkward-sounding description
Patrick H. Lauke [Sun, 21 Jun 2020 11:39:49 +0000 (12:39 +0100)]
Emphasise/call out the note about `.invisible` and AT
Patrick H. Lauke [Sun, 21 Jun 2020 11:07:20 +0000 (12:07 +0100)]
Docs: rename "Screen readers" helper page to "Visually hidden"
"screen readers" is quite reductive, as there are other assistive technologies. content hidden this way is even announced by things like Alexa/Siri etc, so it's not so much just "screen readers".
in the long run, we may even consider changing the actual classnames (maybe `.visually-hidden` / `.visually-hidden-focusable`, though admittedly that's a bit verbose).
also includes a tiny tweak to layout.md to generalise the note about using `.sr-only`
Florian Lacreuse [Tue, 7 Jul 2020 17:28:24 +0000 (19:28 +0200)]
Fix some hexa in colors docs. (#31254)
dependabot[bot] [Tue, 7 Jul 2020 09:11:23 +0000 (12:11 +0300)]
Bump rollup from 2.19.0 to 2.20.0 (#31251)
Bumps [rollup](https://github.com/rollup/rollup) from 2.19.0 to 2.20.0.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.19.0...v2.20.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
XhmikosR [Tue, 7 Jul 2020 07:30:05 +0000 (10:30 +0300)]
Update popper.js to v1.16.1. (#31250)
XhmikosR [Tue, 7 Jul 2020 07:23:11 +0000 (10:23 +0300)]
Update to `@rollup/plugin-node-resolve` v8.1.0. (#31249)
XhmikosR [Mon, 6 Jul 2020 16:11:58 +0000 (19:11 +0300)]
Update devDependencies and regenerate package-lock.json (#31229)
Patrick H. Lauke [Mon, 6 Jul 2020 07:52:43 +0000 (08:52 +0100)]
Docs: separate button group out of checks/radios, expand button groups page (#31201)
* Keep checks/radio toggle buttons on topic
- give examples of the pure toggle checks and radios, without the button group class. show that these work fine without `.btn-group`, but still cross-reference it
- move the explanation from "Checkbox toggle buttons" directly to "Toggle buttons", as the mention of using button classes applies equally to the subsequent "Radio toggle buttons" and "Outlined styles" subsections.
* Expand button group description
as it's not just single line, but vertical as well
* Expand button group examples
- add more colour ... `.btn-secondary` is just dull and uninspiring
- new section to showcase "Checkbox and radio button groups"
- add a mixed styles example
- add an example of vertical radio button group
Stephanie Brown [Mon, 6 Jul 2020 07:48:19 +0000 (03:48 -0400)]
Remove period in list item link for consistency. (#31243)
Martijn Cuppens [Fri, 3 Jul 2020 13:16:05 +0000 (15:16 +0200)]
Fix sidebar jump (#31232)
Patrick H. Lauke [Fri, 3 Jul 2020 11:38:11 +0000 (12:38 +0100)]
Rename `sr-only`/`sr-only-focusable` (#31139)
* Rename `sr-only`/`sr-only-focusable`
To be more representative of the fact that these are not necessarily "screen reader" specific, but actually apply to assistive technologies in general (and also things like Alexa/Siri/etc). Goes hand-in-hand with #31133
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Patrick H. Lauke [Fri, 3 Jul 2020 11:34:32 +0000 (12:34 +0100)]
Docs: improve/expand button documentation (#31093)
* Docs: improve/expand button documentation
- since we're not doing the disabled cursor thing anymore anyway, remove confusing/unnecessary mention for link-based disabled buttons
- make the disabled toggle example using a link actually follow the preceding advice of also having `tabindex="-1"` and `aria-disabled="true"`
- tweak the link functionality callout to also still mention `aria-disabled` to reinforce the idea
- tweak toggle state description (not just `<button>`s, but also links etc...so just remove mention of `<button>` there; also reinforce accessibility aspect once more)
- add a new callout that cross-references checkbox-based toggles, and what the similarity/difference between them is
- add a matching cross-reference callout to the checkbox-based toggle buttons page
* Update link to now renamed checks-radios.md
Patrick H. Lauke [Fri, 3 Jul 2020 11:23:28 +0000 (12:23 +0100)]
Docs: clarify that pointer events classes don't affect keyboard interaction (#31134)
* Docs: clarify that pointer events classes don't affect keyboard interaction
* Neutralise example links that are `pe-none`
Sascha Nuissl [Wed, 1 Jul 2020 16:13:20 +0000 (18:13 +0200)]
Fix generated example code for RFS (#31213)
Co-authored-by: Martijn Cuppens <martijn.cuppens@gmail.com>
XhmikosR [Wed, 1 Jul 2020 12:43:06 +0000 (15:43 +0300)]
Update migration.md (#31122)
* Add a new v5.0.0-alpha2 section
* Add missing Browser versions from v5.0.0-alpha1
XhmikosR [Sun, 28 Jun 2020 18:12:20 +0000 (21:12 +0300)]
Remove extra space
XhmikosR [Sun, 28 Jun 2020 18:08:06 +0000 (21:08 +0300)]
homepage-hero.svg: move `defs` before `g`
XhmikosR [Sun, 28 Jun 2020 18:05:52 +0000 (21:05 +0300)]
Use the site param for icons
XhmikosR [Sun, 28 Jun 2020 18:05:43 +0000 (21:05 +0300)]
Bump RFS tag
XhmikosR [Tue, 30 Jun 2020 13:49:47 +0000 (16:49 +0300)]
homepage: Fix wrong indentation (#31211)
dependabot[bot] [Tue, 30 Jun 2020 12:07:31 +0000 (15:07 +0300)]
Bump rollup from 2.18.0 to 2.18.1 (#31203)
Bumps [rollup](https://github.com/rollup/rollup) from 2.18.0 to 2.18.1.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.18.0...v2.18.1)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
dependabot[bot] [Tue, 30 Jun 2020 12:02:34 +0000 (15:02 +0300)]
Bump vnu-jar from 20.5.29 to 20.6.30 (#31204)
Bumps [vnu-jar](https://github.com/validator/validator) from 20.5.29 to 20.6.30.
- [Release notes](https://github.com/validator/validator/releases)
- [Changelog](https://github.com/validator/validator/blob/master/CHANGELOG.md)
- [Commits](https://github.com/validator/validator/compare/20.5.29...20.6.30)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
dependabot[bot] [Tue, 30 Jun 2020 11:58:56 +0000 (14:58 +0300)]
Bump sirv-cli from 1.0.1 to 1.0.3 (#31205)
Bumps [sirv-cli](https://github.com/lukeed/sirv) from 1.0.1 to 1.0.3.
- [Release notes](https://github.com/lukeed/sirv/releases)
- [Commits](https://github.com/lukeed/sirv/compare/v1.0.1...v1.0.3)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
dependabot[bot] [Tue, 30 Jun 2020 11:52:23 +0000 (14:52 +0300)]
Bump eslint-plugin-import from 2.21.2 to 2.22.0 (#31206)
Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.21.2 to 2.22.0.
- [Release notes](https://github.com/benmosher/eslint-plugin-import/releases)
- [Changelog](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md)
- [Commits](https://github.com/benmosher/eslint-plugin-import/compare/v2.21.2...v2.22.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] [Tue, 30 Jun 2020 11:46:51 +0000 (14:46 +0300)]
Bump eslint-config-xo from 0.31.0 to 0.32.0 (#31207)
Bumps [eslint-config-xo](https://github.com/xojs/eslint-config-xo) from 0.31.0 to 0.32.0.
- [Release notes](https://github.com/xojs/eslint-config-xo/releases)
- [Commits](https://github.com/xojs/eslint-config-xo/compare/v0.31.0...v0.32.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Alex Mohr [Sat, 27 Jun 2020 20:39:17 +0000 (13:39 -0700)]
Fix spelling mistake (#31190)
Co-authored-by: Alex Mohr <mohralexj@gmail.com>
Patrick H. Lauke [Sat, 27 Jun 2020 18:31:59 +0000 (19:31 +0100)]
Docs: rename form checks page to "Checks / radios" (#31090)
* Docs: rename form checks page to "Checks / radios"
it's not immediately obvious that "checks" includes information about both checkboxes and radio buttons. while "checks / radios" is also still not perfect (as honestly even I didn't quite grok that "checks" meant checkboxes), it should make it slightly more obvious nonetheless
Patrick H. Lauke [Sat, 27 Jun 2020 11:28:21 +0000 (12:28 +0100)]
Add code to method/property tables (#31130)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
XhmikosR [Thu, 25 Jun 2020 15:38:39 +0000 (18:38 +0300)]
Update Babel config (#31011)
* remove plugin-proposal-object-rest-spread
* add bugfixes
* `exclude: ['transform-typeof-symbol']` did nothing with our config
dependabot[bot] [Thu, 25 Jun 2020 09:11:41 +0000 (12:11 +0300)]
Bump hugo-bin from 0.60.0 to 0.61.0 (#31170)
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.60.0 to 0.61.0.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases)
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.60.0...v0.61.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
dependabot[bot] [Thu, 25 Jun 2020 09:00:43 +0000 (12:00 +0300)]
Bump autoprefixer from 9.8.2 to 9.8.4 (#31168)
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 9.8.2 to 9.8.4.
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/postcss/autoprefixer/compare/9.8.2...9.8.4)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
dependabot[bot] [Thu, 25 Jun 2020 08:57:18 +0000 (11:57 +0300)]
Bump lockfile-lint from 4.3.6 to 4.3.7 (#31169)
Bumps [lockfile-lint](https://github.com/lirantal/lockfile-lint) from 4.3.6 to 4.3.7.
- [Release notes](https://github.com/lirantal/lockfile-lint/releases)
- [Commits](https://github.com/lirantal/lockfile-lint/compare/lockfile-lint@4.3.6...lockfile-lint@4.3.7)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot-preview[bot] [Thu, 25 Jun 2020 08:51:32 +0000 (11:51 +0300)]
Update Dependabot config file (#31167)
* Update Dependabot config file
* Update dependabot.yml
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
XhmikosR [Thu, 25 Jun 2020 08:42:55 +0000 (11:42 +0300)]
BrowserStack: stop testing on latest Edge. (#31125)
It's Chromium-based so it seems redundant.
Shohei Yoshida [Thu, 25 Jun 2020 08:35:53 +0000 (17:35 +0900)]
Prevent overflowing static backdrop modal animation (#30326)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Mark Otto [Thu, 25 Jun 2020 06:22:58 +0000 (23:22 -0700)]
Remove backdrop-filter from toasts
Mark Otto [Thu, 25 Jun 2020 06:21:41 +0000 (23:21 -0700)]
Remove backdrop-filter from docs subnav
Fixes #31163.
Shohei Yoshida [Thu, 25 Jun 2020 06:43:19 +0000 (15:43 +0900)]
Fix scrollable modal (#31151)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Jorge González [Wed, 24 Jun 2020 16:28:47 +0000 (11:28 -0500)]
Fix table separator typo (#31162)
Gaël Poupard [Wed, 24 Jun 2020 11:11:20 +0000 (13:11 +0200)]
Floating labels improvements (#30966)
* docs(example): floating-labels' better Edge fallback
* docs(example): refactor floating-labels' CSS
Patrick H. Lauke [Tue, 23 Jun 2020 20:00:28 +0000 (21:00 +0100)]
Darken dropdown divider (#31131)
currently, `$gray-200` is practically imperceptible. switch to reusing `$dropdown-border-color`.
XhmikosR [Tue, 23 Jun 2020 06:18:27 +0000 (09:18 +0300)]
Update .browserslistrc (#31124)
* remove ExplorerMobile since it's included in `dead` browsers
* change Edge to >= 16 otherwise browserslist seems to include >= 17
XhmikosR [Tue, 23 Jun 2020 06:11:41 +0000 (09:11 +0300)]
Update devDependencies (#31123)
* @babel/cli ^7.10.1 → ^7.10.3
* @babel/core ^7.10.2 → ^7.10.3
* @babel/plugin-proposal-object-rest-spread ^7.10.1 → ^7.10.3
* @babel/preset-env ^7.10.2 → ^7.10.3
* @rollup/plugin-babel ^5.0.3 → ^5.0.4
* autoprefixer ^9.8.0 → ^9.8.2
* eslint ^7.2.0 → ^7.3.1
* rollup ^2.17.0 → ^2.18.0
Patrick H. Lauke [Sun, 21 Jun 2020 12:33:07 +0000 (13:33 +0100)]
Docs: move color utility callouts to start of page (#31135)
* Move color utility callouts to start of page
Hierarchically/structurally, in the position they are currently at, the two callouts seem like they "belong" just to the "background color" section. Moving them to the start makes it clearer that those two callouts relate to everything in the page (both "Color" and "Background color" classes.
* Change heading level
otherwise the assistive technology callout looks like it's hierarchically under the "Dealing with specificity" heading
Mark Otto [Sat, 20 Jun 2020 04:29:20 +0000 (21:29 -0700)]
Correctly document how to add to Sass maps (#31107)
Fixes #31089.
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Mark Otto [Sat, 20 Jun 2020 04:20:26 +0000 (21:20 -0700)]
Fixes #31113 (#31120)
Mattonit [Fri, 19 Jun 2020 17:55:04 +0000 (19:55 +0200)]
Updated the command to install using yarn (#31075)
* updated yarn command to install latest version
* Update README.md
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Quy [Fri, 19 Jun 2020 17:42:25 +0000 (10:42 -0700)]
Fix links to gutters page (#31116)
Patrick H. Lauke [Fri, 19 Jun 2020 08:31:37 +0000 (09:31 +0100)]
Change whitelist to allowlist (#31066)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Co-authored-by: Mark Otto <markd.otto@gmail.com>
Hiws [Fri, 19 Jun 2020 05:10:28 +0000 (07:10 +0200)]
Docs: fix typo (#31106)
* Fixes a typo so it displays the correct px's.
* Update gutters.md
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Nic Johnson [Thu, 18 Jun 2020 18:46:03 +0000 (12:46 -0600)]
Fix typo (#31102)
Mark Otto [Thu, 18 Jun 2020 17:27:42 +0000 (10:27 -0700)]
Add new toasts examples (#30572)
* Add two new toasts examples
- Adds a new custom content example that removes the toast header and adds a custom close icon
- Adds docs for how to create your own color schemes
- Adds example of additional buttons
* Update toasts examples
- Remove span and place aria on SVG element
- Add .border-0 to color scheme example for crisper edges
* Update toasts.md
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Christian Studer [Thu, 18 Jun 2020 09:56:57 +0000 (11:56 +0200)]
Fix Stack Overflow tag (#31062)
Patrick H. Lauke [Thu, 18 Jun 2020 08:24:23 +0000 (09:24 +0100)]
Docs: add Gaël Poupard to the core team page (#31081)
Docs: add Gaël Poupard to the core team page
XhmikosR [Thu, 18 Jun 2020 07:32:59 +0000 (10:32 +0300)]
Update devDependencies (#31086)
* rollup ^2.16.1 → ^2.17.0
* sirv-cli ^1.0.0 → ^1.0.1
* stylelint ^13.6.0 → ^13.6.1
Tanguy Krotoff [Thu, 18 Jun 2020 07:02:44 +0000 (09:02 +0200)]
Fix tooltip when hovering a children element (delegateTarget) (#30928)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Mark Otto [Wed, 17 Jun 2020 18:37:05 +0000 (11:37 -0700)]
Add oxford commas
Patrick H. Lauke [Wed, 17 Jun 2020 17:48:31 +0000 (18:48 +0100)]
Docs: tweak accessibility section
- point to WCAG 2.1 rather than 2.0
- soften/expand the language around color contrast, since the situation has definitely improved in v5 but we still can't guarantee all possible permutations of colors/opacities/etc
- minor language/stylistic tweaks
- add further resources
Bruno Baguette [Wed, 17 Jun 2020 16:59:00 +0000 (18:59 +0200)]
Typo fix : depedending ⮞ depending
Bruno Baguette [Wed, 17 Jun 2020 16:53:11 +0000 (18:53 +0200)]
Typo fix : individiual ⮞ individual
Bruno Baguette [Wed, 17 Jun 2020 16:37:12 +0000 (18:37 +0200)]
Typo fix : ocassions ⮞ occasions
Bruno Baguette [Wed, 17 Jun 2020 17:43:54 +0000 (19:43 +0200)]
Several typo fixes (#31077)
* Typo fix : thesse ⮞ these
* Several typo fixes
verical ⮞ vertical
availble ⮞ available
thesse ⮞ these
Patrick H. Lauke [Wed, 17 Jun 2020 14:37:27 +0000 (15:37 +0100)]
Docs: clarify rationale for button group on links (#31071)
XhmikosR [Wed, 17 Jun 2020 14:21:06 +0000 (17:21 +0300)]
Fix gzip badges
XhmikosR [Thu, 14 May 2020 15:03:52 +0000 (18:03 +0300)]
README: remove `.svg` from shields.io badges
XhmikosR [Wed, 10 Jun 2020 15:42:21 +0000 (18:42 +0300)]
collapse.js: return early.
XhmikosR [Wed, 10 Jun 2020 15:41:32 +0000 (18:41 +0300)]
Remove a couple of variables used once
XhmikosR [Wed, 10 Jun 2020 15:40:52 +0000 (18:40 +0300)]
Unbreak short lines
Catalin Zalog [Wed, 17 Jun 2020 13:55:28 +0000 (16:55 +0300)]
feat: adds th null var (#30781)
Inherit `font-weight: bold` that comes from user agent stylesheets.
Johann-S [Wed, 17 Jun 2020 08:45:07 +0000 (10:45 +0200)]
data: reword storage key in dom
Patrick H. Lauke [Wed, 17 Jun 2020 12:28:35 +0000 (13:28 +0100)]
Docs: fix old/broken example capture and typo (#31070)
* Docs: fix old/broken example capture and typo
* Make example less broken-looking
don't want to give impression that now it's ok to just sprinkle `role="button"` around. this at least makes the `span` keyboard-focusable, similar to at least the start of a custom control
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
XhmikosR [Wed, 17 Jun 2020 12:23:48 +0000 (15:23 +0300)]
Update bundlewatch.yml (#31063)
Specify `CI_TRACK_BASE: main`
dependabot-preview[bot] [Wed, 17 Jun 2020 06:16:08 +0000 (09:16 +0300)]
Bump terser from 4.7.0 to 4.8.0 (#31052)
Bumps [terser](https://github.com/terser/terser) from 4.7.0 to 4.8.0.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/compare/v4.7.0...v4.8.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
dependabot-preview[bot] [Wed, 17 Jun 2020 06:12:20 +0000 (09:12 +0300)]
Bump rollup from 2.15.0 to 2.16.1 (#31053)
Bumps [rollup](https://github.com/rollup/rollup) from 2.15.0 to 2.16.1.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.15.0...v2.16.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Mark Otto [Tue, 16 Jun 2020 21:04:06 +0000 (14:04 -0700)]
Update links to bug and feature request issue templates
Mark Otto [Tue, 16 Jun 2020 21:03:48 +0000 (14:03 -0700)]
Update issue templates
XhmikosR [Tue, 16 Jun 2020 19:12:01 +0000 (22:12 +0300)]
5.0.0-alpha1
Mark Otto [Tue, 16 Jun 2020 18:26:34 +0000 (11:26 -0700)]
Update v5 readme
- New logo
- Add callout to v4-dev branch
XhmikosR [Tue, 16 Jun 2020 18:50:01 +0000 (21:50 +0300)]
Run dist.
XhmikosR [Tue, 16 Jun 2020 18:17:28 +0000 (21:17 +0300)]
Prepare docs for v5.getbootstrap.com
* use v5.getbootstrap.com as the site URL/CNAME
* block robots from crawling
* specify next npm tag
XhmikosR [Tue, 16 Jun 2020 18:41:47 +0000 (21:41 +0300)]
Rename "master" to "main". (#31050)
Mark Otto [Tue, 16 Jun 2020 18:30:40 +0000 (11:30 -0700)]
v5: Add role=button cursor in Reboot (#31040)
* v5: Add role=button cursor in Reboot
Ports the changes from #30562 made in v4.5 and adds them to v5. This replaces #30563 which sought to add this to the utility API, but the v4 PR shifted to implement an accessible solution vs a lone utility.
* Update reboot.md
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Quy [Tue, 16 Jun 2020 18:25:54 +0000 (11:25 -0700)]
Fix typo (#31051)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
XhmikosR [Tue, 16 Jun 2020 18:04:02 +0000 (21:04 +0300)]
Move homepage-hero.svg and improve compression
XhmikosR [Tue, 16 Jun 2020 17:58:22 +0000 (20:58 +0300)]
Remove the unused bootstrap-stack.svg
Mark Otto [Tue, 16 Jun 2020 17:38:32 +0000 (10:38 -0700)]
Downsize SVG, add role=img
Mark Otto [Tue, 16 Jun 2020 16:04:19 +0000 (09:04 -0700)]
Center up the B in our logo a bit better
Mark Otto [Tue, 16 Jun 2020 06:26:32 +0000 (23:26 -0700)]
Update navbar logo and hero image
Mark Otto [Mon, 15 Jun 2020 21:03:59 +0000 (14:03 -0700)]
Update navbar and subnav to xxl container
Mark Otto [Sun, 31 May 2020 02:00:08 +0000 (05:00 +0300)]
Update v5 homepage to match v4.5's changes
XhmikosR [Tue, 16 Jun 2020 16:46:28 +0000 (19:46 +0300)]
Fix social_image_path dimensions
XhmikosR [Tue, 16 Jun 2020 16:30:21 +0000 (19:30 +0300)]
Add new favicons.
XhmikosR [Tue, 16 Jun 2020 16:01:59 +0000 (19:01 +0300)]
Remove IE-specific images/files.
Mark Otto [Tue, 16 Jun 2020 06:31:41 +0000 (09:31 +0300)]
v5: New favicons
XhmikosR [Tue, 16 Jun 2020 16:37:42 +0000 (19:37 +0300)]
Fix BootstrapCDN's name (#31049)