summaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
AgeCommit message (Collapse)Author
2023-10-30Update changelogKoza
2023-10-30Version bump to 4.0.0Koza
2023-10-19Fix data validations for none type validations to show warnings onlyKoza
2023-10-19Add optional interpolation points to icon setsKoza
2023-10-02Set escape_formulas as "true" as a global default.johnnyshields
2023-08-15Added sorting to the AutoFilter class - add sort conditions to the xml (#286)rikweelvoormedia
--------- Co-authored-by: SarahVanHaute <[email protected]> Co-authored-by: Geremia Taglialatela <[email protected]>
2023-05-24Fix axlsx_styler gem errorWeston Ganger
2023-05-20Fix sheet_by_name for sheets with escaped charactersAdam Kiczula
2023-05-15Remove ability to set `u=` to true in favor of :singlePaul Kmiec
The `u=` would convert `true` to `:single` for backwards compatibility. However, it is more explicit to set it to `:single` or one of the other underline options instead of relying on the conversion.
2023-05-10Fix `SimpleTypedList#to_a` and `SimpleTypedList#to_ary` returning the ↵Paul Kmiec
internal list instance The `to_a` and `to_ary` now work more like standard Array methods with `to_a` returning a new array containing the elements of self and `to_ary` returning self.
2023-05-05Revert changelogZsolt Kozaroczy
Co-authored-by: Geremia Taglialatela <[email protected]>
2023-05-04Fix tests / code to work with frozen string literalsPaul Kmiec
2023-05-03Reintroduce Ruby 2.6 compatibilityGeremia Taglialatela
The main reason is to allow JRuby 9.3, which is still supported.
2023-04-27Drop support for Ruby < 2.7Stefan
2023-04-23CHANGELOGjohnnyshields
2023-04-12Version bump to 3.4.0Koza
2023-04-12Merge pull request #186 from tablecheck/escape-formulas-improvementZsolt Kozaroczy
escape_formulas - add settings for global, workbook, worksheet, row and cell levels
2023-04-12update changelogSebastiano
2023-04-13Merge branch 'master' into escape-formulas-improvementJohnny Shields
2023-04-10Fix tab color assignmentGeremia Taglialatela
Fix #195
2023-04-02`escape_formulas` should handle all [OWASP-designated formula ↵johnnyshields
prefixes](https://owasp.org/www-community/attacks/CSV_Injection).
2023-04-01Additional tests + CHANGELOGjohnnyshields
2022-11-02Improve BorderCreator argsWeston Ganger
2022-10-21Version bump to 3.3.0 [skip ci]Koza
2022-10-21Merge pull request #156 from basefarm/pivot_multiple_data_columnsNoel Peden
Prevent Excel from crashing when multiple data columns added to PivotTable
2022-10-12Resolve all TODOsWeston Ganger
2022-09-29Merge axlsx_styler gem into caxlsxWeston Ganger
2022-07-22Update changelogKnut Stenmark
2022-07-12Add `hideDropDown` alias for `showDropDown` setting, as the latter is ↵Koza
confusing to use (because its logic seems inverted).
2022-07-09Add pivot table option to sort headers (#143)James Lam
2022-07-09Update changelog, add missing PRs and IssuesKoza
2022-06-05Update changelogStefan
2022-06-01Update CHANGELOGStefan
2022-05-18Update ChangelogStefan
2022-02-23Version bump to 3.2.0 [skip ci]Noel Peden
2022-02-09Add changelog entry for PR #94Weston Ganger
2022-02-08Updated Changelog (Possibility to configure the calculation of the autowidth ↵Tobias Egli
mechanism)
2022-02-07Validate name option to be non-empty string when passed.Josef Šimánek
2022-02-07Merge branch 'master' into feature/manageable-scatter-markersOleg Yakovenko
2022-02-07Update CHANGELOG.mdOleg Yakovenko
2022-02-06Allow border style to accept an Array (#117)Weston Ganger
Co-authored-by: Noel Peden <[email protected]>
2022-02-05Merge branch 'master' into improve_range_errorNoel Peden
2022-01-28Fix invalid xml when pivot table created with more than one column in data fieldWeston Ganger
2021-12-29Fix Worksheet#name_to_cell bug which returned reversed row/col indexesWeston Ganger
2021-09-22Version bump to 3.1.1 [skip ci]Noel Peden
2021-07-25Fix gap width validator for bar charts (#108)Zsolt Kozaroczy
`gap_width` and `gap_depth` now allow only integers in the range of 0–500. The previous behaviour (requiring a percentage value) was according to the current version of the OOXML spec, but Excel seems to rely on an older version, where the gap amount was required to be a simple integer. Also, `gapDepth` is only allowed in 3D bar charts, so it is now no longer available for 2D bar charts.
2021-07-24Add overlap to bar charts (#107)Zsolt Kozaroczy
2021-06-09Update CHANGELOG.mdMuhamad Akbar Bin Widayat
Hi guys, I have found incorrect markdown in the CHANGELOG.md file. For example: `** February.2.12**`. I changed to `**February.2.12**`. Thank you.
2021-03-28Version bump to 3.1.0Noel Peden
2021-03-27Update CHANGELOG.mdStefan Daschek