Skip to content

Commit

Permalink
21.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Lidor-Systems committed Dec 15, 2021
1 parent 379e8f9 commit a22888b
Show file tree
Hide file tree
Showing 166 changed files with 2,446 additions and 888 deletions.
38 changes: 38 additions & 0 deletions CHANGE_LOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,40 @@
v21.4
- Built-in Inline Filter in Grid for Date, Numeric and String values
- Built-in Inline Editor for Grid components
- Change components CSS styles on demand from code
- Loading icon for all data components
- Option to prevent update of component layout
- Option to customize the drag and drop functionality with wait and resolve methods in data components
- Option to select a date using keyboard in DatePicker
- Option to change row visibility on demand in data components
- Export to JSON now supports exporting specific objects from data components
- Fixed the locales settings not appearing for Calendar in DatePicker
- Fixed the issue with resizing of Columns in Grid components when view is horizontally scrolled
- Fixed the issues with appearance of resize cursor for columns when view is scrolled
- Fixed the issue that prevented change of cell value from a droplist editor
- Fixed the issue with that sorts the grid on column click when column is also resizing
- Editor Text is now correctly updated when using Midnight Themes
- If column is fixed, the resize cursor no longer appears
- Context Menu style is now applied also to submenus
- Other minor bug fixes

v21.3
- New CSS custom properties for all web components
- Option to import templates from a file
- CellTouched event available in Grid
- SelectedIndexChanged event available for Select component
- Custom style settings for drag and drop component that can be changed on demand
- Fixed the issue that causes Calendar to throw an error if provided date value is undefined
- Other minor bug fixes

v21.2
- Improved performance during data load and update
- Option to set header and footer height from code in Grid components
- CommonService now provides support for conversion of numbers, dates and strings in standard formats
- Scrolling using Touch in Grid is now fully functional
- Fixed the issue that caused incorrect subheader titles during horizontal scrolling in Grid
- Sort order indicator is now displayed also when column is sorted, regardless whether it is selected or not
- Fixed the bug that caused incorrect sorting column when there are multi-level headers

v21.1
- Initial Release
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# IntegralUI Web - Grid, v21.1
# IntegralUI Web - Grid, v21.4

IntegralUI Web - Grid is a native Web Component that displays tabular data sets. You can use it in Angular, React, Vue or any other JavaScript framework.

<b>Note</b> This component is also part of [IntegralUI Web](https://github.com/lidorsystems/integralui-web.git) product suite.

![IntegralUI Web - Grid 21.1 - Native Web Component](https://www.lidorsystems.com/products/web/studio/features/grid/integralui-web-grid.png)
![IntegralUI Web - Grid 21.4 - Native Web Component](https://www.lidorsystems.com/products/web/studio/features/grid/integralui-web-grid.png)

## Main Features

Expand Down Expand Up @@ -43,6 +43,8 @@ npm i integralui-web-grid

Open your application and add a reference to a component you want to use. For example, if you are using the IntegralUI Grid component:</p>

<b>Note</b> A detailed information is available here: [How to Use IntegralUI Web Components](https://www.lidorsystems.com/help/integralui/web-components/introduction/installation/). Explains how to setup and use components for each framework: Angular, React or Vanilla JavaScript.

### Angular

```bash
Expand Down
4 changes: 2 additions & 2 deletions components/integralui.base.grid.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions components/integralui.base.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions components/integralui.base.value.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions components/integralui.button.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions components/integralui.calendar.js

Large diffs are not rendered by default.

Loading

0 comments on commit a22888b

Please sign in to comment.