Skip to content

Releases: codeBeamer-Extensions-and-Addons/codebeamer-miro

v1.6.0

Choose a tag to compare

@urecha urecha released this 29 Sep 04:19
38efca7

Changes

  • Add "Lucid export" functionality
    Allows exporting what items there are cards for and where on the board, which can then be imported with codebeamer-cards for Lucid

v1.5.2

Choose a tag to compare

@urecha urecha released this 21 Jun 05:14
3c19cd7

Changes

  • Add "Estimated effort" as available tag on the generated cards
    Displays the value of the technical field estimatedMillis in hours.

v1.5.1

Choose a tag to compare

@urecha urecha released this 16 Jun 08:54
3af97ee

Changed

  • Visualized Associations now show their description in place of the generic type name, if they have one

v1.5.0

Choose a tag to compare

@urecha urecha released this 15 May 19:10
544dd70

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

Choose a tag to compare

@urecha urecha released this 21 Dec 07:50
777446a

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 Importer component
  • Tests for the ItemActions component

v1.3.1

Choose a tag to compare

@urecha urecha released this 15 Dec 11:28
8b9ac7f

[1.3.1]

  • Silenced the "User is locked" error message that would appear whenever one of the plugin's pages is opened.

v1.3.0

Choose a tag to compare

@urecha urecha released this 15 Dec 09:40
953e5ab

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 BoardSettingsLoader component to abstract this task. Refactor Item & Import to make use of that

v1.2.0

Choose a tag to compare

@urecha urecha released this 01 Dec 12:22
5fd4694

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

Choose a tag to compare

@urecha urecha released this 23 Nov 12:03
20a6679

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

Choose a tag to compare

@urecha urecha released this 13 Oct 05:08
2ff44b2

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
  • 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.)