Skip to content

Commit

Permalink
Merge branch 'emberjs:master' into remove-try-invoke
Browse files Browse the repository at this point in the history
  • Loading branch information
nlfurniss committed Jul 18, 2021
2 parents d08dde5 + 0158265 commit c1aee95
Show file tree
Hide file tree
Showing 24 changed files with 1,965 additions and 574 deletions.
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

0 comments on commit c1aee95

Please sign in to comment.