aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/5.1/components/scrollspy.md
AgeCommit message (Collapse)AuthorFilesLines
2022-05-13Prepare v5.2.0-beta1Mark Otto1-393/+0
2022-05-06Docs(Scrollspy): minor changes to be aligned with new version of javascript ↵GeoSot1-38/+38
(#36260) * Docs(Scrollspy): minor changes to be aligned with new version of javascript code * first example: add proper root-margin * 'nested nav' example: add more content to sections & enable smooth-scroll * fix typo * Changes after feedback * Update examples and docs to streamline some things and improve how it works section Co-authored-by: Mark Otto <[email protected]>
2022-04-26Docs: update documentation js examples, using es6 (#36203)GeoSot1-7/+6
* Docs: update components documentation using es6 * Docs: update js blocks around docs, using es6 * Docs: update components documentation using es6 * Test linter
2022-04-21Manipulator: Add JSON parse support (#35077)GeoSot1-1/+3
Support parsing JSON from each component's main element using the `data-bs-config` attribute. The `bs-config` attribute will be reserved and omitted during `getDataAttributes` parsing. With this commit, every component, will create its config object, using: * defaults * data-bs-config * the rest of data attributes * configuration object given during instance initialization Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Mark Otto <[email protected]> Co-authored-by: Mark Otto <[email protected]>
2022-04-21Doc: minor modifications in Scrollspy (#36195)Julien Déramond1-28/+42
Doc: minor modifications in Scrollspy
2022-04-13Revamp Scrollspy using Intersection observer (#33421)GeoSot1-43/+101
* Revamp scrollspy to use IntersectionObserver * Add smooth scroll support * Update scrollspy.js/md * move functionality to method * Update scrollspy.js * Add SmoothScroll to docs example * Refactor Using `Maps` and smaller methods * Update scrollspy.md/js * Update scrollspy.spec.js * Support backwards compatibility * minor optimizations * Merge activation functionality * Update scrollspy.md * Update scrollspy.js * Rewording some of the documentation changes * Update scrollspy.js * Update scrollspy.md * tweaking calculation functionality & drop text that suggests, to deactivate target when wrapper is not visible * tweak calculation * Fix lint * Support scrollspy in body & tests * change doc example to a more valid solution Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Patrick H. Lauke <[email protected]>
2022-03-14Rewrite docs tables in Markdown with table shortcode (#31337)Mark Otto1-73/+26
Co-authored-by: XhmikosR <[email protected]> Co-authored-by: GeoSot <[email protected]>
2022-02-09Remove remaining `.navbar-light` classes (#35814)Julien Déramond1-4/+4
* Fix typo in CSS variables documentation * Drop remaining .navbar-light classes
2021-10-05Enable `unicorn/prefer-prototype-methods` ruleXhmikosR1-1/+1
2021-09-07Typo fixes (#34914)XhmikosR1-1/+1
2021-08-04Prepare v5.1.0. (#34674)v5.1.0XhmikosR1-0/+367