From e228a365686d5f1358c28feec8d81325cf45fa8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Tue, 1 Sep 2015 02:21:56 -0300 Subject: [PATCH] Release 1.1.0 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a90470c..028ef2fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## v1.1.0 + +* Extract `$.rails.csrfToken` and `$.rails.csrfParam` functions to allow external usage. + +* Treat exception in `$.rails.confirm` as a false answer. + +* Don't fire Ajax requests if `data-remote` is `false`. + +* Fix IE7 bug with the cross domain check. + +* Ignore disabled file inputs when submitting the form. + ## v1.0.4 * Fix CSP bypass vulnerability.