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: jbaysolutions/vue-grid-layout
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: jbaysolutions/vue-grid-layout
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: vue3
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 23 files changed
  • 3 contributors

Commits on Nov 5, 2020

  1. feat: implement basic Vue3 support (#470)

    * feat: implement basic Vue3 support
    
    * restore postcss with autoprefixer
    
    * downgrade autoprefixer
    
    * add build using rollup
    SergeyKhval authored Nov 5, 2020
    Configuration menu
    Copy the full SHA
    ed29390 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2021

  1. Configuration menu
    Copy the full SHA
    3303f91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    561f1ab View commit details
    Browse the repository at this point in the history
  3. Fix #478: Grid items overlapping when using this.$parent.autoSize()

    * fix issue 478 in vue3
    
    * Update src/components/GridItem.vue
    
    Co-authored-by: Gustavo Santos <[email protected]>
    ygj6 and gmsa authored Jan 20, 2021
    Configuration menu
    Copy the full SHA
    bada5b9 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. Fix some bugs in the vue3 branch and keep it consistent with the API …

    …of the master branch (#557)
    ygj6 authored Feb 8, 2021
    Configuration menu
    Copy the full SHA
    304c894 View commit details
    Browse the repository at this point in the history
Loading