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

Migrate to Vue 3 #40

Draft
wants to merge 40 commits into
base: main
Choose a base branch
from
Draft

Migrate to Vue 3 #40

wants to merge 40 commits into from

Commits on Feb 2, 2023

  1. Enable Vue compat builds

    kytta committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    fd38a40 View commit details
    Browse the repository at this point in the history
  2. Use Vue3 in dev demo

    kytta committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    d4575b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c06991 View commit details
    Browse the repository at this point in the history
  4. Remove auto-install

    kytta committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    59c3272 View commit details
    Browse the repository at this point in the history
  5. Update v-model syntax

    kytta committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    8f5101d View commit details
    Browse the repository at this point in the history
  6. Create a new dev demo app

    kytta committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    9f82e0f View commit details
    Browse the repository at this point in the history
  7. Remove vue-compat

    kytta committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    78ba0bf View commit details
    Browse the repository at this point in the history
  8. Fix rollupOptions

    kytta committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    101bbcd View commit details
    Browse the repository at this point in the history
  9. Remove unused packages

    kytta committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    f380f0f View commit details
    Browse the repository at this point in the history
  10. Make Vue 3 a peer dependency

    kytta committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    022726e View commit details
    Browse the repository at this point in the history
  11. Update ESLint to accept vue3

    kytta committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    a2ae11f View commit details
    Browse the repository at this point in the history
  12. Add :key to v-for

    kytta committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    5f8bf58 View commit details
    Browse the repository at this point in the history
  13. Fix index.html

    kytta committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    50ad06a View commit details
    Browse the repository at this point in the history
  14. Declare events in "emits"

    kytta committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    f2a8a58 View commit details
    Browse the repository at this point in the history
  15. Update README

    kytta committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    5c86cd8 View commit details
    Browse the repository at this point in the history
  16. Allow app.use()

    kytta committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    8d7b310 View commit details
    Browse the repository at this point in the history
  17. Fix outDir

    kytta committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    1059336 View commit details
    Browse the repository at this point in the history
  18. Set bundle target to es2015

    kytta committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    b283832 View commit details
    Browse the repository at this point in the history
  19. Release v2.0.0-alpha.2

    kytta committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    103fd2c View commit details
    Browse the repository at this point in the history
  20. Remove Terser

    kytta committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    cdf73d9 View commit details
    Browse the repository at this point in the history
  21. Remove unused compat config

    kytta committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    d594d14 View commit details
    Browse the repository at this point in the history
  22. Update exported file names

    kytta committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    f263287 View commit details
    Browse the repository at this point in the history
  23. Update size-limit

    kytta committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    0037681 View commit details
    Browse the repository at this point in the history
  24. Fix NPM script

    kytta committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    1e70289 View commit details
    Browse the repository at this point in the history
  25. Update URL in README

    kytta committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    3f40fb9 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    89b21b8 View commit details
    Browse the repository at this point in the history
  27. Update size-limit config

    kytta committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    acc6569 View commit details
    Browse the repository at this point in the history
  28. Update dependencies

    kytta committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    85e7ea4 View commit details
    Browse the repository at this point in the history
  29. Update Browserslist targets

    kytta committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    592488d View commit details
    Browse the repository at this point in the history
  30. Ship CSS separately

    kytta committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    e99962a View commit details
    Browse the repository at this point in the history
  31. Update README

    kytta committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    c70ebc2 View commit details
    Browse the repository at this point in the history
  32. Rearrange package.json

    kytta committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    0282b79 View commit details
    Browse the repository at this point in the history
  33. Uninstall unneeded packages

    kytta committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    d332c2c View commit details
    Browse the repository at this point in the history
  34. Release v2.0.0-alpha.3

    kytta committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    282e56e View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. Add favicon for dev env

    kytta committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    8b1a156 View commit details
    Browse the repository at this point in the history
  2. Use Composition API

    kytta committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    f50a6d9 View commit details
    Browse the repository at this point in the history
  3. Rename component to TinyboxGallery

    Closes #44
    kytta committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    90ea2c7 View commit details
    Browse the repository at this point in the history
  4. Update meta information

    kytta committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    f5cbced View commit details
    Browse the repository at this point in the history
  5. Update dependencies

    kytta committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    3c5f9ad View commit details
    Browse the repository at this point in the history
  6. New combined dev/docs site

    kytta committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    6962d21 View commit details
    Browse the repository at this point in the history