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

Add petite-vue plugins support #167

Open
wants to merge 20 commits into
base: main
Choose a base branch
from
Open

Add petite-vue plugins support #167

wants to merge 20 commits into from

Commits on Jul 16, 2022

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

Commits on Aug 29, 2022

  1. Add $root refer to component root element

    Some times like in dialogs we need access to root component from child nodes, also it is a way to access root element from `v-scope` . the next snippet from another PR to expose `$el` to scope, but this PR can solve the same problem also
    
    ```html
    <textarea
      v-scope="{width: $root.offsetWidth, height: $root.offsetHeight}"
      @click="width = $el.offsetWidth; height = $el.offsetHeight;"
    >
    {{ width }} &times; {{ height }}
    </textarea>
    ```
    wusaby-rush committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    b66a6dd View commit details
    Browse the repository at this point in the history
  2. Change scope of ref with v-scope

    wusaby-rush committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    980daf5 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. Change project name

    rush committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    53bb85f View commit details
    Browse the repository at this point in the history
  2. typo

    rush committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    f07deba View commit details
    Browse the repository at this point in the history
  3. Change package name and version

    rush committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    765ad2c View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2023

  1. Expose $el to v-scope

    rush committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    3b3a1bb View commit details
    Browse the repository at this point in the history
  2. Update package and Readme

    rush committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    251feaa View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. Fix refrences

    rush committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    c06ead9 View commit details
    Browse the repository at this point in the history
  2. Change release

    rush committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    f66176f View commit details
    Browse the repository at this point in the history
  3. Support <template> in

    rush committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    579cd71 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. Rename project

    rush committed May 19, 2023
    Configuration menu
    Copy the full SHA
    2feafa6 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Added watchEffect

    lucafabbian committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    8fbf6da View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

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

Commits on Jun 3, 2024

  1. fix: fix pico-vue dependcies to 3.2.27

    rush committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    72ff52c View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. deps: update typescript dependcy to 5.4.5

    rush committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    a218db7 View commit details
    Browse the repository at this point in the history
  2. dependcy: upgrade vite to 5.2.13

    rush committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    f50d781 View commit details
    Browse the repository at this point in the history
  3. depndcy: uupdate @vue/reactivity to 3.2.45

    rush committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    c5b0f5d View commit details
    Browse the repository at this point in the history
  4. dependcy: fix @VUE@reactivity version

    rush committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    9369a77 View commit details
    Browse the repository at this point in the history
  5. release: pico-vue@1.0.5

    rush committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    de86716 View commit details
    Browse the repository at this point in the history