Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cloudacy/vue-markdown-render
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.1
Choose a base ref
...
head repository: cloudacy/vue-markdown-render
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.0
Choose a head ref
  • 9 commits
  • 8 files changed
  • 4 contributors

Commits on Jan 8, 2023

  1. Create LICENSE.md

    p-kuen authored Jan 8, 2023
    Configuration menu
    Copy the full SHA
    cbaa726 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11 from cloudacy/add-license-1

    Create LICENSE.md
    p-kuen authored Jan 8, 2023
    Configuration menu
    Copy the full SHA
    b0ff07b View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Bump vite from 4.0.4 to 4.0.5 in /example

    Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.0.4 to 4.0.5.
    - [Release notes](https://github.com/vitejs/vite/releases)
    - [Changelog](https://github.com/vitejs/vite/blob/v4.0.5/packages/vite/CHANGELOG.md)
    - [Commits](https://github.com/vitejs/vite/commits/v4.0.5/packages/vite)
    
    ---
    updated-dependencies:
    - dependency-name: vite
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    558c098 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Merge pull request #16 from cloudacy/dependabot/npm_and_yarn/example/…

    …vite-4.0.5
    
    Bump vite from 4.0.4 to 4.0.5 in /example
    p-kuen authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    6cacd5b View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. feat: add plugin support

    This change adds the ability to use simple plugins within your vue
    markdown render component by simply passing plugins as an array of
    plugin libraries to the vue component props.
    AlextheYounga committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    35ac0bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c4f826 View commit details
    Browse the repository at this point in the history
  3. chore: move vue to peer dependencies

    users should have the option to choose own vue version
    p-kuen committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    147680e View commit details
    Browse the repository at this point in the history
  4. chore: upgrade packages

    p-kuen committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    cb95c25 View commit details
    Browse the repository at this point in the history
  5. 2.1.0

    p-kuen committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    4cb5b7b View commit details
    Browse the repository at this point in the history
Loading