Skip to content

Releases: mendixlabs/app-services-components

dnd 3.0.4

20 Oct 08:44
Compare
Choose a tag to compare

Added expression to dynamically disable Drag Ability.

dnd 3.0.3

18 Oct 08:06
Compare
Choose a tag to compare

Remove complex Drag backend for firefox.

Init Lottie

29 Aug 14:25
Compare
Choose a tag to compare

Expand Text Init

29 Aug 14:26
Compare
Choose a tag to compare

Scroll on Drag

21 Jul 08:10
Compare
Choose a tag to compare

⚠️ Note

Mendix 9.6^ and up use version 3.xx of the widget

Any other version see here

This is a complete rewrite of the Drag and Drop Widget.

This version supports most everything the old one did but also has keyboard interaction, touch screen interaction and a
more verbose class names to target.

This version also doesn't use custom javascript actions, but uses verbose microflows that any mendix developer can
understand and edit.

Added new in 3.0.2: When you drag an item it will scroll the droppable area of all children and one level of parent container.

dnd 3.0.0

04 Apr 09:55
Compare
Choose a tag to compare

⚠️ Note

Mendix 9.6^ and up use version 3.xx of the widget

Any other version see here

This is a complete rewrite of the Drag and Drop Widget.

This version supports most everything the old one did but also has keyboard interaction, touch screen interaction and a
more verbose class names to target.

This version also doesn't use custom javascript actions, but uses verbose microflows that any mendix developer can
understand and edit.

Initial Release of Screenshot

25 Mar 10:50
Compare
Choose a tag to compare

An Implementation to make a screenshot in the front end and generate a PDF from it. Compatible with Mendix 9.xx and up.

In it essence it is primitive, but does support Multi Pages and is Dojo free so should be
compatible relatively well into newer Mendix versions.

As this is using the front end to generate the PDF, unforeseen changes in user device can affect the end result, this is
a problem in any product that tries to generate from the users device.

A general use case is to model out what you want to be printed in a pop up/modal, and controll width and height by hard
coding it.

Usage of this is recommended for POC's or QR printing. (Quick Sprint Task)

Note Printing important docs from the front end also ads a security risk, as users can easily change values in the
browser.

Full Changelog: https://github.com/mendixlabs/app-services-components/compare/[email protected]@1.0.0

[email protected]

07 Sep 16:39
Compare
Choose a tag to compare

Added Date Select Color attribute and Date Dot Color attribute

[email protected]

07 Sep 16:35
Compare
Choose a tag to compare

Added Attributes to make Date Color And Dot Color attributes

[email protected]

30 Aug 08:16
Compare
Choose a tag to compare

Release to align versions and Demos