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

Upgrade to Ember 3.18 to fix list rendering issue #1196

Merged
merged 1 commit into from
May 9, 2020
Merged

Conversation

chancancode
Copy link
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