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] Dynamic elements implementation <svelte:element> #6898

Merged
merged 73 commits into from
Apr 8, 2022
Merged

[feature] Dynamic elements implementation <svelte:element> #6898

merged 73 commits into from
Apr 8, 2022

Commits on Mar 31, 2021

  1. Configuration menu
    Copy the full SHA
    f001107 View commit details
    Browse the repository at this point in the history
  2. Add add_css_class method to DynamicElement

    Alfred Ringstad committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    4fcc681 View commit details
    Browse the repository at this point in the history
  3. Reuse DOM elements if possible. Add dev warnings when passing nullish…

    … values as tag. Throw an error when trying to bind other than this. Add more tests.
    Alfred Ringstad committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    54e1c23 View commit details
    Browse the repository at this point in the history
  4. Add documentation

    Alfred Ringstad committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    392bdc6 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2021

  1. Merge branch 'master' into dynamic-elements-implementation

    Simon Holthausen committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    7d308cb View commit details
    Browse the repository at this point in the history
  2. tag -> this

    Simon Holthausen committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    bd41b85 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2021

  1. fix: css classes for dynamic elements

    Simon Holthausen committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    45d3ab0 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2021

  1. Configuration menu
    Copy the full SHA
    a6a8ffd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80e93bc View commit details
    Browse the repository at this point in the history
  3. fix lint

    baseballyama committed Oct 23, 2021
    Configuration menu
    Copy the full SHA
    7b5247d View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2021

  1. clean up nodes

    baseballyama committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    185332e View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2021

  1. Configuration menu
    Copy the full SHA
    714433b View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2021

  1. refactor tag.ts

    baseballyama committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    89d2733 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2021

  1. refactor nodes

    baseballyama committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    14ca990 View commit details
    Browse the repository at this point in the history
  2. refactor render_dom

    baseballyama committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    ed2eed5 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2021

  1. refactor render_dom

    baseballyama committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    5d1bc8b View commit details
    Browse the repository at this point in the history
  2. refactor render_dom

    baseballyama committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    84d9f83 View commit details
    Browse the repository at this point in the history
  3. add tests

    baseballyama committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    d65da8d View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. refactor render_ssr

    baseballyama committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    7ced0ce View commit details
    Browse the repository at this point in the history
  2. refactor render_ssr

    baseballyama committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    24a338a View commit details
    Browse the repository at this point in the history
  3. fix named slot bug

    baseballyama committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    ca63111 View commit details
    Browse the repository at this point in the history
  4. rafactor parse step

    baseballyama committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    85eab20 View commit details
    Browse the repository at this point in the history
  5. refactor render_ssr

    baseballyama committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    e3c0091 View commit details
    Browse the repository at this point in the history
  6. refactor render_ssr

    baseballyama committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    195452e View commit details
    Browse the repository at this point in the history
  7. refactor parse step

    baseballyama committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    8c9e93b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a86ec67 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    89dd933 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f8cc52a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e2a36a4 View commit details
    Browse the repository at this point in the history
  12. revert useless changes

    baseballyama committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    75621dc View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2021

  1. refactor

    baseballyama committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    42e4656 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d223df6 View commit details
    Browse the repository at this point in the history
  3. refactor render_dom

    baseballyama committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    cdd7180 View commit details
    Browse the repository at this point in the history
  4. refactor render_dom

    baseballyama committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    9068c90 View commit details
    Browse the repository at this point in the history
  5. refactor render_dom

    baseballyama committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    9cd3fc6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c77b73c View commit details
    Browse the repository at this point in the history
  7. refactor render_dom

    baseballyama committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    f51d0f5 View commit details
    Browse the repository at this point in the history
  8. support animation

    baseballyama committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    5160b2b View commit details
    Browse the repository at this point in the history
  9. revert useless changes

    baseballyama committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    da22d63 View commit details
    Browse the repository at this point in the history
  10. use getter

    baseballyama committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    11d12ab View commit details
    Browse the repository at this point in the history
  11. refactor

    baseballyama committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    25a12a7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9d76a92 View commit details
    Browse the repository at this point in the history
  13. refactor

    baseballyama committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    9863c5e View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2021

  1. Configuration menu
    Copy the full SHA
    b34b0ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49bef3a View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2021

  1. Configuration menu
    Copy the full SHA
    6788b47 View commit details
    Browse the repository at this point in the history
  2. Revert "support animation"

    This reverts commit 5160b2b.
    baseballyama committed Nov 13, 2021
    Configuration menu
    Copy the full SHA
    28b2665 View commit details
    Browse the repository at this point in the history
  3. fix compile error

    baseballyama committed Nov 13, 2021
    Configuration menu
    Copy the full SHA
    3a96f18 View commit details
    Browse the repository at this point in the history
  4. refactor

    baseballyama committed Nov 13, 2021
    Configuration menu
    Copy the full SHA
    2e22241 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7c0337a View commit details
    Browse the repository at this point in the history
  6. revert add_transitions

    baseballyama committed Nov 13, 2021
    Configuration menu
    Copy the full SHA
    7b6dbcd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8560d7c View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2021

  1. Configuration menu
    Copy the full SHA
    2171c67 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d146c29 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a832d6 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2022

  1. Configuration menu
    Copy the full SHA
    fa1b22a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b437985 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2022

  1. Configuration menu
    Copy the full SHA
    5850155 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2022

  1. Configuration menu
    Copy the full SHA
    dc25e2e View commit details
    Browse the repository at this point in the history
  2. workaround ts error

    I faced this error and I avoid it by workaround.
    'error TS2590: Expression produces a union type that is too complex to represent.'
    baseballyama committed Feb 12, 2022
    Configuration menu
    Copy the full SHA
    02cc14f View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2022

  1. Configuration menu
    Copy the full SHA
    6c71959 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8d7905 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

  1. Configuration menu
    Copy the full SHA
    024a748 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef8a3f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4965010 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    31573fd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c5c0dee View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2858cf5 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2022

  1. Configuration menu
    Copy the full SHA
    1e86df5 View commit details
    Browse the repository at this point in the history
  2. improve testcases

    tanhauhau committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    f4a8e79 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ef1dfc View commit details
    Browse the repository at this point in the history
  4. fix test

    tanhauhau committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    13c6c12 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

  1. add tutorial section

    Simon committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    8057a14 View commit details
    Browse the repository at this point in the history