Releases: what-crud/vue-crud
Releases · what-crud/vue-crud
v0.6.2
UPDATES
- Field modifiers, custom store modules and sidebar items moved to the config folder
v0.6.1
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
UPGRADE
- Project has been migrated to vue-cli 3,
- All libraries have been upgraded,
- Custom parameters moved do config.js file
v0.5.1
FIXES
- Removed duplicated code in sidebar,
- Site icon changed
v0.5.0
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
UPDATES
- Sidebar has been totally modified
v0.3.1
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
UPDATES
- Added role control,
- Added refresh button in server side table component
FIXES
- cleaning table relationships
v0.2.3
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
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