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

Bring @glimmer/component into ember repo #20751

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

Bring @glimmer/component into ember repo #20751

wants to merge 3 commits into from

Commits on Sep 13, 2024

  1. Bring @glimmer/component into ember repo

    The glimmerjs/glimmer.js monorepo is littered with
    "standalone Glimmer.js" functionality that we
    don't use and that is not being maintained. But it
    also contains two packages that are critical to
    ember: `@glimmer/component` and
    `@glimmer/tracking`.
    
    I want to bring both of those packages into here
    instead, while jettisoning their extra complexity
    that exists only to make them portable to the
    "standalone Glimmer.js" use case.
    
    This PR brings over @glimmer/component, and simplifies it by:
     - dropping support for Ember < 3.13.
     - converting to a v2 addon
    
    This also adds end-to-end test coverage exercising
    an interactive glimmer component.
    
    valid v2 addon
    
    expanding end-to-end test coverage to exercise glimmer component and glimmer tracking
    ef4 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    816c17c View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    0c77dc0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8be4721 View commit details
    Browse the repository at this point in the history