7.0.0 - 2025-05-07
Improvements
- Remove Microsoft.CodeAnalysis dependency. Add own C# expression parser.
- Added animations to Popup, Dialog, SideDialog, DropDown, DropDownDataGrid, Notification, Tooltip, Tree, Panel, Fieldest, PanelMenu, Menu, ContextMenu, SplitButton and Accordion.
- Various components rendering performance improved.
- SelectBar, RadioButtonList and CheckBoxList made single tab stop.
- RadioButtonList and CheckBoxList have new rendering that supports various item alignment options.
- RadzenScheduler month view revamp. Should check for overlapping appointments on per-week basis thus support more scenarios.
- The existing ToFilterString() methods used a parallel implementation to serialize filter descriptors to string. The new implementation traverses the expression tree and is more robust and less prone to errors.
Fixes
- DropDownBase select item as you type fixed.
- Toc preserves query string parameters.
- Fix RadzenSplitButtonItem focused state.
- Fix DatePicker Year for PersianCalendar.