Skip to content

Commit

Permalink
Update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
theseer committed Aug 10, 2021
1 parent 5eafd69 commit 5b92e54
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

All notable changes to Templado are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.

## [4.1.0] - 2021-08-10

### Fixed

* The FormDataRenderer now also finds a `<form>` element when it's the document root element

### Added

* Introduced fluent interface for easier chaining to `Html::applySnippet()`, `Html::applySnippets()`, `Html::applyViewModel()`,
`Html::applyFormData()`, `Html::applyCSRFProtection()`, and `Html::applyTransformation()`

* Added `Html::toSnippet` to allow for easier re-use and nesting

* Added new convenience method `Html::applySnippet` to reduce boilerplate code when only adding a single snippet

## [4.0.6] - 2021-03-20

### Fixed
Expand Down

0 comments on commit 5b92e54

Please sign in to comment.