Releases: remcos/ShowByCondition
Nanoflows
Fix for Mendix 7.14.1
fix for Mx7.14.1 wrf debugging messages in browser console
More efficient hiding
In the modeler, you can now hide elements inside the parent on true or false by providing their classname. This does require add the class 'hiddenByWidget' to your CSS. The stylesheet should hide the element when this class is applied.
The result of this should be that you often only have to include the ShowByCondition once instead of twice.
Correct refresh
In a previous version, the conditionally visible container was never hidden during a refresh. This has now been fixed.
Improved updating
Added two functions: resetSubscriptions and updateRendering. The widget
now refreshes on every refresh of your entity.
Bugfix
Release 1.1: show in false condition
After this new release, it is possible to show your element in case of a 'false' outcome of the Microflow. This eliminates the need for a second Microflow.
First Release
First Release of the ShowByCondition widget.