Skip to content

Commit

Permalink
Update Changelog.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavr2003 authored Jul 11, 2021
1 parent 3196e6e commit 7ab6631
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,21 @@ __________________________________________________________________
- added write_to_template()
- addImg() changed to image(), context manager
- image() tag attributes added

__________________________________________________________________

## 11 July 2021 - v2.2.0

- Added support for stylesheet in `write_to_template()`
- Managed newlines on `autoPrettify()` UserWarning
- Deprecated global variable `br`
- The head tag now closes with the start of `openBody()` and not with the end of `head()`
- Solved issue with false CSS when `div_class` and `sec_class` is `None`
- Deprecated automatic styling arguments
- Styling method for `head()` changed to `**kwargs`
- Styling method for `openBody()` changed to `**kwargs`
- Styling method `.css()` for `open_tag()` changed to `**kwargs`
- Styling method `.css()` for `cTags()` changed to `**kwargs`
- Styling method `.css()` for `image()` changed to `**kwargs`
- Styling method `.css()` for `startTable()` changed to `**kwargs`

0 comments on commit 7ab6631

Please sign in to comment.