actionview 8.1.0 → 8.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +7 -0
- data/lib/action_view/gem_version.rb +1 -1
- data/lib/action_view/helpers/tags/hidden_field.rb +1 -1
- data/lib/action_view/railtie.rb +1 -1
- metadata +10 -10
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA256:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: c5545af4ab202d39f3f7111fb2af3778caf64f0bcaac05a8e954ad6c173b9f42
         | 
| 4 | 
            +
              data.tar.gz: 5b132e24b9c1aab23bbf0778a0eb0cbb238923105e2385b2b1445826ceb6b2a3
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 91ad740f9980fa1f8ad77b3f89a4cc4b5b366f9b903fb9937a4978b3f90b675da0d0b7efbf0fde1d0c0edcb1b136cfb662a51f1c9cbe8eb354f96fdf330d272c
         | 
| 7 | 
            +
              data.tar.gz: afc56f12a6a009791485f8f8b9e27f9a699e094d956fa3557036ebfa7f63bc50757333051b57ed739fea5c4311511f6f8e32c1808220e4ad6ede14d8a6a1f40d
         | 
    
        data/CHANGELOG.md
    CHANGED
    
    | @@ -1,3 +1,10 @@ | |
| 1 | 
            +
            ## Rails 8.1.1 (October 28, 2025) ##
         | 
| 2 | 
            +
             | 
| 3 | 
            +
            *   Respect `remove_hidden_field_autocomplete` config in form builder `hidden_field`.
         | 
| 4 | 
            +
             | 
| 5 | 
            +
                *Rafael Mendonça França*
         | 
| 6 | 
            +
             | 
| 7 | 
            +
             | 
| 1 8 | 
             
            ## Rails 8.1.0 (October 22, 2025) ##
         | 
| 2 9 |  | 
| 3 10 | 
             
            *   The BEGIN template annotation/comment was previously printed on the same line as the following element. We now insert a newline inside the comment so it spans two lines without adding visible whitespace to the HTML output to enhance readability.
         | 
| @@ -5,7 +5,7 @@ module ActionView | |
| 5 5 | 
             
                module Tags # :nodoc:
         | 
| 6 6 | 
             
                  class HiddenField < TextField # :nodoc:
         | 
| 7 7 | 
             
                    def render
         | 
| 8 | 
            -
                      @options.reverse_merge!(autocomplete: "off")
         | 
| 8 | 
            +
                      @options.reverse_merge!(autocomplete: "off") unless ActionView::Base.remove_hidden_field_autocomplete
         | 
| 9 9 | 
             
                      super
         | 
| 10 10 | 
             
                    end
         | 
| 11 11 | 
             
                  end
         | 
    
        data/lib/action_view/railtie.rb
    CHANGED
    
    
    
        metadata
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: actionview
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 8.1. | 
| 4 | 
            +
              version: 8.1.1
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - David Heinemeier Hansson
         | 
| @@ -15,14 +15,14 @@ dependencies: | |
| 15 15 | 
             
                requirements:
         | 
| 16 16 | 
             
                - - '='
         | 
| 17 17 | 
             
                  - !ruby/object:Gem::Version
         | 
| 18 | 
            -
                    version: 8.1. | 
| 18 | 
            +
                    version: 8.1.1
         | 
| 19 19 | 
             
              type: :runtime
         | 
| 20 20 | 
             
              prerelease: false
         | 
| 21 21 | 
             
              version_requirements: !ruby/object:Gem::Requirement
         | 
| 22 22 | 
             
                requirements:
         | 
| 23 23 | 
             
                - - '='
         | 
| 24 24 | 
             
                  - !ruby/object:Gem::Version
         | 
| 25 | 
            -
                    version: 8.1. | 
| 25 | 
            +
                    version: 8.1.1
         | 
| 26 26 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 27 27 | 
             
              name: builder
         | 
| 28 28 | 
             
              requirement: !ruby/object:Gem::Requirement
         | 
| @@ -85,28 +85,28 @@ dependencies: | |
| 85 85 | 
             
                requirements:
         | 
| 86 86 | 
             
                - - '='
         | 
| 87 87 | 
             
                  - !ruby/object:Gem::Version
         | 
| 88 | 
            -
                    version: 8.1. | 
| 88 | 
            +
                    version: 8.1.1
         | 
| 89 89 | 
             
              type: :development
         | 
| 90 90 | 
             
              prerelease: false
         | 
| 91 91 | 
             
              version_requirements: !ruby/object:Gem::Requirement
         | 
| 92 92 | 
             
                requirements:
         | 
| 93 93 | 
             
                - - '='
         | 
| 94 94 | 
             
                  - !ruby/object:Gem::Version
         | 
| 95 | 
            -
                    version: 8.1. | 
| 95 | 
            +
                    version: 8.1.1
         | 
| 96 96 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 97 97 | 
             
              name: activemodel
         | 
| 98 98 | 
             
              requirement: !ruby/object:Gem::Requirement
         | 
| 99 99 | 
             
                requirements:
         | 
| 100 100 | 
             
                - - '='
         | 
| 101 101 | 
             
                  - !ruby/object:Gem::Version
         | 
| 102 | 
            -
                    version: 8.1. | 
| 102 | 
            +
                    version: 8.1.1
         | 
| 103 103 | 
             
              type: :development
         | 
| 104 104 | 
             
              prerelease: false
         | 
| 105 105 | 
             
              version_requirements: !ruby/object:Gem::Requirement
         | 
| 106 106 | 
             
                requirements:
         | 
| 107 107 | 
             
                - - '='
         | 
| 108 108 | 
             
                  - !ruby/object:Gem::Version
         | 
| 109 | 
            -
                    version: 8.1. | 
| 109 | 
            +
                    version: 8.1.1
         | 
| 110 110 | 
             
            description: Simple, battle-tested conventions and helpers for building web pages.
         | 
| 111 111 | 
             
            email: david@loudthinking.com
         | 
| 112 112 | 
             
            executables: []
         | 
| @@ -247,10 +247,10 @@ licenses: | |
| 247 247 | 
             
            - MIT
         | 
| 248 248 | 
             
            metadata:
         | 
| 249 249 | 
             
              bug_tracker_uri: https://github.com/rails/rails/issues
         | 
| 250 | 
            -
              changelog_uri: https://github.com/rails/rails/blob/v8.1. | 
| 251 | 
            -
              documentation_uri: https://api.rubyonrails.org/v8.1. | 
| 250 | 
            +
              changelog_uri: https://github.com/rails/rails/blob/v8.1.1/actionview/CHANGELOG.md
         | 
| 251 | 
            +
              documentation_uri: https://api.rubyonrails.org/v8.1.1/
         | 
| 252 252 | 
             
              mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
         | 
| 253 | 
            -
              source_code_uri: https://github.com/rails/rails/tree/v8.1. | 
| 253 | 
            +
              source_code_uri: https://github.com/rails/rails/tree/v8.1.1/actionview
         | 
| 254 254 | 
             
              rubygems_mfa_required: 'true'
         | 
| 255 255 | 
             
            rdoc_options: []
         | 
| 256 256 | 
             
            require_paths:
         |