1. 18 Aug, 2018 1 commit
  2. 12 Aug, 2018 1 commit
  3. 02 Aug, 2018 1 commit
  4. 20 Jul, 2018 1 commit
  5. 12 Jul, 2018 1 commit
    • Mark Otto's avatar
      Reorganize docs for easier deploys · 0e920ce3
      Mark Otto authored
      With the current docs directory setup, I'm making too many mistakes and have to manually address path changes and directory moves on deploy. This makes for a frustrating experience developing locally and shipping releases. With this PR, we're basically back to the same setup from v3—duplicating the dist directory into our docs directory. Not the most ideal, but very straightforward for me as the release manager.
      0e920ce3
  6. 08 Jul, 2018 1 commit
    • Mark Otto's avatar
      Restore feedback icons on validated form fields · 8d8d3ef8
      Mark Otto authored
      - Only applies to textual inputs and textareas with `.form-control` and selects with `.custom-select`
      - Wrap the feedback icons in a Sass variable option, $enable-validation-icons, so folks who theme can disable
      - Update docs to summarize styles, mention the icons, include a textarea demo, and add mention of the Sass variable option to the Theming section
      8d8d3ef8
  7. 21 Jun, 2018 1 commit
  8. 31 May, 2018 1 commit
  9. 20 May, 2018 1 commit
  10. 09 Apr, 2018 1 commit
    • Mark Otto's avatar
      Ship v4.1.0 (#26218) · 8f7bd419
      Mark Otto authored
      * update docs path from docs/4.0/ to docs/4.1/
      
      * bump version to 4.1.0
      
      * Update redirects to work for 4.1 docs move
      
      * Update docs version switcher to include latest and link to 4.0 docs
      
      * re-run dist
      
      * Update package-lock.json
      
      * Update docs-navbar.html
      Unverified
      8f7bd419
  11. 14 Mar, 2018 1 commit
  12. 13 Mar, 2018 1 commit
  13. 12 Mar, 2018 1 commit
  14. 24 Feb, 2018 1 commit
  15. 19 Feb, 2018 1 commit
    • Mark Otto's avatar
      Custom range input (#25600) · 470b4472
      Mark Otto authored
      * added the styling
      
      * added the documentation
      
      * update for one rule per line
      
      * fix hound error: trailing whitespace
      
      * trimmed off vendor prefixes
      
      * Add note about track and thumb
      
      * Psuedo-elements must be split across multiple rulesets to have an affect
      
      * Fix firefox inner focus
      
      * Seems that FF is the only one affected by this
      
      * Add support for gradients
      
      * Add labels, clarify min/max changes
      
      * add step example
      
      * add custom range vars
      Unverified
      470b4472
  16. 16 Feb, 2018 1 commit
    • Patrick H. Lauke's avatar
      [Docs] Clarify suggested use of custom validation styles, add note about... · 73357f94
      Patrick H. Lauke authored
      [Docs] Clarify suggested use of custom validation styles, add note about resetting form appearance after validation (#25628)
      
      * Expand/clarify recommendation for using custom validation styles
      
      Seems support for correctly announcing browser default navigation bubbles/notifications has improved recently. Now it seems only Chrome (at least on Win and Android, not tested on macOS) is the odd one out.
      
      However, we should really make sure the custom validation messages are also tied correctly to their relevant form controls - need to dig out the PR that will ensure that.
      
      * Add note about resetting form appearance after submission
      
      xref https://github.com/twbs/bootstrap/issues/25626
      Unverified
      73357f94
  17. 19 Jan, 2018 1 commit
  18. 16 Jan, 2018 1 commit
  19. 15 Jan, 2018 1 commit
  20. 11 Jan, 2018 1 commit
  21. 05 Jan, 2018 1 commit
  22. 03 Jan, 2018 1 commit
    • Mark Otto's avatar
      Validation tooltip example (#25143) · 460849dd
      Mark Otto authored
      * Add additional form validation examples
      
      Fixes #24811.
      
      This adds .valid-feedback to our custom styles and server side examples; previously we ommitted this to suggest you don't always need valid feedback. In addition, this adds examples of the .{valid|invalid}-tooltip classes with a new subsection in the Validation docs.
      
      * Update validation tooltip styles to remove fixed width; instead should retain itself to the parent element
      
      * update ids
      
      * finish docs paragraph, mention position: relative
      Unverified
      460849dd
  23. 30 Dec, 2017 3 commits
  24. 27 Dec, 2017 1 commit
    • Mark Otto's avatar
      Rewrite custom file input · b01e81ed
      Mark Otto authored
      - Changes the wrapping label to a div so we can style the label instead of another element while also supporting form validation.
      - Fixes form validation styles for custom file input (closes #24831).
      - Updates docs with validation styles (also adding example feedback text while I was there) and new how it works section.
      b01e81ed
  25. 26 Dec, 2017 2 commits
  26. 24 Dec, 2017 1 commit
  27. 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
      Unverified
      16f14172
  28. 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
      Unverified
      13150872
  29. 02 Dec, 2017 1 commit
    • Troy Morehouse's avatar
      Remove .col-form-legend in favor of .col-form-label (#24932) · 9de141f4
      Troy Morehouse authored
      * chore: sync with twbs (#1)
      
      * Make styling of grouped option buttons class-based
      
      Referencing #23728, styling grouped radio and checkbox buttons should not require the data-toggle attribute.
      
      * Fix installing deps in our webpack docs
      
      * Fix nested cards on card group (#24766)
      
      * Update popper.js to v1.12.9. (#24797)
      
      * Don't run postcss for `dist/css/*.min.css` files. (#24676)
      
      * Change the text color to dark on bg color warning examples (#24805)
      
      * Remove unused file and bundle ie-emulation-modes-warning.js with docs.min.js (#24825)
      
      * Remove the unused assets/js/ie10-viewport-bug-workaround.js.
      
      * Combine ie-emulation-modes-warning.js with docs.min.js.
      
      * Typos in grid.md (#24828)
      
      Fixed typos in offsetting section of grid.md
      
      * Fix dropup example code
      
      * Update devDependencies. (#24829)
      
      * Add support for fractional viewport widths (zoom/high-dpi displays) (#24299)
      
      * Change breakpoint  max- calculation to fr...
      9de141f4
  30. 29 Nov, 2017 1 commit
    • Mark Otto's avatar
      Override padding on radio input label (#24899) · a649c7f2
      Mark Otto authored
      We could tell folks to nix the class, we could tell them to override it, or we could add another modifier of some kind to address this. None of them seem particularly useful, but the padding override feels the most approachable and clearly documentable. Added this here to close #24844.
      a649c7f2
  31. 24 Nov, 2017 1 commit
    • Mark Otto's avatar
      Custom select updates (#24699) · 2ec1606a
      Mark Otto authored
      * Add support for size attribute on custom selects
      
      * Add large custom select, document it and the small variant
      
      * fix custom select focus state
      
      * fix custom file input focus styles
      
      * remove empty line
      Unverified
      2ec1606a
  32. 15 Nov, 2017 1 commit
  33. 29 Oct, 2017 2 commits
  34. 27 Oct, 2017 1 commit
  35. 19 Oct, 2017 1 commit
  36. 18 Oct, 2017 1 commit