aboutsummaryrefslogtreecommitdiff
path: root/site
AgeCommit message (Collapse)AuthorFilesLines
2021-05-05Release v5.0.0 (#33647)v5.0.0XhmikosR3-4/+4
* Bump version to 5.0.0 * Fix npm tag * Dist
2021-05-05Rewrite migration guide (#33834)Mark Otto2-337/+224
- De-duplicates bulk of the content for a migration from v4 to v5 - Adds clear breaking labels where appropriate - Leaves room for more guidance around doing the actual migration
2021-05-05refactor(docs): Added form file input variables (#33833)Ajay Patel1-0/+4
File input belongs to this page in doc, added variables in last. Co-authored-by: XhmikosR <[email protected]>
2021-05-05Fix doc typo and Bootstrap Icons link (#33832)Kyle Tsang2-2/+2
* Fix typo in migration guide * Fix Bootstrap Icons link in alerts page
2021-05-05Update migration guide for some v5 changes (#33829)Mark Otto1-1/+20
* Update migration guide for some v5 changes * Update migration.md Co-authored-by: XhmikosR <[email protected]>
2021-05-04Neutralise more words from placeholder text (#33731)Patrick H. Lauke6-162/+205
* Neutralise more words from placeholder text Follow-up to https://github.com/twbs/bootstrap/pull/33726 * Match fullscreen modal to other sizes * Ditch the lyrics outright * Rewrite and tweak the blog example some * update cheatsheet * text utils copy too * Fix the tbody validation error * fix typo Co-authored-by: Mark Otto <[email protected]> Co-authored-by: Mark Otto <[email protected]> Co-authored-by: alpadev <[email protected]> Co-authored-by: alpadev <[email protected]>
2021-05-04Bump eslint-config-xo from 0.35.0 to 0.36.0 (#33646)dependabot[bot]1-0/+4
* Bump eslint-config-xo from 0.35.0 to 0.36.0 Bumps [eslint-config-xo](https://github.com/xojs/eslint-config-xo) from 0.35.0 to 0.36.0. - [Release notes](https://github.com/xojs/eslint-config-xo/releases) - [Commits](https://github.com/xojs/eslint-config-xo/compare/v0.35.0...v0.36.0) Signed-off-by: dependabot[bot] <[email protected]> * Adapt config Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
2021-05-04Tweak toast docs (#33810)Patrick H. Lauke1-5/+7
* Tweak toast docs - a few rewordings/tweaks - add info about toasts with focusable/actionable controls (shouldn't autohide them) * Update site/content/docs/5.0/components/toasts.md Co-authored-by: Mark Otto <[email protected]> * Update site/content/docs/5.0/components/toasts.md Co-authored-by: Mark Otto <[email protected]> Co-authored-by: Mark Otto <[email protected]>
2021-05-04Bump eslint-plugin-unicorn from 30.0.0 to 31.0.0 (#33769)dependabot[bot]1-0/+1
* Bump eslint-plugin-unicorn from 30.0.0 to 31.0.0 Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 30.0.0 to 31.0.0. - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases) - [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v30.0.0...v31.0.0) Signed-off-by: dependabot[bot] <[email protected]> * Disable the `unicorn/prefer-module` rule Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
2021-05-01Docs: adding intro about web accessibility (#33786)Luiz Orso1-0/+1
2021-05-01Update links to CCA, MQ5 prefers-reduced-motion, evergreen WCAG urls (#33797)Patrick H. Lauke1-5/+5
2021-04-30Add new team members to the Teams page (#33782)Mark Otto1-10/+16
* Add new team members to the Teams page * Update core-team.yml
2021-04-30Improve overall new examples' accessibility (#33772)Gaël Poupard7-821/+840
2021-04-27Improve RTL examples (#33097)Abdullah Alaqeel7-512/+506
2021-04-27Add migration note for the `autoClose` option (#33770)Rohit Sharma1-0/+6
2021-04-27Tooltip — doc updates (#33771)Rohit Sharma1-1/+1
2021-04-27docs: fix typo in list-group.md (#33756)Pierre Grimaud1-1/+1
2021-04-27fix: change margin breakpoints for bootstrap logo on double header (#33759)alpadev1-1/+1
2021-04-25Add Bootstrap Icons to alerts docs (#33690)Mark Otto1-0/+56
* Add Bootstrap Icons to alerts docs * Update site/content/docs/5.0/components/alerts.md Co-authored-by: Gaël Poupard <[email protected]> * Update alerts.md Co-authored-by: Gaël Poupard <[email protected]> Co-authored-by: XhmikosR <[email protected]>
2021-04-25Clarify `boundary` option description (#33735)Rohit Sharma3-3/+3
Mention that `boundary` option is specific to the preventOverflow modifier only Co-authored-by: XhmikosR <[email protected]>
2021-04-25Tooltip/Popover — Minor doc updates (#33733)Rohit Sharma2-2/+2
2021-04-23Replace modal and scrollspy placeholder content (#33726)Mark Otto2-63/+49
2021-04-21docs: fix the default value of Popper's `boundary` option (#33685)Rohit Sharma1-2/+2
`'scrollParent'` is no longer the default `boundary` value Co-authored-by: XhmikosR <[email protected]>
2021-04-20Dropdown — Add option to make the dropdown menu clickable (#33389)Rohit Sharma1-1/+65
2021-04-19Fixes #33686 typo in RTL docsiatek1-1/+1
2021-04-19Update anchor.js to v4.3.1. (#33668)XhmikosR1-4/+4
2021-04-18Change from preventOverflow to detectOverflowRohit Sharma3-3/+3
- Since the link is for detectOverflow docs
2021-04-18Fix typoRaaj Trambadia1-1/+1
2021-04-18Fixes signup form in Heroes exampleMark Otto1-3/+3
Fixes #33660
2021-04-18Fix Grid System docs (#33676)Kohhee Peace1-6/+6
* Fix Grid System docs * Apply suggestions from code review Co-authored-by: Mark Otto <[email protected]>
2021-04-17Fix toggle between modals exampleMark Otto1-50/+21
2021-04-17Docs: Tried to fix the issue #33650 (#33664)ghost_321-4/+4
Prefixed the `aria-controls` with `list-` to match with `tabpanel` ids in `Javascript behavior` example in `List Group Component`.
2021-04-14Add example: Panels stay open (#33553)Peter Hartree1-0/+45
* Add example: Panels stay open * Set unique element IDs in the new example * Update language Co-authored-by: Mark Otto <[email protected]> Co-authored-by: Mark Otto <[email protected]>
2021-04-14Correct the heading for the States sectionMark Otto1-1/+1
2021-04-14Docs: Fix wrong dark attribute in Table - Vertical Alignment (#33597)Philip Wedemann1-25/+23
* Fix wrong dark attribute * Remove the outer table completely Co-authored-by: Mark Otto <[email protected]>
2021-04-10Add color-scheme mixinMark Otto1-0/+22
2021-04-09docs: update clipboard.js to v2.0.8 (#33583)XhmikosR1-3/+3
2021-04-09footer: fix `rel=noopener` attribute (#33571)XhmikosR1-12/+12
There's no need to use `rel=noopener` without `target=_blank`, but otherwise, it should be used since it's a potential security issue.
2021-04-06Improve responsiveness of Features examplesMark Otto1-14/+14
2021-04-06Fixed wrong method name _getInstanceDanny Trunk1-1/+1
There is no _getInstance method, but there is a getInstance method
2021-04-06Revert "Update look and feel of examples and copy buttons"Mark Otto2-41/+13
This reverts commit cdf56e0eefd797d4b0f26021d24958fc315a5f2c.
2021-04-06Remove noopener from target _blank linksMark Otto1-1/+1
2021-04-06Add equal column mixin (#32155)CFX1-0/+3
2021-04-04Update look and feel of examples and copy buttonsMark Otto2-13/+41
2021-04-04Add offcanvas-top modifier (#33549)Mark Otto1-1/+16
2021-04-04Update parcel.mdYuriy Gorbunov1-1/+1
2021-03-30Add new docs footer (#33453)Mark Otto2-14/+57
* Replace site footer with mega footer to link to various projects and community resources * Fix broken HTML
2021-03-31Clarify docs accordion example (#33522)Mark Otto1-1/+1
2021-03-30The spacing margin side identifiers 's' and 'e' may be intuitive for many ↵John1-2/+2
but explicitly helping users associate the abbreviations to 'start' and 'end' should help people migrate from version 4 with less friction
2021-03-23Make offcanvas example fully static (#33446)Mark Otto2-1/+4