You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+20-1Lines changed: 20 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,18 +7,36 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [2.2.0] - 2023-06-17
11
+
12
+
### Changed
13
+
14
+
* Allow all ChunkyPNG::Color options to be passed into `fill` and `color` on `as_png`[#135]
15
+
* Add 3.2 to CI [@petergoldstein](https://github.com/petergoldstein)[#133]
16
+
* Development dependency upgrades. Minimum Ruby change [#130]
17
+
* README updates
18
+
10
19
## [2.1.2] - 2022-07-26
11
20
21
+
### Changed
22
+
12
23
* Remove setup script as it just calls bundle install [#128]
13
24
* Change inline styles to the fill property to allow for strict CSP style-src directive [#127]
14
25
15
26
## [2.1.1] - 2022-02-11
16
27
28
+
### Added
29
+
17
30
- Added in a handler for when color arguments are passed in as symbols e.g `color: :yellow`. This also allows for the use of the `:currentColor` keyword. [#122]
18
31
19
32
## [2.1.0] - 2021-08-26
20
33
34
+
### Changed
35
+
21
36
- Sync Gemfile.lock with `rqrcode_core.1.2.0`[Adds Multimode Support](https://github.com/whomwah/rqrcode_core#multiple-encoding-support)
37
+
38
+
### Added
39
+
22
40
- Add badge for Standard linting
23
41
24
42
### Changed
@@ -52,7 +70,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
0 commit comments