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
AgeCommit message (Collapse)Author
2022-09-01Make docs clearer by dropping precompiled for compiledMark Otto
2022-06-20Fix StackBlitz Popovers and Tooltips examples (#36449)Julien Déramond
* Fix StackBlitz Popovers and Tooltips examples * Rename shortcode example parameters * Reorder example shortcode doc params + fix Cspell * Remove 'stackblitz' param + use data-bs-title instead of title * Update site/layouts/partials/callout-warning-data-bs-title-vs-title.md Co-authored-by: Mark Otto <markd.otto@gmail.com> Co-authored-by: Mark Otto <markd.otto@gmail.com>
2022-06-16Update Code of Conduct with Contributor Covenant 2.1 (#36548)Julien Déramond
Signed-off-by: Julien Déramond <juderamond@gmail.com>
2022-06-04Docs: Add a Vite Getting Started guide (#36412)Julien Déramond
* Docs: Add a Vite Getting Started guide * Fix npm run docs temporarily * Fix cspell and lint * Uncomment the 2nd part * . * Make it work without dist * Updates after merges of Parcel/Webpack guides rewriting * Update images * Replace dev images * Compress the new images better * Update site/content/docs/5.2/customize/optimize.md Co-authored-by: Mark Otto <otto@github.com> * Update site/content/docs/5.2/getting-started/vite.md Co-authored-by: Mark Otto <markdotto@gmail.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com> Co-authored-by: Mark Otto <otto@github.com>
2022-05-24Add docs info for using JS w/ ESM shim (#36414)Mark Otto
* Docs: dependencies mgmt for vanilla ESM in browser Doc change for https://github.com/twbs/bootstrap/issues/31944 * Update javascript.md * Update javascript.md * Update .cspell.json * Update javascript.md * Update javascript.md * rewrite * Add link * edit * eslint-skip Co-authored-by: Caspar MacRae <earcam@gmail.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2022-05-20Rewrite Webpack guide (#36382)Mark Otto
* Rewrite Webpack guide Co-Authored-By: GeoSot <geo.sotis@gmail.com> Co-Authored-By: Julien Déramond <17381666+julien-deramond@users.noreply.github.com> * rewrite some pieces * eslint-skip Co-authored-by: GeoSot <geo.sotis@gmail.com> Co-authored-by: Julien Déramond <17381666+julien-deramond@users.noreply.github.com>
2022-05-07Docs(Scrollspy): minor changes to be aligned with new version of javascript ↵GeoSot
(#36260) * Docs(Scrollspy): minor changes to be aligned with new version of javascript code * first example: add proper root-margin * 'nested nav' example: add more content to sections & enable smooth-scroll * fix typo * Changes after feedback * Update examples and docs to streamline some things and improve how it works section Co-authored-by: Mark Otto <markdotto@gmail.com>
2022-04-21Manipulator: Add JSON parse support (#35077)GeoSot
Support parsing JSON from each component's main element using the `data-bs-config` attribute. The `bs-config` attribute will be reserved and omitted during `getDataAttributes` parsing. With this commit, every component, will create its config object, using: * defaults * data-bs-config * the rest of data attributes * configuration object given during instance initialization Co-authored-by: XhmikosR <xhmikosr@gmail.com> Co-authored-by: Mark Otto <markd.otto@gmail.com> Co-authored-by: Mark Otto <markdotto@gmail.com>
2022-04-04Fix CSpell by adding 'Analyser'Julien Déramond
2022-03-11Update .cspell.jsonXhmikosR
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-01-30Update cspell config (#35680)XhmikosR
* use `en-US` * scan all markdown files * ignore dist, rtl and tests files
2022-01-11Update cspell config (#35647)XhmikosR
* specify the files to scan in the config * enable `useGitignore` option * remove a few unneeded suppressions
2021-12-23Add note to carousel crossfade docs about bg color (#35587)XhmikosR
Fixes #35181 Co-authored-by: Mark Otto <markdotto@gmail.com> Co-authored-by: Gaël Poupard <ffoodd@users.noreply.github.com>
2021-10-21Fix typo in RTL Hello World! sentence (#35236)Gaël Poupard
* docs(RTL): fix typo in Hello World! sentence * chore(docs): Cspell arabic words update
2021-10-11Update nuget docs to specify only .NET Framework projects are supported. ↵Jesse Mandel
(#35124) Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-10-05Add cSpell custom dictionary and docs-spellcheck script (#34940)Christian Oliff