Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified maestro/images/expected/android/rating.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified maestro/images/expected/ios/rating.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions packages/pluggableWidgets/animation-native/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

### Changed

- We updated react-native-animatable to 1.4.0.

## [3.2.0] - 2024-12-3

### Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/pluggableWidgets/animation-native/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "animation-native",
"widgetName": "Animation",
"version": "3.3.0",
"version": "3.4.0",
"description": "Container for animations",
"copyright": "© Mendix Technology BV 2022. All rights reserved.",
"author": "Widget Team",
Expand All @@ -27,7 +27,7 @@
"dependencies": {
"@mendix/piw-native-utils-internal": "*",
"@mendix/piw-utils-internal": "*",
"react-native-animatable": "^1.3.2"
"react-native-animatable": "1.4.0"
},
"devDependencies": {
"@mendix/pluggable-widgets-tools": "*"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<package xmlns="http://www.mendix.com/package/1.0/">
<clientModule name="Animation" version="3.3.0" xmlns="http://www.mendix.com/clientModule/1.0/">
<clientModule name="Animation" version="3.4.0" xmlns="http://www.mendix.com/clientModule/1.0/">
<widgetFiles>
<widgetFile path="Animation.xml" />
</widgetFiles>
Expand Down
4 changes: 4 additions & 0 deletions packages/pluggableWidgets/bar-chart-native/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

### Changed

- We updated victory-native to 36.9.2.

## [3.2.1] - 2026-6-10

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions packages/pluggableWidgets/bar-chart-native/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bar-chart-native",
"widgetName": "BarChart",
"version": "3.2.1",
"version": "3.3.0",
"license": "Apache-2.0",
"copyright": "© Mendix Technology BV 2022. All rights reserved.",
"repository": {
Expand All @@ -21,7 +21,7 @@
},
"dependencies": {
"@mendix/piw-utils-internal": "*",
"victory-native": "^36.6.8"
"victory-native": "36.9.2"
},
"devDependencies": {
"@mendix/pluggable-widgets-tools": "*"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<package xmlns="http://www.mendix.com/package/1.0/">
<clientModule name="BarChart" version="3.2.1" xmlns="http://www.mendix.com/clientModule/1.0/">
<clientModule name="BarChart" version="3.3.0" xmlns="http://www.mendix.com/clientModule/1.0/">
<widgetFiles>
<widgetFile path="BarChart.xml" />
</widgetFiles>
Expand Down
5 changes: 5 additions & 0 deletions packages/pluggableWidgets/carousel-native/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

### Changed

- We updated deprecated-react-native-prop-types to 4.2.3.
- We pinned react-native-snap-carousel to 3.9.1.

## [3.1.0] - 2024-12-3

### Changed
Expand Down
6 changes: 3 additions & 3 deletions packages/pluggableWidgets/carousel-native/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "carousel-native",
"widgetName": "Carousel",
"version": "3.2.0",
"version": "3.3.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand All @@ -21,8 +21,8 @@
"dependencies": {
"@mendix/piw-native-utils-internal": "*",
"@mendix/piw-utils-internal": "*",
"deprecated-react-native-prop-types": "^4.0.0",
"react-native-snap-carousel": "^3.9.1"
"deprecated-react-native-prop-types": "4.2.3",
"react-native-snap-carousel": "3.9.1"
},
"devDependencies": {
"@mendix/pluggable-widgets-tools": "*",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<package xmlns="http://www.mendix.com/package/1.0/">
<clientModule name="Carousel" version="3.2.0" xmlns="http://www.mendix.com/clientModule/1.0/">
<clientModule name="Carousel" version="3.3.0" xmlns="http://www.mendix.com/clientModule/1.0/">
<widgetFiles>
<widgetFile path="Carousel.xml" />
</widgetFiles>
Expand Down
7 changes: 7 additions & 0 deletions packages/pluggableWidgets/color-picker-native/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

### Changed

- We updated deprecated-react-native-prop-types to 4.2.3.
- We pinned react-native-color to 0.0.10.
- We pinned react-native-slider to 0.11.0.
- We updated tinycolor2 to 1.6.0.

## [2.1.0] - 2024-12-3

### Changed
Expand Down
10 changes: 5 additions & 5 deletions packages/pluggableWidgets/color-picker-native/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "color-picker-native",
"widgetName": "ColorPicker",
"version": "2.2.0",
"version": "2.3.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand All @@ -21,10 +21,10 @@
"dependencies": {
"@mendix/piw-native-utils-internal": "*",
"@mendix/piw-utils-internal": "*",
"deprecated-react-native-prop-types": "^4.0.0",
"react-native-color": "^0.0.10",
"react-native-slider": "^0.11.0",
"tinycolor2": "^1.4.1"
"deprecated-react-native-prop-types": "4.2.3",
"react-native-color": "0.0.10",
"react-native-slider": "0.11.0",
"tinycolor2": "1.6.0"
},
"devDependencies": {
"@mendix/pluggable-widgets-tools": "*",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<package xmlns="http://www.mendix.com/package/1.0/">
<clientModule name="ColorPicker" version="2.2.0" xmlns="http://www.mendix.com/clientModule/1.0/">
<clientModule name="ColorPicker" version="2.3.0" xmlns="http://www.mendix.com/clientModule/1.0/">
<widgetFiles>
<widgetFile path="ColorPicker.xml" />
</widgetFiles>
Expand Down
4 changes: 4 additions & 0 deletions packages/pluggableWidgets/column-chart-native/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

### Changed

- We updated victory-native to 36.9.2.

## [2.2.1] - 2026-6-10

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions packages/pluggableWidgets/column-chart-native/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "column-chart-native",
"widgetName": "ColumnChart",
"version": "2.2.1",
"version": "2.3.0",
"license": "Apache-2.0",
"copyright": "© Mendix Technology BV 2022. All rights reserved.",
"repository": {
Expand All @@ -21,7 +21,7 @@
},
"dependencies": {
"@mendix/piw-utils-internal": "*",
"victory-native": "^36.6.8"
"victory-native": "36.9.2"
},
"devDependencies": {
"@mendix/pluggable-widgets-tools": "*"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<package xmlns="http://www.mendix.com/package/1.0/">
<clientModule name="ColumnChart" version="2.2.1" xmlns="http://www.mendix.com/clientModule/1.0/">
<clientModule name="ColumnChart" version="2.3.0" xmlns="http://www.mendix.com/clientModule/1.0/">
<widgetFiles>
<widgetFile path="ColumnChart.xml" />
</widgetFiles>
Expand Down
4 changes: 4 additions & 0 deletions packages/pluggableWidgets/feedback-native/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

### Changed

- We pinned querystringify to 2.2.0.

## [3.6.1] - 2026-6-10

### Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/pluggableWidgets/feedback-native/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "feedback-native",
"widgetName": "Feedback",
"version": "3.6.1",
"version": "3.6.2",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand All @@ -20,7 +20,7 @@
},
"dependencies": {
"@mendix/piw-native-utils-internal": "*",
"querystringify": "^2.2.0",
"querystringify": "2.2.0",
"react-native-dialog": "9.3.0",
"react-native-view-shot": "5.1.0"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<package xmlns="http://www.mendix.com/package/1.0/">
<clientModule name="Feedback" version="3.6.1" xmlns="http://www.mendix.com/clientModule/1.0/">
<clientModule name="Feedback" version="3.6.2" xmlns="http://www.mendix.com/clientModule/1.0/">
<widgetFiles>
<widgetFile path="Feedback.xml" />
</widgetFiles>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { flattenStyles } from "@mendix/piw-native-utils-internal";
import { executeAction } from "@mendix/piw-utils-internal";
import { Icon } from "mendix/components/native/Icon";
import { JSX, useEffect, useRef, useState } from "react";
import { JSX, useEffect, useState } from "react";
import { Animated, Easing, Pressable, Text, View, ViewStyle } from "react-native";

import {
Expand Down Expand Up @@ -86,7 +86,7 @@ function getPositionStyle(
function AnimatedMainIcon(props: AnimatedMainIconProps): JSX.Element {
const { active, hasSecondaryButtons, style, icon, iconActive } = props;

const progress = useRef(new Animated.Value(active && hasSecondaryButtons ? 1 : 0)).current;
const [progress] = useState(() => new Animated.Value(active && hasSecondaryButtons ? 1 : 0));

useEffect(() => {
Animated.timing(progress, {
Expand Down Expand Up @@ -129,7 +129,7 @@ function SecondaryActionItem(props: SecondaryActionItemProps): JSX.Element {
onPress
} = props;

const progress = useRef(new Animated.Value(active ? 1 : 0)).current;
const [progress] = useState(() => new Animated.Value(active ? 1 : 0));

useEffect(() => {
Animated.timing(progress, {
Expand Down
4 changes: 4 additions & 0 deletions packages/pluggableWidgets/line-chart-native/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

### Changed

- We updated victory-native to 36.9.2.

## [3.1.1] - 2025-3-18

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions packages/pluggableWidgets/line-chart-native/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "line-chart-native",
"widgetName": "LineChart",
"version": "3.2.0",
"version": "3.3.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand All @@ -20,7 +20,7 @@
},
"dependencies": {
"@mendix/piw-utils-internal": "*",
"victory-native": "^36.6.8"
"victory-native": "36.9.2"
},
"devDependencies": {
"@mendix/pluggable-widgets-tools": "*"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<package xmlns="http://www.mendix.com/package/1.0/">
<clientModule name="LineChart" version="3.2.0" xmlns="http://www.mendix.com/clientModule/1.0/">
<clientModule name="LineChart" version="3.3.0" xmlns="http://www.mendix.com/clientModule/1.0/">
<widgetFiles>
<widgetFile path="LineChart.xml" />
</widgetFiles>
Expand Down
4 changes: 4 additions & 0 deletions packages/pluggableWidgets/maps-native/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

### Changed

- We pinned prop-types to 15.8.1.

## [5.2.0] - 2026-5-15

### Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/pluggableWidgets/maps-native/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "maps-native",
"widgetName": "Maps",
"version": "5.2.0",
"version": "5.2.1",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand All @@ -21,7 +21,7 @@
"dependencies": {
"@mendix/piw-native-utils-internal": "*",
"@mendix/piw-utils-internal": "*",
"prop-types": "^15.8.1",
"prop-types": "15.8.1",
"react-native-geocoder": "0.5.0",
"react-native-maps": "1.20.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/pluggableWidgets/maps-native/src/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<package xmlns="http://www.mendix.com/package/1.0/">
<clientModule name="Maps" version="5.2.0" xmlns="http://www.mendix.com/clientModule/1.0/">
<clientModule name="Maps" version="5.2.1" xmlns="http://www.mendix.com/clientModule/1.0/">
<widgetFiles>
<widgetFile path="Maps.xml" />
</widgetFiles>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

### Changed

- We updated victory-native to 36.9.2.

## [2.1.1] - 2025-3-18

### Fixed
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pie-doughnut-chart-native",
"widgetName": "PieDoughnutChart",
"version": "2.2.0",
"version": "2.3.0",
"license": "Apache-2.0",
"copyright": "© Mendix Technology BV 2022. All rights reserved.",
"repository": {
Expand All @@ -21,7 +21,7 @@
},
"dependencies": {
"@mendix/piw-utils-internal": "*",
"victory-native": "^36.6.8"
"victory-native": "36.9.2"
},
"devDependencies": {
"@mendix/pluggable-widgets-tools": "*"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<package xmlns="http://www.mendix.com/package/1.0/">
<clientModule name="PieDoughnutChart" version="2.2.0" xmlns="http://www.mendix.com/clientModule/1.0/">
<clientModule name="PieDoughnutChart" version="2.3.0" xmlns="http://www.mendix.com/clientModule/1.0/">
<widgetFiles>
<widgetFile path="PieDoughnutChart.xml" />
</widgetFiles>
Expand Down
4 changes: 4 additions & 0 deletions packages/pluggableWidgets/popup-menu-native/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

### Changed

- We pinned react-native-material-menu to 1.2.0.

## [4.0.1] - 2026-1-19

- We fixed an iOS issue where native Popup Menu icons were not tappable and failed to open the menu.
Expand Down
Loading
Loading