You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Set source object as context for callbacks in computed array property
allow to inject falsy values like 'false' and 'null'
Ember.TargetActionSupport's sendAction should support null as context.
Create Ember.libraries for keeping track of versions for debugging. emberjs/data#1051
components should declare actions in the actions hash
Close #3307 – Fix unexpected behavior with functions in concatenated properties
Add shortcut for whitelisting all modifier keys on {{action}} Modifier key-independent action helper use cases can be less verbose and more future-proof.
Only throw an initialValue error if it is null or undefined (i.e. not 0 or some other falsy value)
Improve message and logic around UnrecognizedURLError
Incorrect error message in router.js
Install default error handler on ApplicationRoute#actions, not #events
dependenciesPull requests that update a dependency file
0 participants
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:
^1.0.4
->^2.0.0
^2.1.2
->^3.0.1
^8.0.3
->^13.1.0
~3.28.8
->~6.2.0
Release Notes
emberjs/ember.js (@glimmer/component)
v2.0.0
Compare Source
Ember.TrackedArray
andEmber.SubArray
.Ember.computed.or
return the last falsey value (similar to||
).Ember.DefaultResolver
to properly normalize hyphens (-
).Ember.String.fmt
.@each
should remain a stable node for chains.Ember.HTMLBars.makeViewHelper
.Ember.HTMLBars._registerHelper
.Ember.Handlebars.registerHelper
.Ember.Handlebars.makeBoundHelper
.Ember.Handlebars.makeViewHelper
.Ember.Handlebars.helper
.Ember.Handlebars.registerBoundHelper
.ComponentTemplateDeprecation
mixin.template
access in Ember.Component..render
method to views and components.positionalParams
specified toEmber.Component
at extend time.template
in a component.template
access in Ember.Component.actions
not_actions
.length
fromOrderedSet
andMap
.OrderedSet.prototype.length
.Ember.libraries.each
.{{each}}
keys.{{template}}
support.Ember.Application.resolver
.normalize
.view
andviewClass
with{{outlet}}
.Controller#controllerFor
.metaPath
,getMeta
andsetMeta
.{chainWatchers: null}
fromMeta.prototype
.Ember.observer
.currentWhen
with{{link-to}}
.Ember.ContainerView
when legacy view support enabled.Ember.RenderBuffer
.Registry
andContainer
behavior.{{each}}
helper variant.Object.prototype
properties.Ember.oneWay
.{{#each model}}{{/each}}
, use{{#each model as |item|}}{{/each}}
instead.Ember.ArrayController
support, useember-legacy-controllers
addon for support until 2.4.Ember.observer
.InjectedProperty
is misused.{{get}}
helper subscribes to values and can be updated.Application#then
support.this
context inside former reduced computed macros is correct.{{with foo}}
support.emptyView="Global.foo"
for Ember.View instances.Ember.get
:Ember.get('App.foo')
andEmber.get(null, 'App.foo')
.this
:Ember.get(object, 'this.foo')
.Ember.get(object, path)
.Ember.set
:itemController
,itemViewClass
,itemView
, etc intoember-legacy-views
addon.{{each foo as bar}}
.Controller#needs
, useEmber.inject.controller()
instead.{{view}}
helper intoember-legacy-views
addon.EmberObject.createWithMixins
.{{with foo as bar}}
support.anyBy
,everyProperty
, andsome
.{{render}}
helperevents
key.Ember.View
andEmber.CoreView
intoember-legacy-views
addon.Ember.beforeObserver
,Ember.addBeforeObserver
,Ember.removeBeforeObserver
,Ember.beforeObserversFor
,Ember._suspendBeforeObserver
,Ember._suspendBeforeObservers
, andFunction.prototype.observesBefore
.Controller#transitionTo
andController#replaceWith
.Ember.Handlebars.get
.Binding#oneWay
.Map#remove
.Ember.Set
(notEmber.set
).Ember.LinkView
.Ember.computed.mapProperty
.Object.create
polyfill.Ember.DeferredMixin
.Ember.ArrayPolyfils
.Ember.RSVP.prototype.fail
.Ember.keys
.Ember.View.prototype.state &
Ember.View.prototype._states`.Ember.EnumerableUtils
.Object.defineProperty
polyfill.this.resource
inRouter.map
.Ember.ObjectController
.Ember.arrayComputed
,Ember.reduceComputed
,Ember.ArrayComputed
, andEmber.ReduceComputed
.Ember.computed.map
without a function callback.Ember.computed.mapBy
without a string property name.{{bind-attr}}
.Ember.computed.filterProperty
.{{linkTo}}
helper (not{{link-to}}
).Enumerable.rejectProperty
.fillIn
test helper to trigger theinput
event.Enumerable.findProperty
.Enumerable.everyBy
.lazyGet
.v1.1.2
Compare Source
v1.1.1
Compare Source
v1.1.0
TrackedArray
Ember.Object.extend
should allow any propertyundefined
forhref
of {{link-to}}Ember.keys
should return own propertyEmber.SubArray
operation composition fix.replaceIn
would incorrectly move views from thehasElement
toinDOM
Ember.TargetActionSupport
'ssendAction
should supportnull
as context.ember-cli/ember-load-initializers (ember-load-initializers)
v3.0.1
Compare Source
🐛 Bug Fix
Committers: 1
Version 9 of Highlight.js has reached EOL and is no longer supported.
Please upgrade or ask whatever dependency you are using to upgrade.
https://github.com/highlightjs/highlight.js/issues/2877
v3.0.0
Compare Source
💥 Breaking Change
Committers: 1
ember-cli/ember-resolver (ember-resolver)
v13.1.0
Compare Source
🚀 Enhancement
Committers: 1
v13.0.2
Compare Source
🐛 Bug Fix
Committers: 1
v13.0.1
Compare Source
🐛 Bug Fix
🏠 Internal
Committers: 2
v13.0.0
Compare Source
💥 Breaking Change
🚀 Enhancement
🐛 Bug Fix
Committers: 1
v12.0.1
Compare Source
🐛 Bug Fix
Committers: 1
v12.0.0
Compare Source
💥 Breaking Change
🏠 Internal
Committers: 1
v11.0.1
Compare Source
🐛 Bug Fix
Committers: 1
v11.0.0
Compare Source
💥 Breaking Change
addon/resolvers/classic
) (@rwjblue)container-debug-adapter
initializer (@rwjblue)🐛 Bug Fix
🚀 Enhancement
@ember/string
utils and drop peer dependency on@ember/string
(@lifeart)🏠 Internal
config/targets.js
(@rwjblue)Committers: 4
v10.1.1
: Release 10.1.1Compare Source
🐛 Bug Fix
🏠 Internal
Committers: 3
v10.1.0
Compare Source
🚀 Enhancement
Committers: 1
v10.0.0
Compare Source
💥 Breaking Change 🐛 Bug Fix
🏠 Internal
Committers: 2
v9.0.1
Compare Source
This was an accidental republication of v9.0.0. 🤦🏼♂️ Nothing to see here.
v9.0.0
Compare Source
TL;DR: drop some old versions, and ship TypeScript type definitions.
💥 Breaking Change
🚀 Enhancement
🐛 Bug Fix
Resolver extends EmberObject
(@chriskrycho)📝 Documentation
🏠 Internal
npm
(@rwjblue)Committers: 3
v8.1.0
Compare Source
Back-ports built-in TypeScript support from 9.0.0 (see below) to decouple that from the Ember 4.x upgrade.
🚀 Enhancement
Committers: 1
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.