-
This polyfill is not conforming to the final public API from the RFC, specifically [this section](https://github.com/emberjs/rfcs/blob/master/text/0287-promote-in-element-to-public-api.md#small-propos…
-
- [x] Land glimmerjs/glimmer-vm#854
- [ ] Release @glimmer/* 0.25.next
- [ ] Backport failing tests from #17003 to lts-2-18
- [ ] Bump @glimmer/* on lts-2-18
-
I am trying to get my addon to work with Fastboot.
Here is how it works:
```handlebars
{{#my-parent as |p|}}
{{#p.child as |c|}}
Child 1 (index {{c.index}})
{{/p.child}}
{{#p.ch…
-
https://github.com/emberjs/rfcs/blob/master/text/0435-modifier-splattributes.md
-
```hbs
{{foo/bar name=""}}
```
is currently transformed to:
```hbs
```
it should be transformed to:
```hbs
```
-
Test selectors can't be used anymore on `BsModal` and `BsModalSimple` if invoked using classic syntax.
```hbs
{{#bs-modal data-test-foo="bar"}}...{{/bs-modal}}
```
throws
> Assertion Faile…
-
I installed the plugin and when starting Ember I get the following error:
Error: Cannot use mustaches in an elements tagname: `{{tagName` at L3:C5):
I have no other changes other than what was ins…
-
With Ember 3.3, the glimmer-vm version was bumped to 0.35.4. However with that the following example breaks with no friendly error message:
```js
{{#each options as |option|}}
....
{{/each}}
`…
-
## Version **3.4.1** of **ember-source** was just published.
Branch
Build failing 🚨
Dependency
ember-source
…
-
We noticed the memory leak in ember-2.18.2 upon attaching attaching action handler in component.
## Repro Steps
* Created a simple component `my-button` and correcponding template.
* Template ha…