Skip to content

Releases: mendix/AppStoreWidgetBoilerplate

BoilerPlate release v2.14.1

Choose a tag to compare

@JelteMX JelteMX released this 13 Feb 09:35
  • Update subscriptions, microflow execution and _executeCallback. This reflects the structure and methods that can be used in Mendix 7 as well (should work from Mx5 to Mx7)

BoilerPlate release v2.14.0

Choose a tag to compare

@JelteMX JelteMX released this 08 Dec 10:47
  • Reset #43 no need to unsubscribe in uninitialize
  • Fix the XSD to reflect the latest version that is used by R&D

BoilerPlate release v2.13.2

Choose a tag to compare

@JelteMX JelteMX released this 07 Dec 08:58
  • Removed Float from XSD
  • Removed mendix.lang.nullExec from widget (undocumented api)
  • Use this.subscribe instead of mx.data.unsubscribe

BoilerPlate release v2.13.1

Choose a tag to compare

@JelteMX JelteMX released this 26 May 12:49
  • Patched #41. Update method was not passed to updateRendering

BoilerPlate release v2.13.0

Choose a tag to compare

@JelteMX JelteMX released this 10 May 13:02
  • Fix #10 readOnly issues
  • Fix #34 unsubscribe & subscribe
  • Fix #35 update method callback passing to updateRendering
  • Fix #39 dojoConstruct.place
  • Fix #37 required does not need an empty function

BoilerPlate release v2.12.0

Choose a tag to compare

@JelteMX JelteMX released this 04 Jan 08:48
  • Updated Test project to 5.19.0 (so it can be converted in MX6) #31
  • Remove unnecessary logging, make it optional using mendix/logger #29
  • Fix #16
  • Fix #11 Update widget.xsd

Various fixes

Choose a tag to compare

@JelteMX JelteMX released this 09 Nov 09:11
  • Using dojo.forEach
  • Reference to require jquery.min changed to jquery
  • alertDiv typo fixed

Proper code style

Choose a tag to compare

@johanflint johanflint released this 24 Aug 08:55
  • Support loading multiple jQuery versions
  • External jshint configuration file
  • Aligned the code style to the Mendix R&D coding standards
    • Use double quotes instead of single quotes
    • Put required modules on separate lines to improve readability
    • Prefix required dojo modules with dojo

Improved test application

Choose a tag to compare

@GREdens GREdens released this 21 Apr 12:59
  • Using declare / define and require.
  • New test project containing tests for:
    • DataView - Editable / Readonly
    • ListView - Editable / Readonly
    • ListingDataView - Editable / Readonly / Destroy
    • TabContainer
    • TemplateGrid
    • Events - Update / RefreshInClient / Validation / OnClick / OnChange
    • Custom - Add custom events / configurations here

Better Hello World example

Choose a tag to compare

@GREdens GREdens released this 23 Feb 08:10
  • Small tweaks to let the boilerplate serve as a hello world example.