Skip to content

CloudSkew v0.1.50

Latest
Compare
Choose a tag to compare
@mithunshanbhag mithunshanbhag released this 31 Jan 12:04
f867f46

Change Description

Bug fixes

  1. Fixed a bug where the diagram canvas would momentarily freeze during print/export.
  2. #150: Elbow connectors connect to the wrong spot when page is refreshed.
  3. #149: Can't load properly.
  4. #148: Unable to move symbols with mouse after 25 mins of use.

New features

  1. It is now possible to align & distribute selected shapes (from the properties window).
  2. Pan mode is now supported.
  3. Horizontal & vertical rulers can be enabled/disabled from the properties window.
  4. Connectors can now be attached to a specific dock on the symbol OR the symbol itself.
  5. Amex credit cards are now supported.

Other miscellaneous

  1. Moved all APIs to .NET 6.
  2. Moved the APIs from Azure App Service to Azure Functions (with a API Management/Gateway for policies)
  3. Diagrams and templates are now persisted in CosmosDB (metadata) and Blob Storage (content) instead of SQL Azure.
  4. Improvements in diagram updates/writes. We now:
    • Debounce until idle.
    • Then buffer the writes to local storage.
    • Finally aggregate the changes before flushing to DB.
  5. Removed error-prone templates.