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: jledentu/vue-finder
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.1.1
Choose a base ref
...
head repository: jledentu/vue-finder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.0.0
Choose a head ref
  • 11 commits
  • 32 files changed
  • 2 contributors

Commits on Nov 12, 2023

  1. chore: upgrade Storybook + Vite (#211)

    * chore: upgrade Storybook + Vite
    * style: fix lint errors
    * chore(deps): install @vue/babel-plugin-jsx
    jledentu authored Nov 12, 2023
    Configuration menu
    Copy the full SHA
    6f443c6 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

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

Commits on Nov 14, 2023

  1. chore: update Vue (#214)

    * chore: update Vue
    * chore(deps): update vuepress
    * chore: use Node 20.9.0 in Netlify
    jledentu authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    050baff View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    df374e9 View commit details
    Browse the repository at this point in the history
  2. chore(deps): upgrade Vue+Vite+Vitest

    - `@vitejs/plugin-vue` ->`^5.0.5`
    - `@vitejs/plugin-vue-jsx` ->`^4.0.0`
    - `@vitest/coverage-v8` ->`^1.6.0`
    - `@vue/babel-plugin-jsx` ->`^1.2.2`
    - `@vue/compat` ->`^3.4.31`
    - `@vue/test-utils` ->`2.4.6`
    - `happy-dom` ->`^14.12.3`
    - `vite` ->`^5.3.3`
    - `vitest` ->`^1.6.0`
    - `vue` ->`^3.4.31`
    jledentu authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    8648d64 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    270cb55 View commit details
    Browse the repository at this point in the history
  4. feat!: replace components by scoped slots for customization

    BREAKING CHANGE: previous custom components have been removed
    jledentu committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    1cc52e9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    993f093 View commit details
    Browse the repository at this point in the history
  6. feat!: replace components by scoped slots for customization

    BREAKING CHANGE: custom components have been replaced by scoped slots
    jledentu authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    8c83e47 View commit details
    Browse the repository at this point in the history
  7. chore(release): 5.0.0 [skip ci]

    # [5.0.0](v4.1.1...v5.0.0) (2024-07-05)
    
    * feat!: replace components by scoped slots for customization ([8c83e47](8c83e47))
    * feat!: replace components by scoped slots for customization ([1cc52e9](1cc52e9))
    
    ### BREAKING CHANGES
    
    * custom components have been replaced by scoped slots
    * previous custom components have been removed
    semantic-release-bot committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    64cb58c View commit details
    Browse the repository at this point in the history
Loading