Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

Commit

Permalink
Newline trimmed
Browse files Browse the repository at this point in the history
* Newline correctly trimmed from final insert. [Bugfix]
  • Loading branch information
deanblackborough committed Feb 26, 2017
1 parent 9227890 commit f164d52
Show file tree
Hide file tree
Showing 5 changed files with 1,342 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1 +1,2 @@
.idea/
vendor/
4 changes: 3 additions & 1 deletion CHANGELOG.md
Expand Up @@ -5,10 +5,12 @@ Full changelog for PHP Quill Renderer

## Dev master

### v0.10 - 2017-02-26
* Newline correctly trimmed from final insert. [Bugfix]

### Initial release - 2017-02-25

Initial release, converts delta inserts into HTML, support four attributes,
`bold`, `strike`, `italic` and `underline`. The HTML tag to be used for each
attribute can be set along with the attributes to use for newlines and paragraphs,
defauls to `br` and `p`.

0 comments on commit f164d52

Please sign in to comment.