Skip to content

v0.1.4

Compare
Choose a tag to compare
@ais-one ais-one released this 04 Dec 01:58
85a44fc

Version 0.1.4

  • NO BREAKING CHANGES
  • chore: upgraded to vuetify 1.3.11
  • improvement: hide vue-i18n warning messages - @/lang.js
  • improvement: you can return your own object for CRUD operations (see readme). return of hard-coded numbers will be DEPRECATED
  • improvement: you can customize toolbar buttons and optionally have text below toolbar button (space limited though) - see @/pages/Crud/party.js & @/pages/Crud/party-inline.js
  • improvement: create, update & delete events also emit the crudOps result (property named 'res'). if the operation did not return anything, res is undefined
  • improvement: [SOMEWHAT - NEEDS MORE TESTING] - fixed header vuetifyjs/vuetify#1547
  • improvement: allow user to hide filter button on toolbar (crudTable.showFilterButton = false)
  • work in progress: REST API Example
    • Login - Done
    • Show table - In progress
    • Show nested table (one to many) - In progress
    • Show table (many to many) - In progress