Smart UI (Smart HTML Elements) のリリース
Released: Dec 3, 2019
v5.1.0 での更新項目
機能
- Added new Material default theme.
- Optimized CSS files and simplified CSS styling through CSS variables.
Released: Nov 8, 2019
v5.0.0 での更新項目
機能
- Added React demos for all Web Components.
- Added Vue demos for all Web Components.
- Added Smart.Grid printing.
- Added Smart.Grid image exporting to .PNG and .JPEG.
- Added Smart.Grid data localization.
- Improved API documentation for all Web components.
- Smart.Grid - You can now preserve column sorting on datasource update.
- Smart.Grid API - Introduced columnResize and rowResize events, onCellUpdate, onRowUpdate callback function.
- Improved framework loop rendering with the *items property. It can now...
Released: Oct 11, 2019
v4.6.0 での更新項目
機能
- Added Theme Builder tool.
- Added 12 Material Light and Dark themes.
Released: Sep 19, 2019
v4.5.0 での更新項目
機能
- Smart.Grid Charting - Data visualization of Grid data in a Chart.
- Smart.Grid Resize - Resize Rows and Columns, when the right-border is double-clicked. The feature is optional.
- Smart.Grid Cells Wrap. Wrapping of Cells Values is now available as an option.
- Smart.Grid rowHeight property 'auto' option. Auto-sizes Grid rows based on the contents.
- Smart.Grid column.width - 'auto' option. Automatically calculates the columns width based on the contents.
- Smart.Grid in TreeGrid mode checkboxes with...
Released: Sep 4, 2019
v4.4.0 での更新項目
機能
- Added Material-based Bootstrap Web Components toolkit.
- The framework will detect elements which are already in ShadowDOM and will not create additional ShadowDOM.
- All required CSS files for the Web Components are now imported automatically, when ShadowDOM is enabled.
- Grid: Add multiple rows at once.
- Grid: getSelection method now returns more information about rows, columns and cells selection.
Released: Aug 28, 2019
v4.3.0 での更新項目
機能
- Smart.App extended with 'formData' and 'jsonData' properties. 'jsonData' gets a raw 'data' object. 'formData' gets a FormData object.
- Smart.App extended with 'smart-model' binding to 'Date' objects.
- Smart.Grid added duplicate column support.
- Smart.Grid added dataBind method, which allows you to perform a new data binding operations.
- Smart.DataAdapter dataFields property can now be set dynamically.
- Smart.MaskedTextBox added support for [a-zA-Z] mask with 'y' mask character.
- Multiple columns...
Released: Aug 26, 2019
v4.2.0 での更新項目
機能
- Grid
- Export to Excel, PDF, HTML, CSV, TSV and JSON.
- Import from Excel.
- Cell formatting.
Released: Aug 9, 2019
v4.1.0 での更新項目
機能
- Angular example for each web component.
- ES6 Modules for each web component. Available in the /modules folder.
- Application Scenario Grid demos.
- Color Picker Transparent color box, when in Grid mode.
- Grid Clipboard Cut, Copy and Paste.
- Free collection of Bootstrap inspired custom elements.
- Improved documentation for all components.
- Added new Grid auto-show checkbox option.
- Improved Grid cells styling performance.
Released: Jul 1, 2019
v4.0.0 での更新項目
機能
- Gantt Chart Web Component.
- File Upload Web Component.
- DropDownButton Web Component.
- Sortable Web Component.
- Color Panel Web Component.
- Color Picker Web Component.
- Query Builder Web Component.
- Validator Web Component.
- New Button styles.
- New Grid demos.
不具合の修正
Grid Issues
- Cells Selection when there are frozen rows.
- Cells Selection when there is checkbox selection column.
- Cells Editing when the column's template is 'checkBox' and the editor is 'input'.
- Cells Selection Focus when user clicks...
Released: Jun 28, 2019
v3.2.0 での更新項目
機能
- Grid Cells selection.
- Grid Rows selection.
- Grid Grouping Menu.