lifeart / ember-ref-modifier

Ember Ref Modifier
MIT License
44 stars 6 forks source link

Bump ember-source from 3.19.0 to 3.20.4 #354

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps ember-source from 3.19.0 to 3.20.4.

Release notes

Sourced from ember-source's releases.

v3.20.4

  • #19047 Ensure inject-babel-helpers plugin can be parallelized
  • #19089 Update rendering engine to improve immediate encoding performance
  • #19082 Simplify mixin application
  • #19088 Simplify factory instantiation from the container
  • #19028 Ensure setter CP's with dependent keys on curly components can be two way bound
  • #19077 Simplify get and improve computed caching scheme.
  • #19065 / #19072 - Updates GlimmerVM to improve internal destroyable system and improve tag / revision computation.
  • #19081 Reduces template compilation size in production builds.

v3.20.3

  • #19048 [BUGFIX] Update router.js to ensure transition.abort works for query param only transitions
  • #19059 [BUGFIX] Prevent <base target="_parent"> from erroring in HistoryLocation
  • #19060 [BUGFIX] Update rendering engine to @glimmer/* 0.55.1
  • #19063 [DOC] Fix missing docs for {{#in-element}}

v3.20.2

CHANGELOG

  • #19056 Update Glimmer rendering engine to 0.54.2. Fixes an issue with (private for now) destroyables work to enable the destroyables polyfill to work more appropriately.

v3.20.1

  • #19040 [BUGFIX] Fix a memory leak that occured when changing the array passed to {{each}}

v3.20.0

CHANGELOG

  • #18867 / #18927 / #18928 [FEATURE] Promote {{in-element}} to public API RFC.
  • #19025 [BUGFIX] Updates Glimmer VM to 0.54.0
  • #19021 [BUGFIX] Disallow null/undefined targets in in-element.
  • #19023 [BUGFIX] Don't access properties during init unless required to prevent unnecessary rendering invalidations.
  • #18997 [BUGFIX] Fix components <Input> and <Textarea> to work with native class actions correctly.
  • #18859 [BUGFIX] Fix transitionTo with scoped aliased queryParam.
  • #18961 [BUGFIX] Remove assertions for updating auto-tracked state without Ember.set / this.set

v3.20.0-beta.5

CHANGELOG

  • #19034 [BUGFIX] Disable named blocks; please continue to use the polyfill.

v3.20.0-beta.4

CHANGELOG

  • #19025 [BUGFIX] Updates Glimmer VM to 0.54.0

v3.20.0-beta.3

CHANGELOG

  • #19021 [BUGFIX] Disallow null/undefined targets in in-element.
  • #19023 [BUGFIX] Don't access properties during init unless required to prevent unnecessary rendering invalidations.
Changelog

Sourced from ember-source's changelog.

v3.20.4 (August 11, 2020)

  • #19047 Ensure inject-babel-helpers plugin can be parallelized
  • #19089 Update rendering engine to improve immediate encoding performance
  • #19082 Simplify mixin application
  • #19088 Simplify factory instantiation from the container
  • #19028 Ensure setter CP's with dependent keys on curly components can be two way bound
  • #19077 Simplify get and improve computed caching scheme.
  • #19065 / #19072 - Updates GlimmerVM to improve internal destroyable system and improve tag / revision computation.
  • #19081 Reduces template compilation size in production builds.

v3.20.3 (July 30, 2020)

  • #19048 [BUGFIX] Update router.js to ensure transition.abort works for query param only transitions
  • #19059 [BUGFIX] Prevent <base target="_parent"> from erroring in HistoryLocation
  • #19060 [BUGFIX] Update rendering engine to @glimmer/* 0.55.1
  • #19063 [DOC] Fix missing docs for {{#in-element}}

v3.20.2 (July 26, 2020)

  • #19056 Update Glimmer rendering engine to 0.54.2. Fixes an issue with (private for now) destroyables work to enable the destroyables polyfill to work more appropriately.

v3.20.1 (July 13, 2020)

  • #19040 [BUGFIX] Fix a memory leak that occurred when changing the array passed to {{each}}

v3.20.0 (July 13, 2020)

  • #18867 / #18927 / #18928 [FEATURE] Promote {{in-element}} to public API RFC.
  • #19025 [BUGFIX] Updates Glimmer VM to 0.54.0
  • #19021 [BUGFIX] Disallow null/undefined targets in in-element.
  • #19023 [BUGFIX] Don't access properties during init unless required to prevent unnecessary rendering invalidations.
  • #18997 [BUGFIX] Fix components <Input> and <Textarea> to work with native class actions correctly.
  • #18859 [BUGFIX] Fix transitionTo with scoped aliased queryParam.
  • #18961 [BUGFIX] Remove assertions for updating auto-tracked state without Ember.set / this.set
Commits
  • 5a6e50d 3.20.4
  • 9ee62d3 Add v3.20.4 to CHANGELOG.md.
  • 8397a2c [BUGFIX release] Update the Glimmer VM to 0.56.1
  • 8ef3a54 Ensure inject-babel-helpers plugin can be parallelized
  • f994a52 [BUGFIX release] Simplify mixin application
  • 20bf2aa Simplify factory instantiation from the container
  • bff48c4 Adds isProduction flag for the template compiler.
  • 28866d3 [REFACTOR] Simplify get and computeds
  • ec8f150 Update to glimmerjs/glimmer-vm 0.55.3.
  • e889224 Update to 0.55.2 of glimmer-vm.
  • Additional commits viewable in compare view


Dependabot compatibility score

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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will 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 version` will 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 dependency` will 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 labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will 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](https://app.dependabot.com): - 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)
dependabot-preview[bot] commented 4 years ago

Superseded by #360.