chore(merge v4-dev): latest patched commit β 8e59752ee #575
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #574
Merging Bootstrap #32077 π
To-do / check
_data
,_layout
and_includes
seems to have unmoved contents.RTL examples script,build/docs-rtl.js
Use.tooltip-demo
to trigger tooltips.tooltip-demo
to trigger tooltipsnav-boostwatch
should be improved with a loopmasthead.html
andmasthead-followup.html
partialssite/docs/4.5
, should move tosite/content/docs/4.5
_config.yml
to a newgrid.yml
file in/data/
: need to check where it was used{% if %}
β{{ if }}
{% endif %}
β{{ end }}
{{ site.baseurl }}/docs/{{ site.docs_version }}/β¦"
β{{< docsref "/β¦" >}}
Should anchors be outside shortcode?redirect_from:
βaliases:
{{ site.docs_version }}
β{{< param docs_version >}}
{{ site.current_version }}
β{{< param current_version >}}
{{ site.bootstrap_current_version }}
β{{< param current_version >}}
{% capture example %}
+{% endcapture %}
{% capture callout %}
{% include icons/placeholder.svg width="100%" height="250" class="" text="Image" %}
β{{< placeholder width="100%" height="250" class="" title="Image" >}}
{% for * in* %}
+{% endfor %}
{% highlight * %}
+{% endhighlight %}
[comment]: # Boosted mod: *
β¦<!-- Boosted mod: * -->
[comment]: # End mod
β¦<!-- End mod -->
{%
just to be sure we didn't forget any Liquid related thingextra_css
andextra_js
focus-visible
polyfill when$include_js
isfalse
in examples / essentials layoutinclude_js
use placeholder partial in custom examples / essentials / boostwatch if neededβ not required, if it works as-isbootstrap
andBootstrap
config.yml
entries for "Usage" exampleTo fix upstream
add SRI inpartials/stylesheet.html
for DocSearch (moght need to target 2.5.3 instead of 2)add a config entry for CDN base URL,β Only 4 occurrencies upstream.https://cdn.jsdelivr.net/npm/
?href
androle="button"
(in the jumbotron)?<table class="table text-left">
inlayout/overview
:text-left
is useless β (Bootstrap #32363)Dropdown docs show custom checkboxes with v5 pattern: https://v4-dev--twbs-bootstrap.netlify.app/docs/4.5/components/dropdowns/#formsβ invalid