We are constantly working to improve the DynaMaker cloud service and lately we have been focusing extra hard on usability for developers. Therefore we now have released a big update simplifying many of the development patterns that you encounter when building your online CAD-configurators. Most of the changes are in the actual structure of the TypeScript/JavaScript templates for the different stages of development. |
Changes
The most important changes are listed in the docs under Changes 2020-10-20 and can be summarized as:
- Update on how to control what geometry is visible during configuration
- More self explanatory naming of objects related to CAD geometry
- Generate geometry direct from the componentHandler
- Enable working with multiple user input sets on the same Component
- Replacement of actionEvents with ACTIONS for the UI and Selection handling
- Cleanup of old functions not recommended any more