Update dependency ember-source to ~3.28.0 #16
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.15.0
->~3.28.0
Release Notes
emberjs/ember.js (ember-source)
v3.28.12
Compare Source
v3.28.11
Compare Source
v3.28.10
Compare Source
set
andsetProperties
v3.28.9
Compare Source
v3.28.8
Compare Source
v3.28.7
Compare Source
v3.28.6
Compare Source
v3.28.5
Compare Source
v3.28.4
Compare Source
v3.28.3
Compare Source
v3.28.2
Compare Source
v3.28.1
Compare Source
v3.28.0
Compare Source
deserializeQueryParam
is called for lazy routesowner.lookup
owner.register
behavior withsingleton: true
optionattrs
v3.27.5
Compare Source
<LinkTo>
with nested childrenv3.27.4
Compare Source
v3.27.3
Compare Source
computed
can depend on dynamic(hash
keysRoute.prototype.transitionTo
deprecation until 5.0.0v3.27.2
Compare Source
computed.*
deprecation message to include the correct import pathv3.27.1
Compare Source
@href
to<LinkTo>
throws an errorv3.27.0
Compare Source
(helper
and(modifier
helpers per RFC #432.Route#disconnectOutlet
per RFC #491.Route#renderTemplate
per RFC #418.Route#render
method per RFC #418.registerPlugin
/unregisterPlugin
and legacy class based AST plugins (private APIs)@foo={{helper}}
per RFC #496.@glimmer/*
0.78.2 for fixes including:<:else>
and<:inverse>
should be aliases (see https://github.com/glimmerjs/glimmer-vm/pull/1296)<LinkToExternal />
to override internal assertionon
from correct pathpositional
andnamed
as the argument names inember g helper
blueprintv3.26.2
Compare Source
super.willDestroy
in native classes (instead ofthis._super
)v3.26.1
Compare Source
v3.26.0
Compare Source
<LinkTo>
positional arguments per RFC #698.{{#with}}
per RFC #445this
property lookup fallback per [RFC #308]https://github.com/emberjs/rfcs/blob/master/text/0308-deprecate-property-lookup-fallback.mdhasBlock
andhasBlockParams
per RFC #689.app/router.js
injects the router service.v3.25.4
Compare Source
v3.25.3
Compare Source
routerService.currentRoute.name
androuterService.currentRouteName
match during loading statesv3.25.2
Compare Source
<LinkTo>
can return a validhref
most of the timetargets.node
is definedv3.25.1
Compare Source
<LinkTo />
prior to routing (e.g. component rendering tests)v3.25.0
Compare Source
htmlSafe
andisHTMLSafe
from@ember/string
per the Deprecate Ember String RFC.@glimmer/*
0.74.2 for various features and bugfixes including ensuring{{component.name}}
works with implicit this fallbackhtmlSafe
string to be treated as falsydeprecate
options (for
+since
)v3.24.7
Compare Source
set
andsetProperties
v3.24.6
Compare Source
v3.24.5
Compare Source
RouterService
under Chromesuper.willDestroy
is called correctly inRouter
'swillDestroy
v3.24.4
Compare Source
<LinkToExternal />
to override internal assertionv3.24.3
Compare Source
routerService.currentRoute.name
androuterService.currentRouteName
match during loading states<LinkTo>
can return a validhref
most of the timetargets.node
is definedv3.24.2
Compare Source
<LinkTo />
prior to routing (e.g. component rendering tests)v3.24.1
Compare Source
<LinkTo />
are properly scoped in enginesv3.24.0
Compare Source
{{page-title}}
helper to route template blueprints to implement RFC #0654.deprecate()
forfor
andsince
and deprecate usingdeprecate()
without those options per the Deprecation Staging RFC.Ember.String.loc
and{{loc}}
per the Deprecate Ember String RFC.tryInvoke
RFC.<LinkTo>
should link within the engine when used inside one@each
in the dependent keys of that propertyexpandLocalLookup
APIv3.23.1
Compare Source
v3.23.0
Compare Source
invokeHelper
from the JavaScript Helper Invocation API RFC.@glimmer/*
0.62.1capabilities
generation.v3.22.2
Compare Source
@dependentKeyCompat
assertionv3.22.1
Compare Source
@ember/component
user lifecycle hooks are untrackedv3.22.0
Compare Source
fastboot
sandboxv3.21.3
Compare Source
v3.21.2
Compare Source
Ember.get
v3.21.1
Compare Source
destroy
methods onCoreObject
are invoked.ArrayProxy
length reactivity.v3.21.0
Compare Source
getWithDefault
per RFC #554.queryParam
argument in RouterService#isActivev3.20.7
Compare Source
@dependentKeyCompat
assertionv3.20.6
Compare Source
RouterService#isActive()
now consumescurrentURL
to 3.20v3.20.5
Compare Source
destroy
methods onCoreObject
are invoked.ArrayProxy
length reactivity.v3.20.4
Compare Source
inject-babel-helpers
plugin can be parallelizedget
and improvecomputed
caching scheme.v3.20.3
Compare Source
router.js
to ensuretransition.abort
works for query param only transitions<base target="_parent">
from erroring inHistoryLocation
@glimmer/*
0.55.1{{#in-element}}
v3.20.2
Compare Source
v3.20.1
Compare Source
{{each}}
v3.20.0
Compare Source
{{in-element}}
to public API RFC.in-element
.<Input>
and<Textarea>
to work with native class actions correctly.v3.19.0
Compare Source
<a @​foo=
){{#each
s block only when the specific item has changedin-element
work properly.fn
&on
undefined callback messagewindow.ENV
_setComputedDecorator
implicit-modifier-manager-capabilities
v3.18.1
Compare Source
{{#each
after initial render are invoked properly{{#each
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.10
Compare Source
v3.16.9
Compare Source
TextSupport
sendAction
init
router.js
to ensuretransition.abort
works for query param only transitionsinject-babel-helpers
plugin<base target="_parent">
from erroring in HistoryLocationv3.16.8
Compare Source
setupOnerror
with components asserting duringconstructor
/init
/didInsertElement
).v3.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
v3.16.0
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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 was generated by Mend Renovate. View the repository job log.