Skip to content
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

Remove deprecated getWithDefault for v4.0 #19620

Closed
wants to merge 35 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
41488b8
[DOC] Link the `templateOnly` docs to the correct package
Windvis May 24, 2021
7e57cec
Merge pull request #19553 from Windvis/doc/template-only-doc-location
rwjblue May 27, 2021
628a928
[BUGFIX lts] Ensures that computed can depend on dynamic hash keys
May 27, 2021
b4ace38
Merge pull request #19565 from emberjs/bugfix/ensure-hash-works-with-…
rwjblue May 27, 2021
926452f
Extend transition deprecation
btecu May 28, 2021
cf7c1bd
Merge pull request #19571 from btecu/transition-deprecaton
kategengler May 29, 2021
42bd258
Add v3.28.0-beta.3 to CHANGELOG
kategengler Jun 1, 2021
aef0c07
Extract separate global deprecation helpers into standalone module.
rwjblue Jun 2, 2021
540fafa
Add some basic tests
rwjblue Jun 2, 2021
fffe619
Refactor `@ember/-internals/bootstrap` back into an IIFE
rwjblue Jun 2, 2021
6a46de6
[DOC] Add missing `Helper` class methods
Windvis Jun 3, 2021
c2bdbcf
Merge pull request #19587 from Windvis/doc/add-missing-helper-class-m…
rwjblue Jun 3, 2021
35689f9
Refactor Overrides infrastructure, add more tests
chancancode Jun 3, 2021
5ad6f79
Merge pull request #19586 from emberjs/refactor-global-deprecation-ov…
rwjblue Jun 3, 2021
c35fc14
Add v3.27.3 to CHANGELOG.md.
rwjblue Jun 3, 2021
d4fb9fb
[fixes #19588] Don’t include type-tests in build
stefanpenner Jun 3, 2021
c73d4b5
Merge pull request #19589 from emberjs/fix-type-types
rwjblue Jun 3, 2021
b6948fb
Add v3.28.0-beta.4 to CHANGELOG
kategengler Jun 7, 2021
fcf2a64
[DOC release] Fix "Dormant" addon warning typo
ctjhoa Jun 9, 2021
c3160f8
Merge pull request #19596 from ctjhoa/patch-1
rwjblue Jun 9, 2021
ea322a3
Add CHANGELOG for v3.27.4
chancancode Jun 9, 2021
57907a4
[BIGFIX release] Fix `<LinkTo>` with nested children
chancancode Jun 10, 2021
1bcdc6f
Merge pull request #19597 from emberjs/fix-link-to-target
rwjblue Jun 10, 2021
c47d628
Add CHANGELOG for 3.27.5
chancancode Jun 10, 2021
1a6c964
Fix Changelog formatting
Turbo87 Jun 11, 2021
588dccb
Merge pull request #19599 from Turbo87/patch-1
rwjblue Jun 11, 2021
297cf58
Fix spelling mistake
stefanpenner Jun 14, 2021
6c15a82
Merge pull request #19600 from emberjs/fix-typo
Jun 14, 2021
55d012c
Add v3.28.0-beta.5 to CHANGELOG
kategengler Jun 14, 2021
03b20d8
[BUGFIX lts] Ensure hash objects correctly entangle as dependencies v2
Jun 1, 2021
dec26de
Merge pull request #19584 from emberjs/bugfix/hash-computed-chains-only
Jun 21, 2021
7289a0b
Bump glob from 7.1.6 to 7.1.7
dependabot-preview[bot] Jun 21, 2021
5ce39d1
Merge pull request #19578 from emberjs/dependabot/npm_and_yarn/glob-7…
dependabot-preview[bot] Jun 21, 2021
297ab0e
Add 3.28.0-beta.6 to CHANGELOG
kategengler Jun 21, 2021
a10935a
Remove deprecated getWithDefault for v4.0
nlfurniss Jul 13, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
32 changes: 32 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,22 @@
# Ember Changelog

### v3.28.0-beta.6 (June 21, 2021)

- [#19584](https://github.com/emberjs/ember.js/pull/19584) [BUGFIX] Ensure hash objects correctly entangle as dependencies

### v3.28.0-beta.5 (June 14, 2021)

- [#19597](https://github.com/emberjs/ember.js/pull/19597) [BUGFIX] Fix `<LinkTo>` with nested children

### v3.28.0-beta.4 (June 7, 2021)

- [#19586](https://github.com/emberjs/ember.js/pull/19586) [BUGFIX] Fix Embroider compatibility

### v3.28.0-beta.3 (June 1, 2021)

- [#19565](https://github.com/emberjs/ember.js/pull/19565) [BUGFIX] Ensures that computed can depend on dynamic hash keys
- [#19571](https://github.com/emberjs/ember.js/pull/19571) [BUGFIX] Delay until: 5.0.0 the removal of the deprecated transition methods of controller and route from [RFC #674](https://github.com/emberjs/rfcs/blob/master/text/0674-deprecate-transition-methods-of-controller-and-route.md).

### v3.28.0-beta.2 (May 27, 2021)

- [#19511](https://github.com/emberjs/ember.js/pull/19511) / [#19548](https://github.com/emberjs/ember.js/pull/19548) [BUGFIX] Makes the (hash) helper lazy
Expand All @@ -15,6 +32,21 @@

- [#19472](https://github.com/emberjs/ember.js/pull/19472) [BUGFIX] Prevent transformation of block params called `attrs`

### v3.27.5 (June 10, 2021)

- [#19597](https://github.com/emberjs/ember.js/pull/19597) [BIGFIX] Fix `<LinkTo>` with nested children

### v3.27.4 (June 9, 2021)

- [#19594](https://github.com/emberjs/ember.js/pull/19594) [BUGFIX] Revert lazy hash changes
- [#19596](https://github.com/emberjs/ember.js/pull/19596) [DOC] Fix "Dormant" addon warning typo

### v3.27.3 (June 3, 2021)

- [#19565](https://github.com/emberjs/ember.js/pull/19565) [BUGFIX] Ensures that `computed` can depend on dynamic `(hash` keys
- [#19571](https://github.com/emberjs/ember.js/pull/19571) [BUGFIX] Extend `Route.prototype.transitionTo` deprecation until 5.0.0
- [#19586](https://github.com/emberjs/ember.js/pull/19586) [BUGFIX] Fix Embroider compatibility

### v3.27.2 (May 27, 2021)

- [#19511](https://github.com/emberjs/ember.js/pull/19511) / [#19548](https://github.com/emberjs/ember.js/pull/19548) [BUGFIX] Makes the (hash) helper lazy
Expand Down
3 changes: 3 additions & 0 deletions ember-cli-build.js
Expand Up @@ -120,6 +120,9 @@ module.exports = function ({ project }) {
'@ember/-internals/*/tests/**' /* internal packages */,
'*/*/tests/**' /* scoped packages */,
'*/tests/**' /* packages */,
'@ember/-internals/*/type-tests/**' /* internal packages */,
'*/*/type-tests/**' /* scoped packages */,
'*/type-tests/**' /* packages */,
'ember-template-compiler/**',
'internal-test-helpers/**',
],
Expand Down