Skip to content

Releases: what-crud/vue-crud

v0.9.4

26 Mar 12:29
Compare
Choose a tag to compare

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

11 Mar 15:07
Compare
Choose a tag to compare

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

27 Feb 18:31
Compare
Choose a tag to compare

UPDATES

  • added customization of CRUD component

Download Vue CRUD

v0.9.1

27 Feb 15:39
8df3099
Compare
Choose a tag to compare

UPDATES

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

BUG FIXES

  • fixed sidebar bug

Download Vue CRUD

v0.9.0: Merge pull request #8 from szczepanmasny/dev

22 Feb 13:38
5bd9f8f
Compare
Choose a tag to compare

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

18 Feb 11:27
Compare
Choose a tag to compare

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

15 Feb 15:04
Compare
Choose a tag to compare

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

11 Feb 09:39
e419b82
Compare
Choose a tag to compare

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

30 Jan 16:10
Compare
Choose a tag to compare

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

31 Dec 14:57
Compare
Choose a tag to compare

UPDATES

  • File management system upgrade

FIXES

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