ember-cli-string-helpers
ember-cli-string-helpers copied to clipboard
Bump ember-source from 3.22.0 to 3.27.5
Bumps ember-source from 3.22.0 to 3.27.5.
Release notes
Sourced from ember-source's releases.
v3.27.5
CHANGELOG
- #19597 [BIGFIX] Fix
<LinkTo>with nested childrenv3.27.4
CHANGELOG
v3.27.3
CHANGELOG
- #19565 [BUGFIX] Ensures that
computedcan depend on dynamic(hashkeys- #19571 [BUGFIX] Extend
Route.prototype.transitionTodeprecation until 5.0.0- #19586 [BUGFIX] Fix Embroider compatibility
v3.27.2
- #19511 / #19548 [BUGFIX] Makes the (hash) helper lazy
- #19530 [DOC] fix passing params to named blocks examples
- #19536 [BUGFIX] Fix
computed.*deprecation message to include the correct import path- #19544 [BUGFIX] Use explicit this in helper test blueprints
- #19555 [BUGFIX] Improve class based tranform deprecation message
- #19557 [BUGFIX] Refine Ember Global deprecation message
- #19564 [BUGFIX] Improve computed.* and run.* deprecation message (IE11)
v3.27.1
CHANGELOG
- #19540 [BUGFIX] Ensure ember-testing is loaded lazily
- #19541 [BUGFIX] Add missing metadata for some deprecations enabled in 3.27.0
- #19541 [BUGFIX] Ensure passing
@hrefto<LinkTo>throws an error- #19541 [CLEANUP] Consistently use https://deprecations.emberjs.com/ in deprecation URLs
v3.27.0
CHANGELOG
- #19309 / #19487 / #19474 [FEATURE] Enable
(helperand(modifierhelpers per [RFC #432](https://github.com/emberjs/rfcs/blob/master/text/0432-contextual-helpers.md).- #19382 / #19430 [FEATURE] Remaining implementation work per [RFC #671](https://github.com/emberjs/rfcs/blob/master/text/0671-modernize-built-in-components-1.md).
- #19457 / #19463 / #19464 / #19467 [DEPRECATION] Add deprecation for the Ember Global per [RFC #706](https://github.com/emberjs/rfcs/blob/master/text/0706-deprecate-ember-global.md).
- #19407 [DEPRECATION] Add deprecation for
Route#disconnectOutletper [RFC #491](https://github.com/emberjs/rfcs/blob/master/text/0491-deprecate-disconnect-outlet.md).- #19433 [DEPRECATION] Add deprecation for
Route#renderTemplateper [RFC #418](https://github.com/emberjs/rfcs/blob/master/text/0418-deprecate-route-render-methods.md).- #19442 [DEPRECATION] Add deprecation for
Route#rendermethod per [RFC #418](https://github.com/emberjs/rfcs/blob/master/text/0418-deprecate-route-render-methods.md).- #19429 [DEPRECATION]
registerPlugin/unregisterPluginand legacy class based AST plugins (private APIs)- #19499 [DEPRECATION] Deprecate
@foo={{helper}}per [RFC #496](https://github.com/emberjs/rfcs/blob/master/text/0496-handlebars-strict-mode.md#3-no-implicit-invocation-of-argument-less-helpers).- #19499 [BUGFIX] Update rendering engine to
@glimmer/*0.78.2 for fixes including:
<:else>and<:inverse>should be aliases (see glimmerjs/glimmer-vm#1296)- Fix nested calls to helpers in dynamic helpers (see glimmerjs/glimmer-vm#1293)
- #19477 [BUGFIX] Allow
<LinkToExternal />to override internal assertion
... (truncated)
Changelog
Sourced from ember-source's changelog.
v3.27.5 (June 10, 2021)
- #19597 [BIGFIX] Fix
<LinkTo>with nested childrenv3.27.4 (June 9, 2021)
v3.27.3 (June 3, 2021)
- #19565 [BUGFIX] Ensures that
computedcan depend on dynamic(hashkeys- #19571 [BUGFIX] Extend
Route.prototype.transitionTodeprecation until 5.0.0- #19586 [BUGFIX] Fix Embroider compatibility
v3.27.2 (May 27, 2021)
- #19511 / #19548 [BUGFIX] Makes the (hash) helper lazy
- #19530 [DOC] fix passing params to named blocks examples
- #19536 [BUGFIX] Fix
computed.*deprecation message to include the correct import path- #19544 [BUGFIX] Use explicit this in helper test blueprints
- #19555 [BUGFIX] Improve class based tranform deprecation message
- #19557 [BUGFIX] Refine Ember Global deprecation message
- #19564 [BUGFIX] Improve computed.* and run.* deprecation message (IE11)
v3.27.1 (May 13, 2021)
- #19540 [BUGFIX] Ensure ember-testing is loaded lazily
- #19541 [BUGFIX] Add missing metadata for some deprecations enabled in 3.27.0
- #19541 [BUGFIX] Ensure passing
@hrefto<LinkTo>throws an error- #19541 [CLEANUP] Consistently use https://deprecations.emberjs.com/ in deprecation URLs
v3.27.0 (May 3, 2021)
- #19309 / #19487 / #19474 [FEATURE] Enable
(helperand(modifierhelpers per [RFC #432](https://github.com/emberjs/rfcs/blob/master/text/0432-contextual-helpers.md).- #19382 / #19430 [FEATURE] Remaining implementation work per [RFC #671](https://github.com/emberjs/rfcs/blob/master/text/0671-modernize-built-in-components-1.md).
- #19457 / #19463 / #19464 / #19467 [DEPRECATION] Add deprecation for the Ember Global per [RFC #706](https://github.com/emberjs/rfcs/blob/master/text/0706-deprecate-ember-global.md).
- #19407 [DEPRECATION] Add deprecation for
Route#disconnectOutletper [RFC #491](https://github.com/emberjs/rfcs/blob/master/text/0491-deprecate-disconnect-outlet.md).- #19433 [DEPRECATION] Add deprecation for
Route#renderTemplateper [RFC #418](https://github.com/emberjs/rfcs/blob/master/text/0418-deprecate-route-render-methods.md).- #19442 [DEPRECATION] Add deprecation for
Route#rendermethod per [RFC #418](https://github.com/emberjs/rfcs/blob/master/text/0418-deprecate-route-render-methods.md).- #19429 [DEPRECATION]
registerPlugin/unregisterPluginand legacy class based AST plugins (private APIs)- #19499 [DEPRECATION] Deprecate
@foo={{helper}}per [RFC #496](https://github.com/emberjs/rfcs/blob/master/text/0496-handlebars-strict-mode.md#3-no-implicit-invocation-of-argument-less-helpers).- #19499 [BUGFIX] Update rendering engine to
@glimmer/*0.78.2 for fixes including:
<:else>and<:inverse>should be aliases (see glimmerjs/glimmer-vm#1296)- Fix nested calls to helpers in dynamic helpers (see glimmerjs/glimmer-vm#1293)
- #19477 [BUGFIX] Allow
<LinkToExternal />to override internal assertion- #19481 [BUGFIX] Export
onfrom correct path- #19466 [BUGFIX] Rename private runloop functions
- #19384 Use qunit-dom in helper and component test blueprints
- #19390 Refactor the internal Ember loader to use the standard Ember CLI loader
... (truncated)
Commits
36fb56ev3.27.56efbfba[BIGFIX release] Fix\<LinkTo>with nested childrenfe32020v3.27.4914ee4b[DOC release] Fix "Dormant" addon warning typoe27cc92Merge pull request #19594 from emberjs/revert-stable-hashbc9feb7Revert "[BUGFIX] Makes the (hash) helper lazy"4d37f38Revert "[BUGFIX release] Make {{hash}} object properties settables"4192b92Revert "[BUGFIX lts] Ensures that computed can depend on dynamic hash keys"886bc513.27.318bd896Add v3.27.3 to CHANGELOG.md.- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)