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

[CLEANUP beta] Drop export of built-ins, remove legacy components #19806

Merged
merged 1 commit into from Nov 10, 2021

Commits on Nov 9, 2021

  1. Drop export of built-ins, remove legacy components

    * Remove the export of `@ember/component/checkbox`
    * Remove the export of `@ember/component/text-field`
    * Remove the export of `@ember/component/text-area`
    * Remove the export of `@ember/component/link-component`
    * Remove the assignment of `Ember.Checkbox`
    * Remove the assignment of `Ember.TextField`
    * Remove the assignment of `Ember.TextArea`
    * Remove the assignment of `Ember.LinkComponent`
    * Remove the assignment of `Ember.TextSupport`
    * Remove the assignment of `Ember.TargetActionSupport`
    * Hard-code `EMBER_MODERNIZED_BUILT_IN_COMPONENTS` to `true` path in
      most places. The remaining are a few spots where there are
      deprecations targeting *5.0*.
    * Hard-code the built-in components (`<Textarea>`, `<Input>`,
      `<LinkTo>`) for the modernized path
    * Remove the `query-params` helper (it is only needed by the legacy
      `LinkComponent` and was deprecated).
    * Review emberjs#19669 and ensure all
      `disabledWhen` is removed.
    * Review emberjs#19662 and ensure all
      `@tagName` support is removed
    * Review all `ember.built-in-components.*` deprecations and ensure their
      functionality is removed.
    * Remove code supporting `ember-glimmer.link-to.positional-arguments`,
      basically
      https://github.com/emberjs/ember.js/blob/master/packages/ember-template-compiler/lib/plugins/transform-link-to.ts
    mixonic committed Nov 9, 2021
    Copy the full SHA
    5d24ae7 View commit details
    Browse the repository at this point in the history