Skip to content

Commit

Permalink
Merge pull request #89 from renderedtext/nd/fix-toggle-turbolinks-bug
Browse files Browse the repository at this point in the history
Bump version to 2.1.2
  • Loading branch information
nikolalsvk authored Aug 30, 2019
2 parents 21ec9dc + 821edbc commit d116b35
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 2.1.1 (2019/8/17)
* [#89](https://github.com/renderedtext/render_async/pull/89): Bump version to 2.1.2 - [@nikolalsvk](https://github.com/nikolalsvk).
* [#82](https://github.com/renderedtext/render_async/pull/88): When toggle true, do not fire `_renderAsyncFunc` on `turbolinks:load` - [@ThanhKhoaIT](https://github.com/ThanhKhoaIT).

### 2.1.1 (2019/8/17)
* [#85](https://github.com/renderedtext/render_async/pull/85): Rename main JS function and support toggle feature with other features - [@nikolalsvk](https://github.com/nikolalsvk).
* [#82](https://github.com/renderedtext/render_async/pull/82): Add toggle selector and event to render - [@ThanhKhoaIT](https://github.com/ThanhKhoaIT).
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.1".freeze
VERSION = "2.1.2".freeze
end

0 comments on commit d116b35

Please sign in to comment.