Skip to content

Commit

Permalink
v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
westonganger committed Jul 5, 2018
1 parent f877efa commit 083ed96
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
@@ -1,9 +1,11 @@
CHANGELOG
---------

- **2.1.1** - July 4, 2018
- [PR #18](https://github.com/westonganger/spreadsheet_architect/pull/18) - Fix controller bug when using an non-ActiveRecord ORM only within Rails
- **2.1.0** - June 20, 2018
- PR #15 - Improved the method symbolize_keys. This method did not work properly for nested objects.
- PR #15 - Added the ability to pass `:text_wrap` option within the `:alignment` style
- [PR #15](https://github.com/westonganger/spreadsheet_architect/pull/15) - Improved the method symbolize_keys. This method did not work properly for nested objects.
- [PR #15](https://github.com/westonganger/spreadsheet_architect/pull/15) - Added the ability to pass `:text_wrap` option within the `:alignment` style
- Make axlsx styles higher precendence over Spreadsheet Architect style aliases
- Use `prepend` monkey patches in Ruby 2+ to avoid annoying overwrite warnings when using old `define_method` monkey patches
- Due to [RODF bug](https://github.com/thiagoarrais/rodf/issues/19) convert all Date and Time cells to String in ODS spreadsheets
Expand Down
2 changes: 1 addition & 1 deletion lib/spreadsheet_architect/version.rb
@@ -1,3 +1,3 @@
module SpreadsheetArchitect
VERSION = "2.1.0"
VERSION = "2.1.1"
end

0 comments on commit 083ed96

Please sign in to comment.