Releases: jazz-community/rtc-workitem-bulk-mover-ui
Version 1.5.3
In this version, we have:
- exchanged the
fetch
mechanism to a new library to ensure cross browser compatibility - Introduced explicit usage of
UTF-8
to ensure compatibility with all kinds of characters allowed in RTC (e.g. Japanese language)
For that reason, you must also upgrade the service to Version 1.5.3.
Thank you to @rsjazz for pointing me to the question on Jazz.net, to Ian who reported the issue there and a special thanks to @SBI- for adding encoding support to the core, so that I had to perform only minimal changes. You guys rock!
Version 1.5.2
In this release, the server side service and the UI plugin both have been extended to support removing Rank
values from previously ranked items.
Moving ranked work items to a project area where all previously existing items are already ranked leads to unexpected ranking changes which are usually not intended. For that reason, we recommend to always remove the rank on move.
Make sure that you upgrade the WIBM Service to v1.5.2 as well, otherwise this UI plugin will not work properly!
Version 1.5.1
- Dependencies have been upgraded to address multiple CVE's
- Icon used by
menuProvider
example has been exchanged and attribution for the icon has been added
Version 1.5.0
In this release, the server side service and the UI plugin both have been reworked in terms of how broad primitive and custom attributes are supported. They should now work in all cases, making the bulk mover more flexible and robust. Please give us feedback in case there are still edge cases that cause trouble.
Make sure that you upgrade the WIBM Service to v1.5.0 as well, otherwise this UI plugin will not work properly!
Version 1.4.7
- Fix an issue with the expand button (#21) - Regression from 1.4.2
Version 1.4.6
This release focuses on bringing down technical dept in the project. As part of that, the following things have changed under the hood:
- Removal of old or deprecated NPM packages
- Switched to a new loading mechanism
- Resolution of potential security vulnerabilities
Apart from that, a new feature to suppress Email notifications on work item move has been implemented. That feature requires you to upgrade to the new WIBM Service (v1.4.5)
Version 1.4.4 and 1.4.5 have been skipped as they did not fulfill our quality gates
Version 1.4.2 & 1.4.3
Changes:
- Fix number of loaded items in grid
- Prevent changing target type in type map if attribute map is visible
- Make direct move less error prone by requiring attribute mapping step
- Make iteration list hierarchical (like category)
- Display service version in UI
As always, make sure that you upgrade the WIBM Service to v1.4.3 as well, otherwise this UI plugin will not work properly!
Version 1.4.1
- disable type select when attribute mapping is available
- fix number of loaded items in grid does not match with number in button
- Project dependencies upgraded and project cleaned up
Version 1.4.0
In this release, the server side service has been improved to handle various types of custom attributes that might be required in the target project area. In addition to that, the following improvements have been made:
- Add client side support to map primitive attribute types
- Support move within the same project area, but ensure that this done to a different work item type
- Add a Refresh option to the grid
- Disable the project area selector in the query widget
- Fix support for IE11
- A couple of small UI improvements and bugfixes
As always, make sure that you upgrade the WIBM Service to v1.4.0 as well, otherwise this UI plugin will not work properly!
Version 1.3.0
This release contains some significant and multiple UX improvements that make working with the bulk mover a whole lot easier!
- Keep value mappings when move fails
- Pre-select work item type if source and target have same ID
- Keep values in type mapping when changing work item selection
- Support to change target PA once defined
- Always use current PA as source and prevent defining current area as target
- Disable, deselect and highlight moved items in work item table
- Show a warning/error message on bottom of page as well if move fails
- A variety of UX improvements
Make sure that you upgrade the WIBM Service to v1.3.0 as well, otherwise this UI plugin will not work properly!