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

breaking: upgrades to Ember 5.3 / drops Ember 4.4 #735

Open
wants to merge 18 commits into
base: main
Choose a base branch
from

Commits on Oct 7, 2023

  1. Configuration menu
    Copy the full SHA
    4cb2d1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe9fbad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4713e27 View commit details
    Browse the repository at this point in the history
  4. chore: installs babel-plugin-dynamic-import-node

    - otherwise the ember-4.4-lts test scenario throws Error
    Pixelik committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    b54a8f9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0352117 View commit details
    Browse the repository at this point in the history
  6. chore: runs yarn lint:fix

    Pixelik committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    12e1947 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4650b6c View commit details
    Browse the repository at this point in the history
  8. chore install @babel/plugin-proposal-private-property-in-object

    - otherwise ember s throws Error
    Pixelik committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    c1f9e5f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d86d34a View commit details
    Browse the repository at this point in the history
  10. refactor: replaces PromiseManyArray.filter with PromiseManyArray.cont…

    …ent.filter
    
    - because PromiseManyArray.filter no longer exists in Ember 5
    Pixelik committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    c6a2347 View commit details
    Browse the repository at this point in the history
  11. refactor: stops using A() with PromiseManyArray

    - as it is no longer allowed on Ember 5
    Pixelik committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    fb3bf18 View commit details
    Browse the repository at this point in the history
  12. test: increases later() timeout

    - otherwise the following tests sometimes fail:
    - Integration | Validations | Factory - General: debounced validations
    - Integration | Validations | Factory - General: debounced validator should only be called once
    Pixelik committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    f92c592 View commit details
    Browse the repository at this point in the history
  13. breaking: drops support for Ember 4.4

    - otherwise relevant Ember 4.4 test scenario throws Error:
    - required module @ember/renderer is missing
    Pixelik committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    8969d78 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. refactor: isDescriptor() logic & syntax

    - otherwise the embroider test scenarios throw Error:
    - "EmberObject.create no longer supports defining computed properties"
    Pixelik committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    4cb0c8b View commit details
    Browse the repository at this point in the history
  2. chore: removes Ember 4.4 refs

    Pixelik committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    59024cd View commit details
    Browse the repository at this point in the history
  3. chore: updates docs

    Pixelik committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    33e99af View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. refactor: ember-internals.js

    Pixelik committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    12cf8d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d27a6c View commit details
    Browse the repository at this point in the history