aboutsummaryrefslogtreecommitdiff
path: root/site/assets/js
AgeCommit message (Collapse)AuthorFilesLines
2021-08-21Progress page: remove toggle animation button (#34787)XhmikosR1-11/+0
We don't use the same approach with a button on the Placeholders page.
2021-06-29Add dynamic, live alerts example to docs (#33866)Mark Otto1-0/+16
2021-04-19Update anchor.js to v4.3.1. (#33668)XhmikosR1-4/+4
2021-04-09docs: update clipboard.js to v2.0.8 (#33583)XhmikosR1-3/+3
2021-01-18Add a live toast example to the docs (#32760)Mark Otto1-1/+11
2021-01-07Bump copyright year to 2021 (#32713)XhmikosR1-2/+2
2020-12-07Revert v5.getbootstrap.com changesXhmikosR1-1/+1
2020-12-04Add interactive positioning widgetMartijn Cuppens1-0/+11
2020-11-19Revert "Use Hugo mounts for our docs vendor files." (#32210)XhmikosR2-0/+16
* Revert "Adapt to the recent main changes" This reverts commit 50d892167036f440f9224327b0a48cf72a2e44b6. * Revert "Add Hugo Pipes logic for local and vendored scripts." This reverts commit 3fcfd606f2c264f1d3434e99c140a05edec461c3. * Revert "Use Hugo mounts for our docs vendor JS files." This reverts commit 6b071116f3b09b59a423ad999efbd67f8645bfa5.
2020-11-19Use Hugo mounts for our docs vendor JS files.XhmikosR2-16/+0
2020-11-14search.js: remove `window.location.origin` workaroundXhmikosR1-15/+1
2020-11-14Use `String.startsWith`XhmikosR1-1/+1
2020-11-14Rename docs version data attributeXhmikosR1-1/+1
2020-11-14Add `bs` in data attributesRohit Sharma2-9/+9
- Add `bs` in data APIs everywhere - Update unit tests
2020-11-13application.js: remove non-existent selector (#32131)XhmikosR1-1/+1
2020-11-09search.js: check for `search-input` element early (#32100)XhmikosR1-2/+3
2020-11-09search.js: use the current v5.getbootstrap.com URL (#32099)XhmikosR1-1/+1
2020-11-05Add keyboard shortcut to focus search field (#31702)Mark Otto1-0/+7
* Documentation: Add slash key event to focus the input search. * Add little tag for keyboard shortcut in the search field * Use ctrl / as keyboard shortcut * Update search.js Co-authored-by: chuckrincon <[email protected]> Co-authored-by: Patrick H. Lauke <[email protected]> Co-authored-by: XhmikosR <[email protected]>
2020-10-28Drop custom file upload plugin in favor of CSSMartijn Cuppens2-10/+1
2020-10-22Update anchor-js to v4.3.0. (#31951)XhmikosR1-3/+3
2020-06-03Read validate-forms.js from assets.XhmikosR1-24/+0
2020-06-03Fix forms validation snippets.XhmikosR1-0/+24
2020-05-19Streamline application.js exampleModal code (#30819)XhmikosR1-3/+5
* use `textContent` since we only need to add text * move comments
2020-04-30 search.js: make the check for URL stricter (#30695)XhmikosR1-6/+6
2020-03-28docs: remove `makeArray` (#30470)XhmikosR1-13/+9
2020-03-28docs(sidenav): get rid of custom JS for active stateGaƫl Poupard1-13/+0
2020-03-28docs: remove duplicate code for indeterminate (#30471)XhmikosR1-10/+0
2020-03-12Use `scroll-margin-top` instead of pseudo hackMartijn Cuppens1-6/+0
2020-03-06Update clipboard.js to v2.0.6 (#30341)XhmikosR1-3/+3
2020-02-11Update bs-custom-file-input to v1.3.4 (#30162)XhmikosR1-3/+3
2020-01-07Fix the new lint errors.XhmikosR1-1/+1
2020-01-02Bump copyright year to 2020. (#29944)XhmikosR1-2/+2
2019-11-12Update anchor.js to v4.2.1 (#29662)XhmikosR1-3/+3
2019-11-04site/assets/js/search.js: ignore the LGTM alert (#29634)XhmikosR1-1/+1
2019-11-04Move docs JS one folder up. (#29632)XhmikosR2-0/+0
2019-11-04removing last occurences of _fixTitle in our docs (#29631)Johann-S1-4/+2
2019-09-17Use Hugo for our docs Sass and JS. (#29280)XhmikosR5-0/+261
Now there's only one command needed to run the docs: `npm run docs-serve`. Also, simplify the npm scripts.