| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-07-29 | Update devDependencies and regenerate package-lock.json (#40673) | XhmikosR | 1 | -1/+1 | |
| * @babel/preset-env ^7.24.8 → ^7.25.0 * eslint-plugin-unicorn ^54.0.0 → ^55.0.0 * hugo-bin ^0.126.0 → ^0.127.0 * postcss ^8.4.39 → ^8.4.40 * rollup ^4.19.0 → ^4.19.1 * rtlcss ^4.1.1 → ^4.2.0 | |||||
| 2023-03-22 | Remove version comment from JavaScript src files (#38294) | GeoSot | 1 | -1/+1 | |
| 2022-12-24 | Release v5.3.0-alpha1 (#37661) | XhmikosR | 1 | -1/+1 | |
| * Bump version to 5.3.0-alpha1 * Dist * Add docs versions updates * Update note in homepage hero Co-authored-by: Mark Otto <[email protected]> | |||||
| 2022-11-21 | Bump version to 5.2.3 | XhmikosR | 1 | -1/+1 | |
| 2022-10-03 | Release v5.2.2 (#37236) | XhmikosR | 1 | -1/+1 | |
| * Bump version to v5.2.2 * Dist | |||||
| 2022-09-07 | Release v5.2.1 (#37098) | XhmikosR | 1 | -1/+1 | |
| * Bump version to v5.2.1. * Dist | |||||
| 2022-07-19 | Release v5.2.0 (#36768) | XhmikosR | 1 | -1/+1 | |
| * Bump version to 5.2.0 * Dist * Update masthead.html | |||||
| 2022-05-13 | Prepare v5.2.0-beta1 | Mark Otto | 1 | -1/+1 | |
| 2022-04-21 | Manipulator: Add JSON parse support (#35077) | GeoSot | 1 | -2/+10 | |
| 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-13 | Revamp Scrollspy using Intersection observer (#33421) | GeoSot | 1 | -16/+0 | |
| * 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-01-29 | Rename variables | XhmikosR | 1 | -7/+7 | |
| 2021-10-09 | Merge remote-tracking branch 'remotes/origin/v513' | XhmikosR | 1 | -1/+1 | |
| 2021-10-09 | Bump version to 5.1.3. | XhmikosR | 1 | -1/+1 | |
| 2021-10-05 | Enable `unicorn/no-array-for-each` rule | XhmikosR | 1 | -7/+6 | |
| 2021-10-05 | Release v5.1.2 (#35114) | XhmikosR | 1 | -1/+1 | |
| 2021-09-07 | Release v5.1.1 (#34869)v5.1.1 | XhmikosR | 1 | -1/+1 | |
| * Prepare v5.1.1. * Dist | |||||
| 2021-08-04 | Prepare v5.1.0. (#34674)v5.1.0 | XhmikosR | 1 | -1/+1 | |
| 2021-07-28 | Fix `Manipulator.offset()` (#33603) | alpadev | 1 | -2/+2 | |
| * test: add more test cases for Manipulator.offset() * fix: Manipulator.offset() is using obsolete properties to get scroll position Co-authored-by: XhmikosR <[email protected]> Co-authored-by: GeoSot <[email protected]> | |||||
| 2021-06-22 | Release v5.0.2 (#34276)v5.0.2 | XhmikosR | 1 | -1/+1 | |
| * Bump version to v5.0.2. * Dist | |||||
| 2021-05-13 | Release v5.0.1 (#33972)v5.0.1 | XhmikosR | 1 | -1/+1 | |
| * Bump version to 5.0.1. * Dist | |||||
| 2021-05-05 | Release v5.0.0 (#33647)v5.0.0 | XhmikosR | 1 | -1/+1 | |
| * Bump version to 5.0.0 * Fix npm tag * Dist | |||||
| 2021-03-23 | Release v5.0.0-beta3 (#33439)v5.0.0-beta3 | XhmikosR | 1 | -1/+1 | |
| 2021-02-10 | Release v5.0.0-beta2 (#32467)v5.0.0-beta2 | XhmikosR | 1 | -1/+1 | |
| * Bump version to 5.0.0-beta2 * Dist | |||||
| 2020-12-07 | Prepare v5.0.0-beta1. | XhmikosR | 1 | -1/+1 | |
| 2020-11-20 | Make the attribute methods bs specific (#32173) | Rohit Sharma | 1 | -3/+3 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-11-14 | Get only bs prefixed data attributes | Rohit Sharma | 1 | -5/+3 | |
| 2020-11-14 | Add `bs` in data attributes | Rohit Sharma | 1 | -3/+7 | |
| - Add `bs` in data APIs everywhere - Update unit tests | |||||
| 2020-11-11 | Prepare v5.0.0-alpha3 (#32122)v5.0.0-alpha3 | XhmikosR | 1 | -1/+1 | |
| 2020-10-05 | Remove `Manipulator.toggleClass` (#31842) | XhmikosR | 1 | -12/+0 | |
| It's only used in one place so it makes more sense to remove it for the time being. | |||||
| 2020-09-29 | Prepare v5.0.0-alpha2. (#31748)v5.0.0-alpha2 | XhmikosR | 1 | -1/+1 | |
| 2020-06-16 | Rename "master" to "main". (#31050) | XhmikosR | 1 | -1/+1 | |
| 2020-05-13 | Bump version to 5.0.0-alpha1 (#29925) | XhmikosR | 1 | -1/+1 | |
| Also add v4.5.0 in versions and keep README.md pointing to v4.5.0 so that there are no broken stuff. | |||||
| 2019-10-31 | Update normalizeDataKey to match the spec (#29609) | Steffen Roßkamp | 1 | -1/+1 | |
| 2019-03-11 | Comply to the new rules. | XhmikosR | 1 | -2/+2 | |
| 2019-02-26 | dom/manipulator.js: minor simplification. (#28358) | XhmikosR | 1 | -15/+14 | |
| Combine two checks since we return the same value for both. | |||||
| 2019-02-20 | Simplify checks. | XhmikosR | 1 | -1/+1 | |
| 2019-02-20 | use only dataset to get data attributes | Johann-S | 1 | -21/+3 | |
| 2019-02-20 | 4.3.1. | XhmikosR | 1 | -1/+1 | |
| 2019-02-20 | Improve manipulator coverage | Johann-S | 1 | -7/+4 | |
| 2019-02-20 | Remove IE support and button bsChecked hack | Alessandro Chitolina | 1 | -14/+0 | |
| 2019-02-20 | chore(update): bump to 4.1.3 | Johann-S | 1 | -1/+1 | |
| 2019-02-20 | fix(manipulator): increase coverage for manipulator | Johann-S | 1 | -13/+67 | |
| 2019-02-20 | rewritten scrollspy without jquery | Alessandro Chitolina | 1 | -0/+16 | |
| 2019-02-20 | Dropdown without jQuery | Johann-S | 1 | -0/+12 | |
| 2019-02-20 | Rewritten modal without jquery (#23955) | Alessandro Chitolina | 1 | -0/+20 | |
| * Trigger jquery events if available in event handler * Rewritten modal without jquery | |||||
| 2019-02-20 | Add Manipulator object to add shortcuts for dom manipulations | Johann-S | 1 | -0/+24 | |
