Skip to content

documented `helpers` and `processing` submodules; fixed design errors in computedVuex, mapInstanceFields and helpers.isEqual

Pavlo Mashliakovskiy requested to merge uidocs/adminui-vue into master
  • computedVuex and mapInstanceFields signature changed
  • documentation for adminui-vue helpers and processing submodules
  • helpers.isEqual (used to check store is changed) for array elements return false in case length of array is not match. Before this changes helpers.isEqual([1, 2], [2, 1, 1]) returns true

Merge request reports

Loading