SnapDevelop Release Bulletin
Last update: September 2024
This document contains important notes about the SnapDevelop product releases.
Version 25.0.0
System Requirements
Please refer to the Environment Preparation section in the installation documentation.
Known Issues
SnapDevelop 2025 has the following known issues:
When using an API with query conditions to create a Table page through a template, the input filter parameters are invalid when clicking "Query." Workaround: Manually bind the parameters to the corresponding filter component, such as the numeric input field in the figure below.
After adding a password input component, if the focus remains on that input field, dragging any other components is not possible. Workaround: Change the focus to another column to continue adding components.
When jumping from the list page to a new page and then returning, the list will reinitialize, causing selected filter parameters and the current node in the tree control to be restored (for example, when clicking "Detail" and then returning, the main page will reload the first data of the left tree node). Workaround: Specify the new page to open as a drawer or dialog.
Enabling header sorting or filtering in the list does not function at runtime (this feature is still under development).
Each time the API is switched, the table container prompts whether to overwrite data changes; selecting "Yes" resets all components within the container.
Currently, there is no default template for updates, when creating an update page via a template, it is necessary to manually set page parameters, data loading API, and data submission API.
There is currently no support for dynamic switching of component states, making it impossible to implement logic that controls user operations based on state.
The position of the delete bubble in the Table view does not move with the delete button and may sometimes obstruct other components.