-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Comparing changes
Open a pull request
base repository: emberjs/ember.js
base: v3.26.1
head repository: emberjs/ember.js
compare: v3.27.0
Commits on Jan 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c4c53c7 - Browse repository at this point
Copy the full SHA c4c53c7View commit details
Commits on Feb 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for bc2a38c - Browse repository at this point
Copy the full SHA bc2a38cView commit details
Commits on Feb 8, 2021
-
Add v3.26.0-beta.1 to CHANGELOG
(cherry picked from commit 63df7b5)
Configuration menu - View commit details
-
Copy full SHA for 5e6b193 - Browse repository at this point
Copy the full SHA 5e6b193View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b08299 - Browse repository at this point
Copy the full SHA 4b08299View commit details
Commits on Feb 9, 2021
-
While generating link to route "dynamicWithChild.child": can't access property "shouldSupercede", newHandlerInfo is undefined
Configuration menu - View commit details
-
Copy full SHA for 6802d0d - Browse repository at this point
Copy the full SHA 6802d0dView commit details -
fix: LinkTo with incomplete model failing in rendering tests
LinkTo needs route context to allow omitting model from current active route. Without the guard, tests where LinkTo rendered in tests without routing transition started will break. See issues/19364
Configuration menu - View commit details
-
Copy full SHA for 441931a - Browse repository at this point
Copy the full SHA 441931aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 74e1b93 - Browse repository at this point
Copy the full SHA 74e1b93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82cb1ab - Browse repository at this point
Copy the full SHA 82cb1abView commit details -
Merge pull request #19389 from emberjs/remove-template-id
Removes template ids
Chris Garrett authoredFeb 9, 2021 Configuration menu - View commit details
-
Copy full SHA for df22118 - Browse repository at this point
Copy the full SHA df22118View commit details -
Refactor the internal Ember loader to use the standard Ember CLI loader
This PR refactors the internal Ember loader so that it uses the standard Ember CLI loader instead for modules. This means that modules will be defined in the main namespace, and importable from there, instead of in a hidden namespace that only Ember can use. Notes: - Code is still loaded and built via `treeForVendor` and included as a vendor file. This needs to be the case for the time being for bootstrapping. - Loader code is still included for Node support. If `define` and `require` are not already defined, then a backup shim is used instead. - Modules are now exposed from Ember, but `ember-cli-babel` still transpiles them to global references. This unblocks us from being able to make all modules work normally, however. - `require` shim module is no longer defined, we reference `define` and `require` as globals instead (which is more accurate). In the future we should update this to use Embroider's conventions. - `__loader` is still exposed on the Ember object, referencing the same values as before.
Configuration menu - View commit details
-
Copy full SHA for be324d1 - Browse repository at this point
Copy the full SHA be324d1View commit details
Commits on Feb 10, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a8746b9 - Browse repository at this point
Copy the full SHA a8746b9View commit details -
[BUGFIX] Adds extra test for new rerender assertion
Chris Garrett committedFeb 10, 2021 Configuration menu - View commit details
-
Copy full SHA for b71943e - Browse repository at this point
Copy the full SHA b71943eView commit details -
Chris Garrett committed
Feb 10, 2021 Configuration menu - View commit details
-
Copy full SHA for f8eb312 - Browse repository at this point
Copy the full SHA f8eb312View commit details -
Merge pull request #19390 from emberjs/refactor-internal-loader
Refactor the internal Ember loader to use the standard Ember CLI loader
Configuration menu - View commit details
-
Copy full SHA for c180944 - Browse repository at this point
Copy the full SHA c180944View commit details -
fix: only return empty href when LinkTo href generation throws error
In 3.24.0-3.24.2 we made changes to let LinkTo href generation returns empty when initial transition is not started. This is not true and causing regression on the super-rental tutorial. In previous tutorials, the LinkTo component will return empty href when `this.owner.setupRouter()` is not called. It generates valid href if `setupRouter()` is called and complete model are passed for dynamic segments. In our previous changes, we removed the requirement to call `setupRouter`, and always return empty href when initial transition is not started. This is not expected when passing complete dynamic segments without initial transition.
Configuration menu - View commit details
-
Copy full SHA for 9dbcb7d - Browse repository at this point
Copy the full SHA 9dbcb7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for af4a1b4 - Browse repository at this point
Copy the full SHA af4a1b4View commit details
Commits on Feb 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 4ee3d4c - Browse repository at this point
Copy the full SHA 4ee3d4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f70b81 - Browse repository at this point
Copy the full SHA 7f70b81View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3d2c67 - Browse repository at this point
Copy the full SHA e3d2c67View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5ffa06 - Browse repository at this point
Copy the full SHA f5ffa06View commit details -
Configuration menu - View commit details
-
Copy full SHA for b005bda - Browse repository at this point
Copy the full SHA b005bdaView commit details -
Merge pull request #18571 from emberjs/bugfix/adds-extra-test-for-new…
…-rerender-assertion [CLEANUP] Adds extra test for new rerender assertion
Configuration menu - View commit details
-
Copy full SHA for 9ba3aa5 - Browse repository at this point
Copy the full SHA 9ba3aa5View commit details -
[BUGFIX] Ensure entries are properly defined on loader
Ensures the `registry` field on `Ember.__loader` is setup properly, and that the shim loader has `entries` defined on it correctly.
Chris Garrett committedFeb 11, 2021 Configuration menu - View commit details
-
Copy full SHA for 63a24db - Browse repository at this point
Copy the full SHA 63a24dbView commit details -
Merge pull request #19398 from emberjs/bugfix/ensure-entries-are-avai…
…lable [BUGFIX] Ensure entries are properly defined on loader
Chris Garrett authoredFeb 11, 2021 Configuration menu - View commit details
-
Copy full SHA for 7c39e15 - Browse repository at this point
Copy the full SHA 7c39e15View commit details
Commits on Feb 12, 2021
-
Merge pull request #19397 from mansona/fix-fastboot-prebuild
[BUGFIX lts] Force building Ember bundles when `targets.node` is defined
Configuration menu - View commit details
-
Copy full SHA for 0fa78e0 - Browse repository at this point
Copy the full SHA 0fa78e0View commit details
Commits on Feb 15, 2021
-
Add v3.16.0-beta.2 to CHANGELOG
(cherry picked from commit dd26c4e)
Configuration menu - View commit details
-
Copy full SHA for 7f6cd8f - Browse repository at this point
Copy the full SHA 7f6cd8fView commit details -
(cherry picked from commit 98745fb)
Configuration menu - View commit details
-
Copy full SHA for aa2594b - Browse repository at this point
Copy the full SHA aa2594bView commit details -
(cherry picked from commit 647279b)
Configuration menu - View commit details
-
Copy full SHA for 3a7c034 - Browse repository at this point
Copy the full SHA 3a7c034View commit details
Commits on Feb 16, 2021
-
Chris Garrett committed
Feb 16, 2021 Configuration menu - View commit details
-
Copy full SHA for e205454 - Browse repository at this point
Copy the full SHA e205454View commit details -
Chris Garrett committed
Feb 16, 2021 Configuration menu - View commit details
-
Copy full SHA for 4daccb8 - Browse repository at this point
Copy the full SHA 4daccb8View commit details
Commits on Feb 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 57de317 - Browse repository at this point
Copy the full SHA 57de317View commit details -
Add test to ensure helpers are computed lazily (when used)
From #19406
Chris Garrett committedFeb 17, 2021 Configuration menu - View commit details
-
Copy full SHA for 1f385ba - Browse repository at this point
Copy the full SHA 1f385baView commit details -
Merge pull request #19414 from emberjs/tests/add-test-for-lazy-helpers
Add test to ensure helpers are computed lazily (when used)
Configuration menu - View commit details
-
Copy full SHA for 3a2bf47 - Browse repository at this point
Copy the full SHA 3a2bf47View commit details
Commits on Feb 18, 2021
-
[BUGFIX release] Update Glimmer VM to 0.77, fix dynamic helpers/modif…
…iers Updates the VM, which includes a fix for dynamic helper and modifier usage. Release notes: https://github.com/glimmerjs/glimmer-vm/releases/tag/v0.77.0
Chris Garrett committedFeb 18, 2021 Configuration menu - View commit details
-
Copy full SHA for e37a265 - Browse repository at this point
Copy the full SHA e37a265View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bcef17 - Browse repository at this point
Copy the full SHA 3bcef17View commit details
Commits on Feb 19, 2021
-
Merge pull request #19348 from bertdeblock/doc/mark-public-link-to-na…
…med-arguments [DOC] Correctly mark public link-to component named arguments
Configuration menu - View commit details
-
Copy full SHA for 1866329 - Browse repository at this point
Copy the full SHA 1866329View commit details
Commits on Feb 20, 2021
-
[INTERNAL] refactor <LinkTo> tests
* use async functions * use native class syntax * shortern the test names * avoid `assert.expect` * avoid soon-to-be-deprecated `@id` argument
Configuration menu - View commit details
-
Copy full SHA for 23efbe8 - Browse repository at this point
Copy the full SHA 23efbe8View commit details -
Merge pull request #19419 from emberjs/refactor-link-to-test
[INTERNAL] refactor <LinkTo> tests
Configuration menu - View commit details
-
Copy full SHA for b9f8171 - Browse repository at this point
Copy the full SHA b9f8171View commit details
Commits on Feb 24, 2021
-
Fix glimmer-component-docs.ts typo in Markdown
Was also affecting a heading anchor link. Kudos to @kaermorchen.
Configuration menu - View commit details
-
Copy full SHA for 3ce48a4 - Browse repository at this point
Copy the full SHA 3ce48a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c360235 - Browse repository at this point
Copy the full SHA c360235View commit details -
Merge pull request #19423 from emberjs/refactor-link-to-test
Refactor link-to transitioning-classes tests
Configuration menu - View commit details
-
Copy full SHA for cb7068f - Browse repository at this point
Copy the full SHA cb7068fView commit details -
[INTERNAL] Refactor
expectDeprecation
and friends* Cleanup TypeScript * Add `expectNoDeprecationAsync` * Add `isEnabled` flag to replace `maybeExpectDeprecation`
Configuration menu - View commit details
-
Copy full SHA for acaea62 - Browse repository at this point
Copy the full SHA acaea62View commit details -
Merge pull request #19424 from emberjs/refactor-expect-deprecation
[INTERNAL] Refactor `expectDeprecation` and friends
Configuration menu - View commit details
-
Copy full SHA for 3607263 - Browse repository at this point
Copy the full SHA 3607263View commit details -
Configuration menu - View commit details
-
Copy full SHA for e522fdc - Browse repository at this point
Copy the full SHA e522fdcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 67e3364 - Browse repository at this point
Copy the full SHA 67e3364View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33979b8 - Browse repository at this point
Copy the full SHA 33979b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f8b0a8 - Browse repository at this point
Copy the full SHA 0f8b0a8View commit details -
Merge pull request #19422 from lolmaus/patch-2
Fix glimmer-component-docs.ts typo in Markdown
Configuration menu - View commit details
-
Copy full SHA for 81a1c79 - Browse repository at this point
Copy the full SHA 81a1c79View commit details -
Merge pull request #19384 from bertdeblock/use-qunit-dom-in-helper-an…
…d-component-test-blueprints Use qunit-dom in helper and component test blueprints
Configuration menu - View commit details
-
Copy full SHA for 28c18d0 - Browse repository at this point
Copy the full SHA 28c18d0View commit details
Commits on Feb 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 59cedc9 - Browse repository at this point
Copy the full SHA 59cedc9View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.26.1...v3.27.0