@rails/ujs
Advanced tools
Comparing version 6.1.0-rc1 to 6.1.0-rc2
@@ -0,1 +1,15 @@ | ||
## Rails 6.1.0.rc2 (December 01, 2020) ## | ||
* Change form_with to generate non-remote forms by default. | ||
`form_with` would generate a remote form by default. This would confuse | ||
users because they were forced to handle remote requests. | ||
All new 6.1 applications will generate non-remote forms by default. | ||
When upgrading a 6.0 application you can enable remote forms by default by | ||
setting `config.action_view.form_with_generates_remote_forms` to `true`. | ||
*Petrik de Heus* | ||
## Rails 6.1.0.rc1 (November 02, 2020) ## | ||
@@ -2,0 +16,0 @@ |
{ | ||
"name": "@rails/ujs", | ||
"version": "6.1.0-rc1", | ||
"version": "6.1.0-rc2", | ||
"description": "Ruby on Rails unobtrusive scripting adapter", | ||
@@ -5,0 +5,0 @@ "main": "lib/assets/compiled/rails-ujs.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
38799