embermap / ember-cli-tailwind

Adds Tailwind CSS to your app or addon
MIT License
100 stars 33 forks source link

Bump ember-source from 3.11.1 to 3.20.2 #291

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps ember-source from 3.11.1 to 3.20.2.

Release notes

Sourced from ember-source's releases.

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.

v3.20.0-beta.2

CHANGELOG

  • #18997 [BUGFIX] Fix components <Input> and <Textarea> to work with native class actions correctly.

v3.20.0-beta.1

CHANGELOG

v3.19.0

CHANGELOG

  • #18982 / #18913 [BUGFIX] Update rendering engine to latest version.
    • Add a compile time error when passing arguments to regular HTML elements (e.g. <a @foo=)
    • Fix: Rerender an {{#eachs block only when the specific item has changed
  • #18958 [BUGFIX] Ensure AST transforms using in-element work properly.
Changelog

Sourced from ember-source's changelog.

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.21.0-beta.2 (July 20, 2020)

  • #19040 [BUGFIX] Fix a memory leak that occurred when changing the array passed to {{each}}
  • #19047 [BUGFIX] Ensure inject-babel-helpers plugin can be parallelized

v3.21.0-beta.1 (July 13, 2020)

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

v3.19.0 (May 26, 2020)

  • #18982 / #18913 [BUGFIX] Update rendering engine to latest version.
    • Add a compile time error when passing arguments to regular HTML elements (e.g. <a @foo=)
    • Fix: Rerender an {{#eachs block only when the specific item has changed
  • #18958 [BUGFIX] Ensure AST transforms using in-element work properly.
  • #18960 [BUGFIX] More assertions for Application lifecycle methods
  • #18919 [BUGFIX] Add error for modifier manager without capabilities.
  • #18828 [BUGFIX] Prepend 'TODO: ' to 'Replace this with your real tests' comments in generated tests
  • #18353 [BUGFIX] Improve fn & on undefined callback message
  • #18824 [CLEANUP] Remove deprecated private window.ENV
  • #18826 [CLEANUP] Remove deprecated private _setComputedDecorator
  • #18832 [CLEANUP] Remove deprecated privateimplicit-modifier-manager-capabilities
  • #18839 [CLEANUP] Updates the VM and autotracking APIs

v3.18.1 (May 4, 2020)

  • #18941 [BUGFIX] Update rendering engine to latest version.
    • Reduce template size growth to near 3.16 levels (still ~ 3% higher than 3.16)
    • Ensures destroyable items added to an {{#each after initial render are invoked properly
    • Fixes an issue with key collisions in {{#each
Commits
  • 1cc2210 Release v3.20.2.
  • 17f84b8 [BUGFIX release] Update glimmer-vm to 0.54.2.
  • fba1bc8 Release v3.20.1
  • ce2e45a [BUGFIX release] Fixes the {{each}} memory leak
  • 0a9e13a Release v3.20.0
  • 13ec044 Add v3.20.0 to CHANGELOG
  • 52ea0ef Release v3.20.0-beta.5
  • 0fd013d Add v3.20.0-beta.5 to CHANGELOG
  • 305350d Merge pull request #19034 from emberjs/chancancode-patch-1
  • df54a17 [BUGFIX beta] Disable named blocks
  • 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 will not automatically merge this PR because it includes an out-of-range update to a development dependency.


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 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 the `.dependabot/config.yml` file in this repo: - Update frequency - Automerge options (never/patch/minor, and dev/runtime dependencies) - 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 #292.