Skip to content

Releases: softindex/uikernel

v0.16.1

26 Nov 11:44
Compare
Choose a tag to compare

New Features

  • Refactoring of validation
  • Refactoring of sorting
  • Changed return format of GridModel.update
  • Removed transferring of context to Grid.updateTable callback function
  • Added "onRealtimeSubmit" prop to GridComponent
  • Added GridCollectionModel.setData method
  • Added "className" prop to GridComponent
  • Added throttling to GridComponent
  • Added cb param to FormMixin methods
  • Added "availableMethods" param to GridExpressApi builder
  • Added "focus" method to DatePicker editor
  • FormMixin.initForm callback doesn't return validation errors
  • Callback of FormModel.submit() is no longer required

Bug Fixes

  • Improved validation in GridCollectionModel.create
  • Fixed displaying classNames in common row of grid
  • Fixed URL parsing in FormXhrModel
  • Fixed min-max checking in number and float validators
  • Fixed FormMixin.isLoading
  • Fixed group validation checking in forms

v0.15.1

04 Sep 13:11
Compare
Choose a tag to compare

Bug Fixes

  • Fixed ListExpressApi builder
  • Fixed dependencies

v0.15.0

02 Sep 09:44
Compare
Choose a tag to compare

Initial public release