Vue Crud Versions Save

Vue.js based REST-ful CRUD system

v0.9.4

5 years ago

UPDATES

  • changed README.md

NEW FEATURES

  • Added custom buttons in children tables

BUG FIXES

  • Added missing fields in extended details and child details
  • Fixed bug with selecting rows where id column is hidden
  • Corrected alert after multiple update action
  • Fixed bug with field rules (field required)

v0.9.3

5 years ago

UPDATES:

  • optional custom path for each crud operation,
  • middleware in sidebar element is not obligatory now

BUG FIXES:

  • item.id replaced with item.meta.id in extended details,
  • correct alert assigned to the remove action in item elements form,
  • default props bug fixes (empty arrays and objects),
  • fixed problems with sidebar width management

Download Vue CRUD

v0.9.2

5 years ago

UPDATES

  • added customization of CRUD component

Download Vue CRUD

v0.9.1

5 years ago

UPDATES

  • updated simple-crud example
  • crm example modified
  • table controls aligned to center

BUG FIXES

  • fixed sidebar bug

Download Vue CRUD

v0.9.0

5 years ago

Breaking changes:

  • templates changed to examples (added new examples),
  • removed main.js and router.js (moved to examples),
  • changed config files organisation,
  • crud moved to utils/crud,
  • login page changed to component in utils/auth/components/LoginForm.vue
  • layout components moved to utils/app/components
  • added many configuration features,

Download Vue CRUD

v0.8.0

5 years ago

UPDATES

  • to hide field in extended details you must set details parameter to false
  • to hide field in create form you must set create parameter to false (if details parameter isn't set to false)
  • to hide field in multiedit form you must set multiedit parameter to false (if details parameter isn't set to false)
  • templates have been updated to the new rules

Download Vue CRUD

v0.7.2

5 years ago

FIXES

  • fixed item validation (can't update or store item if required field is empty),
  • details form is closed only on action (store, update) success). Thanks to them, if form doesn't pass validation, the user won't lose the information entered so far

Download Vue CRUD

v0.7.1

5 years ago

UPDATES

  • some translations moved to the locales directory,
  • auth modifications,
  • changed buttons style,
  • option of disabling creator and editor permissions

FIXES

  • option of disabling checkbox andautocomplete in extended details

Download Vue CRUD

v0.7.0

5 years ago

FEATURES

  • Export to excel,
  • Clearing filters,
  • Moving to previous/next record in extended details

UPDATES

  • Footer is optional,
  • Background removed from logo,
  • Datatable locales moved from components to the locales directory

FIXES

  • Fixed bugs in file management system

v0.6.3

5 years ago

UPDATES

  • File management system upgrade

FIXES

  • public folder removed from .gitignore,
  • unnecessary file upload library removed from package.json