Skip to content

Releases: mendix/RadiobuttonList

AppStore release v7.1.4

12 Sep 14:31
f0dc157
Compare
Choose a tag to compare

Bugfixes

  • Fix unwanted has-error class on non-related validation

AppStore release v7.1.3

18 Jan 09:21
91ef0c0
Compare
Choose a tag to compare

Remove partial deprecation, update logger messages to console instead

AppStore release v7.1.2

22 Sep 12:36
6e98f5a
Compare
Choose a tag to compare

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

23 Apr 07:50
Compare
Choose a tag to compare

Bugfixes

  • Fix radio button focus loss after a new radio button is selected (support ticket #96969)

AppStore release v7.1.0

31 Jan 08:50
Compare
Choose a tag to compare

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

27 Nov 12:24
Compare
Choose a tag to compare

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

03 Oct 10:32
Compare
Choose a tag to compare
  • Fix #34 null error on inputNodes on assocradiolist (thanks @reekers for the fix!)

App Store release v6.4.3

06 Nov 09:34
9b3e00e
Compare
Choose a tag to compare
  • Fix #28: Unhandled promise rejection & update datasource mf when context object refreshes

App Store release v6.4.2

30 May 09:31
Compare
Choose a tag to compare
  • Fix deprecations
  • Fix issue where node childs cannot be found

App Store release v6.4.1

02 Jan 12:46
Compare
Choose a tag to compare
  • 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)