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: main
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: legacy-2.7
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 8 files changed
  • 3 contributors

Commits on Jan 7, 2018

  1. Clarify Bootstrap v3 target in 2.7.x README

    The `legacy-2.7` branch supports Bootstrap v3, not v4. Add a prominent
    message to make that clear.
    
    [skip ci]
    mattbrictson committed Jan 7, 2018
    Configuration menu
    Copy the full SHA
    4225b39 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #365 from bootstrap-ruby/legacy-2.7-readme

    Clarify Bootstrap v3 support in 2.7.x README
    mattbrictson authored Jan 7, 2018
    Configuration menu
    Copy the full SHA
    8f46d28 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2019

  1. Backport the id change to the legacy branch. (#525)

    * Use option[:id] for label's *for* attribute
    
    If provided, use option `id` to specify `for` attribute on label
    for (text, email...) fields, checkbox, radio and select.
    Solves #342 issue and supercede #221 and #343 pull requests.
    
    Partially solves #251 (only the part regarding the id).
    
    * Move require mocha/minitest as needed by newer version.
    
    * Fix version of sqlite3 < 1.4 so tests will work.
    lcreid authored Mar 1, 2019
    Configuration menu
    Copy the full SHA
    32206eb View commit details
    Browse the repository at this point in the history
Loading