We are excited to announce the release of JsPack 2025.R2! This update brings a host of new features and improvements to our Diagramming, Scheduling, and Virtual Keyboard components. Here’s a look at what’s new.
Diagramming
Paged Containers
Introducing PagedContainerNode, a new way to organize complex diagrams. This feature allows you to group nodes into a collection of pages, making your diagrams cleaner and more manageable. Key features include:
Paged Navigation: Easily navigate between pages using scroll arrows or a combo box for direct access.
Improved Organization: Keep your diagrams tidy by grouping nodes into logical views.
Dynamic Titles: The container’s title automatically updates to reflect the active page.
Pattern Router
The new PatternRouter class provides a powerful way to route links in your diagrams. It uses predefined or custom patterns to create clean, consistent paths for your links, avoiding node crossings.
Composite Router
To further enhance link routing, we’ve introduced the CompositeRouter. This new class chains multiple routers together, trying each one until a link is successfully routed. The default router now uses a CompositeRouter with a PatternRouter and a standard Router, ensuring optimal paths in a variety of scenarios.
Grid Layout
The GridLayout algorithm arranges your diagram nodes in a grid, keeping connected nodes close together and minimizing link crossings. This can help to create more organized and readable diagrams.
Scheduling
Localization Improvements
We’ve updated our Scheduling component to use the Intl API for improved localization of dates and times. This allows for more flexible and culturally-aware formatting of your calendars.
Virtual Keyboard
Layout Ring
The new layoutRing property allows you to define a sequence of keyboard layouts that users can cycle through. This is perfect for applications that need to support multiple languages or input methods. You can customize the appearance of the layout ring key with images or labels.
You can download MindFusion Pack for JavaScript from the official product page.
We invite you to explore these new features and see how they can enhance your applications. As always, we welcome your feedback.
