aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/5.3/examples
AgeCommit message (Collapse)AuthorFilesLines
2024-08-02Docs: add `aria-hidden="true"` to decorative SVGs (#40686)Julien Déramond4-14/+14
2024-07-19Examples: minor accessibility improvements (#40620)Christian Oliff3-9/+9
- no need for `role="document"` on modals (was removed from Bootstrap a while ago) - use `type="email"` for email input - add aria-labels for previous month and next month buttons on date picker demo Co-authored-by: Julien Déramond <[email protected]>
2024-07-10Examples: adjust heading levels in Checkout example (#40619)Christian Oliff2-2/+2
2024-06-25Examples: use `<main>` in Cheatsheet examples (#40577)Christian Oliff2-4/+4
2024-04-01docs: move examples inline shortcode to a partial (#39829)XhmikosR1-66/+0
* docs: move examples inline shortcode to a partial * Further tweaks
2024-03-19docs: use defer when possible for JSXhmikosR8-0/+10
2024-03-12examples: assorted tweaks (#39772)XhmikosR1-12/+18
* remove trailing slash * use urls.JoinPath * reindent * use `imageConfig` so that we add dimensions automatically
2024-03-05dashboard: remove the unused bootstrap-icons.cssXhmikosR2-2/+0
We should revisit this later because it's a lot simpler for people to just include the CSS than copy around tens of icons, even if it leads to unused CSS
2024-02-14Fix product example mobile navbar toggler (#39657)Julien Déramond1-3/+3
2024-02-05Bump copyright year to 2024Julien Déramond2-6/+6
2024-01-30Docs: add missing `type="button"` to Cheatsheet example nav buttons (#39585)Christian Oliff2-6/+6
Co-authored-by: Julien Déramond <[email protected]>
2023-12-23Build(deps-dev): Bump stylelint and stylelint-config-twbs-bootstrap (#39527)dependabot[bot]2-2/+2
* Build(deps-dev): Bump stylelint and stylelint-config-twbs-bootstrap Bumps [stylelint](https://github.com/stylelint/stylelint) and [stylelint-config-twbs-bootstrap](https://github.com/twbs/stylelint-config-twbs-bootstrap). These dependencies needed to be updated together. Updates `stylelint` from 15.11.0 to 16.0.2 - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint/compare/15.11.0...16.0.2) Updates `stylelint-config-twbs-bootstrap` from 12.0.0 to 13.0.0 - [Release notes](https://github.com/twbs/stylelint-config-twbs-bootstrap/releases) - [Commits](https://github.com/twbs/stylelint-config-twbs-bootstrap/compare/v12.0.0...v13.0.0) --- updated-dependencies: - dependency-name: stylelint dependency-type: direct:development update-type: version-update:semver-major - dependency-name: stylelint-config-twbs-bootstrap dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Update _utilities.test.scss * Update blog.css * Update blog.rtl.css --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
2023-12-17Minor image compression improvements (#39503)XhmikosR1-0/+0
2023-08-22Corrected a grammer error in by adding the word go to ↵John Hayes1-1/+1
examples/starter-template (#39086)
2023-08-22Further improve image compression with oxipng and the latest jpegoptim (#39037)XhmikosR4-0/+0
2023-08-02examples: update 3rd-party packages (#38994)XhmikosR2-6/+6
2023-07-25Examples: improve spinner buttons accessibility (#38958)Julien Déramond1-4/+4
2023-07-23dashboard: fix offcanvas md display (#38952)XhmikosR2-2/+2
* dashboard: fix offcanvas md display * Update index.html
2023-07-16Docs: fix carousel carousel colors of carousel examples in dark modeJulien Déramond2-2/+2
2023-07-16Fix dark mode rendering of Cheatsheet examples (#38905)Julien Déramond2-16/+14
2023-07-05Docs: add missing `aria-disabled='true'` to disabled anchorsJulien Déramond11-28/+28
2023-06-06Fix link colors in Sidebars example (#38711)Mark Otto1-4/+4
2023-05-31Use `.d-none` instead of inline stylingJulien Déramond18-18/+18
2023-04-27More darkmode examples (#38058)Mark Otto24-501/+648
* WIP darkmode examples * Fix product css error, redo parts of blog * wip dashboard * updated rtl generated * fix up some examples, namely dashboard * jumbotron and sign-in fixes * more fixes * more * Fixes from code review * Remove duplicate `data-bs-target` in dashboard/index.html * Modify `blog-rtl/index.html` * Modify `dashboard-rtl/index.html` * Modify `carousel-rtl/index.html` * Keep JS on all pages for switcher * Remove Feather from dashboard examples --------- Co-authored-by: Julien Déramond <[email protected]>
2023-04-11Update devDependencies (#38437)XhmikosR2-2/+2
* Update devDependencies * @babel/preset-env ^7.20.2 → ^7.21.4 * @rollup/plugin-node-resolve ^15.0.1 → ^15.0.2 * eslint ^8.37.0 → ^8.38.0 * rtlcss ^4.0.0 → ^4.1.0 * sass ^1.60.0 → ^1.61.0 * stylelint ^14.16.1 → ^15.4.0 * stylelint-config-twbs-bootstrap ^7.0.0 → ^9.0.1 * vnu-jar 22.9.29 → 23.4.11 * Fix the new Stylelint issues
2023-04-05Docs: add missing `twbs/examples` and change sorting (#38407)Julien Déramond1-4/+4
* Docs: add missing twbs/examples * Change sorting of examples.yml --------- Co-authored-by: XhmikosR <[email protected]>
2023-03-24Fix reference to twbs/examples/icons-font + fine-tune index.html SB location ↵Julien Déramond1-2/+6
target (#38310) * Fix reference to twbs/examples/icons-font + fine-tune index.html SB location target * Use urlquery * Add `rel="noopener"` --------- Co-authored-by: XhmikosR <[email protected]>
2023-03-15Tweak stylelint config (#38228)XhmikosR1-15/+0
* rename to .stylelintrc.json * add reportInvalidScopeDisables to config * move reportNeedlessDisables to config * merge the two configs * remove unneeded disabled rules from the examples config
2023-03-07Fixes click area for header example snippetMark Otto1-3/+5
2023-03-07Docs: vertically align starters images in example page (#38179)Julien Déramond1-1/+1
2023-03-04Examples: color mode enhancement (#38144)Louis-Maxime Piton7-40/+30
* Tool bar proposal inside examples * Some examples fixes * Change appearance and position of the color mode toggler * Proposal * . --------- Co-authored-by: Mark Otto <[email protected]>
2023-03-02Fix dropdown toggle visible focus in headers exampleJulien Déramond1-1/+1
2023-02-23Docs: drop unused icons (#38103)Julien Déramond7-90/+0
2023-02-19Bump Chart.js from 2.9.4 to 4.2.1 in dashboard examples (#38071)Julien Déramond4-22/+18
* Bump Chart.js from 2.9.4 to 4.2.1 in dashboard examples * Rollback myChart var modification * Add some padding between tooltip color and text --------- Co-authored-by: XhmikosR <[email protected]>
2023-02-14WIP: New snippet examples (#36309)Mark Otto9-6/+499
* Start work on some new snippet examples * Update for dark mode, fixes * Add images, update descriptions * examples fixes
2023-01-16Update grid examplelouismaximepiton1-4/+4
2023-01-16Deprecate the Sass var and remove any occurence of the `.text-muted` (#37890)Louis-Maxime Piton29-176/+176
2023-01-10Update snippet examples for dark mode (#37834)Mark Otto13-315/+468
* Update snippet examples for dark mode * Fix markup * Review comments * undo colored links docs from this PR
2023-01-04Docs: replace `twbs/bootstrap-npm-starter` by ↵Julien Déramond2-25/+71
`twbs/examples/tree/main/icons-font` (#37671) * Docs: replace twbs/bootstrap-npm-starter by twbs/examples/tree/main/icons-font * Revamp starter template to use new .icon-link, fix Bootstrap icon and text at top * Remove extra CSS file * Change links to twbs/examples * Fix icon name * Adjust icon link offset to more reasonable and scaling distance Co-authored-by: Mark Otto <[email protected]>
2023-01-04Include twbs/examples in the Examples pageMark Otto1-23/+38
2023-01-03Add new link utilities, icon link helper, and update colored link helpers ↵Mark Otto2-16/+6
(#37762) * Add new link utilities, update colored link helpers * Remove commented out code * Fixes * Remove examples changes * Fixes and copy * Fix icon-link instances on homepage * Bump bundlewatch * Fix node-sass issue for rgba() function bug * More bundlewatch * One more time after merge * Add callout for a11y * Hover and focus-visible * Add a11y callouts * Remove duplicate for now * More code review feedback
2023-01-02Docs: offcanvas toggles accessibility fixes, fully hide layout template inputLouis-Maxime Piton1-3/+3
Co-authored-by: Patrick H. Lauke <[email protected]>
2022-12-28Docs: display examples based on the docs current color mode (#37562)Julien Déramond25-49/+49
* Docs: display examples based on the docs current color mode * Fix _default/examples.html
2022-12-26Few miscellaneous docs fixes (#37625)Mark Otto1-1/+3
* Update hero button color * Fix link color on examples index * Move .bd-btn-lg to docs buttons partial, move larger border-radius to that class so medium buttons don't look odd * Undo the markup split * Round padding up to whole number
2022-12-26Remove unnecessary `id`/`aria-labelledby` from cheatsheet accordions (#37718)Patrick H. Lauke2-12/+12
Explicit labelling (which then would also benefit from a `role="group"` or similar role) is only optional, and not really appropriate just for a cheatsheet https://www.w3.org/WAI/ARIA/apg/patterns/accordion/ Closes #37591
2022-12-24Remove some unused SVGs in Dropdowns exampleJulien Déramond1-31/+0
2022-12-24Release v5.3.0-alpha1 (#37661)XhmikosR78-0/+10827
* Bump version to 5.3.0-alpha1 * Dist * Add docs versions updates * Update note in homepage hero Co-authored-by: Mark Otto <[email protected]>