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: coreui/coreui-vue
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.2.7
Choose a base ref
...
head repository: coreui/coreui-vue
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.2.9
Choose a head ref
  • 6 commits
  • 5 files changed
  • 2 contributors

Commits on Mar 10, 2021

  1. fix(CDataTable): fixed issue with loading/no-items-slot

    if loading the items in the table asynchronously and passing the loading
    prop to the c-data-table, until the request would be done, the table
    would display both the no-item-slot and the loading slot. this fix
    changes it so that while loading, do not display the no-items-slot
    alexraileanu committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    91024bc View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. Merge pull request #141 from alexraileanu/dev

    fix(CDataTable): issue with loading and no-items-view slots
    xidedix authored Mar 11, 2021
    Configuration menu
    Copy the full SHA
    ffe53ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45483c5 View commit details
    Browse the repository at this point in the history
  3. chore(workflows): update

    xidedix committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    bb86013 View commit details
    Browse the repository at this point in the history
  4. chore: dependencies update

    xidedix committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    58808fc View commit details
    Browse the repository at this point in the history
  5. chore: 3.2.9 version release

    xidedix committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    9ffeb6a View commit details
    Browse the repository at this point in the history
Loading