summaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKoza <[email protected]>2022-10-21 14:20:20 +0200
committerKoza <[email protected]>2022-10-21 14:20:20 +0200
commit99d52e3e41ab8dd933b0ecabe509c0a33cc1e28b (patch)
tree01ec5a854f317a4af5def29238ef077a8a10181a /CHANGELOG.md
parent88d26b1ff504e4d6801be5e51ff98d182e932dac (diff)
downloadcaxlsx-99d52e3e41ab8dd933b0ecabe509c0a33cc1e28b.tar.gz
caxlsx-99d52e3e41ab8dd933b0ecabe509c0a33cc1e28b.zip
Version bump to 3.3.0 [skip ci]
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 3 insertions, 4 deletions
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