Skip to content

Commit

Permalink
23.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Lidor-Systems committed Sep 5, 2023
1 parent 941fe8d commit 63b2296
Show file tree
Hide file tree
Showing 163 changed files with 13,921 additions and 736 deletions.
31 changes: 31 additions & 0 deletions CHANGE_LOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
v23.3
- Fully animated ListBox and TreeView with asynchronous animations during: Initialization, Add/Remove/Clear, Expand/Collapse, Drag Drop, Auto-Size
- Moving item(s) from one position to another
- Option to add or remove multiple items at once
- scrollPosChanged event now includes the maximum scroll position in event data
- Dynamic grouping in ListBox: groups are created on the fly based on specified item field
- Menu items can have check boxes
- Menu items can have radio buttons in multiple radio groups
- Option to create custom menu templates where you can add HTML elements in different layouts
- A new event fired when checkbox or radio button checked value changes
- Templates for rows and items in Grid and List components now includes the order number
- Panel now has Auto-Size with animation
- updateComplete event for SideBar
- New samples available
- Data Validation in Grid with Form Editing, the invalid message now appears at correct position when main window is scrolled
- Window is now not movable in maximized state
- Fixed the issue that caused moving items up/down outside the list range to cause them to be removed
- Fixed the issue that prevented closing of menu when option is clicked
- Fixed the issue with calendar layout when opened from DatePicker
- Update of layout on resize in ListBox and TreeView
- SizeChanged is now correctly called during TreeView resize with auto-size enabled
- Fixed the issue that caused items in List components to appear stacked at 0 position
- TreeView during initialization no longer flickers
- Fixed the issue that prevented moving an item to last position in the List
- Fixed the issue that caused scrollbar to hide and reset its position when component is disabled
- Fixed the issue that caused scrollPosChanged event to fire twice when using the mouse wheel
- Sorting in List components (ListBox, ListView and TreeView) no longer changes the item order in original list, instead a copy is used
- When sorting is enabled in ListBox, groups are now correctly sorted
- Drag and Drop items over groups in ListBox are now correctly placed in target group
- Other minor bug fixes

v23.2
- Data validation in Grid and TreeGrid with following rules: Compare, Required, Numeric, Range, StringLength and Custom
- Option to enable data validation for all editing modes: Batch, Form and Inline
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# IntegralUI Web, v23.2
# IntegralUI Web, v23.3

IntegralUI Web includes 50+ native Web Components and services that can help you build modern web applications in JavaScript, Angular, AngularJS, React and Vue.

![IntegralUI Web 23.2 - 50+ UI Components for Angular, React and Vue](https://www.lidorsystems.com/about/newsletter/images/integralui-web-components.png)
![IntegralUI Web 23.3 - 50+ 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
4 changes: 2 additions & 2 deletions components/integralui.accordion.js

Large diffs are not rendered by default.

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

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

Loading

0 comments on commit 63b2296

Please sign in to comment.