Skip to content

Commit

Permalink
[BUGFIX beta] Bump Glimmer
Browse files Browse the repository at this point in the history
This pulls in two glimmer-engine bugfixes:

- local variables (block params) should always win over helpers
- stateful/class-based helpers used in `{{#if (my-helper ...)}}` and
  other block arguments position are destroyed when the block syntax
  switches from default to inverse (and vice versa)

Fixes emberjs#14351, emberjs#14413
  • Loading branch information
chancancode committed Oct 26, 2016
1 parent 9d35d9c commit 7188b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"git-repo-info": "^1.1.4",
"git-repo-version": "^0.3.1",
"github": "^0.2.3",
"glimmer-engine": "^0.17.5",
"glimmer-engine": "^0.17.6",
"glob": "^5.0.13",
"html-differ": "^1.3.4",
"mocha": "^2.4.5",
Expand Down

0 comments on commit 7188b4e

Please sign in to comment.