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

Vue 3 #1422

Merged
merged 47 commits into from
Oct 7, 2020
Merged

Vue 3 #1422

merged 47 commits into from
Oct 7, 2020

Commits on Sep 21, 2020

  1. Configuration menu
    Copy the full SHA
    6ee36a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da26f22 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c49ce50 View commit details
    Browse the repository at this point in the history
  4. rewrite Vue.*

    sapphi-red committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    0f1ac93 View commit details
    Browse the repository at this point in the history
  5. rewrite router & store

    sapphi-red committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    d2a1473 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2020

  1. rewrite for v-model

    sapphi-red committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    afe6298 View commit details
    Browse the repository at this point in the history
  2. rewrite $listeners

    sapphi-red committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    e635d71 View commit details
    Browse the repository at this point in the history
  3. remove portal-vue

    sapphi-red committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    8945ef2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9d680c6 View commit details
    Browse the repository at this point in the history
  5. defineAsyncComponent

    sapphi-red committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    b3c3683 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7034636 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ad44c9c View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2020

  1. Configuration menu
    Copy the full SHA
    474c9e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5df05b0 View commit details
    Browse the repository at this point in the history
  3. rewrite bool attributes

    sapphi-red committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    70d8303 View commit details
    Browse the repository at this point in the history
  4. setup() should not return property which starts with "$" or "_"

    > [Vue warn]: setup() return property "$img" should not start with "$" or "_" which are reserved prefixes for Vue internals.
    sapphi-red committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    71d101f View commit details
    Browse the repository at this point in the history
  5. Extraneous non-props attributes (class, style) were passed to compone…

    …nt but could not be automatically inherited
    
    > [Vue warn]: Extraneous non-props attributes (class, style) were passed to component but could not be automatically inherited because component renders fragment or text root nodes.
    sapphi-red committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    29621e8 View commit details
    Browse the repository at this point in the history
  6. rewrite @click from component

    componentから発火されるclickイベントとnativeなelementから発火されるclickイベントの見分けがつかない
    sapphi-red committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    a8410c1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    598d18a View commit details
    Browse the repository at this point in the history
  8. history.state seems to have been manually replaced without preserving…

    … the necessary values.
    
    > [Vue Router warn]: history.state seems to have been manually replaced without preserving the necessary values. Make sure to preserve existing history state if you are manually calling history.replaceState:
    You can find more information at https://next.router.vuejs.org/guide/migration/#usage-of-history-state.
    sapphi-red committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    e1f85b5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a886094 View commit details
    Browse the repository at this point in the history
  10. set css vars to body instead of #app

    for <teleport>
    sapphi-red committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    6499e82 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4f58360 View commit details
    Browse the repository at this point in the history
  12. fix stampPicker <teleport>

    sapphi-red committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    e754f8b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    187c2bf View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    11aebcc View commit details
    Browse the repository at this point in the history
  15. rewrite @input from component

    sapphi-red committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    c636687 View commit details
    Browse the repository at this point in the history
  16. rewrite @change from component

    sapphi-red committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    8a9d76b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    0497310 View commit details
    Browse the repository at this point in the history
  18. remove .native

    sapphi-red committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    0c799bb View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    4b83fec View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    913651d View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    6a5d33d View commit details
    Browse the repository at this point in the history
  22. fix route was undefined

    sapphi-red committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    047cdf0 View commit details
    Browse the repository at this point in the history
  23. upload failed screenshots

    sapphi-red committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    02250a5 View commit details
    Browse the repository at this point in the history
  24. fix apply patch

    sapphi-red committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    0e7ac70 View commit details
    Browse the repository at this point in the history
  25. npm dedupe

    sapphi-red committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    2832380 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    b2b9790 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2020

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

    sapphi-red committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    5b7ec31 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3349101 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    78fe783 View commit details
    Browse the repository at this point in the history
  5. fix VirtualScroller

    sapphi-red committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    f85d85c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f0b7839 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1ed9af9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2f81851 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3559319 View commit details
    Browse the repository at this point in the history