Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bootstrap-ruby/bootstrap_form
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.0.alpha1
Choose a base ref
...
head repository: bootstrap-ruby/bootstrap_form
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.0
Choose a head ref
  • 12 commits
  • 15 files changed
  • 7 contributors

Commits on Jun 17, 2018

  1. Document the gem release process; add chandler (#470)

    * Document the gem release process; add chandler
    
    Releasing to rubygems.org is as simple as `rake release`, but there are
    some additional steps around it to make sure our documentation is up to
    date, which I've documented in `RELEASING.md`.
    
    I've also added the `chandler` gem (my own creation) that automatically
    updates the GitHub Releases whenever we run `rake release`. This ensures
    that people can find our release notes easily.
    
    This is the process I used to recently publish 4.0.0.alpha1.
    
    * Clarify Chandler auth and provide example diff
    mattbrictson authored and lcreid committed Jun 17, 2018
    Configuration menu
    Copy the full SHA
    31376d5 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2018

  1. Configuration menu
    Copy the full SHA
    3032ba0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b41295e View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2018

  1. Remove minitest workarounds; new Rails fixes it (#474)

    The Rails incompatibilities with minitest have been fixed in the most
    recent Rails releases. We therefore no longer need to pin to an old
    version of minitest as a workaround.
    mattbrictson authored and lcreid committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    6c16178 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2018

  1. allow static_control to force a nil value (#475)

    * allow static_control to force a nil value
    
    * add tests
    
    * fix tests
    ThomasSevestre authored and lcreid committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    78fd6f9 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2018

  1. Configuration menu
    Copy the full SHA
    b34dea2 View commit details
    Browse the repository at this point in the history
  2. default form-inline class applied to parent content div on date selec…

    …t helpers (#461)
    
    * default form-inline class applied to parent content div on date select helpers
    
    * Only engage inline form on date helpers when layout is set to horizontal, added a test
    lancecarlson authored and lcreid committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    e54fe9b View commit details
    Browse the repository at this point in the history
  3. error_summary: don't render surrounding div if there are errors (#465)

    * error_summary: don't render surrounding div if there are errors
    
    When there are no errors the div with for the error messages was still rendered, making it impossible to use css to style that surrounding div.
    
    * Fix test case.
    
    * Simplify conditional as suggested by reviewer.
    TomK32 authored and lcreid committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    e8ce49e View commit details
    Browse the repository at this point in the history
  4. The button, submit, and primary helpers can now receive an addi… (

    #483)
    
    * The `button`, `submit`, and `primary` helpers can now receive an additional option, `extra_class`.
    jsaraiva authored and lcreid committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    83b01ab View commit details
    Browse the repository at this point in the history
  5. Add classes to the div.form-check that wraps check boxes and radio …

    …buttons. (#479)
    
    * Rename div_class to make refactoring more obvious.
    
    * Fix issue #476 for check_boxes.
    
    * Fix issue #476 for radio buttons.
    
    * Test for `:custom` option just once.
    
    * Add wrapper_class for check boxes and radio buttons.
    lcreid authored Sep 13, 2018
    Configuration menu
    Copy the full SHA
    31b5e84 View commit details
    Browse the repository at this point in the history
  6. Add changelog message missed on #465 (#485)

    * error_summary: don't render surrounding div if there are errors
    
    When there are no errors the div with for the error messages was still rendered, making it impossible to use css to style that surrounding div.
    
    * Fix test case.
    
    * Simplify conditional as suggested by reviewer.
    lcreid authored Sep 13, 2018
    Configuration menu
    Copy the full SHA
    67f35a8 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2018

  1. Preparing v4.0.0. (#490)

    * Rename div_class to make refactoring more obvious.
    
    * Fix issue #476 for check_boxes.
    
    * Fix issue #476 for radio buttons.
    
    * Test for `:custom` option just once.
    
    * Fix a Minitest deprecation warning.
    
    * Preparing v4.0.0.
    lcreid authored Oct 27, 2018
    Configuration menu
    Copy the full SHA
    ff7ad3a View commit details
    Browse the repository at this point in the history
Loading