Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUGFIX beta] Update to glimmer-vm 0.37.1. #17499

Merged
merged 4 commits into from Jan 22, 2019

Conversation

rwjblue
Copy link
Member

@rwjblue rwjblue commented Jan 22, 2019

Fixes a few issues:

  • Usage of positional arguments with custom components.
  • Forwarding attributes via ...attributes to a dynamic
    component.
  • Prevent errors when rendering many template blocks
    (Error: Operand over 16-bits. Got 65536).

Full changes here:

glimmerjs/glimmer-vm@v0.37.0...v0.37.1


Closes #17146
Closes #17160
Closes #17483

rwjblue and others added 4 commits January 22, 2019 15:36
Fixes a few issues:

* Usage of positional arguments with custom components.
* Forwarding attributes via `...attributes` to a dynamic
  component.
* Prevent errors when rendering many template blocks
  (`Error: Operand over 16-bits. Got 65536`).

Full changes here:

glimmerjs/glimmer-vm@v0.37.0...v0.37.1
…nent invoked with angle-bracket syntax that receives splattributes

(cherry picked from commit 2d1f8d0)
@rwjblue rwjblue changed the title Update to glimmer-vm 0.37.1. [BUGFIX beta] Update to glimmer-vm 0.37.1. Jan 22, 2019
@rwjblue rwjblue merged commit 3a8b530 into emberjs:master Jan 22, 2019
@rwjblue rwjblue deleted the patch-glimmer-vm branch January 22, 2019 22:36
@rwjblue
Copy link
Member Author

rwjblue commented Jan 22, 2019

FYI - These changes landed in:

  • 3.4.8 (released today)
  • 3.7.2 (released today)
  • 3.8.0-beta.3 (should be released 2019-01-28)

@jamescdavis
Copy link
Contributor

Yay, dynamic component splattributes! Thanks, @rwjblue!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants