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

Commits on Jan 22, 2019

  1. [BUGFIX beta] Update to glimmer-vm 0.37.1.

    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
    rwjblue committed Jan 22, 2019
    Copy the full SHA
    7600d7b View commit details
    Browse the repository at this point in the history
  2. [BUGFIX beta] Add failing test for yielding inside a contextual compo…

    …nent invoked with angle-bracket syntax that receives splattributes
    
    (cherry picked from commit 2d1f8d0)
    cibernox authored and rwjblue committed Jan 22, 2019
    Copy the full SHA
    7eca43f View commit details
    Browse the repository at this point in the history
  3. [BUGFIX beta] Add failing test ensuring that splattributes can be for…

    …warded.
    
    (cherry picked from commit 4073c1a)
    rwjblue committed Jan 22, 2019
    Copy the full SHA
    8a99c8a View commit details
    Browse the repository at this point in the history
  4. [BUGFIX beta] Add tests for positional params with custom component m…

    …anagers
    
    (cherry picked from commit 5639352)
    dfreeman authored and rwjblue committed Jan 22, 2019
    Copy the full SHA
    9ce961a View commit details
    Browse the repository at this point in the history