-
-
Notifications
You must be signed in to change notification settings - Fork 73
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
Ember 3.28 release #1029
Ember 3.28 release #1029
Conversation
Hello reviewers, please look over the changelog above and let me know which if any additional items should be specifically highlighted. Please also read over my changes to the intro to confirm that they are true. I borrowed some verbage from our final 2.x release post. Once the blog post is almost ready to go, we'll do the guides/api docs just before it's published. Thanks for your help! |
@jenweber I made some suggestions, I hope it helps. Maybe @kategengler would have some good context too. 👍 |
I've taken another pass here. I propose we aim to land this the morning of September 7th. |
TODO
1. Ember.js
Bug Fixes
deserializeQueryParam
is called for lazy routesRouterService
String.prototype.htmlSafe
targeting Ember 4.0, as intended by the original deprecation.owner.lookup
owner.register
behavior with singleton: true optionattrs
Changelog
2. Ember Data
Bug Fixes
findRecord
whenCUSTOM_MODEL_CLASS
is onCUSTOM_MODEL_CLASS
and deprecate passing non ember data records tounloadRecord
anddeleteRecord
@ember-data/model
: Simplify@cached
transpilationbelongsTo
/hasMany
/findRecord
empty responses'content'
is used as a property on a recordcoalesceFindRequests
should work with non native Adapter classesInternalModel
methods that can be eliminated safelyFeatures
CUSTOM_MODEL_CLASSES
Changelog
3. Ember CLI
realPath
as root rather than thedirname
foraddonMainPath
ember-addon.projectRoot
, to specify the location of the projectCONTRIBUTING.md
to referencecli.emberjs.com
ember-addon.perBundleAddonCacheUtil
utilityaddon-proxy
to support EmbroiderChangelog