Skip to content

Commit b18e3dc

Browse files
committed
version bump to v2.9.0
1 parent 8ed486d commit b18e3dc

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
### 2.9.0 / 2021-01-14
4+
5+
* Handle CSS functions in a CSS shorthand property (like `background`). [[#199](https://github.com/flavorjones/loofah/issues/199), [#200](https://github.com/flavorjones/loofah/issues/200)]
6+
7+
38
### 2.8.0 / 2020-11-25
49

510
* Allow CSS properties `order`, `flex-direction`, `flex-grow`, `flex-wrap`, `flex-shrink`, `flex-flow`, `flex-basis`, `flex`, `justify-content`, `align-self`, `align-items`, and `align-content`. [[#197](https://github.com/flavorjones/loofah/issues/197)] (Thanks, [@miguelperez](https://github.com/miguelperez)!)

lib/loofah/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22
module Loofah
33
# The version of Loofah you are using
4-
VERSION = "2.8.0"
4+
VERSION = "2.9.0"
55
end

0 commit comments

Comments
 (0)