aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/5.0/components/scrollspy.md
AgeCommit message (Collapse)AuthorFilesLines
2021-08-04Prepare v5.1.0. (#34674)v5.1.0XhmikosR1-367/+0
2021-06-03Add `getOrCreateInstance` method in base-component (#33276)GeoSot1-0/+9
Co-authored-by: Rohit Sharma <[email protected]> Co-authored-by: XhmikosR <[email protected]>
2021-05-06Fix typo in scrollspy docs (#33841)Mark Otto1-2/+2
* Fix typo * remove duplicated "heading" Co-authored-by: alpadev <[email protected]>
2021-04-23Replace modal and scrollspy placeholder content (#33726)Mark Otto1-41/+40
2020-12-11Replace Lorem Ipsum placeholder text with more representative (or at least ↵Patrick H. Lauke1-19/+17
english language) text (#32246) Replaces shorter examples with more sensible/representative/inforrmative text. For longer passages, resorted to using SFW extracts from http://katyperryipsum.com/
2020-12-04docs(examples): new cheatsheet and RTL examplesGaël Poupard1-9/+9
2020-11-14Add `bs` in data attributesRohit Sharma1-13/+13
- Add `bs` in data APIs everywhere - Update unit tests
2020-10-25Rename Navs to Navs and Tabs (#31965)Mark Otto1-1/+1
* Rename Navs to Navs and Tabs Fixes #31378 * Add title to renamed file * Update navs-tabs.md * Add alias/redirect * Fix references to renamed file, tweak title Co-authored-by: Patrick H. Lauke <[email protected]>
2020-10-19docs: switch to fenced codeblocks (#31806)XhmikosR1-18/+18
2020-10-13Revert "Improve callout shortcode. (#31802)" (#31871)XhmikosR1-6/+6
This reverts commit 5c6925385ee926a749ead6a4f2ebbfc64e701f36.
2020-10-12Improve callout shortcode. (#31802)XhmikosR1-6/+6
Remove the `markdownify` call, and instead rely on Hugo's proper syntax; `{{% callout %}}` when we want to the content to be processed as Markdown. This allows for stuff like: {{% callout info %}} ##### I'm an info callout! ```css .foo { color: #fff; } ``` {{< example >}} <div class="alert alert-warning alert-dismissible fade show" role="alert"> <strong>Holy guacamole!</strong> You should check in on some of those fields below. <button type="button" class="btn-close" data-dismiss="alert" aria-label="Close"></button> </div> {{< /example >}} {{% /callout %}}
2020-10-02Explain the "dispose" method appropriately (#30838)Rohit Sharma1-1/+1
2020-09-15docs(scrollspy): mention keyboard access and apply tabindex=0 (#31578)Gaël Poupard1-7/+12
2020-06-27Add code to method/property tables (#31130)Patrick H. Lauke1-6/+6
Co-authored-by: XhmikosR <[email protected]>
2020-05-13Bump version to 5.0.0-alpha1 (#29925)XhmikosR1-0/+356
Also add v4.5.0 in versions and keep README.md pointing to v4.5.0 so that there are no broken stuff.