1. 22 Oct, 2021 1 commit
  2. 11 Mar, 2021 2 commits
  3. 12 Nov, 2020 1 commit
  4. 02 Oct, 2020 1 commit
    • Laussel Loïc's avatar
      buttons plugin : avoid multiple change event trigger (#31000) · 24572b15
      Laussel Loïc authored
      
      - add unit test to count how many events are thrown when widget contains multiple tags inside label
      - add a parameter to toggle, if click event is provided onto an input then don't trigger another change event already thrown by the browser
      - simplify the case where toggle interface is called click provide from input itself OR it's a button without label. If label is present, then browser propagate click event from childrens through label and then cause multiple calls to toggle
      - the test assumes that `.btn` class is always set onto the label if there's one, otherwise need to update this plugin and look for label around the input
      
      Test with keyboard, mouse and js click call
      
      Co-authored-by: default avatarXhmikosR <xhmikosr@gmail.com>
      24572b15
  5. 30 Sep, 2020 1 commit
  6. 15 Sep, 2020 1 commit
  7. 24 Jun, 2020 1 commit
  8. 04 Jun, 2020 1 commit
  9. 13 Apr, 2020 2 commits
  10. 31 Mar, 2020 1 commit
    • XhmikosR's avatar
      Switch to string constants. (#30490) · f7ed579d
      XhmikosR authored
      This allows the minifier to mangle the constants. It also allows the linter to find unused strings properly.
      
      While at it, remove a few unused properties.
      
      File                        Before      After       Diff
      --------------------------------------------------------
      bootstrap.bundle.min.js     22.09 kB    21.13 kB    -0.96 kB (-4.35 %)
      bootstrap.min.js            15.4 kB     14.46 kB    -0.94 kB (-3.86 %)
      f7ed579d
  11. 17 Feb, 2020 1 commit
  12. 26 Sep, 2019 1 commit
  13. 27 Aug, 2019 2 commits
    • Johann-S's avatar
      Backport #29298 · ef1c7aad
      Johann-S authored
      dropdown show method should do the same as toggle
      ef1c7aad
    • Johann-S's avatar
      Backport #29251 · 7652d326
      Johann-S authored
      allow to pass popper.js configuration for tooltip/popover and dropdown
      7652d326
  14. 17 Aug, 2019 1 commit
  15. 10 Jul, 2019 1 commit