Skip to content

Releases: appronto/DataviewLoader

Refresh on attribute change

19 Mar 13:24

Choose a tag to compare

Added feature that the reload is triggered when an boolean attribute is changed to 'true'. Not each object refresh will trigger the reload of the Dataview Loader.

Template grid & Listview fix

16 Nov 08:16

Choose a tag to compare

Fixed an issue when the widget is used in a Template grid or Listview. When the user is paging through the Template grid, the widget wasn't rendering based on the new object.

Error handling

22 Aug 07:11

Choose a tag to compare

The microflow that is executed can fail by an error. The loader will actually continue spinning, so the user isn't informed that it went wrong.
This release gives the feature that on microflow failure a custom text can be show to the user.

Bugfix flickering content

13 Jul 06:31

Choose a tag to compare

  • Improved page loading, is executed now one time.
  • Clean up some code
  • Removed 'Resize' handling because it will reload the page each time.

Content fade in feature

26 Jun 09:35

Choose a tag to compare

A simple functionality but a huge different. Fading the content on the page after loading instead of directly on the page.

Refresh support

15 Jun 09:22

Choose a tag to compare

Features

  • Triggering the microflow and loading again when the dataview object is being refreshed. Ideal when a webservice calls needs to executed each time a parameter changes by the input of the user.
  • Support for executing the microflow asynchronous. Has disadvantage because the microflow return entity can't be used because it isn't returned by Mendix.

Microflow execution on different object types

16 May 19:04

Choose a tag to compare

Features

  • The configuration has changed to specify the return entity of the microflow. This gives the availability to have a different type of object of the source page versus the target page.

Fixes

  • Github issue #3 solved. When the source page has changed the widget will properly be destroyed and stop working.

First Release

25 Apr 19:40

Choose a tag to compare

When you retrieve large amounts of data, especially with integrations, it takes a while for the pages to load, and the Users can't see or do anything. Mendix shows a loader until ALL data is retrieved, and only then it shows the complete page.

Wouldn't it be better if we could show the User part of the page as it loads, and then the rest once the retrieve over integration is complete?

This widget allows you to show the User parts of the page directly data is retrieved, with individual elements showing a loader.