Skip to content

Releases: mendix/AppStoreWidgetBoilerplate

BoilerPlate release v2.14.1

13 Feb 09:35
Compare
Choose a tag to compare
  • 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

08 Dec 10:47
Compare
Choose a tag to compare
  • 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

07 Dec 08:58
Compare
Choose a tag to compare
  • 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

26 May 12:49
Compare
Choose a tag to compare
  • Patched #41. Update method was not passed to updateRendering

BoilerPlate release v2.13.0

10 May 13:02
Compare
Choose a tag to compare
  • 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

04 Jan 08:48
Compare
Choose a tag to compare
  • 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

09 Nov 09:11
Compare
Choose a tag to compare
  • Using dojo.forEach
  • Reference to require jquery.min changed to jquery
  • alertDiv typo fixed

Proper code style

24 Aug 08:55
Compare
Choose a tag to compare
  • 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

21 Apr 12:59
Compare
Choose a tag to compare
  • 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

23 Feb 08:10
Compare
Choose a tag to compare
  • Small tweaks to let the boilerplate serve as a hello world example.