1. 03 Feb, 2018 1 commit
  2. 19 Jan, 2018 1 commit
  3. 18 Jan, 2018 1 commit
    • Mark Otto's avatar
      Prevent print utils from overriding all other display utils (#25269) · 9b0fcbf9
      Mark Otto authored
      * Prevent print utils from overriding all other display utils
      
      Fixes #25221.
      
      I agree with the referenced issue—this is unexpected and also causes a serious bug when mixed with other utility classes. This wasn't an issue in v3 given we had different utilities for hiding that weren't focused on display property.
      
      * Add printing changes to migration docs
      
      * unrelated heading sentence case change
      
      * List out all .d-print- classes
      9b0fcbf9
  4. 16 Jan, 2018 1 commit
  5. 31 Dec, 2017 1 commit
  6. 26 Dec, 2017 1 commit
  7. 24 Dec, 2017 1 commit
  8. 23 Dec, 2017 1 commit
    • Mark Otto's avatar
      Form check markup v2 (#25050) · 16f14172
      Mark Otto authored
      * match layout behaviors
      
      * ditch the indicator as separate element for psuedo-elements on the label
      
      * move disabled to attribute only on input
      
      * redo default inline check to support new markup
      
      * redo inline forms
      
      * clean up vars
      
      * update validation mixin to new structure
      
      * update checks in docs
      
      * linting for for/id attributes
      16f14172
  9. 22 Dec, 2017 1 commit
    • Mark Otto's avatar
      Rewrite input group component (#25020) · 13150872
      Mark Otto authored
      * Rewrite input group component
      
      * Set the feedback to 100% width for input group
      
      * Move from .row to .form-row for tighter layout
      
      * no need for custom feedback here, we're using browser messaging
      
      * add input group to validation examples
      
      * add note about validating multiple
      
      * migration note added
      13150872
  10. 08 Dec, 2017 1 commit
  11. 02 Dec, 2017 1 commit
  12. 25 Nov, 2017 2 commits
  13. 24 Nov, 2017 1 commit
    • Mark Otto's avatar
      Rewrite custom form check backgrounds (#24697) · 4829350a
      Mark Otto authored
      * Rewrite custom form check backgrounds
      
      Previously, this was all just a background-color and background-image. When we restored the gradients though, we had two background-images competing on the same element, causing rendering glitches. This refactors that code, creating a mixin to simplify things, so we can we easily use two background-images (SVG icon and gradient) when -gradients is set to true.
      
      Fixes #24598
      
      * restore default vars
      
      * Revamp custom check and radio backgrounds
      
      Instead of applying multiple background-image's to the same element, we're adding a new ::before pseudo-element to layer the background-images. Gradients go on the .custom-control-indicator while their icons go on the ::before element. This allows us to shave some bytes from when we compile and we previously needed to redeclare the background-image for the icon if you changed the gradient.
      
      * remove now unused mixin
      
      * mention change in migration docs
      4829350a
  14. 23 Oct, 2017 1 commit
  15. 22 Oct, 2017 1 commit
  16. 20 Oct, 2017 1 commit
  17. 19 Oct, 2017 1 commit
  18. 18 Oct, 2017 2 commits
  19. 08 Oct, 2017 1 commit
  20. 01 Oct, 2017 1 commit
  21. 27 Sep, 2017 1 commit
  22. 26 Sep, 2017 2 commits
  23. 10 Sep, 2017 2 commits
  24. 06 Sep, 2017 9 commits
  25. 04 Sep, 2017 1 commit
  26. 02 Sep, 2017 1 commit
  27. 19 Aug, 2017 1 commit
  28. 15 Aug, 2017 1 commit