Skip to content

Releases: mendix/FormatString

App Store Release v6.0.1

04 Aug 14:29
07432db
Compare
Choose a tag to compare

Removed

  • We've removed deprecated warnings

App Store v6.0.0 release

01 Aug 13:31
d2cd386
Compare
Choose a tag to compare

Fix for Mendix 8 compatibility

App Store release v5.8.1

29 Jul 14:09
Compare
Choose a tag to compare

Attributes over a reference should now properly apply the formatting settings for that attribute.

App Store v5.8.0 release

25 Jul 15:21
Compare
Choose a tag to compare

#27 This version now supports onclick nanoflows!
#29 Widget will now properly load references N-deep

App Store v5.7.1 release

12 Feb 10:43
Compare
Choose a tag to compare
  • #24 Fix error when language is set to "en-gb"

App Store v5.7.0 release

16 Nov 15:49
Compare
Choose a tag to compare
  • Offline capable
  • Added debugging again

App Store v5.6.0 release

04 Jul 09:23
Compare
Choose a tag to compare
  • Smaller footprint, minified code (reduction 50%)
  • Refactoring getReferences: this is now done asynchronously
  • Add #20 #21 Stop propagating on click. This was done automatically, now it is an option
  • Update README & documentation, per request #22
  • Fix getting locale. In case of NOT using translatable strings, and the locale NOT being en-us or nl-nl, it would not show any dates. This is fixed (fallback to en-us)

App Store v5.5.2 release

13 Feb 12:48
Compare
Choose a tag to compare
  • Fix for #19, widget hides when context object is empty

App Store v5.5.1 release

29 Dec 09:36
Compare
Choose a tag to compare
  • Fix #18 Stop propagation on click events
  • Cleanup code (removal of mendix.lang.nullExec)

App Store v5.5.0 release

11 Nov 11:08
Compare
Choose a tag to compare
  • Add translatableString en_GB
  • Add option to use the attribute value in a class as well
  • Fix MX7 deprecation dom.div should be dom.create("div"