Skip to content

Releases: kingscode/vuetify-resource

2.3.3 Allow default values for sorting

05 Nov 12:29
Compare
Choose a tag to compare

What has changes

  • Made release for the latest changes
  • Update to latest version of vue2.

2.3.2 fixed Compile errors

05 Jul 20:30
Compare
Choose a tag to compare
hotfix: compile errors

2.3.1 hotfix: an item without formatter was no longer working

05 Jul 16:57
Compare
Choose a tag to compare
hotfix: fallback for formatter was not working

2.3.0 formatter for table content

05 Jul 15:10
Compare
Choose a tag to compare

you can now add the property formatter to the tableContent prop

example

[
  {
    text: 'hello'
    formatter: (item) => {
       return item + '%'
     }
  }
]

Reset pagination on search

15 Jun 18:07
Compare
Choose a tag to compare
2.2.7

fix: reset pagination on search

Dynamically passing slots and props to the VDataTable

07 May 08:43
882ac93
Compare
Choose a tag to compare

It is now possible for passing slots and props on the Vuetify VDataTable

2.1.3 hotfix for removing resourceKey from url after updating

19 Apr 18:17
Compare
Choose a tag to compare

This fixes a bug that the resource key was still in the url after saving something. When the resource key is still in the url and you press the delete button, this package tried to open it again and that's not possible since you've just deleted it

2.1.2 hotfix for icons

02 Mar 12:57
Compare
Choose a tag to compare

When using vuetify custom icons, it was showing some weird json text. This release fixes that bug

2.1.1. cursor:pointer when @row-click event is binded

26 Jan 14:33
Compare
Choose a tag to compare
add cursor:pointer when @click event is bind closes #94

2.1.0 Customize crudactions and speeddials globally

18 Nov 16:03
Compare
Choose a tag to compare

With the new release, you can easily customize crudactions and speeddials globally. You can change styling of the icon, font and size.
More information can be found in the ReadMe.