Vue Crud Versions Save

Vue.js based REST-ful CRUD system

v0.6.2

5 years ago

UPDATES

  • Field modifiers, custom store modules and sidebar items moved to the config folder

v0.6.1

5 years ago

UPDATES

  • locales, public and routes moved to templates,
  • config splitted to api.js and params.js,
  • login page translation moved to locales

v0.6.0

5 years ago

UPGRADE

  • Project has been migrated to vue-cli 3,
  • All libraries have been upgraded,
  • Custom parameters moved do config.js file

v0.5.1

5 years ago

FIXES

  • Removed duplicated code in sidebar,
  • Site icon changed

v0.5.0

5 years ago

UPDATES

  • Page selector has been added in table navigation,
  • Changed active/inactive rows styling,
  • Added vertical lines between table columns.

FIXES

  • Table filtering now forces to return to the first page,
  • Repeating code from CRUD DataTable components has been moved into new components.
  • Site icon has been added

v0.4.0

5 years ago

UPDATES

  • Sidebar has been totally modified

v0.3.1

5 years ago

UPDATES

  • Some items from selects can be desabled now,
  • Table fields can be shown in one of 3 modes:
    • Full text (wrapped),
    • Cropped text (without wrapping),
    • HTML
  • Opening row details with doubleclick,
  • Marking in table pharmacy statuses using colors

v0.3.0

5 years ago

UPDATES

  • Added role control,
  • Added refresh button in server side table component

FIXES

  • cleaning table relationships

v0.2.3

5 years ago

UPDATES

  • Added refresh button to datatable and extended details container
  • Added item elements in child table
  • Refresh table after item elements close

v0.2.2

5 years ago

UPDATES

  • Sidebar width has been reduced,
  • Sidebar links height has been increased

FIXES

  • Mechanism of data filtering in large tables and selects has been adjusted