Skip to content

Releases: manifoldco/ui

Fixed many bugs and fixed the oauth with shadowcat.

01 Aug 17:53
57b9b81
Compare
Choose a tag to compare

Added

  • Added oauth-url prop to manifold-auth-token component.

Fixed

  • Fixed name for manifold-service-view to be manifold-service-card-view to match documentation.
  • Added missing support for theme variable --manifold-tag-free-text-color.
  • Fixed region selector so that it properly emits a manifold-planSelector-change event when the region changes.

Deprecated

  • Deprecated resource-label attibute on manifold-data-product-logo. Use manifold-data-resource-logo component instead.
  • Deprecated region-name prop in favour of region-id for manifold-data-provision-button.

Changed

  • Added graphqlFetch to manifold-connection.
  • Converted manifold-data-product-logo to use GraphQL.
  • Changed the provision button so it fetches the owner ID automatically if not set.
  • Added productName to manifold-marketplace-click event in the manifold-service-card component.

SelectedName for products

01 Aug 16:11
57b9b81
Compare
Choose a tag to compare
Pre-release

Added

  • Added oauth-url prop to manifold-auth-token component.

Fixed

  • Fixed name for manifold-service-view to be manifold-service-card-view to match documentation.
  • Added missing support for theme variable --manifold-tag-free-text-color.
  • Fixed region selector so that it properly emits a manifold-planSelector-change event when the region changes.

Deprecated

  • Deprecated resource-label attibute on manifold-data-product-logo. Use manifold-data-resource-logo component instead.
  • Deprecated region-name prop in favour of region-id for manifold-data-provision-button.

Changed

  • Added graphqlFetch to manifold-connection.
  • Converted manifold-data-product-logo to use GraphQL.
  • Changed the provision button so it fetches the owner ID automatically if not set.
  • Added productName to manifold-marketplace-click event in the manifold-service-card component.

Add a wait time for the token with shadowcat

31 Jul 19:30
64b4d1c
Compare
Choose a tag to compare

Added

  • Added oauth-url prop to manifold-auth-token component.

Fixed

  • Fixed name for manifold-service-view to be manifold-service-card-view to match documentation.
  • Added missing support for theme variable --manifold-tag-free-text-color.
  • Fixed region selector so that it properly emits a manifold-planSelector-change event when the region changes.

Deprecated

  • Deprecated resource-label attibute on manifold-data-product-logo. Use manifold-data-resource-logo component instead.
  • Deprecated region-name prop in favour of region-id for manifold-data-provision-button.

Changed

  • Added graphqlFetch to manifold-connection.
  • Converted manifold-data-product-logo to use GraphQL.
  • Changed the provision button so it fetches the owner ID automatically if not set.

Remove token expiry code

31 Jul 17:26
0dc10dd
Compare
Choose a tag to compare
Merge pull request #323 from manifoldco/drosati/remove-expiry-from-token

remove expiry from token and isExpiry tests

Implement fixes for the oauth shadowcat component

29 Jul 17:56
b9ef628
Compare
Choose a tag to compare

Added

  • Added oauth-url prop to manifold-auth-token component.

Fixed

  • Fixed name for manifold-service-view to be manifold-service-card-view to match documentation.
  • Added missing support for theme variable --manifold-tag-free-text-color.

Deprecated

  • Deprecated resource-label attribute on manifold-data-product-logo. Use manifold-data-resource-logo component instead.

Changed

  • Added graphqlFetch to manifold-connection.
  • Converted manifold-data-product-logo to use GraphQL.
  • Changed the provision button so it fetches the owner ID automatically if not set.

Fix shadowcat component

25 Jul 18:24
92adbca
Compare
Choose a tag to compare
Merge pull request #296 from manifoldco/gui/fix-shadowcat

Fix the shadowcat inclusion in app.ts

Shadow cat deps in UI

25 Jul 14:36
4ca59bd
Compare
Choose a tag to compare
v0.5.0-rc.0

Moved shadowcat to deps (#295)

Shadowcat authentication

25 Jul 13:56
fe08819
Compare
Choose a tag to compare

Changed

  • Changed the manifold-auth-token component to now use the shadowcat oauth system rather than only use the given token. This enables platforms to now use real authentication.

Added

  • Added a SSO data button and the resource wrapper for ssoing into a resource's product dashboard.
  • Added a new CTA slot in the product card for displaying unique cta content.

Fixed

  • Fixed the provision button requiring the label to be set, preventing or automatic label generation from working.

Provision button now accepts empty labels

17 Jul 20:34
79228cb
Compare
Choose a tag to compare

Fixed

  • Fixed the provision button requiring the label to be set, preventing our automatic label generation from working.

Fix rename and deprovision buttons

16 Jul 19:02
908a172
Compare
Choose a tag to compare

Fixed

  • Fixed the rename and deprovision button not behaving properly when used in their resource warpers