-
Notifications
You must be signed in to change notification settings - Fork 356
Comparing changes
Open a pull request
base repository: bootstrap-ruby/bootstrap_form
base: v4.0.0.alpha1
head repository: bootstrap-ruby/bootstrap_form
compare: v4.0.0
- 12 commits
- 15 files changed
- 7 contributors
Commits on Jun 17, 2018
-
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
Configuration menu - View commit details
-
Copy full SHA for 31376d5 - Browse repository at this point
Copy the full SHA 31376d5View commit details
Commits on Jul 4, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 3032ba0 - Browse repository at this point
Copy the full SHA 3032ba0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b41295e - Browse repository at this point
Copy the full SHA b41295eView commit details
Commits on Jul 5, 2018
-
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.
Configuration menu - View commit details
-
Copy full SHA for 6c16178 - Browse repository at this point
Copy the full SHA 6c16178View commit details
Commits on Jul 18, 2018
-
allow static_control to force a nil value (#475)
* allow static_control to force a nil value * add tests * fix tests
Configuration menu - View commit details
-
Copy full SHA for 78fd6f9 - Browse repository at this point
Copy the full SHA 78fd6f9View commit details
Commits on Sep 13, 2018
-
Configuration menu - View commit details
-
Copy full SHA for b34dea2 - Browse repository at this point
Copy the full SHA b34dea2View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for e54fe9b - Browse repository at this point
Copy the full SHA e54fe9bView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for e8ce49e - Browse repository at this point
Copy the full SHA e8ce49eView commit details -
The
button
,submit
, andprimary
helpers can now receive an addi… (#483) * The `button`, `submit`, and `primary` helpers can now receive an additional option, `extra_class`.
Configuration menu - View commit details
-
Copy full SHA for 83b01ab - Browse repository at this point
Copy the full SHA 83b01abView commit details -
Add classes to the
div.form-check
that wraps check boxes and radio …Configuration menu - View commit details
-
Copy full SHA for 31b5e84 - Browse repository at this point
Copy the full SHA 31b5e84View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 67f35a8 - Browse repository at this point
Copy the full SHA 67f35a8View commit details
Commits on Oct 27, 2018
-
Configuration menu - View commit details
-
Copy full SHA for ff7ad3a - Browse repository at this point
Copy the full SHA ff7ad3aView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v4.0.0.alpha1...v4.0.0