Vue Crud Versions Save

Vue.js based REST-ful CRUD system

v0.15.2

4 years ago

Features

  • slots in ChildrenTable,
  • slots in ChildDetails,
  • slots in extended details

v0.15.1

4 years ago

Features

  • added slots in CRUD item details

Updates

  • item details field has been destructured

v0.15.0

4 years ago

Features

  • added tree view next to table view,
  • added field disabling option in edit mode,
  • added item details form width configuration

Bug fixes

  • extended item details now show after creating new object,
  • alerts in profile are upgraded to new Vuetify version

Updates

  • Crud components are refactored

v0.14.2

4 years ago

Updates

  • Rich text box field has been improved and fixed

v0.14.1

4 years ago

Features

  • added onChange method support in CRUD field configuration

v0.14.0

4 years ago

Features

  • Added support for mobile devices (tables, sidebar, toolbar)

Updates

  • Libraries have been upgraded
  • App layout has been changed

v0.13.0

4 years ago

Changes

  • fixed bugs with reactivity,
  • DataTableRow component used in ChildrenTable,
  • changed some buttons' colors,
  • Button component created

v0.12.0

4 years ago

Features

  • CMS Example
  • Dynamic field type,
  • Docs added to the project

Bug fixes

  • checkbox sends 0/1 now

v0.11.0

5 years ago

New features

  • selectable templates
  • CRUD component default configuration in config/crud.js
  • Created Field.vue component
  • ESLint added (standard configuration)
  • Unit tests added (jest)

Updates

  • App layout redesign
  • ItemDetails, ChildDetails and EtendedDetails fields managed by Field.vue component
  • Vue2-editor replaced with tiptap
  • Key names configuration added to ItemElements.vue

Bug fixes

  • Profile formis persistent now
  • ItemDetails problem with nulls fixed
  • Fixed problem with suspending restoring child records with activity column name different than 'active'

v0.10.0

5 years ago

NEW FEATURES

  • added template wizard

UPDATES

  • added tests (jest),
  • added ESLint,

BUG FIXES

  • cleaned code (ESLint),
  • fixed userInfo bug,
  • table filter menu max height set