1. 23 Aug, 2017 1 commit
  2. 22 Aug, 2017 1 commit
  3. 21 Aug, 2017 3 commits
  4. 17 Aug, 2017 2 commits
  5. 28 Jul, 2017 1 commit
  6. 20 Jul, 2017 2 commits
  7. 19 Jul, 2017 1 commit
  8. 02 Jun, 2017 2 commits
  9. 01 Jun, 2017 1 commit
  10. 30 May, 2017 1 commit
  11. 29 May, 2017 1 commit
  12. 24 Apr, 2017 1 commit
  13. 10 Apr, 2017 1 commit
  14. 06 Apr, 2017 2 commits
  15. 05 Apr, 2017 5 commits
  16. 30 Mar, 2017 1 commit
  17. 29 Mar, 2017 2 commits
  18. 24 Mar, 2017 2 commits
    • Dmitriy Shekhovtsov's avatar
      feat(dropdown): rollout completely rewritten bs-dropdown version (#1771) · 31cba418
      Dmitriy Shekhovtsov authored
      fixes #1674, fixes #1749, fixes #1623, fixes #1415, fixes #802, fixes #569, fixes #530, fixes #6,
      fixes #1540, fixes #1217, fixes #591, fixes #478
      
      feat: you can pass dropdown configuration in `forRoot()` method
      feat: now you can add dropdown to body by using `container="body"`
      
      BREAKING CHANGES:
      - `DropdownModule` renamed to `BsDropdownModule`, same to all dropdown components added `bs` prefix
      - `addToggleClass` option is deprecated, now you need to add `dropdown-toggle` class manually if needed
      - `dropdownMenu` menu become a template selector, so `*` should be added
      sample:  `<ul dropdownMenu>` should become `<ul *dropdownMenu>`
      - `onToggle` event deprecated use `isOpenChange` instead
      - `appendToBody` deprecated, use `container="body"` instead, now dropdown behaviour and attachment params alligned with tooltips and popovers
      - `keyboardNav` deprecated
      - `disabled` renamed to `isDisabled`
      - `dropdownToggle` doesn't prevent default behaviour anymore
      31cba418
    • Dmitriy Shekhovtsov's avatar
      2fdd2c74
  19. 17 Mar, 2017 1 commit
  20. 16 Mar, 2017 1 commit
  21. 06 Mar, 2017 2 commits
  22. 02 Mar, 2017 1 commit
  23. 20 Feb, 2017 1 commit
  24. 14 Feb, 2017 1 commit
  25. 06 Feb, 2017 2 commits
  26. 03 Feb, 2017 1 commit