Releases: codeBeamer-Extensions-and-Addons/codebeamer-miro
Releases · codeBeamer-Extensions-and-Addons/codebeamer-miro
Release list
v1.6.0
v1.5.2
v1.5.1
v1.5.0
Changed
- Refactor Item Detail Action buttons to be icon-only
Added
- Add "Show relations" button in Item Details
Allows visualizing relations between Items on the board:
Downstream References
Associations - Add tooltips to Item Detail Action buttons
- Add tooltips (replace title attributes) to Import Page Header buttons
v1.4.0
Changed
- Refine "Load Downstream References" button in Item Details
- Button now shows the number of Downstream References the Item has
- Button is now disabled when the Item has no Downstream References
- No longer loads Items, if they're already on the board (doesn't create duplicates)
Added
- Missing test about not re-importing pre-imported items in the
Importercomponent - Tests for the
ItemActionscomponent
v1.3.1
v1.3.0
Changed
- Replaced most Toast-notifications with the now supported miro-notifications
These will appear at the bottom of the screen, outside of the modal. In-modal toast notifications are still used in rare occasions. - Users will now be prompted to authenticate on Items' Details-Panel if they aren't yet.
- Refactor / Modularize several components with custom hooks
- Add
BoardSettingsLoadercomponent to abstract this task. RefactorItem&Importto make use of that
v1.2.0
v1.2.0
Changed
- Optimize description rendering in Item Details
Links and native codebeamer images (not user-uploaded ones) should now be displayed properly and functionally. - Add codeBeamer address & Item id attempted to fetch from in the fatal error message shown on an Item's Details if unable to load
This should clarify the fact that the currently set address is used for querying Items. - Labels of the editable attributes on the Item Details Panel now use the custom name they have in the respective Tracker
- Attributes in the "Editable attributes" that can't be edited (don't exist) for this Item are now hidden instead of just disabled.
Fixed
- Fixed a bug where upon opening an Item's details, the description shown on the Miro Card would "revert" to wiki markup.
Item editing v1.1.0
Changelog
Version 1.1.0 adds the ability to edit certain attributes of an item in Miro itself and adds various minor fixes / optimizations.
Added
- Item edit panel
- Can be opened with the icon on an imported card's top right (might first need to click the "connect" icon before the "open details" one appears - the former currently does nothing, but is a technical constraint)
- Shows the item's name along with a button to zoom to it on the board, and its description (readonly)
- Shows a select few specific properties, which can be edited if the item('s tracker) has such fields
Following properties are currently implemented (the names in brackets are the technical field names used to recognize them):- Assignee ("assignedTo")
- Team ("teams")
- Version ("versions")
- Subject ("subjects")
- Story Points ("storyPoints")
- GIFs to the readme for some more functionalities
Changed
- Error handling has been globalized when it comes to failing API calls, which standardizes & abstracts certain error messages.
- ProjectSelection now selects the currently selected project by default, instead of just mentioning it in the label
Fixed
- Bug where items wouldn't import if they (resp. their tracker) didn't specify a "subjects" field
- Bug where updating an Item would set its tracker key to "undefined"
Refactor to React & SDK 2 v1.0.0
Major version 1.0.0 mainly differentiates itself from previous versions by having updated to Miro SDK 2.0, but also by having been rebuilt from the ground up with the framework react.js.
In addition to that, the UX in-UI has been improved opportunistically, resulting in many small to medium changes.
Added
- Project Settings Dialogue to Settings Modal
- Connection Settings Dialogue to Settings Modal
- Apply supposed board-wide settings for all users. These include:
- CodeBeamer Address
- ProjectId
- Card Tag configuration
- Announcements page
Page will display to existing users when there are announcements
Changed
- Logo & Name
- Initial Setup UX
- More modular setup dialogues
- Seperate authentication dialogue
- Seperate project selection dialogue
- Project can be filtered and selected by name, instead of having to provide its Id.
- Setup is prompted when attempting to open the app with lacking configuration
- More modular setup dialogues
- Some UI elements have been restyled, using the Mirotone UI library instead of Bootstrap or custom styles.
- AND/OR Filter interface adjusted to resemble the UX on codebeamer itself
- Notifications are currently displayed with bootstrap style (Miro notifications not yet supported in SDK v2).
- readme documentation; refactored to a minimal feature- & installation overview
Removed
- Plugin widget (auto-generated widget, serving as entrypoint to the settings page)
- Visualization of associations/relations between Items. (This is not yet supported in SDK v2.)