CHANGELOG.md 9.3 KB
Newer Older
G
George Claghorn 已提交
1 2 3 4 5 6 7
## Rails 6.0.3.3 (September 09, 2020) ##

*   [CVE-2020-8185] Fix potential XSS vulnerability in the `translate`/`t` helper.

    *Jonathan Hefner*


A
Aaron Patterson 已提交
8 9 10 11 12
## Rails 6.0.3.2 (June 17, 2020) ##

*   No changes.


13 14
## Rails 6.0.3.1 (May 18, 2020) ##

A
Aaron Patterson 已提交
15 16
*   [CVE-2020-8167] Check that request is same-origin prior to including CSRF token in XHRs

17
## Rails 6.0.3 (May 06, 2020) ##
18

19 20 21 22 23
*   annotated_source_code returns an empty array so TemplateErrors without a
    template in the backtrace are surfaced properly by DebugExceptions.

    *Guilherme Mansur*, *Kasper Timm Hansen*

24 25 26 27 28
*   Add autoload for SyntaxErrorInTemplate so syntax errors are correctly raised by DebugExceptions.

    *Guilherme Mansur*, *Gannon McGibbon*


29 30 31 32 33 34 35 36 37
## Rails 6.0.2.2 (March 19, 2020) ##

*   Fix possible XSS vector in escape_javascript helper

    CVE-2020-5267

    *Aaron Patterson*


38 39 40 41 42
## Rails 6.0.2.1 (December 18, 2019) ##

*   No changes.


43
## Rails 6.0.2 (December 13, 2019) ##
44 45 46 47

*   No changes.


G
v6.0.1  
George Claghorn 已提交
48
## Rails 6.0.1 (November 5, 2019) ##
G
George Claghorn 已提交
49 50 51 52 53 54

*   UJS avoids `Element.closest()` for IE 9 compatibility.

    *George Claghorn*


55 56
## Rails 6.0.0 (August 16, 2019) ##

57 58 59 60 61
*   ActionView::Helpers::SanitizeHelper: support rails-html-sanitizer 1.1.0.

    *Juanito Fatas*


62 63
## Rails 6.0.0.rc2 (July 22, 2019) ##

64 65 66 67 68
*   Fix `select_tag` so that it doesn't change `options` when `include_blank` is present.

    *Younes SERRAJ*


69 70
## Rails 6.0.0.rc1 (April 24, 2019) ##

S
st0012 已提交
71 72 73 74 75 76 77
*   Fix partial caching skips same item issue

    If we render cached collection partials with repeated items, those repeated items
    will get skipped. For example, if you have 5 identical items in your collection, Rails
    only renders the first one when `cached` is set to true. But it should render all
    5 items instead.

78
    Fixes #35114.
S
st0012 已提交
79 80 81

    *Stan Lo*

82 83 84 85
*   Only clear ActionView cache in development on file changes

    To speed up development mode, view caches are only cleared when files in
    the view paths have changed. Applications which have implemented custom
86
    `ActionView::Resolver` subclasses may need to add their own cache clearing.
87 88 89

    *John Hawthorn*

90 91 92 93
*   Fix `ActionView::FixtureResolver` so that it handles template variants correctly.

    *Edward Rudd*

94 95 96 97 98
*   `ActionView::TemplateRender.render(file: )` now renders the file directly,
    without using any handlers, using the new `Template::RawFile` class.

    *John Hawthorn*, *Cliff Pruitt*

99

E
eileencodes 已提交
100 101
## Rails 6.0.0.beta3 (March 11, 2019) ##

102 103
*   Only accept formats from registered mime types

S
Shailesh Kalamkar 已提交
104
    A lack of filtering on mime types could allow an attacker to read
105 106 107 108 109 110 111
    arbitrary files on the target server or to perform a denial of service
    attack.

    Fixes CVE-2019-5418
    Fixes CVE-2019-5419

    *John Hawthorn*, *Eileen M. Uchitelle*, *Aaron Patterson*
E
eileencodes 已提交
112 113


114 115
## Rails 6.0.0.beta2 (February 25, 2019) ##

116
*   `ActionView::Template.finalize_compiled_template_methods` is deprecated with
117 118
    no replacement.

A
Aaron Patterson 已提交
119 120
    *tenderlove*

121
*   `config.action_view.finalize_compiled_template_methods` is deprecated with
122 123
    no replacement.

A
Aaron Patterson 已提交
124 125
    *tenderlove*

126
*   Ensure unique DOM IDs for collection inputs with float values.
127 128

    Fixes #34974.
129 130 131

    *Mark Edmondson*

132 133 134 135 136
*   Single arity template handlers are deprecated.  Template handlers must
    now accept two parameters, the view object and the source for the view object.

    *tenderlove*

G
Gannon McGibbon 已提交
137

138 139
## Rails 6.0.0.beta1 (January 18, 2019) ##

140 141 142 143 144 145
*   [Rename npm package](https://github.com/rails/rails/pull/34905) from
    [`rails-ujs`](https://www.npmjs.com/package/rails-ujs) to
    [`@rails/ujs`](https://www.npmjs.com/package/@rails/ujs).

    *Javan Makhmali*

146 147 148 149
*   Remove deprecated `image_alt` helper.

    *Rafael Mendonça França*

150 151 152 153 154
*   Fix the need of `#protect_against_forgery?` method defined in
    `ActionView::Base` subclasses. This prevents the use of forms and buttons.

    *Genadi Samokovarov*

W
WoH 已提交
155
*   Fix UJS permanently showing disabled text in a[data-remote][data-disable-with] elements within forms.
156 157

    Fixes #33889.
W
WoH 已提交
158 159 160

    *Wolfgang Hobmaier*

161 162 163 164 165 166 167 168
*   Prevent non-primary mouse keys from triggering Rails UJS click handlers.
    Firefox fires click events even if the click was triggered by non-primary mouse keys such as right- or scroll-wheel-clicks.
    For example, right-clicking a link such as the one described below (with an underlying ajax request registered on click) should not cause that request to occur.

    ```
    <%= link_to 'Remote', remote_path, class: 'remote', remote: true, data: { type: :json } %>
    ```

169
    Fixes #34541.
170 171 172

    *Wolfgang Hobmaier*

173 174 175 176 177 178 179 180 181 182 183 184 185
*   Prevent `ActionView::TextHelper#word_wrap` from unexpectedly stripping white space from the _left_ side of lines.

    For example, given input like this:

    ```
        This is a paragraph with an initial indent,
    followed by additional lines that are not indented,
    and finally terminated with a blockquote:
      "A pithy saying"
    ```

    Calling `word_wrap` should not trim the indents on the first and last lines.

186
    Fixes #34487.
187 188 189

    *Lyle Mullican*

190 191 192 193 194 195 196 197 198 199 200 201
*   Add allocations to template rendering instrumentation.

    Adds the allocations for template and partial rendering to the server output on render.

    ```
      Rendered posts/_form.html.erb (Duration: 7.1ms | Allocations: 6004)
      Rendered posts/new.html.erb within layouts/application (Duration: 8.3ms | Allocations: 6654)
    Completed 200 OK in 858ms (Views: 848.4ms | ActiveRecord: 0.4ms | Allocations: 1539564)
    ```

    *Eileen M. Uchitelle*, *Aaron Patterson*

202
*   Respect the `only_path` option passed to `url_for` when the options are passed in as an array
203

204 205 206 207
    Fixes #33237.

    *Joel Ambass*

208
*   Deprecate calling private model methods from view helpers.
209

210 211 212
    For example, in methods like `options_from_collection_for_select`
    and `collection_select` it is possible to call private methods from
    the objects used.
213

214
    Fixes #33546.
215

216
    *Ana María Martínez Gómez*
217

218 219 220 221 222 223 224 225 226 227 228
*   Fix issue with `button_to`'s `to_form_params`

    `button_to` was throwing exception when invoked with `params` hash that
    contains symbol and string keys. The reason for the exception was that
    `to_form_params` was comparing the given symbol and string keys.

    The issue is fixed by turning all keys to strings inside
    `to_form_params` before comparing them.

    *Georgi Georgiev*

229 230 231
*   Mark arrays of translations as trusted safe by using the `_html` suffix.

    Example:
232 233 234 235 236 237 238 239 240

        en:
          foo_html:
            - "One"
            - "<strong>Two</strong>"
            - "Three &#128075; &#128578;"

    *Juan Broullon*

241
*   Add `year_format` option to date_select tag. This option makes it possible to customize year
242 243 244
    names. Lambda should be passed to use this option.

    Example:
245 246 247

        date_select('user_birthday', '', start_year: 1998, end_year: 2000, year_format: ->year { "Heisei #{year - 1988}" })

248
    The HTML produced:
249 250 251 252 253 254 255 256 257 258

        <select id="user_birthday__1i" name="user_birthday[(1i)]">
        <option value="1998">Heisei 10</option>
        <option value="1999">Heisei 11</option>
        <option value="2000">Heisei 12</option>
        </select>
        /* The rest is omitted */

    *Koki Ryu*

259 260 261 262 263 264 265
*   Fix JavaScript views rendering does not work with Firefox when using
    Content Security Policy.

    Fixes #32577.

    *Yuji Yaginuma*

266 267 268 269 270 271
*   Add the `nonce: true` option for `javascript_include_tag` helper to
    support automatic nonce generation for Content Security Policy.
    Works the same way as `javascript_tag nonce: true` does.

    *Yaroslav Markin*

B
bogdanvlviv 已提交
272
*   Remove `ActionView::Helpers::RecordTagHelper`.
Y
Yoshiyuki Hirano 已提交
273 274 275

    *Yoshiyuki Hirano*

B
bogdanvlviv 已提交
276
*   Disable `ActionView::Template` finalizers in test environment.
277 278 279 280 281 282 283 284

    Template finalization can be expensive in large view test suites.
    Add a configuration option,
    `action_view.finalize_compiled_template_methods`, and turn it off in
    the test environment.

    *Simon Coffey*

285
*   Extract the `confirm` call in its own, overridable method in `rails_ujs`.
R
Ryuta Kamizono 已提交
286 287 288

    Example:

289 290 291 292 293 294
        Rails.confirm = function(message, element) {
          return (my_bootstrap_modal_confirm(message));
        }

    *Mathieu Mahé*

295
*   Enable select tag helper to mark `prompt` option as `selected` and/or `disabled` for `required`
R
Ryuta Kamizono 已提交
296 297 298
    field.

    Example:
299

B
bogdanvlviv 已提交
300 301 302 303
        select :post,
               :category,
               ["lifestyle", "programming", "spiritual"],
               { selected: "", disabled: "", prompt: "Choose one" },
304
               { required: true }
305

R
Ryuta Kamizono 已提交
306 307 308
    Placeholder option would be selected and disabled.

    The HTML produced:
309

310 311 312 313 314 315 316 317
        <select required="required" name="post[category]" id="post_category">
        <option disabled="disabled" selected="selected" value="">Choose one</option>
        <option value="lifestyle">lifestyle</option>
        <option value="programming">programming</option>
        <option value="spiritual">spiritual</option></select>

    *Sergey Prikhodko*

B
bogdanvlviv 已提交
318
*   Don't enforce UTF-8 by default.
A
Andrew White 已提交
319 320 321 322 323 324 325

    With the disabling of TLS 1.0 by most major websites, continuing to run
    IE8 or lower becomes increasingly difficult so default to not enforcing
    UTF-8 encoding as it's not relevant to other browsers.

    *Andrew White*

326 327 328 329
*   Change translation key of `submit_tag` from `module_name_class_name` to `module_name/class_name`.

    *Rui Onodera*

K
Kasper Timm Hansen 已提交
330
*   Rails 6 requires Ruby 2.5.0 or newer.
J
Jeremy Daer 已提交
331

K
Kasper Timm Hansen 已提交
332
    *Jeremy Daer*, *Kasper Timm Hansen*
333 334


335
Please check [5-2-stable](https://github.com/rails/rails/blob/5-2-stable/actionview/CHANGELOG.md) for previous changes.