Skip to content

Releases: mendix/widgets-tools

Pluggable Widgets Tools v11.3.1

04 Feb 09:43

Choose a tag to compare

Breaking changes

  • We removed Enzyme testing library and associated dependencies from pluggable-widgets-tools. Tests using Enzyme should be updated to use React Testing Library. See the migration guide for more information. The test:unit:web:enzyme-free command has been removed; use test:unit:web instead.

Changed

  • We fixed an issue where require was not transformed to import for the es output format which could result in an error when the widget was used in a project with React client enabled.

  • We now enforce the same validation for the widgetName in the widget bundler as we do in the generator. Validation is now also enforced for the organization name (packagePath).

Pluggable Widgets Generator v11.3.1

04 Feb 14:03

Choose a tag to compare

Changed

  • We migrated the generated unit tests to use React Testing Library instead of enzyme.

  • We changed the copyright prompt to prefill the current year.

  • We now enforce validation when choosing an organization name for a widget.

Pluggable Widgets Tools v11.3.0

12 Nov 15:14

Choose a tag to compare

Changed

  • We added @d11/react-native-fast-image as an external native dependency in rollup config.

Pluggable Widgets Tools v10.24.0

25 Sep 12:45

Choose a tag to compare

Changed

  • We migrated to pnpm as our package manager. Users of the widgets tools should be able to continue using their package manager of choice.

  • We updated React Native to version 0.77.3 to align with the Native Widgets project requirements.

  • We updated Jest configuration for React Native testing to use the recommended preset and removed Enzyme support for improved compatibility and performance.

Pluggable Widgets Generator v10.24.0

25 Sep 12:45

Choose a tag to compare

Changed

  • We upgraded React Native to version 0.77.3 for generated widgets.

  • We updated the required Node.js version to 20 or newer for the generator and generated widget projects.

  • We switched from Enzyme to React Native Testing Library for generated widget tests.

Pluggable Widgets Tools v10.21.2

02 Jul 08:18

Choose a tag to compare

Changed

  • We fixed an issue with unit tests failing when files contain modern JavaScript features.

Pluggable Widgets Tools v10.21.1

13 Jun 09:06

Choose a tag to compare

Added

  • We added enzyme-free unit test command in scripts.

Pluggable Widgets Generator v10.15.1

20 May 07:22

Choose a tag to compare

Changed

  • We improved the startup time when using the generator with npx.

Fixed

  • We fixed the error message when attempting to generate a widget in a non-empty directory. (Issue #123)

Security

  • We updated dependencies to recent security patches.

Pluggable Widgets Tools v10.21.0

27 Mar 15:33

Choose a tag to compare

Added

  • We added support for action variables, introduced in Mendix 10.21.

Changed

  • We updated the Mendix package to 10.21.64362.

Pluggable Widgets Tools v10.18.2

21 Mar 09:50

Choose a tag to compare

Fixed

  • We fixed an issue with loading custom rollup configs.