Releases: mendixlabs/app-services-components
dnd 3.0.4
dnd 3.0.3
Remove complex Drag backend for firefox.
Init Lottie
Expand Text Init
Scroll on Drag
⚠️ NoteMendix 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
⚠️ NoteMendix 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
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]
Added Date Select Color attribute and Date Dot Color attribute
[email protected]
Added Attributes to make Date Color And Dot Color attributes
[email protected]
Release to align versions and Demos