Releases: mendix/widgets-tools
Pluggable Widgets Tools v10.18.0
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
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
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
Changed
- We updated dependencies with non-breaking security patches.
Pluggable Widgets Tools v10.12.1
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
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
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
Changed
- We updated react-native dependency for the Yeoman generator from 0.70.7 to 0.72.7.
Pluggable Widgets Tools v10.7.2
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
Fixed
- We fixed an issue where rollup warnings about
use client
anduse server
were causing bundling failures.