Releases: mendix/widgets-resources
Native Mobile Resources - AppStore release v1.1.7
- We fixed an issue where Pop-up menu will close native Alerts if Alerts are been shown immediately after.
- We improved styling for Pop-up menu. Users now be able to style "custom items" and ripple color of both custom and basic items. More info at: https://docs.mendix.com/refguide/native-styling-refguide#11-23-popup-menu
- We changed the name of the 'Popup menu' to 'Pop-up menu'
Nanoflow Commons - AppStore release v1.1.3
- We added 2 new JS actions named 'RefreshEntity' and 'RefreshObject' which allows users to refresh without needing to reload a web page.
App store release A11y Helper v1.0.0
New Accessibility Helper widget allows adding new list of properties to elements in the HTML page.
USAGE:
Adding Accessibility Helper widget to the page
Since Accessibility Helper is a containment widget it will try to change the widgets inside. Thus user must drag and drop the necessary widgets wants to change.
Selecting subject widgets
After dragging the widget, by using CSS selectors (https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Selectors) the subject widget(s) must be obtained. If there are multiple matches, accessibility widget will try to change all the matches.
Adding new accessibility properties
Every HTML attribute consists of a "name" and a "value". User can add any attribute via filling the HTML attributes list. However following attribute names are not allowed since it will interfere with mendix's core mechanism: ["class", "style", "widgetid", "data-mendix-id"]. After selecting a "name" for the attribute, user can determine what kind of value the attribute will get via "Source Type" ("Text" or "Expression"). Text can be used for static value, Expression can be used for dynamic values. User may be able to select on which circumstances this HTML attribute must be set or not via "Condition".
AppStore release Calendar v1.0.6
- We fixed an issue where the calendar wouldn't update on a start date attribute value change.
- We fixed an issue where calendar widget on week view and +more events wouldn't open the correct date.
Pluggable Widgets Tools - Mendix 8.10
Features
- Helper functions from the generated widget projects are now included in Pluggable Widgets Tools.
- The
test:e2e
script now accepts an--url
argument that can be used instead of an environment variable.
Improvements
- The Jest configurations for web and native have been improved.
Fixes
- Path issues inside the wdio config have been resolved.
- E2e tests aren't executed anymore when
test:unit
ortest:unit:web
script is executed. - Added a missing script reference
release:native
.
Pluggable Widgets Generator - Mendix 8.10
Improvements
- Error output during project scaffolding has been improved.
- Helper functions have been moved to
pluggable-widgets-tools
package. - Code of native generated widgets has been improved.
- Test code of native generated widget projects has been improved.
- Scaffolding internals has been improved.
Other
- Source code has been migrated to the widgets-resources repository.
AppStore release Calendar v1.0.5
Bug fixes
We fixed a bug that prevented the calendar from being updated when the start date attribute value changes.
AppStore release Calendar v1.0.4
Bug fixes
We fixed a problem involving localization/language. The browser/Mendix language was never being automatically defined for the date/time formats. Fixes tickets 102219, 102447
Native Mobile Resources - AppStore release v1.1.6
Bug fixes
- We fixed a security issue related to TakePicure Action. When a picture was being captured from the camera the image was being saved instead of used temporarily.
Native Mobile Resources - AppStore release v1.0.12 - Mendix Studio Pro 8
Bug fixes
- We fixed a security issue related to TakePicure Action. When a picture was being captured from the camera the image was being saved instead of used temporarily.