Releases: manifoldco/ui
Releases · manifoldco/ui
Fixed many bugs and fixed the oauth with shadowcat.
Added
- Added
oauth-url
prop tomanifold-auth-token
component.
Fixed
- Fixed name for
manifold-service-view
to bemanifold-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 onmanifold-data-product-logo
. Usemanifold-data-resource-logo
component instead. - Deprecated
region-name
prop in favour ofregion-id
formanifold-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
tomanifold-marketplace-click
event in themanifold-service-card
component.
SelectedName for products
Added
- Added
oauth-url
prop tomanifold-auth-token
component.
Fixed
- Fixed name for
manifold-service-view
to bemanifold-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 onmanifold-data-product-logo
. Usemanifold-data-resource-logo
component instead. - Deprecated
region-name
prop in favour ofregion-id
formanifold-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
tomanifold-marketplace-click
event in themanifold-service-card
component.
Add a wait time for the token with shadowcat
Added
- Added
oauth-url
prop tomanifold-auth-token
component.
Fixed
- Fixed name for
manifold-service-view
to bemanifold-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 onmanifold-data-product-logo
. Usemanifold-data-resource-logo
component instead. - Deprecated
region-name
prop in favour ofregion-id
formanifold-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
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
Added
- Added
oauth-url
prop tomanifold-auth-token
component.
Fixed
- Fixed name for
manifold-service-view
to bemanifold-service-card-view
to match documentation. - Added missing support for theme variable
--manifold-tag-free-text-color
.
Deprecated
- Deprecated
resource-label
attribute onmanifold-data-product-logo
. Usemanifold-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
Merge pull request #296 from manifoldco/gui/fix-shadowcat Fix the shadowcat inclusion in app.ts
Shadow cat deps in UI
v0.5.0-rc.0 Moved shadowcat to deps (#295)
Shadowcat authentication
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
Fixed
- Fixed the provision button requiring the label to be set, preventing our automatic label generation from working.
Fix rename and deprovision buttons
Fixed
- Fixed the rename and deprovision button not behaving properly when used in their resource warpers