Skip to content

Releases: remcos/ShowByCondition

Nanoflows

02 Jan 16:34
6e9bc77
Compare
Choose a tag to compare

Ability to call nanoflows from the widget.

Fix for Mendix 7.14.1

13 Jun 03:24
21b48ae
Compare
Choose a tag to compare

fix for Mx7.14.1 wrf debugging messages in browser console

More efficient hiding

15 Nov 12:28
Compare
Choose a tag to compare

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

24 Feb 14:01
Compare
Choose a tag to compare

In a previous version, the conditionally visible container was never hidden during a refresh. This has now been fixed.

Improved updating

13 Jun 13:26
Compare
Choose a tag to compare

Added two functions: resetSubscriptions and updateRendering. The widget
now refreshes on every refresh of your entity.

Bugfix

09 Jun 13:32
Compare
Choose a tag to compare

Bugfixed the 'false' condition functionality.

Release 1.1: show in false condition

11 Mar 14:50
Compare
Choose a tag to compare

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

28 Jan 15:58
Compare
Choose a tag to compare

First Release of the ShowByCondition widget.