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

chore: Bindable and Svelte 5 interop #2336

Merged
merged 25 commits into from
Apr 25, 2024
Merged

Commits on Apr 10, 2024

  1. $bindable() support, adjust language server to accomodate for weird e…

    …rror message types and binding shorthand rename
    dummdidumm committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    3b3811a View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    1b7ac2c View commit details
    Browse the repository at this point in the history
  2. run Svelte 5 in CI

    dummdidumm committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    441e796 View commit details
    Browse the repository at this point in the history
  3. another one

    dummdidumm committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    0058755 View commit details
    Browse the repository at this point in the history
  4. fix

    dummdidumm committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    f65aa98 View commit details
    Browse the repository at this point in the history
  5. try this

    dummdidumm committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    cc56066 View commit details
    Browse the repository at this point in the history
  6. only do for Svelte 5

    dummdidumm committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    3dafffc View commit details
    Browse the repository at this point in the history
  7. closer

    dummdidumm committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    d613740 View commit details
    Browse the repository at this point in the history
  8. oops

    dummdidumm committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    016426b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    69e6e2f View commit details
    Browse the repository at this point in the history
  10. silence type error

    dummdidumm committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    6d77106 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    574b189 View commit details
    Browse the repository at this point in the history
  12. remove programmatic implicit children handling, it's handled within S…

    …velte's component types by now
    dummdidumm committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    7daf926 View commit details
    Browse the repository at this point in the history
  13. make CI happy

    dummdidumm committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    bf83e16 View commit details
    Browse the repository at this point in the history
  14. another one

    dummdidumm committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    5a56702 View commit details
    Browse the repository at this point in the history
  15. more

    dummdidumm committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    f9082bc View commit details
    Browse the repository at this point in the history
  16. fix

    dummdidumm committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    73bfe71 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. custom contructor approach

    dummdidumm committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    811b1ce View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

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

Commits on Apr 23, 2024

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

Commits on Apr 24, 2024

  1. fixes

    dummdidumm committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    2c35399 View commit details
    Browse the repository at this point in the history
  2. fix tests

    dummdidumm committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    5b1c0b3 View commit details
    Browse the repository at this point in the history
  3. tweaks

    dummdidumm committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    81d08fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8a3060f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fbabb17 View commit details
    Browse the repository at this point in the history