-
Notifications
You must be signed in to change notification settings - Fork 351
Comparing changes
Open a pull request
base repository: bootstrap-ruby/bootstrap_form
base: v5.0.0
head repository: bootstrap-ruby/bootstrap_form
compare: v5.1.0
Commits on Nov 22, 2021
-
* Fix rubocop offenses * Run tests on all branches * Fetch rails edge from main branch Otherwise bundle gets confused and tries to get master * Include sassc-rails to add Rails.application.config.assets config * Fix tests for Rails 7 - include autocomplete="off" for hidden fields - update rich_text_area test for direct upload * Fix unwanted skipping of test if Rails < 7 - also restructures the test to make it a bit more readable
Configuration menu - View commit details
-
Copy full SHA for 6d0f76d - Browse repository at this point
Copy the full SHA 6d0f76dView commit details
Commits on Dec 28, 2021
-
Allow overriding the default form_group class
I think the default wrapper class, "mb-3", is good, but there should be a way to omit it while still rendering the label and the rest of the form group content. I realize this is an API change, but I think it is a good one which gives more power to the developers. I also think it is in good alignment with the upstream bootstrap project.
Configuration menu - View commit details
-
Copy full SHA for 3ed3144 - Browse repository at this point
Copy the full SHA 3ed3144View commit details -
Revert "Allow overriding the default form_group class"
This reverts commit 3ed3144.
Configuration menu - View commit details
-
Copy full SHA for bdfd061 - Browse repository at this point
Copy the full SHA bdfd061View commit details -
Configuration menu - View commit details
-
Copy full SHA for 297b6b6 - Browse repository at this point
Copy the full SHA 297b6b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 772a142 - Browse repository at this point
Copy the full SHA 772a142View commit details -
Configuration menu - View commit details
-
Copy full SHA for b63dc9d - Browse repository at this point
Copy the full SHA b63dc9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e89534c - Browse repository at this point
Copy the full SHA e89534cView commit details -
Merge pull request #616 from bootstrap-ruby/fix_danger
Use the generated token for this GH Actions run
Configuration menu - View commit details
-
Copy full SHA for aeb6ffa - Browse repository at this point
Copy the full SHA aeb6ffaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 712cc5a - Browse repository at this point
Copy the full SHA 712cc5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 46c680f - Browse repository at this point
Copy the full SHA 46c680fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c01054 - Browse repository at this point
Copy the full SHA 5c01054View commit details
Commits on Dec 30, 2021
-
Configuration menu - View commit details
-
Copy full SHA for af86a05 - Browse repository at this point
Copy the full SHA af86a05View commit details
Commits on Jan 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c48b373 - Browse repository at this point
Copy the full SHA c48b373View commit details
Commits on Jan 8, 2022
-
* cherry-pick .gitignore * Fix Rails to 7.0.1 for Ruby 3.1 * Run CI * Run CI again
Configuration menu - View commit details
-
Copy full SHA for 9db677f - Browse repository at this point
Copy the full SHA 9db677fView commit details -
* WIP installation doc * Update yarn dependencies The yarn security issues are only in the demo app, but it's still nice to get rid of the message. * Revert changes to README
Configuration menu - View commit details
-
Copy full SHA for 289f963 - Browse repository at this point
Copy the full SHA 289f963View commit details
Commits on Jan 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3ce4def - Browse repository at this point
Copy the full SHA 3ce4defView commit details -
Configuration menu - View commit details
-
Copy full SHA for 17f6522 - Browse repository at this point
Copy the full SHA 17f6522View commit details
Commits on Jan 10, 2022
-
* WIP installation doc * Rails 7 demo app * Run Bootstrap from CDN * Update contributing docs for running Rails 7 * Gemfile comment add 7.0 * Add some notes to the documentation
Configuration menu - View commit details
-
Copy full SHA for 527bf8b - Browse repository at this point
Copy the full SHA 527bf8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 74ff189 - Browse repository at this point
Copy the full SHA 74ff189View commit details
Commits on Jan 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2e8ad70 - Browse repository at this point
Copy the full SHA 2e8ad70View commit details
Commits on Jan 16, 2022
-
Run fork pull requests with base workflow
* Try using `pull_request_target` to fix fork PRs * Also use `secrets.GITHUB_TOKEN` instead of `github.token` * Add "danger" to the Gemfile for caching in CI
Configuration menu - View commit details
-
Copy full SHA for e76a663 - Browse repository at this point
Copy the full SHA e76a663View commit details -
Configuration menu - View commit details
-
Copy full SHA for da134d4 - Browse repository at this point
Copy the full SHA da134d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for e48d919 - Browse repository at this point
Copy the full SHA e48d919View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c67906 - Browse repository at this point
Copy the full SHA 2c67906View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44f611a - Browse repository at this point
Copy the full SHA 44f611aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a4365eb - Browse repository at this point
Copy the full SHA a4365ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c7688d - Browse repository at this point
Copy the full SHA 1c7688dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c07c482 - Browse repository at this point
Copy the full SHA c07c482View commit details
Commits on Apr 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 47056da - Browse repository at this point
Copy the full SHA 47056daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6980928 - Browse repository at this point
Copy the full SHA 6980928View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53e1679 - Browse repository at this point
Copy the full SHA 53e1679View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1818ae - Browse repository at this point
Copy the full SHA c1818aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 425c4d7 - Browse repository at this point
Copy the full SHA 425c4d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9e5bf1 - Browse repository at this point
Copy the full SHA b9e5bf1View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd334ab - Browse repository at this point
Copy the full SHA bd334abView commit details -
show field's help message even on validation error (#300)
Co-authored-by: Anton Pawlik <anton.pawlik@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 98746c0 - Browse repository at this point
Copy the full SHA 98746c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ac88dc - Browse repository at this point
Copy the full SHA 4ac88dcView commit details
Commits on Apr 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3548d78 - Browse repository at this point
Copy the full SHA 3548d78View commit details -
Configuration menu - View commit details
-
Copy full SHA for f25c1ed - Browse repository at this point
Copy the full SHA f25c1edView commit details
Commits on Apr 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 09083ec - Browse repository at this point
Copy the full SHA 09083ecView commit details -
Add example images to README.md (#635)
Co-authored-by: Uwe Kubosch <uwe@datek.no>
Configuration menu - View commit details
-
Copy full SHA for 5126f16 - Browse repository at this point
Copy the full SHA 5126f16View commit details
Commits on Apr 24, 2022
-
Add generated HTML for the examples in README.md (#636)
Remove images for empty examples in README.md
Configuration menu - View commit details
-
Copy full SHA for fec914e - Browse repository at this point
Copy the full SHA fec914eView commit details
Commits on Apr 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c0318db - Browse repository at this point
Copy the full SHA c0318dbView commit details
Commits on Apr 28, 2022
-
Use a
bootstrap_form_for
wrapper for README examples that display e……rrors (#637) * Removed the wrapping `form` tag for examples that don't include the `bootstrap_form_for` wrapper * Added email to the standard user + help text in example 2
Configuration menu - View commit details
-
Copy full SHA for 8a9e34c - Browse repository at this point
Copy the full SHA 8a9e34cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9556955 - Browse repository at this point
Copy the full SHA 9556955View commit details -
Configuration menu - View commit details
-
Copy full SHA for e28245e - Browse repository at this point
Copy the full SHA e28245eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 42a3ad5 - Browse repository at this point
Copy the full SHA 42a3ad5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0157ee5 - Browse repository at this point
Copy the full SHA 0157ee5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b3a414 - Browse repository at this point
Copy the full SHA 2b3a414View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f06e76 - Browse repository at this point
Copy the full SHA 4f06e76View 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 v5.0.0...v5.1.0