- Angular 15;
- Context Menu Module;
- Divider Module;
- Hint Module;
- Menu Bar Module;
- Selection Module;
- Changed API for a lot of features to make it closer to native elements/approaches;
- Different modules for input merged to single InputModule;
- Fixed NumberBox issue with incorrect behavior of
isAllowEmpty
option;
- Fixed NumberBox incorrect output type;
- Changed keyframe names at the Window SCSS files;
- All components with ValueAccessor support now trigger onTouched callback;
- All components with ValueAccessor support now change value reactively (not at blur event);
- Fixed probably memory leaks;
- Add prefix
ɵ
for remaining internal library's features;
- Optimization of ChangeDetection calls from
os
components for projects withChangeDetection.Default
; - Reduce the number of event listeners for each
os
component;
- Add prefix
ɵ
for most of the internal library's features. The idea is to prevent imports of those internal things and to reduce the chance of showing internal things from the IDE intellisense. - Optimize
click outside detection
for: DynamicWindow, GridItem, DropDown;
Release