Skip to content

Commit

Permalink
22.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Lidor-Systems committed Sep 6, 2022
1 parent 208bb92 commit 8c248d9
Show file tree
Hide file tree
Showing 176 changed files with 493 additions and 283 deletions.
30 changes: 30 additions & 0 deletions CHANGE_LOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
v22.3
- New component: SplitImage - allows you to visually compare differences between two images or custom HTML elements
- SlideBar component now has two display modes: Stream and Carousel
- Mouse Wheel has five speeds in Grid, TreeGrid and PivotGrid components: VerySlow, Slow, Normal, Fast and Veryfast
- Horizontal Scrolling is now available when Shift is pressed and Mouse Wheel is in use
- loadData method in Grid and TreeGrid now have option to load columns and rows at the same time
- loadData method now supports incremental data loading
- Export data from TreeList and Breadcrumb as tree hierarchy or flat list in JSON format
- ProgressBar has an option to show or hide a label displaying its current value
- The type of editor and its settings used in Grid and TreeGrid columns is now also determined from parent column
- List component has option to add items as separators
- z-index as custom property is now available for all components
- New CSS Custom Properties for Grid, TreeGrid and PivotGrid
- Text editor in Grid cells now occupies the cell space in whole
- TreeList component now has an option to scroll to specific item
- Improved dynamic styling for all components
- Option to prevent resizing of WIndow component
- Internal reference to Button element is now correctly applied when component is refreshed
- Animations for Radio buttons in Grid and TreeGrid cells are now suppressed during scrolling
- DropDown list when shown near grid bottom now opens upwards
- When DropDown Calendar or List appears the page is no longer scrolled back to the top
- Losing the input focus on DatePicker when changing dates with a keyboard is prevented
- Fixed the issue that caused DropDown editors (Calendar, DropDownList) and Text editor, they now appear when using touch
- Fixed the flickering issue in TreeList caused by Office theme during selection and hovering
- Fixed Auto-Expanding in TreeView when dragging item from one treeview to another
- Swap icon now correctly appears in Dark style for SplitContainer
- Using mouse wheel to scroll to the end now correctly updates the scroll thumb position
- The label of Radio button is now correctly aligned relative to the button box
- Other minor bug fixes

v22.2
- New components: Label and Toaster
- Label is fully customizable with different alignments relative to attached input element
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# IntegralUI Web, v22.2
# IntegralUI Web, v22.3

IntegralUI Web includes 45+ native Web Components and services that can help you build modern web applications.

![IntegralUI Web 22.2 - 40+ UI Components for Angular, React and Vue](https://www.lidorsystems.com/about/newsletter/images/integralui-web-components.png)
![IntegralUI Web 22.3 - 45+ UI Components for Angular, React and Vue](https://www.lidorsystems.com/about/newsletter/images/integralui-web-components.png)

Here is a brief overview of what is included:

Expand Down Expand Up @@ -80,6 +80,8 @@ Here is a brief overview of what is included:

[SplitContainer](https://www.lidorsystems.com/products/web/studio/samples/#/splitcontainer) - Consists of two resizable panels separated by a splitter with tabs and command buttons

[SplitImage](https://www.lidorsystems.com/products/web/studio/samples/#/splitimage) - Allows you to visually compare differences between two images

[Splitter](https://www.lidorsystems.com/products/web/studio/samples/#/splitter) - Allows you to resize two block elements during run-time

[TabStrip](https://www.lidorsystems.com/products/web/studio/samples/#/tabstrip) - Consists of multiple scrollable panels that share the same space
Expand Down
4 changes: 2 additions & 2 deletions components/integralui.accordion.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion components/integralui.autocomplete.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.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.

2 changes: 1 addition & 1 deletion components/integralui.base.list.js

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

2 changes: 1 addition & 1 deletion 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.breadcrumb.js

Large diffs are not rendered by default.

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.

2 changes: 1 addition & 1 deletion components/integralui.buttongroup.js

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

2 changes: 1 addition & 1 deletion components/integralui.calendar.js

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

Loading

0 comments on commit 8c248d9

Please sign in to comment.