Skip to content

Commit

Permalink
22.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Lidor-Systems committed Dec 6, 2022
1 parent 8c248d9 commit da3005c
Show file tree
Hide file tree
Showing 145 changed files with 540 additions and 248 deletions.
18 changes: 18 additions & 0 deletions CHANGE_LOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
v22.4
- New component: DropDownFilter that allows you to add a dropdown list with different filter operations
- TabStrip can now align tabs to appear on top-left, middle or bottom-right side
- Tabs can have vertical orientation
- TabStrip can show tabs in multiple lines
- TabStrip auto-updates its layout on dynamic resize
- Tabs in different colors with option to set animated inline styles
- TreeView items can accept inline styles for each state: disabled, normal, hovered or selected
- Change of item appearance in TreeView on demand using custom styles
- TreeView with auto-size ability where tree structure is shown on full without virtualization
- Option to add radio buttons to TreeView
- New samples for TabStrip and TreeView components
- Fixed the issue with disappearance of scroll buttons when scroll mode is changed in TabStrip
- Fixed the issue with updating the layout of ProgressBar component when included as child of other web components
- Selected Tab on Left, Right and Bottom placement border is now correctly shown without a line
- When TabStrip Animation is None, the tab content is now appearing correctly
- Other minor bug fixes

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
Expand Down
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# IntegralUI Web, v22.3
# IntegralUI Web, v22.4

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

![IntegralUI Web 22.3 - 45+ UI Components for Angular, React and Vue](https://www.lidorsystems.com/about/newsletter/images/integralui-web-components.png)
![IntegralUI Web 22.4 - 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 @@ -40,11 +40,13 @@ Here is a brief overview of what is included:

[DropDownButton](https://www.lidorsystems.com/products/web/studio/samples/#/dropdownbutton) - Represents a button with option to show a dropdown list

[DropDownFilter](https://www.lidorsystems.com/products/web/studio/samples/#/dropdownfilter) - A dropdown component with different filter oprerations

[Grid](https://www.lidorsystems.com/products/web/studio/samples/#/grid) - Displays tabular data sets

[GroupBox](https://www.lidorsystems.com/products/web/studio/samples/#/groupbox) - An expandable container with header and content

[Label](https://www.lidorsystems.com/products/web/studio/samples/#/label) - A fully customizable label with different alignments relative to attached element</li>
[Label](https://www.lidorsystems.com/products/web/studio/samples/#/label) - A fully customizable label with different alignments relative to attached element

[ListBar](https://www.lidorsystems.com/products/web/studio/samples/#/listbar) - Displays a list of expandable groups with items

Expand Down Expand Up @@ -86,7 +88,7 @@ Here is a brief overview of what is included:

[TabStrip](https://www.lidorsystems.com/products/web/studio/samples/#/tabstrip) - Consists of multiple scrollable panels that share the same space

[Toaster](https://www.lidorsystems.com/products/web/studio/samples/#/toaster) - Allows you to display notification messages (Toasts) with different alert levels</li>
[Toaster](https://www.lidorsystems.com/products/web/studio/samples/#/toaster) - Allows you to display notification messages (Toasts) with different alert levels

[Tooltip](https://www.lidorsystems.com/products/web/studio/samples/#/tooltip) - Adds a tooltip to an element

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

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

Large diffs are not rendered by default.

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.

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

2 changes: 1 addition & 1 deletion components/integralui.card.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.checkbox.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.contextmenu.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.datepicker.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.dialog.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.dockarea.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.dockpanel.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion components/integralui.dragwin.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.dropdown.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.dropdownbutton.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.dropdownfilter.js

Large diffs are not rendered by default.

Loading

0 comments on commit da3005c

Please sign in to comment.