Skip to content

Commit

Permalink
Bump version to 2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolalsvk committed May 9, 2020
1 parent 139949b commit 000db17
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### 2.1.6 (2020/5/9)

* [#114](https://github.com/renderedtext/render_async/pull/114): Call render_async logic if document state is ready or interactive - [@nikolalsvk](https://github.com/nikolalsvk).
* [#113](https://github.com/renderedtext/render_async/pull/113): Remove interval after Turbolinks visit event - [@nikolalsvk](https://github.com/nikolalsvk).
* [#112](https://github.com/renderedtext/render_async/pull/112): Add X-Requested-With header in Vanilla JS - [@nikolalsvk](https://github.com/nikolalsvk).
* [#110](https://github.com/renderedtext/render_async/pull/110): Remove preventDefault, and load toggle in stream - [@vanboom](https://github.com/vanboom).

### 2.1.5 (2020/3/22)

* [#105](https://github.com/renderedtext/render_async/pull/105): Load toggle listeners after page loads - [@nikolalsvk](https://github.com/nikolalsvk).
Expand Down
2 changes: 1 addition & 1 deletion lib/render_async/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module RenderAsync
VERSION = "2.1.5".freeze
VERSION = "2.1.6".freeze
end

0 comments on commit 000db17

Please sign in to comment.