Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/site
AgeCommit message (Collapse)Author
2022-04-13Update parcel.mdAnthony Perez
Following the Parcel v1 installation guide seems to install the latest version of Parcel (v2), which makes several instructions in this guide throw errors. Therefore, I have updated the guide to work with version 2 of Parcel. Change Details: 1) Update the URL to point to the latest doc pages. 2) Use the `type="module"` HTML attribute to reference a module [migration](https://parceljs.org/getting-started/migration/#code-changes) 3) The `--out-dir <dir>` CLI parameter has been changed to `--dist-dir <dir>` [CLI](https://parceljs.org/features/cli/#parameters) 4) For a reason I'm unsure of, `--experimental-scope-hoisting` throws the following error: `error: unknown option '--experimental-scope-hoisting'`, so I removed it to get the build to work.
2022-04-13Fix proposallouismaxime.piton
2022-04-13Remove tooltip and popover styling as it is handled by Popper (#34627)GeoSot
* Remove not needed css form tooltip & popover as it is made by popper Remove tooltip margin variable, as popper needs margin to be zero * Remove popover left/top initializers as they are handled by popper * nullify `margin` variable and add deprecation message * Document change in migration guide * Update _variables.scss Co-authored-by: Mark Otto <markdotto@gmail.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2022-04-12Change second example dropdown form (#36137)Anton
To check cases as #36135
2022-04-12Use Babel and ES6 in docs JS files (#31607)Tiger Oakes
* Pass docs js through Babel * Use ES6 in docs js * Only run babel on src files * Allow babel in Hugo * Update scripts.html * Inherit from the root .eslintrc.json * Use `Array.from` * Drop Babel from docs * Prefer template * replace IIFE with arrow functions Co-authored-by: XhmikosR <xhmikosr@gmail.com> Co-authored-by: GeoSot <geo.sotis@gmail.com>
2022-04-12Update docs syntax colors head of dark mode (#35984)Mark Otto
* update syntax colors in preparation for dark mode changes * Improve color contrast
2022-04-11Doc: fix modals and navs CSS vars descriptionJulien Déramond
2022-04-08Update devDependencies (#36120)XhmikosR
* Update devDependencies * @babel/core ^7.17.8 → ^7.17.9 * @popperjs/core ^2.11.4 → ^2.11.5 * clean-css-cli ^5.5.2 → ^5.6.0 * eslint-plugin-import ^2.25.4 → ^2.26.0 * find-unused-sass-variables ^4.0.3 → ^4.0.4 * karma-rollup-preprocessor ^7.0.8 → ^7.0.7 * sass ^1.49.11 → ^1.50.0 * stylelint 14.2.0 → ^14.6.1 * Fix currentcolor case
2022-04-07Revert border-color utilities to use the CSS property instead of the variableMark Otto
2022-04-07Doc: Reorder alphabetically lists of componentsJulien Déramond
2022-04-07Revamp tabs & follow ARIA 1.1 practices (#33079)GeoSot
* Tab: Revamp tab.js & add support Aria features * Tab: Add tab support, just to keep backwards compatibility. Better to remove it on v6 * Revert "Tab: Add tab support, just to keep backwards compatibility. Better to remove it on v6" * Support arrow down/up functionality * add prevent default to avoid scrolling the page during up/down keys handling * remove panel tabindex handling * Expand documentation text for JS plugin * Rearrange new docs to specifically call out a11y * properly place section Co-authored-by: XhmikosR <xhmikosr@gmail.com> Co-authored-by: Patrick H. Lauke <redux@splintered.co.uk> Co-authored-by: Mark Otto <markdotto@gmail.com>
2022-04-06Fix for missing CSS variables on `.navbar-nav` (#36105)Mark Otto
* Fix for missing CSS variables on .navbar-nav * Document new CSS vars on .navbar-nav
2022-04-04Move "Navbar" before "Navs & Tabs" in sidebarMathias Brodala
This ensures consistent alphabetic ordering.
2022-04-01Changing to btnTitle and btnEditlouismaxime.piton
2022-04-01Doc fixeslouismaxime.piton
2022-04-01Fix duplicate `.rounded-*` and `.fw-semibold` defs in examplesJulien Déramond
2022-03-31Fix StackBlitz edit feature by selecting the closest exampleJulien Déramond
2022-03-29Fix typo for StackBlitz edit button's tooltip (#36073)Julien Déramond
2022-03-29Train PR: CSS variables for accordion, cards, navs, and modals (#36071)Mark Otto
* Convert accordion to CSS vars * Update accordion.md * Convert navs to CSS variables * Split up CSS vars * bundlewatch * fix vars * Convert cards to CSS vars * Convert modals to CSS variables * Bundlewatch Co-authored-by: Geremia Taglialatela <tagliala.dev@gmail.com>
2022-03-22Convert list group to CSS variables (#35862)Mark Otto
* Convert list-group to CSS vars * bundlewatch
2022-03-19v5.2.0 migration updates (#36038)Mark Otto
2022-03-19Fix migration guide typos (#36040)Ryan Buckley
* Correct font-weight semibold utility class name * Tiny sentence correction
2022-03-18Convert progress bars to CSS variables (#35962)Mark Otto
* Convert progress bars to CSS variables * bundlewatch
2022-03-18Add another list-group snippet exampleMark Otto
2022-03-18Convert toasts to CSS variables (#35961)Mark Otto
* Convert toasts to CSS variables * bundlewatch
2022-03-17Convert spinners to CSS variables (#35960)Mark Otto
* Convert spinners to CSS variables * bundlewatch
2022-03-14Rewrite docs tables in Markdown with table shortcode (#31337)Mark Otto
Co-authored-by: XhmikosR <xhmikosr@gmail.com> Co-authored-by: GeoSot <geo.sotis@gmail.com>
2022-03-14Remove duplicate entry in migration.mdSabrus
2022-03-13Add v5.1.0 to migration guide, update v5.2.0 additionsMark Otto
2022-03-13Add additional root variables, rename `$variable-prefix` to `$prefix` (#35981)Mark Otto
* Add additional root variables, rename $variable-prefix to $prefix - Adds new root CSS variables for border-radius, border-width, border-color, and border-style - Adds new root CSS variables for heading-color, link-colors, code color, and highlight color - Replaces most instances of Sass variables (for border-radius, border-color, border-style, and border-width) for CSS variables inside _variables.scss - Updates $mark-padding to be an even pixel number - Renames $variable-prefix to $prefix throughout * Bundlewatch
2022-03-12Convert added in badges to shortcode (#36007)Mark Otto
2022-03-11Convert breadcrumb to CSS variablesMark Otto
2022-03-11Redesign the "Added in" badges in the docs (#35980)Mark Otto
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2022-03-11Adjust border-radius values and add some new utilitiesMark Otto
- Updates global border-radius values for a more modern appearance - New .fw-semibold - New .rounded-4 and .rounded-5
2022-03-11Fix docs error after #35644 (#36002)GeoSot
2022-03-11docs: add missing `.dropup` in dropup centered example (#35948)Julien Déramond
2022-03-09update google material icons link (#35942)Ihor Sychevskyi
2022-03-09docs: add a StackBlitz "Try It" button in code examples (#35644)Puru Vijay
Co-authored-by: GeoSot <geo.sotis@gmail.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2022-03-09Add migration guide mentionMark Otto
2022-03-09Convert popovers to CSS variablesMark Otto
2022-03-09Document new CSS vars in tooltip docsMark Otto
2022-03-09Convert tooltips to CSS varsMark Otto
2022-03-07docs: Update Japanese translationAlexKoala
2022-03-02Remove unneeded classes from toasts docs (#35931)Louis-Maxime Piton
2022-03-02Add static backdrop to offcanvas (#35832)Jann Westermann
* Add static backdrop option, to offcanvas * Trigger prevented event on esc with keyboard=false * Change offcanvas doc , moving backdrop examples to examples section
2022-03-02docs(example): fix RTL carousel exampleGaël Poupard
2022-03-01Site assets: `.bd-bg-purple-bright` → `.bd-bg-violet` and drop unused ↵Julien Déramond
`.bd-text-purple-bright`
2022-03-01Add centered dropdown and dropup optionsMark Otto
2022-02-28Replace instances of Sass vars for CSS variable versions of border-color and ↵Mark Otto
border-width
2022-02-28Convert border utilities to CSS variablesMark Otto
- Updates the utilities mixin to check for specific CSS variable names via `css-variable` - Bonus fix: we now prevent local variables for `0` value utilities (e.g., `.border-top-0` no longer sets `--bs-border-opacity: 1` - Adds new `.border-opacity-*` classes - Adds new root variables: `--bs-border-color`, `--bs-border-style`, `--bs-border-width` - Documents the new variable changes