Update dependency ember-source to v3.18.0 #6
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.1.4
->3.18.0
Release Notes
emberjs/ember.js
v3.18.0
Compare Source
elementId
changing) ifelementId
is not changedv3.17.3
Compare Source
PROPERTY_DID_CHANGE
to avoid callingget
when setting values for computed propsv3.17.2
Compare Source
willDestroy
on class based helpers.will-destroy
modifier,@ember/component
s withwillDestroyElement
, etc) fire when used within an{{#each}}
block.v3.17.1
Compare Source
elementId
changing) ifelementId
is not changed_createSuper
is not a function) when used with Babel 7.9.0+.v3.17.0
Compare Source
checked
attribute oninput
, fixes usingarray
andhash
helper together{{#-in-element}}
double-clearing issuearrangedContent
get
this
in@tracked
initializerv3.16.7
Compare Source
PROPERTY_DID_CHANGE
to avoid callingget
when setting values for computed propsv3.16.6
Compare Source
ArrayProxy
Lazy.v3.16.5
Compare Source
_createSuper
is not a function) when used with Babel 7.9.0+.v3.16.4
Compare Source
setDiff
computed macro used within glimmer componentobserver
leaks.owner.ownerInjection()
when used to create services directlyv3.16.3
Compare Source
v3.16.2
Compare Source
v3.16.1
Compare Source
component
andhelper
blueprints to useimport { hbs } from 'ember-cli-htmlbars'
.@glimmer/syntax
to ensure that using<Title />
,<Script />
, and<Style />
does not error.@ember/edition-utils
is used (1.2.0).v3.16.0
Compare Source
v3.15.0
Compare Source
Component#isVisible
per RFC #324.{{partial}}
per RFC #449.v3.14.3
Compare Source
loader.js
is transpiled to the applications specified targets (fromconfig/targets.js
).v3.14.2
Compare Source
@glimmer/component
.v3.14.1
Compare Source
transitionTo
to redirect during an existing transition.v3.14.0
Compare Source
updateComponent
is fired consistentlyv3.13.4
Compare Source
v3.13.3
Compare Source
v3.13.2
Compare Source
v3.13.1
Compare Source
v3.13.0
Compare Source
updateHook
component-manager capability<Nested::Invocation>
in component tests blueprintapp/router.js
with native class.ember-template-compiler
in the vendor folder for Ember.location
is a stringv3.12.3
Compare Source
elementId
changing) ifelementId
is not changedv3.12.2
Compare Source
const
expressions in legacy buildsv3.12.1
Compare Source
transitionTo
to redirect during an existing transition.(query-params)
helper can be used outside of direct{{link-to}}
/<LinkTo />
invocation.v3.12.0
Compare Source
Ember.Observer
can be set toundefined
NAME_KEY
v3.11.1
Compare Source
RouteInfo
object's do not eagerly cache routes in lazy Enginesv3.11.0
Compare Source
sync
queue from @ember/runloop.recompute
on a class-based helper causes it to recomputev3.10.2
Compare Source
ember-template-compiler
can be used during FastBoot runtime.v3.10.1
Compare Source
v3.10.0
Compare Source
{{link-to}}
is causing unexpected local variable shadowing assertions.@sort
works on non-Ember.Object
s._getter
functions.elementId
.v3.9.1
Compare Source
...attributes
may incorrectly overwrite attributes, depending on its position.event.stopPropagation()
in component event handlers when jQuery is disabled.{{action}}
modifiers on the same element when jQuery is disabled.v3.9.0
Compare Source
.property()
(see emberjs/rfcs#0375.volatile()
(see emberjs/rfcs#0370input
andtextarea
)v3.8.3
Compare Source
RouteInfo
object's do not eagerly cache routes in lazy Enginesember-template-compiler
compatibility with Fastboot.v3.8.2
Compare Source
v3.8.1
Compare Source
v3.8.0
Compare Source
array
helper RFC (see emberjs/rfcs#0318)didUnwatch
Fixes a few issues:
...attributes
to a dynamic component.Error: Operand over 16-bits. Got 65536
).NAME_KEY
hooks
variable from qunit-rfc-232 util-test blueprintv3.7.3
Compare Source
v3.7.2
Compare Source
...attributes
to a dynamic component.Error: Operand over 16-bits. Got 65536
).v3.7.1
Compare Source
v3.7.0
Compare Source
v3.6.1
Compare Source
v3.6.0
Compare Source
A
as a constructorv3.5.1
Compare Source
defineProperty
as public (yet low level) API.v3.5.0
Compare Source
v3.4.8
Compare Source
...attributes
to a dynamic component.Error: Operand over 16-bits. Got 65536
).v3.4.7
Compare Source
backburner.js
to 2.4.2.v3.4.6
Compare Source
{{input
continues to pass the event to the actions that it fires.v3.4.5
Compare Source
v3.4.4
Compare Source
{{{...}}}
or{{...}}
withhtmlSafe('')
in IE11v3.4.3
Compare Source
{{{...}}}
or{{...}}
withhtmlSafe('')
v3.4.2
Compare Source
v3.4.1
Compare Source
v3.4.0
Compare Source
component#sendAction
(see emberjs/rfcs#335 for more details)backburner.js
to 2.3.0ArrayMixin#invoke
returns an Ember.A.v3.3.2
Compare Source
v3.3.1
Compare Source
v3.3.0
Compare Source
jQuery.Event#originalEvent
.Ember.Map
,Ember.MapWithDefault
, andEmber.OrderedSet
deprecation.Ember.copy
/Ember.Copyable
deprecation.(hash
works in query params.v3.2.2
Compare Source
v3.2.1
Compare Source
v3.2.0
Compare Source
Ember.run.cancelTimers
is present.ariaRole
can be initially false.proto
return value for native classes.getOwner(this)
.NAME_KEY
does not error.Ember.Logger
.CoreObject
to leverage native JS semantics.backburner.js
to 2.2.2.transitionTo
when the app is destroyed.{{#each}}
and{{#each-in}}
now support objects implementing the native iteration protocol, includingMap
andSet
.{{#each-in}}
now correctly handleskey="@​index"
(using the index/position). The newkey="@​key"
option uses the item's key.content
alias.MODEL_FACTORY_INJECTIONS
.let
handlebars helper by default.Renovate configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.