actiontext 8.1.0.rc1 → 8.1.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8f8a237e651fd987b5cd33e599577648aedf8a2ff14decaee0b2a3c2b2c6ab1c
4
- data.tar.gz: 9a84f4bb3bc90cddc9c651e3571ee872a87add9150b33e28d3eef50e728493f3
3
+ metadata.gz: eac1ebc29854e62258b592f0f92e211668ede4d102051f2b316d0fdcf400a207
4
+ data.tar.gz: f4e3265c65a5f679917468a215a050a13ecc3b7279cd32f7d6f00a216c244dcd
5
5
  SHA512:
6
- metadata.gz: c3fb8c1e86cd5017a454ba8615db889b4775ea0afe9f276fcfb46ed2b82583a85a6a11daf097624104a1600753b9c995c5dd7720ce289499fab9d7e57814ab22
7
- data.tar.gz: 340ac8fc6e495d800d75ba68c205b9213d34e2cc925b542e4f46eb32fcdebda2fe4d439125219bc6d1cab4b3b01789034e0c163e23868c51c5293c294db06d31
6
+ metadata.gz: c58ce6ca009ea632a721ff512884b624e38a6e26364d9f889c0a62b579b05a6724478679f05f024b153889bb3f8348ae2cdf4be5f6e4801a1be7edaab3ba72f2
7
+ data.tar.gz: 5c4333765afbacc39de026c8dfd830075a1c15e9a7089769092251217464a6246e27ed28b1f27b5cc9cfa8286db92a7baa5c039b6dff3bbf9815feebbbcb67fd
data/CHANGELOG.md CHANGED
@@ -1,4 +1,4 @@
1
- ## Rails 8.1.0.rc1 (October 15, 2025) ##
1
+ ## Rails 8.1.0 (October 22, 2025) ##
2
2
 
3
3
  * De-couple `@rails/actiontext/attachment_upload.js` from `Trix.Attachment`
4
4
 
@@ -38,8 +38,6 @@
38
38
 
39
39
  *Sean Doyle*
40
40
 
41
- ## Rails 8.1.0.beta1 (September 04, 2025) ##
42
-
43
41
  * Forward `fill_in_rich_text_area` options to Capybara
44
42
 
45
43
  ```ruby
@@ -88,7 +88,9 @@ module ActionText
88
88
 
89
89
  config.after_initialize do |app|
90
90
  if klass = app.config.action_text.sanitizer_vendor
91
- ActionText::ContentHelper.sanitizer = klass.safe_list_sanitizer.new
91
+ ActiveSupport.on_load(:action_view) do
92
+ ActionText::ContentHelper.sanitizer = klass.safe_list_sanitizer.new
93
+ end
92
94
  end
93
95
  end
94
96
  end
@@ -12,7 +12,7 @@ module ActionText
12
12
  MAJOR = 8
13
13
  MINOR = 1
14
14
  TINY = 0
15
- PRE = "rc1"
15
+ PRE = nil
16
16
 
17
17
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
18
18
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rails/actiontext",
3
- "version": "8.1.0-rc1",
3
+ "version": "8.1.0",
4
4
  "description": "Edit and display rich text in Rails applications",
5
5
  "module": "app/assets/javascripts/actiontext.esm.js",
6
6
  "main": "app/assets/javascripts/actiontext.js",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: actiontext
3
3
  version: !ruby/object:Gem::Version
4
- version: 8.1.0.rc1
4
+ version: 8.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Javan Makhmali
@@ -17,56 +17,56 @@ dependencies:
17
17
  requirements:
18
18
  - - '='
19
19
  - !ruby/object:Gem::Version
20
- version: 8.1.0.rc1
20
+ version: 8.1.0
21
21
  type: :runtime
22
22
  prerelease: false
23
23
  version_requirements: !ruby/object:Gem::Requirement
24
24
  requirements:
25
25
  - - '='
26
26
  - !ruby/object:Gem::Version
27
- version: 8.1.0.rc1
27
+ version: 8.1.0
28
28
  - !ruby/object:Gem::Dependency
29
29
  name: activerecord
30
30
  requirement: !ruby/object:Gem::Requirement
31
31
  requirements:
32
32
  - - '='
33
33
  - !ruby/object:Gem::Version
34
- version: 8.1.0.rc1
34
+ version: 8.1.0
35
35
  type: :runtime
36
36
  prerelease: false
37
37
  version_requirements: !ruby/object:Gem::Requirement
38
38
  requirements:
39
39
  - - '='
40
40
  - !ruby/object:Gem::Version
41
- version: 8.1.0.rc1
41
+ version: 8.1.0
42
42
  - !ruby/object:Gem::Dependency
43
43
  name: activestorage
44
44
  requirement: !ruby/object:Gem::Requirement
45
45
  requirements:
46
46
  - - '='
47
47
  - !ruby/object:Gem::Version
48
- version: 8.1.0.rc1
48
+ version: 8.1.0
49
49
  type: :runtime
50
50
  prerelease: false
51
51
  version_requirements: !ruby/object:Gem::Requirement
52
52
  requirements:
53
53
  - - '='
54
54
  - !ruby/object:Gem::Version
55
- version: 8.1.0.rc1
55
+ version: 8.1.0
56
56
  - !ruby/object:Gem::Dependency
57
57
  name: actionpack
58
58
  requirement: !ruby/object:Gem::Requirement
59
59
  requirements:
60
60
  - - '='
61
61
  - !ruby/object:Gem::Version
62
- version: 8.1.0.rc1
62
+ version: 8.1.0
63
63
  type: :runtime
64
64
  prerelease: false
65
65
  version_requirements: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - '='
68
68
  - !ruby/object:Gem::Version
69
- version: 8.1.0.rc1
69
+ version: 8.1.0
70
70
  - !ruby/object:Gem::Dependency
71
71
  name: nokogiri
72
72
  requirement: !ruby/object:Gem::Requirement
@@ -174,10 +174,10 @@ licenses:
174
174
  - MIT
175
175
  metadata:
176
176
  bug_tracker_uri: https://github.com/rails/rails/issues
177
- changelog_uri: https://github.com/rails/rails/blob/v8.1.0.rc1/actiontext/CHANGELOG.md
178
- documentation_uri: https://api.rubyonrails.org/v8.1.0.rc1/
177
+ changelog_uri: https://github.com/rails/rails/blob/v8.1.0/actiontext/CHANGELOG.md
178
+ documentation_uri: https://api.rubyonrails.org/v8.1.0/
179
179
  mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
180
- source_code_uri: https://github.com/rails/rails/tree/v8.1.0.rc1/actiontext
180
+ source_code_uri: https://github.com/rails/rails/tree/v8.1.0/actiontext
181
181
  rubygems_mfa_required: 'true'
182
182
  rdoc_options: []
183
183
  require_paths: