From 99d52e3e41ab8dd933b0ecabe509c0a33cc1e28b Mon Sep 17 00:00:00 2001 From: Koza Date: Fri, 21 Oct 2022 14:20:20 +0200 Subject: Version bump to 3.3.0 [skip ci] --- CHANGELOG.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 13d1f43c..444110b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ CHANGELOG --------- +- **Unreleased** -- **Unreleased - Axlsx Styler** - - [PR #xx](https://github.com/caxlsx/caxlsx/pull/xx)Merge in the gem [`axlsx_styler`](https://github.com/axlsx-styler-gem/axlsx_styler) +- **October.21.22**: 3.3.0 + - [PR #168](https://github.com/caxlsx/caxlsx/pull/168) - Merge in the gem [`axlsx_styler`](https://github.com/axlsx-styler-gem/axlsx_styler) - Add ability to both apply or append to existing styles after rows have been created using `worksheet.add_style` - `worksheet.add_style "A1", {b: true}` - `worksheet.add_style "A1:B2", {b: true}` @@ -13,8 +14,6 @@ CHANGELOG - `worksheet.add_border ["A1", "B2:C7", "D8:E9"], {style: :thin}` - Add `Axlsx::BorderCreator` the class used under the hood for `worksheet.add_border` - Allow specifying `:all` in `border: {edges: :all}` which is a shortcut for `border: {edges: [:left, :right, :top, :bottom]}` - -- **Unreleased** - [PR #156](https://github.com/caxlsx/caxlsx/pull/156) - Prevent Excel from crashing when multiple data columns added to PivotTable - [PR #155](https://github.com/caxlsx/caxlsx/pull/155) - Add `hideDropDown` alias for `showDropDown` setting, as the latter is confusing to use (because its logic seems inverted). - [PR #143](https://github.com/caxlsx/caxlsx/pull/143) - Add setting `sort_on_headers` for pivot tables -- cgit v1.2.3