Update dependency ember-source to v3.27.3 - autoclosed #151
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.26.1
->^3.27.3
3.26.1
->3.27.3
Release Notes
emberjs/ember.js
v3.27.3
Compare Source
computed
can depend on dynamic(hash
keysRoute.prototype.transitionTo
deprecation until 5.0.0v3.27.2 (May 27, 2021)
computed.*
deprecation message to include the correct import pathv3.27.1 (May 13, 2021)
@href
to<LinkTo>
throws an errorv3.27.0 (May 3, 2021)
(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 Correctly handle <:inverse> named block glimmerjs/glimmer-vm#1296)<LinkToExternal />
to override internal assertionon
from correct pathpositional
andnamed
as the argument names inember g helper
blueprintv3.26.1 (March 24, 2021)
v3.26.0 (March 22, 2021)
<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 (March 24, 2021)
v3.25.3 (March 7, 2021)
routerService.currentRoute.name
androuterService.currentRouteName
match during loading statesv3.25.2 (March 7, 2021)
<LinkTo>
can return a validhref
most of the timetargets.node
is definedv3.25.1 (February 10, 2021)
<LinkTo />
prior to routing (e.g. component rendering tests)v3.25.0 (February 08, 2021)
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.3 (March 7, 2021)
routerService.currentRoute.name
androuterService.currentRouteName
match during loading states<LinkTo>
can return a validhref
most of the timetargets.node
is definedv3.24.2 (February 10, 2021)
<LinkTo />
prior to routing (e.g. component rendering tests)v3.24.1 (January 14, 2021)
<LinkTo />
are properly scoped in enginesv3.24.0 (December 28, 2020)
{{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 (November 23, 2020)
v3.23.0 (November 16, 2020)
invokeHelper
from the JavaScript Helper Invocation API RFC.@glimmer/*
0.62.1capabilities
generation.v3.22.2 (November 25, 2020)
@dependentKeyCompat
assertionv3.22.1 (November 10, 2020)
@ember/component
user lifecycle hooks are untrackedv3.22.0 (October 5, 2020)
fastboot
sandboxv3.21.3 (September 30, 2020)
v3.21.2 (September 30, 2020)
Ember.get
v3.21.1 (August 28, 2020)
destroy
methods onCoreObject
are invoked.ArrayProxy
length reactivity.v3.21.0 (August 24, 2020)
getWithDefault
per RFC #554.queryParam
argument in RouterService#isActivev3.20.6 (November 11, 2020)
RouterService#isActive()
now consumescurrentURL
to 3.20v3.20.5 (August 28, 2020)
destroy
methods onCoreObject
are invoked.ArrayProxy
length reactivity.v3.20.4 (August 11, 2020)
inject-babel-helpers
plugin can be parallelizedget
and improvecomputed
caching scheme.v3.20.3 (July 30, 2020)
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 (July 26, 2020)
v3.20.1 (July 13, 2020)
{{each}}
v3.20.0 (July 13, 2020)
{{in-element}}
to public API RFC.in-element
.<Input>
and<Textarea>
to work with native class actions correctly.v3.19.0 (May 26, 2020)
<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 (May 4, 2020)
{{#each
after initial render are invoked properly{{#each
v3.18.0 (April 14, 2020)
elementId
changing) ifelementId
is not changedv3.17.3 (April 2, 2020)
PROPERTY_DID_CHANGE
to avoid callingget
when setting values for computed propsv3.17.2 (March 26, 2020)
willDestroy
on class based helpers.will-destroy
modifier,@ember/component
s withwillDestroyElement
, etc) fire when used within an{{#each}}
block.v3.17.1 (March 22, 2020)
elementId
changing) ifelementId
is not changed_createSuper
is not a function) when used with Babel 7.9.0+.v3.17.0 (March 4, 2020)
checked
attribute oninput
, fixes usingarray
andhash
helper together{{#-in-element}}
double-clearing issuearrangedContent
get
this
in@tracked
initializerv3.16.10 (August 5, 2020)
v3.16.9 (July 29, 2020)
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 (April 24, 2020)
setupOnerror
with components asserting duringconstructor
/init
/didInssertElement
).v3.16.7 (April 13, 2020)
PROPERTY_DID_CHANGE
to avoid callingget
when setting values for computed propsv3.16.6 (March 24, 2020)
ArrayProxy
Lazy.v3.16.5 (March 23, 2020)
_createSuper
is not a function) when used with Babel 7.9.0+.v3.16.4 (March 22, 2020)
setDiff
computed macro used within glimmer componentobserver
leaks.owner.ownerInjection()
when used to create services directlyv3.16.3 (February 18, 2020)
v3.16.2 (February 10, 2020)
v3.16.1 (January 31, 2020)
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 (January 20, 2020)
v3.15.0 (December 9, 2019)
Component#isVisible
per RFC #324.{{partial}}
per RFC #449.v3.14.3 (December 3, 2019)
loader.js
is transpiled to the applications specified targets (fromconfig/targets.js
).v3.14.2 (November 20, 2019)
@glimmer/component
.v3.14.1 (October 30, 2019)
transitionTo
to redirect during an existing transition.v3.14.0 (October 29, 2019)
updateComponent
is fired consistentlyv3.13.4 (October 29,2019)
v3.13.3 (October 8, 2019)
v3.13.2 (September 25, 2019)
v3.13.1 (September 23, 2019)
v3.13.0 (September 19, 2019)
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.4 (May 21, 2020)
setupOnerror
with components asserting duringconstructor
/init
/didInssertElement
).v3.12.3 (March 12, 2020)
elementId
changing) ifelementId
is not changedv3.12.2 (December 4, 2019)
const
expressions in legacy buildsv3.12.1 (November 20, 2019)
transitionTo
to redirect during an existing transition.(query-params)
helper can be used outside of direct{{link-to}}
/<LinkTo />
invocation.v3.12.0 (August 5, 2019)
Ember.Observer
can be set toundefined
NAME_KEY
v3.11.1 (June 27, 2019)
RouteInfo
object's do not eagerly cache routes in lazy Enginesv3.11.0 (June 24, 2019)
sync
queue from @ember/runloop.recompute
on a class-based helper causes it to recomputev3.10.2 (June 18, 2019)
ember-template-compiler
can be used during FastBoot runtime.v3.10.1 (June 4, 2019)
v3.10.0 (May 13, 2019)
{{link-to}}
is causing unexpected local variable shadowing assertions.@sort
works on non-Ember.Object
s._getter
functions.elementId
.v3.9.1 (April 09, 2019)
...attributes
may incorrectly overwrite attributes, depending on its position.event.stopPropagation()
in component event handlers when jQuery is disabled.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 these updates again.
This PR has been generated by WhiteSource Renovate. View repository job log here.