Skip to content

Releases: mendix/widgets-tools

Pluggable Widgets Tools v10.18.0

23 Dec 08:20
Compare
Choose a tag to compare

Added

  • We added the translate function to the preview arguments. This can be used to translate texts show in the widget preview.

Changed

  • We upgraded rollup to version 3. Custom rollup.config.js files likely require changes.

  • The renderMode property in the preview arguments is no longer considered optional.

  • We updated the Mendix package to 10.18.54340.

Pluggable Widgets Tools v10.16.0

31 Oct 14:44
Compare
Choose a tag to compare

Added

  • We added the property type AssociationMetaData which exposes useful metadata for filtering and sorting datasources.

Changed

  • We updated the Mendix package to 10.16.49747.

Pluggable Widgets Tools v10.15.0

24 Sep 15:32
Compare
Choose a tag to compare

Added

  • We added the property type AttributeMetaData which exposes useful metadata for filtering and sorting datasources.

Changed

  • We updated the Mendix package to 10.15.46408.

  • We updated dependencies with non-breaking security patches.

Pluggable Widgets Generator v10.15.0

24 Sep 15:33
Compare
Choose a tag to compare

Changed

  • We updated dependencies with non-breaking security patches.

Pluggable Widgets Tools v10.12.1

10 Jul 11:21
Compare
Choose a tag to compare

Added

  • We added the renderMode parameter to the preview arguments. This flag will give developers the ability to customize the preview for different render modes namely x-ray, structure and design.

Changed

  • We fixed an issue regarding native navigation support.

Pluggable Widgets Generator v10.7.3

10 Jul 11:23
Compare
Choose a tag to compare

Changed

  • We updated the default overrides (and resolutions) for generated widgets to ensure consistent React types with @mendix/pluggable-widgets-tools. This fixes errors like "Type Element is not assignable to type ReactElement".

pluggable-widgets-tools-v10.12.0

25 Jun 15:06
5a3585b
Compare
Choose a tag to compare

Changed

  • We updated the Mendix package to version 10.12.38909.

Fixed

  • We fixed an issue where the rollup process would sometimes hang and prevent the widget build/release script from completing.

Pluggable Widgets Generator v10.7.2

07 Mar 12:11
Compare
Choose a tag to compare

Changed

  • We updated react-native dependency for the Yeoman generator from 0.70.7 to 0.72.7.

Pluggable Widgets Tools v10.7.2

06 Mar 16:32
Compare
Choose a tag to compare

Fixed

  • We fixed an issue where the rollup process would sometimes hang and prevent the widget build/release script from completing.

Changed

  • We moved Pluggable Widgets Tools dependencies marked as external in rollup configuration files to devDependencies in the package.json.

  • We synced the version of @types/react package.

  • We synced the versions of resolution and override packages.

Added

  • We added a new configuration file named jest.enzyme-free.config.js that doesn't include enzyme as a dependency.

  • We improved the widget migration script to exclude web dependencies for native widgets and vice versa.

Pluggable Widgets Tools v10.7.1

15 Feb 15:11
Compare
Choose a tag to compare

Fixed

  • We fixed an issue where rollup warnings about use client and use server were causing bundling failures.