Navigation Menu

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 glimmer-vm to 0.35.4. #16743

Merged
merged 1 commit into from Jun 12, 2018

Conversation

rwjblue
Copy link
Member

@rwjblue rwjblue commented Jun 12, 2018

Fixes issue with parsing a self closing element with no space between unquoted attribute and self close.

<FooBar data-foo={{someValue}}/>

Fixes ember-polyfills/ember-angle-bracket-invocation-polyfill#10

Fixes issue with parsing a self closing element with no space between
unquoted attribute and self close.

```hbs
<FooBar data-foo={{someValue}}/>
```
@rwjblue rwjblue merged commit 52edf60 into emberjs:master Jun 12, 2018
@rwjblue rwjblue deleted the update-glimmer-vm branch June 12, 2018 00:06
@rwjblue
Copy link
Member Author

rwjblue commented Jun 12, 2018

😭 didn't mean to merge instantly like that

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.

<Foo bar={{baz}}/> fails
1 participant