Releases: mendix/RadiobuttonList
Releases · mendix/RadiobuttonList
AppStore release v7.1.4
AppStore release v7.1.3
Remove partial deprecation, update logger messages to console instead
AppStore release v7.1.2
Bugfixes
-
Replace deprecated function to get rid of errors when using the widget in Mendix Studio Pro v8.14 or higher. (support ticket #165081)
AppStore release v7.1.1
Bugfixes
- Fix radio button focus loss after a new radio button is selected (support ticket #96969)
AppStore release v7.1.0
The radio button option labels are now apply HTML escape by default to prevent security issues. If you depend on HTML markup, you can set the Attribute Content
to Unsecure HTML
at your own risk (Support ticket #94941)
AppStore release v7.0.0
Bug fixes
- We changed the DOM structure to become in line with the Mendix Core Radio Buttons widget. (Solves support ticket #91811 and #91910)
- We fixed an issue where the radio button value was not properly updated when it was updated by other widgets.
- We deprecated
Attribute Radiobutton List
. The core Radio Buttons shipped with the platform should be used instead.
App Store release v6.4.4
- Fix #34 null error on inputNodes on assocradiolist (thanks @reekers for the fix!)
App Store release v6.4.3
- Fix #28: Unhandled promise rejection & update datasource mf when context object refreshes
App Store release v6.4.2
- Fix deprecations
- Fix issue where node childs cannot be found
App Store release v6.4.1
- Fix issue with validation feedback not cleared after save. This is fixed by removing validation feedback after change (and before on change microflow so validation can be set again)