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 release] Update to glimmer-vm packages to 0.52.0 #18941

Merged
merged 1 commit into from
May 4, 2020

Conversation

rwjblue
Copy link
Member

@rwjblue rwjblue commented May 1, 2020

  • Reduces template size growth to near 3.16 levels (still ~ 3% higher than 3.16)
  • Ensures destroyable items added to an {{#each after initial render are invoked properly
  • Fixes an issue with key collisions in {{#each

Addressing #18796
Fixes #18864
Fixes #18855

Reduces template size growth to near 3.16 levels (still ~ 3% higher than
3.16).
@rwjblue rwjblue changed the title [BUGFIX release] Update to glimmer-vm packages to reduce template size. [BUGFIX release] Update to glimmer-vm packages to 0.52.0 May 1, 2020
@rwjblue
Copy link
Member Author

rwjblue commented May 1, 2020

@krisselden - Thank you for working on the template size regression!

@rwjblue rwjblue merged commit 7da3654 into master May 4, 2020
@rwjblue rwjblue deleted the update-glimmer-vm branch May 4, 2020 14:02
chancancode added a commit to emberjs/ember-inspector that referenced this pull request May 9, 2020
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 was fixed in 3.18.1 via
emberjs/ember.js#18941, but the fix was
never backported to 3.17 in time. So, we really should upgrade.
chancancode added a commit to emberjs/ember-inspector that referenced this pull request May 9, 2020
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 added a commit to emberjs/ember-inspector that referenced this pull request May 9, 2020
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 added a commit to emberjs/ember-inspector that referenced this pull request May 9, 2020
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.
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
None yet
Projects
None yet
2 participants