Skip to content

Releases: what-crud/vue-crud

v0.6.2

30 Dec 10:02
Compare
Choose a tag to compare

UPDATES

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

v0.6.1

22 Dec 22:17
Compare
Choose a tag to compare

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

21 Dec 00:03
Compare
Choose a tag to compare

UPGRADE

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

v0.5.1

13 Dec 17:01
Compare
Choose a tag to compare

FIXES

  • Removed duplicated code in sidebar,
  • Site icon changed

v0.5.0

13 Dec 16:46
Compare
Choose a tag to compare

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

12 Dec 11:59
Compare
Choose a tag to compare

UPDATES

  • Sidebar has been totally modified

v0.3.1

12 Dec 08:11
Compare
Choose a tag to compare

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

07 Dec 22:27
Compare
Choose a tag to compare

UPDATES

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

FIXES

  • cleaning table relationships

v0.2.3

06 Dec 10:09
Compare
Choose a tag to compare

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

05 Dec 08:19
Compare
Choose a tag to compare

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