Skip to content

Commit

Permalink
Add to NEWS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jho406 committed Aug 21, 2021
1 parent bdc38ee commit c914505
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,18 @@

All notable changes to this project will be documented in this file.

<!-- Unreleased changes should go to UNRELEASED.md -->
## 0.19
Breezy can now be rendered on SSR using [humid](https://github.com/thoughtbot/humid).

Remove helpers and methods no longer needed.
- `props_from_form_with`
- Let the browser handle xdomain reqs.

Renamed `master` to `main`

## 0.17

Added more fined grained control over deferments by allowing to specify custom
Added more fined grained control over deferments by allowing to specify custom
success and fail action creators:
```
json.inner(defer: [:auto, success_action: 'SUCCESS', fail_action: 'FAIL']) do
Expand Down

0 comments on commit c914505

Please sign in to comment.