Releases: mendixlabs/TagSelector
Releases · mendixlabs/TagSelector
2.3.0
- Added feature for enabling comma and space to create tags
Big thanks to @BananiMendix for this contribution
2.2.0
- Conditionally removed functions that have been deprecated in mx9. Since it is done conditionally the widget still works in mendix 8.
- Updated test project to mx 9.4
- Updated pluggable-widgets-tools to 9.4.3
2.1.0
- Added the option to format the "create " label in the dropdown. This is the line of text that will appear in the dropdown menu when creating a new tag.
- Fixed vulnerabilities
2.0.0
- Improved data handling of the widget to allow for formatting of the tags within the configured microflow. Now each time a tag is selected/created/removed the datasource microflow will be triggered again. So the formatting that happened in the microflow is also directly visible on screen. Also updated the readme to explain this.
- Added the option to set a label for the tag selector thanks @ckuklaImpact for this contribution
- Added the option to set the edibility of the tag selector @ckuklaImpact for this contribution
- Refactored code
- Upgraded react-select to 4.3.1
- Updated test project
1.0.0
Initial release of the Tag Selector widget for Mendix.