Releases: manifoldco/ui
Releases · manifoldco/ui
v0.5.4-rc.1
Remove fallback npm cache
v0.5.4-rc.0: Update the auth-token event name and document how it works (#360)
Pre-release
Fixed
- Fixed the service card loading the free badge after rendering, which caused a jumpy UI.
- Simplied
<manifold-service-card>
(data) and<manifold-service-card-view>
(“dumb” view) - Added the ability to specify a slot on the
manifold-credentials
with a default manifold button if not set.
Changed
- Updated Stencil to v1.2.5
- Changed the event name for the
manifold-auth-token
component from the stencil auto-generated name tomanifold-token-receive
and documented that event.
v0.5.3
Fixed
- Fixed the deprovision button failing because the code expected a JSON return value.
- Fixed the resource list not showing the status of provisioning or deprovisioning resources.
- Fixed the resource card loading indicator - for a lack of a better word - wobbling around like its life depended on it.
- Fixed the title of the
service-card
taking a dynamic amount of space and making the description look misaligned.
Added
- Added a
refetch-until-valid
property on theresource-container
component to allow users to reload this component until the found resource exists and is of stateavailable
. - Added the terms of service to the product page component.
v0.5.3-rc.3
Fixed
- Fixed the deprovision button failing because the code expected a JSON return value.
- Fixed the resource list not showing the status of provisioning or deprovisioning resources.
- Fixed the resource card loading indicator - for a lack of a better word - wobbling around like its life depended on it.
- Fixed the title of the
service-card
taking a dynamic amount of space and making the description look misaligned.
Added
- Added a
refetch-until-valid
property on theresource-container
component to allow users to reload this component until the found resource exists and is of stateavailable
. - Added the terms of service to the product page component.
Free plan filtering
TODO
- Reformat this for changelog
Drew Powers (3):
UI ➡️CircleCI (#331)
Ignore master on release (#348)
Plan Selector free plans filtering (#341)
Guillaume St-Pierre (5):
Show how tests can be improved significantly by using the DOM
Describe issue created in stencil repo
Remove unecessary anonymous function
Fix the SSO tests
Fix the resource card loading indicator
Sam Slotsky (1):
Add happo wrapper module to provide auth token (#356)
dependabot-preview[bot] (1):
Bump happo.io from 3.20.0 to 3.21.0 (#350)
RC 1 for UI 0.5.3
Fixed
- Fixed the deprovision button failing because the code expected a JSON return value.
- Fixed the resource list not showing the status of provisioning or deprovisioning resources.
Added
- Added a
refetch-until-valid
property on theresource-container
component to allow users to reload this component until the found resource exists and is of stateavailable
. - Added the terms of service to the product page component.
Provisioning fixes
Fixed
- Fixed the deprovision button failing because the code expected a JSON return value.
- Fixed the resource list not showing the status of provisioning or deprovisioning resources.
Added
- Added a
refetch-until-valid
property on theresource-container
component to allow users to reload this component until the found resource exists and is of stateavailable
.
Deprovision fix and documentation improvements
Add better release documentation (#328) * Add better release documentation * Relegate local publishing to secret eldritch knowledge * Add release link, improve final release steps * Correct semver definitions * Add prerelease definition * Clarify attributes vs properties (since I’m editing this doc anyway)
Auth fixes and performance improvements
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. - Improved
plan-selector
performance by reducing API calls for non-custom plans.
Performance improvements for plan-selector
Drew Powers (1):
Speed up plan selector by reducing Cost API calls (#314)