Releases: softindex/uikernel
Releases · softindex/uikernel
v0.16.1
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