File tree 2 files changed +18
-0
lines changed
2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 1
1
## 1.6.0.rc2 / 2023-05-24
2
+ * Dependencies have been updated:
3
+
4
+ - Loofah ` ~>2.21 ` and Nokogiri ` ~>1.14 ` for HTML5 parser support
5
+ - As a result, required Ruby version is now ` >= 2.7.0 `
6
+
7
+ Security updates will continue to be made on the ` 1.5.x ` release branch as long as Rails 6.1
8
+ (which supports Ruby 2.5) is still in security support.
9
+
10
+ * Mike Dalessio*
2
11
3
12
* HTML5 standards-compliant sanitizers are now available on platforms supported by
4
13
Nokogiri::HTML5. These are available as:
Original file line number Diff line number Diff line change @@ -234,6 +234,15 @@ Or install it yourself as:
234
234
$ gem install rails-html-sanitizer
235
235
236
236
237
+ ## Support matrix
238
+
239
+ | branch | ruby support | actively maintained | security support |
240
+ |--------|--------------|---------------------|----------------------------------------|
241
+ | 1.6.x | > = 2.7 | yes | yes |
242
+ | 1.5 .x | >= 2.5 | no | while Rails 6.1 is in security support |
243
+ | 1.4 .x | >= 1.8 .7 | no | no |
244
+
245
+
237
246
# # Read more
238
247
239
248
Loofah is what underlies the sanitizers and scrubbers of rails- html- sanitizer.
You can’t perform that action at this time.
0 commit comments