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

feat(vite)!: svelte-scoped automatic compilation #1692

Merged
merged 65 commits into from Oct 25, 2022
Merged

feat(vite)!: svelte-scoped automatic compilation #1692

merged 65 commits into from Oct 25, 2022

Commits on Oct 1, 2022

  1. Copy the full SHA
    12f991f View commit details
    Browse the repository at this point in the history
  2. add sveltekit-rc readme

    jacob-8 committed Oct 1, 2022
    Copy the full SHA
    9515eeb View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    88a830b View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    f590538 View commit details
    Browse the repository at this point in the history
  5. remove unused code

    jacob-8 committed Oct 1, 2022
    Copy the full SHA
    bc48c5d View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    139a30a View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    e0718dd View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    88861b4 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    41de467 View commit details
    Browse the repository at this point in the history
  10. remove unused shortcuts

    jacob-8 committed Oct 1, 2022
    Copy the full SHA
    9f3327f View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    e6ffd03 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    68033cb View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    cc43aad View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. Copy the full SHA
    0c868cd View commit details
    Browse the repository at this point in the history
  2. adding blank unocss.config.ts to other sveltekit example to enable VS…

    …Code extension as well
    jacob-8 committed Oct 3, 2022
    Copy the full SHA
    59bc312 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    d229e64 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    32b05e1 View commit details
    Browse the repository at this point in the history
  5. add initial test

    jacob-8 committed Oct 3, 2022
    Copy the full SHA
    eb73c0d View commit details
    Browse the repository at this point in the history
  6. chore: update deps

    antfu committed Oct 3, 2022
    Copy the full SHA
    25540ce View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    07d0661 View commit details
    Browse the repository at this point in the history
  8. chore: lint

    jacob-8 committed Oct 3, 2022
    Copy the full SHA
    0104a9d View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    4e81ebf View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    fdf6657 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. Copy the full SHA
    4751a2a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    29f3a33 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'scoped-compilation' of https://github.com/jacob-8/unocss

    …into scoped-compilation
    jacob-8 committed Oct 4, 2022
    Copy the full SHA
    0626d97 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. Copy the full SHA
    caf1be5 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f9a95e8 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    353f9de View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. add logo to tests

    jacob-8 committed Oct 7, 2022
    Copy the full SHA
    c7ec15b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9fbe51a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    2453b3a View commit details
    Browse the repository at this point in the history
  4. simplify transformSFC function to just accepting UnoGenerator and not…

    … UnocssPluginContext - in future when wanting to pass out module ids to the Inspector can just include this alongside code passed back.
    jacob-8 committed Oct 7, 2022
    Copy the full SHA
    ff0e539 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    395a3d4 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    d4931bc View commit details
    Browse the repository at this point in the history
  7. update sveltekit-scoped example to more clearly show failings of prev…

    …ious 'svelte-scoped' mode and how new mode solves these
    jacob-8 committed Oct 7, 2022
    Copy the full SHA
    e744405 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    4b7f24b View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    7bf79c0 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    103d12b View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    f9dd8c6 View commit details
    Browse the repository at this point in the history
  12. chore: clean up comments

    jacob-8 committed Oct 7, 2022
    Copy the full SHA
    e889c77 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2022

  1. Copy the full SHA
    e76ddb4 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2d4c48f View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    036e823 View commit details
    Browse the repository at this point in the history
  4. chore: update docs

    jacob-8 committed Oct 9, 2022
    Copy the full SHA
    83cea3a View commit details
    Browse the repository at this point in the history
  5. Merge branch 'scoped-compilation' of https://github.com/jacob-8/unocss

    …into scoped-compilation
    jacob-8 committed Oct 9, 2022
    Copy the full SHA
    0ac7ec1 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

  1. Copy the full SHA
    d43ed7b View commit details
    Browse the repository at this point in the history
  2. chore: lint fix

    jacob-8 committed Oct 10, 2022
    Copy the full SHA
    ea5e4a7 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    3202422 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    0979b01 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    56f86a4 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    5fd6585 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. Copy the full SHA
    350e910 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. Copy the full SHA
    f901034 View commit details
    Browse the repository at this point in the history
  2. fix: dev, only hash but not combine mode, handles classes that fail w…

    …hen coming at the beginning of a shortcut name
    jacob-8 committed Oct 18, 2022
    Copy the full SHA
    799fc41 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. Copy the full SHA
    aa0aaf6 View commit details
    Browse the repository at this point in the history
  2. move dev hash to back half

    jacob-8 committed Oct 20, 2022
    Copy the full SHA
    b5363a7 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    20e97ef View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. Copy the full SHA
    85e95bb View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    562a925 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    3879c09 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. chore: format

    antfu committed Oct 25, 2022
    Copy the full SHA
    c536da8 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f495841 View commit details
    Browse the repository at this point in the history
  3. chore: typecheck

    antfu committed Oct 25, 2022
    Copy the full SHA
    965b70f View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    3d828a0 View commit details
    Browse the repository at this point in the history