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

[FEATURE modernized-built-in-components] Remaining implementation work #19382

Merged
merged 11 commits into from Feb 26, 2021

Commits on Feb 25, 2021

  1. [FEATURE modernized-built-in-components] Get events from dispatcher

    Instead of hard-coding a list of events to bind (copied from the
    `EventDispatcher` – which could be reopened and modified), this
    refactor uses a modifier to dynamically read the list from the
    `EventDispatcher` at runtime instead.
    
    Part of #19270
    chancancode committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    8721230 View commit details
    Browse the repository at this point in the history
  2. [FEATURE modernized-built-in-components] Modernize <Textarea />

    Switches the <Textarea /> component to use the new implementation
    as well. Passes all existing tests.
    
    Part of #19270
    chancancode committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    8b7adf1 View commit details
    Browse the repository at this point in the history
  3. [FEATURE modernized-built-in-components] Blanket deprecation

    Deprecate all unsupported args (and "deopt" the component for now)
    according to RFC 707.
    
    Part of #19270
    chancancode committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    e6a20d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a7f48db View commit details
    Browse the repository at this point in the history
  5. [FEATURE modernized-built-in-components] Deprecate input actions as s…

    …trings
    
    Tracking issue: #19270
    Get tests passing for no actions passed to inputs as strings deprecation
    eramod authored and chancancode committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    1f403db View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d854377 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    98b70da View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f81ba3a View commit details
    Browse the repository at this point in the history
  9. [FEATURE modernized-built-in-components] deprecate input/textarea eve…

    …nt handlers
    
    Tracking issue: #19270
    Enables the input and textarea  event handlers deprecation introduced in #19218
    and fixes resultant failing tests
    eramod authored and chancancode committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    b9d999b View commit details
    Browse the repository at this point in the history
  10. [FEATURE modernized-built-in-components] Extract shared code

    Refactor to extra shared code into internal component to pave way
    for implementing <LinkTo> with the new infrastructure.
    
    Part of #19270
    chancancode committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    06e434e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3d02784 View commit details
    Browse the repository at this point in the history