Skip to content

Upgrade to Ember 3.18 to fix list rendering issue#1196

Merged
chancancode merged 1 commit intomasterfrom
upgrade-ember
May 9, 2020
Merged

Upgrade to Ember 3.18 to fix list rendering issue#1196
chancancode merged 1 commit intomasterfrom
upgrade-ember

Conversation

@chancancode
Copy link
Copy Markdown
Member

There is a good chance this may fix issues like #1195. I haven't dug in yet, but ember-source 3.17 has a bug with {{#each}} when the same key is used more than once, which is the kind of thing that could easily break vertical collection and is at least visually consistent with the errors reported by users. It was fixed in 3.18.1 via emberjs/ember.js#18941 but the fix was never made it to 3.17 in time. So, either way, we really should upgrade.

There is a good chance this may fix issues like #1195. I haven't
dug in yet, but ember-source 3.17 has a bug with `{{#each}}` when
the same key is used more than once, which is the kind of thing
that could easily break vertical collection and is at least
visually consistent with the errors reported by users. It was
fixed in 3.18.1 via emberjs/ember.js#18941
but the fix was never made it to 3.17 in time. So, either way, we
really should upgrade.
@chancancode chancancode changed the title Upgrade to 3.18 Upgrade to Ember 3.18 May 9, 2020
@chancancode chancancode merged commit 601c2cc into master May 9, 2020
@delete-merged-branch delete-merged-branch Bot deleted the upgrade-ember branch May 9, 2020 03:30
@chancancode chancancode changed the title Upgrade to Ember 3.18 Upgrade to Ember 3.18 to fix list rendering issue May 12, 2020
patricklx pushed a commit to patricklx/ember-inspector that referenced this pull request Sep 19, 2022
There is a good chance this may fix issues like emberjs#1195. I haven't
dug in yet, but ember-source 3.17 has a bug with `{{#each}}` when
the same key is used more than once, which is the kind of thing
that could easily break vertical collection and is at least
visually consistent with the errors reported by users. It was
fixed in 3.18.1 via emberjs/ember.js#18941
but the fix was never made it to 3.17 in time. So, either way, we
really should upgrade.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants