XhmikosR
283cbd9026
Use path.Join
when joining paths
2021-08-31 17:24:38 +03:00
XhmikosR
9050b2698a
Remove .html
suffix from shortcodes calls.
...
It's the default.
2021-08-31 17:24:38 +03:00
Julien Déramond
a0da3a0f42
Enhance Alerts > Live Example section ( #34769 )
2021-08-30 16:00:16 +03:00
Marius A
10fc1fec6a
clarify importing all vs specific plugins ( #34840 )
2021-08-30 15:36:53 +03:00
XhmikosR
9e1d81a851
Progress page: remove toggle animation button ( #34787 )
...
We don't use the same approach with a button on the Placeholders page.
2021-08-21 06:54:53 +03:00
SaintMalik
bfad22f23c
docs: fix typos in approach and placeholders ( #34781 )
2021-08-20 18:25:03 +03:00
XhmikosR
7207cd1919
dashboard-rtl: use the same scripts as the dashboard example ( #34766 )
2021-08-18 18:51:12 +03:00
Kyle Tsang
b10c1a76c7
Fix typo in placeholder docs ( #34752 )
2021-08-18 07:30:06 +03:00
GeoSot
1e5e655670
Fix modal when is triggered by bs-toggle
, to hide other open instances ( #34701 )
2021-08-10 17:55:34 +03:00
Christian Oliff
fdc2f723a5
docs: Fix placeholders typo ( #34686 )
2021-08-05 08:36:00 +03:00
XhmikosR
f20fece3a8
Prepare v5.1.0. ( #34674 )
2021-08-04 18:41:51 +03:00
Mark Otto
7409271b56
Document the utility API's new css-var boolean
...
Co-Authored-By: Gaël Poupard <ffoodd@users.noreply.github.com >
2021-08-03 17:06:06 -07:00
Mark Otto
4d7911a27b
Add and document additional :root CSS variables
...
- Adds grayscale colors
- Adds root and body variables
Note that some Sass variables default to `null`, so as we generate and use the CSS variable, we'll be potentially adding some lines of code.
2021-08-03 17:06:06 -07:00
Mark Otto
e72916e5b7
Update color and background-color utilities
...
- Adds new functions to generate additional Sass maps
- Adds new root variables for rgb() versions of our theme colors, plus a few extras
- Adds ability to change the alpha transparency of text color and background color utilities with new utilities, inline styles, or local CSS var
- Updates documentation for color and background-color utilities pages
- Deprecates .text-black-50 and .text-white-50 since those (and additional transparency levels) can be generated on the fly
Change approach slightly to prevent cascade
2021-08-03 17:06:06 -07:00
Sean Hinton
a2f92d1aab
Improved docs describing media-breakpoint-down breakpoints ( #34637 )
...
Co-authored-by: XhmikosR <xhmikosr@gmail.com >
2021-08-03 19:08:10 +03:00
Jaume Sala
39b7c75b13
Add new placeholder component ( #31859 )
...
Co-authored-by: XhmikosR <xhmikosr@gmail.com >
Co-authored-by: Jaume Sala <jaumesala@gmail.com >
Co-authored-by: Mark Otto <markdotto@gmail.com >
Co-authored-by: Patrick H. Lauke <redux@splintered.co.uk >
2021-08-03 08:59:00 -07:00
XhmikosR
23fd488c38
Add missing newlines around fenced codeblocks ( #34630 )
2021-07-30 08:56:36 +03:00
XhmikosR
c6c0bbb0b6
Collapse page: add a link to the accordion page ( #34605 )
2021-07-29 06:39:12 +03:00
Mark Otto
906a990eb7
Revert "Allow individual grid classes to override .row-cols
( #33621 )" ( #34612 )
...
This reverts commit f2b47e1c8a
.
2021-07-29 06:29:46 +03:00
GeoSot
4bfd8a2cbc
Use a streamlined way to trigger component dismiss ( #34170 )
...
* use a streamlined way to trigger component dismiss
* add documentation
Co-authored-by: XhmikosR <xhmikosr@gmail.com >
2021-07-28 17:39:32 +03:00
Mark Young
24e14c36e8
Correct Toast docs ( #34604 )
...
Removes incorrect references to scrollspy in Toasts documentation
2021-07-28 16:17:24 +03:00
Mark Otto
8513c69385
Document change to hr in v5 ( #34574 )
...
Co-authored-by: XhmikosR <xhmikosr@gmail.com >
2021-07-27 08:25:07 +03:00
Mark Otto
f41bf2f7c5
Rename Build Tools page to Contribute ( #34578 )
...
Co-authored-by: XhmikosR <xhmikosr@gmail.com >
2021-07-27 08:14:24 +03:00
Mark Otto
d140981fdb
Make note of _root.scss being required
2021-07-26 17:28:06 -05:00
Mark Otto
e208774fc1
Clean up a couple CSS Grid issues ( #34572 )
...
- Moves the make-cssgrid() mixin to the grid mixins stylesheet
- Updates the g-start-* classes to start at 1 instead of 0 as 0 is an invalid value (fixes #34399 )
Co-authored-by: XhmikosR <xhmikosr@gmail.com >
2021-07-26 18:45:10 +03:00
Mark Otto
905db7dadb
Update the custom Sass import docs ( #34573 )
...
Now includes mentino of the two utilities stylesheets, plus how and why to include the API stylesheet last
Fixes #34397
Co-authored-by: XhmikosR <xhmikosr@gmail.com >
2021-07-26 18:41:43 +03:00
Jitan Gupta
e805a5e287
Update nav-tab.md
...
Updated the from anchor tag to button in sample examples
2021-07-26 10:07:27 -05:00
GeoSot
41292a5257
Toasts: Change showing timings and classes to keep toast display:none
by default ( #33610 )
2021-07-22 18:13:13 +03:00
GeoSot
dfafb9a60c
modal: change data-dismiss
so that it can be outside of a modal using bs-target
( #33403 )
...
* change data-dismiss, so can be outside modal, using a bs-target
* Update site/content/docs/5.0/components/modal.md
Co-authored-by: Gaël Poupard <ffoodd@users.noreply.github.com >
2021-07-19 16:56:05 +03:00
craftwerk
06a1ca5623
Add new offcanvas support to navbars
...
Co-Authored-By: craftwerk <1193597+craftwerk@users.noreply.github.com >
2021-07-17 20:33:34 -07:00
Mark Otto
aee169d192
Split .vr from stacks as a new helper
2021-07-16 15:11:40 -07:00
Mark Otto
2bc6de1f5e
Add hstack and vstack helpers
2021-07-16 15:11:40 -07:00
Eric Horstmanshof
145aaee2a7
Added new Offcanvas file to import example
...
Added the new B5 Offcanvas component in the import examples.
2021-07-12 13:49:42 -07:00
Mark Otto
47bbd945f0
Add maps for all colors, document how to extend color utilities ( #32319 )
...
* Add maps for all colors, document how to extend color utilities
* Updates to make this more functional for v5
- Moves color maps into _variables.scss for now (felt weird to split them out when the variables are there)
- Adds a new function, map-merge-multiple(), and updates docs that reference combo-map
- Updates code snippet and docs guidance about how to extend the color utils to handle this
* Update site/content/docs/5.0/customize/color.md
Co-authored-by: Gaël Poupard <ffoodd@users.noreply.github.com >
Co-authored-by: XhmikosR <xhmikosr@gmail.com >
2021-07-06 14:31:20 -07:00
Mark Otto
359ed099e5
Add horizontal collapse support
2021-07-05 17:22:29 -10:00
Mark Otto
696996dd4f
Add dynamic, live alerts example to docs ( #33866 )
2021-06-29 18:46:25 +03:00
GeoSot
70dd7f6ff5
Changes to Alert component to match the others ( #33402 )
...
Alert.js: Refactor code to match the other components
* Use this._element
* Remove handleDismiss method and keep its functionality on event
* Change JqueryInterface to be more generic
* Correct docs to be aligned with code, and add undocumented functionality
* Update alerts.md
Co-authored-by: XhmikosR <xhmikosr@gmail.com >
2021-06-28 16:34:47 +03:00
Christian Oliff
088ef62982
Remove unneeded .text-white-50
CSS rule ( #34336 )
...
This is already part of Bootstrap 4.6 and 5.0.
2021-06-24 10:51:17 +03:00
Mark Otto
653476ec98
Fixes #34187
2021-06-23 20:37:07 -07:00
Mark Otto
dd824f2d3e
v5.1: Add optional CSS grid ( #31813 )
2021-06-22 19:51:16 -07:00
harishhalodoc
a816615efa
Add utility classes for opacity ( #33781 )
...
* Add responsive utility classes for opacity
- fix for #33483
* remove responsive opacity utils as it has impact on bootstrap.css bundle size
* Update opacity.md
* Update site/content/docs/5.0/utilities/opacity.md
Co-authored-by: Mark Otto <otto@github.com >
* Update site/content/docs/5.0/utilities/opacity.md
Co-authored-by: Mark Otto <otto@github.com >
Co-authored-by: Harish <halodoc@ip-192-168-1-101.ap-southeast-1.compute.internal >
Co-authored-by: XhmikosR <xhmikosr@gmail.com >
Co-authored-by: Mark Otto <otto@github.com >
Co-authored-by: Mark Otto <markd.otto@gmail.com >
Co-authored-by: alpadev <2838324+alpadev@users.noreply.github.com >
2021-06-22 19:20:01 -07:00
Mark Otto
2d8da8bcb0
Add four new snippet examples ( #33882 )
...
* Add four new snippet examples
- Dropdowns
- Footers
- List groups
- Modals
* Fix HTML linter errors
* more linter
2021-06-22 19:15:02 -07:00
Matt Dufresne
9485172017
fix error in javascript example under Asynchronous functions and transitions section
2021-06-15 10:50:20 -07:00
aphel
285ff5ebf9
querySelector will only select the first element. Adjust to QuerySelectorAll
2021-06-14 18:50:02 -07:00
Mark Otto
5be3550d49
Add important to utilities, mention it's usage and global variable
2021-06-14 18:38:29 -07:00
Mark Otto
f30066cb8a
Document the change to breakpoint mixins ( #34251 )
...
* Document the change to breakpoint mixins
* Update migration.md
Co-authored-by: XhmikosR <xhmikosr@gmail.com >
2021-06-14 10:44:56 -07:00
Szymon Wiszczuk
7951eedbc6
fix(docs): update docs to match the newest modal-open removal ( #34239 )
...
Co-authored-by: XhmikosR <xhmikosr@gmail.com >
2021-06-14 08:43:35 +03:00
Marius Steffens
f826331458
Update tooltips.md ( #34222 )
...
Update method names in the options table from old jQuery API to new Bootstrap 5 API
2021-06-14 08:35:58 +03:00
Luke Ingalls
95bc724b9c
docs: update overview.md to fix typo
2021-06-13 19:36:25 -07:00
Laussel Loïc
9ac65855c4
fix accessibility issue on sidebars example ( #34214 )
2021-06-13 08:12:22 +03:00