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: Replace sveltekit:* with valid HTML attributes like data-sveltekit-* #6170

Merged

Commits on Aug 21, 2022

  1. Configuration menu
    Copy the full SHA
    545286d View commit details
    Browse the repository at this point in the history
  2. WIP: Use svelte-preprocess to replace values. Significant progress!

    PoC works great if run from the user's svelte.config.js, but we need to extend the user config and still make it work. Currently it only works when run with the default svelte config loading.
    Greenheart committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    ee56dc7 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. Improve attribute replacement and make it work even if app devs have …

    …custom preprocessing config.
    
    Auto-reloading doesn't work though, so that needs to be fixed, along with regex specificity.
    Greenheart committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    ca440d2 View commit details
    Browse the repository at this point in the history
  2. WIP: Explore how to combine the svelte config by the user with the op…

    …tions needed by sveltekit.
    Greenheart committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    c512b27 View commit details
    Browse the repository at this point in the history
  3. Improve type definition for config.preprocess to match what's used …

    …internally. Also allow object configs.
    Greenheart committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    17a0183 View commit details
    Browse the repository at this point in the history
  4. Use API from vite-plugin-svelte to add internal SvelteKit preprocessing

    Much cleaner solution, which also should be a tiny bit more performant than before.
    Greenheart committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    0aabdde View commit details
    Browse the repository at this point in the history
  5. Cleanup

    Greenheart committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    bc03a40 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. Configuration menu
    Copy the full SHA
    6c21f23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8e3bd0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13fbc63 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. merge master

    Rich-Harris committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    98347e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fb9781 View commit details
    Browse the repository at this point in the history
  3. lint

    Rich-Harris committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    5d0b798 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9cbad2d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    97d289f View commit details
    Browse the repository at this point in the history
  6. Create neat-pots-flash.md

    Rich-Harris committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    8e9224a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9c42c90 View commit details
    Browse the repository at this point in the history