Smart UI (Smart HTML Elements) のリリース
Released: Mar 1, 2020
v7.0.0 での更新項目
機能
- Added Angular modules and components.
- Added API documentation for Angular and Typescript.
- Typescript definitions have been optimized and updated.
- All online examples now available in Typescript.
Released: Feb 11, 2020
v6.2.0 での更新項目
機能
- Exported TypeScript Union types as Enums.
- Optimized TypeScript file sizes.
- Updated TypeScript function definitions.
- Updated types and descriptions for all API members.
Released: Jan 23, 2020
v6.1.0 での更新項目
機能
- Added TypeScript definitions which enable strongly-typed access to the components and their configuration.
- Added right-to-left demos and docs.
- Added WAI-ARIA accessibility docs.
Released: Jan 9, 2020
v6.0.0 での更新項目
機能
- Added accessibility support.
- Added right-to-left language support.
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...