aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/5.3/examples/features
AgeCommit message (Collapse)AuthorFilesLines
2023-08-22Further improve image compression with oxipng and the latest jpegoptim (#39037)XhmikosR3-0/+0
2023-05-31Use `.d-none` instead of inline stylingJulien Déramond1-1/+1
2023-04-27More darkmode examples (#38058)Mark Otto1-19/+19
* 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-02-23Docs: drop unused icons (#38103)Julien Déramond1-6/+0
2023-01-16Deprecate the Sass var and remove any occurence of the `.text-muted` (#37890)Louis-Maxime Piton1-13/+13
2023-01-10Update snippet examples for dark mode (#37834)Mark Otto1-3/+3
* Update snippet examples for dark mode * Fix markup * Review comments * undo colored links docs from this PR
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
2022-12-24Release v5.3.0-alpha1 (#37661)XhmikosR5-0/+382
* Bump version to 5.3.0-alpha1 * Dist * Add docs versions updates * Update note in homepage hero Co-authored-by: Mark Otto <[email protected]>