v7.5.0-alpha.1-ember-source: Merge pull request #21613 from emberjs/nvp/debug-cleanup
Delete some unused code
Delete some unused code
Release v7.4.0-beta.1 of ember-source
CHANGELOG #21471 [FEATURE] Overload tracked to be able to work outside of classes per RFC #1071. #21203 [BUGFIX] Fix @model becomes undefined or changes to the wrong route's model during Glimmer component willDestroy #21406 [BUGFIX] Add assertion for invalid component helper argument #21407 [BUGFIX] Improve debugger message for template-only components #21409 [BUGFIX] Fix query params trigger mode…
CHANGELOG #21591 [BUGFIX] Destroy dynamic modifiers that were set after the initial render to fix a memory leak.
Don't use build for publishing in 'pnpm bench'
Merge pull request #21556 from emberjs/nvp/privatize-non-published-pa…
CHANGELOG #21303 [FEATURE] Build in a default Strict Resolver, an opt-in replacement for ember-resolver per RFC #1132. #21371 Set type=module on the ember-source package. Requires ember-cli to be at least v7.0.1. #21458 [BUGFIX] Sanitization improvements for uppercase source, svg hrefs with javascript:, <iframe> src with data: urls, and <object> data attributes with data: and javascript: urls. #21…
CHANGELOG #21471 [FEATURE] Overload tracked to be able to work outside of classes per RFC #1071. #21203 [BUGFIX] Fix @model becomes undefined or changes to the wrong route's model during Glimmer component willDestroy #21406 [BUGFIX] Add assertion for invalid component helper argument #21407 [BUGFIX] Improve debugger message for template-only components #21409 [BUGFIX] Fix query params trigger mode…
Remove ember-cli-babel
Implement RFC #1071: overloaded tracked
Refactor so that small apps don't pull in the old renderer as well as some classic things
Update dependency glob to v13
CHANGELOG #21303 [FEATURE] Build in a default Strict Resolver, an opt-in replacement for ember-resolver per RFC #1132. #21371 Set type=module on the ember-source package. Requires ember-cli to be at least v7.0.1. #21458 [BUGFIX] Sanitization improvements for uppercase source, svg hrefs with javascript:, <iframe> src with data: urls, and <object> data attributes with data: and javascript: urls. #21…
CHANGELOG #21068 [FEATURE] Build in the {{on}} modifier as a keyword in strict-mode templates per RFC# 997. #21299 [FEATURE] Build in the {{fn}} helper as a keyword in strict-mode templates per RFC #998. #21230 / #21343 [FEATURE] Add a built-in (element)/ {{element}} helper for dynamic tag names in strict-mode templates per RFC #389. #21334 [FEATURE] Build in the {{hash}} helper as a keyword in st…
[DOC] Remove code climate badge from README
Upgrade testem and remove patch
CHANGELOG [BREAKING] Features and APIs that were deprecated until v7.0 will now throw exceptions and the related code will be removed imminently. For a list of deprecations, see the Deprecation Guide. #21240 [BREAKING] Remove deprecated amd bundles and use-ember-modules optional feature per RFC #1101. #21275 [BREAKING] Remove ember barrel file (import Ember from 'ember') per RFC #1003. #21056 [CLE…
Declare cjs as cjs (part 1)
CHANGELOG #21068 [FEATURE] Build in the {{on}} modifier as a keyword in strict-mode templates per RFC# 997. #21299 [FEATURE] Build in the {{fn}} helper as a keyword in strict-mode templates per RFC #998. #21230 / #21343 [FEATURE] Add a built-in (element)/ {{element}} helper for dynamic tag names in strict-mode templates per RFC #389. #21334 [FEATURE] Build in the {{hash}} helper as a keyword in st…
Post-release version bump
Remove barrel file imports from internal code for better tree-shaking