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

[DONT BACKPORT][BUGFIX lts] Make {{hash}} object properties settable #19548

Merged
merged 1 commit into from May 20, 2021

Conversation

pzuraq
Copy link
Contributor

@pzuraq pzuraq commented May 20, 2021

Makes all {{hash}} object properties settable, but deprecates setting them. See glimmerjs/glimmer-vm#1298 (comment) for more details.


This PR/fix ended up not working out, so we're not backporting

@pzuraq pzuraq changed the title [BUGFIX release] Make {{hash}} object properties settables [BUGFIX release] Make {{hash}} object properties settable May 20, 2021
@pzuraq pzuraq changed the title [BUGFIX release] Make {{hash}} object properties settable [BUGFIX lts] Make {{hash}} object properties settable May 20, 2021
Makes all {{hash}} object properties settable, but deprecates setting
them.
@pzuraq pzuraq force-pushed the bugfix/allow-all-values-on-hash-to-be-set branch from b6589c4 to ec4c034 Compare May 20, 2021 20:17
@pzuraq pzuraq merged commit 0402268 into master May 20, 2021
@pzuraq pzuraq deleted the bugfix/allow-all-values-on-hash-to-be-set branch May 20, 2021 23:05
simonihmig added a commit to simonihmig/ember-focus-trap that referenced this pull request May 26, 2021
Recent CI runs of ember-bootstrap for Ember canary and beta started to fail because of deprecations, raised by mutating the `{{hash}}` object inside of this modifier when it is used to pass `focusTrapOptions` as in https://github.com/josemarluedke/ember-focus-trap#with-focus-trap-options. This deprecation was recently added to Ember in emberjs/ember.js#19548. The change here treats that object as immutable.
@pzuraq pzuraq changed the title [BUGFIX lts] Make {{hash}} object properties settable [DONT BACKPORT][BUGFIX lts] Make {{hash}} object properties settable Jun 28, 2021
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.

None yet

2 participants