Releases: mendix/widgets-tools
Releases · mendix/widgets-tools
Pluggable Widgets Tools v9.23.2
Fixed
- We fixed an issue with jest configuration which was causing
pluggable-widgets-tools test:unit
,pluggable-widgets-tools test:unit:web
andpluggable-widgets-tools test:unit:native
to fail incorrectly.
Pluggable Widgets Tools v9.23.1
Fixed
- We fixed an issue that prevented pluggable-widgets-tools commands to execute on 9.23.0.
Pluggable Widgets Tools v9.23.0
Changed
- We updated the Mendix package to version 9.23.621.
Pluggable Widgets Tools v9.20.0
Changed
-
We updated the @author in the typings generator from
Mendix UI Content Team
toMendix Widgets Framework Team
. -
We updated babel-jest configuration to prevent warnings during unit test execution.
Added
- We added support to the typings generator for the
assignableTo
return type of an expression property, introduced in Mendix 9.20. This feature allows the expected return type of the expression to be derived from an attribute property.
Pluggable Widgets Generator v9.20.0
Changed
-
We have updated the signature of the structure mode preview function to include the Studio Pro version, which is passed in Mendix 9.20 and above (and in 9.18.3+, but not 9.19).
-
We have added support to the
DropZoneProps
type for the ability to make dropzone headers in structure mode previews optional, which was added in Mendix 9.20.
Pluggable Widgets Tools v9.18.0
Removed
- We removed
cypress
dependencies from the pluggable-widgets-tools and the scripttest:e2e
. In case if you want to continue using Cypress, please install the dependencies manually.
Pluggable Widgets Generator v9.18.0
Changed
-
We updated package.json web template to use Cypress directly without the pluggable-widgets-tools scripts.
-
We updated pluggable-widgets-tools dependency from ^9.0.0 to ^9.18.0