Skip to content

Commit

Permalink
v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
grych committed May 25, 2017
1 parent 9121a78 commit 5aa7b6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## 0.4.1
## v0.4.1 - 2017-05-25

### New:
* `render_to_string/2` in Commander, a shorthand for `Phoenix.View.render_to_string/3`

### Internal improvements:
* removed jQuery from core JS code
* removed jQuery from core JS code; only Drab.Query and Drab.Modal depends on jQuery
* module dependencies (Drab behaviour)

## 0.4.0
Expand Down
7 changes: 1 addition & 6 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
## 0.4.1
Changes:
* technical socket? for broadcasts from drab server


## 0.5.0
Changes:
Expand All @@ -21,8 +17,7 @@ Changes:
* extract Drab Store and Session to standalone module (loaded by default)
* disconnect after inactive time might be hard to survive when you broadcast changes (Safari)
* before_handler (etc), only: should accept a list or atom (currently list only)
* dependencies for modules (for ex. Modal depends on Query)

* technical socket? for broadcasts from drab server

Bugs:
* spawn_link in handler does not terminate the spawned process
Expand Down

0 comments on commit 5aa7b6e

Please sign in to comment.